/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;

}

A.SelectedTab:visited  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;

}

A.SelectedTab:hover    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

A.SelectedTab:active   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

A.OtherTabs:visited  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
%

.DynamicLogin_UserName {
       width: 150px;
}

.DynamicLogin_Password {
        width: 155px;
}



