

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background-color:#dddddd; 

}

#tdLeftPane, #middleLeft, #outerLeft{
background-color:#F4F4F4; 
}



/* background color for the content part of the pages */
Body{
background-color:#ffffff; 

}









/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:white;
}

/* background/border colors for the selected tab */
.TabBg {
background-color:#ccccff; 

}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
background-color:#3399CC; 
border-style:solid; 

}













/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
}

A.SelectedTab:link    {
    text-decoration:    none;
}

A.SelectedTab:visited {
    text-decoration:    none;
}

A.SelectedTab:active  {
    text-decoration:    none;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
font-size:15px; 
color:#eeeeee; 

}





A.OtherTabs:visited {
font-size:15px; 
color:#eeeeee; 

}





A.OtherTabs:active  {
font-size:15px; 
color:#eeeeee; 

}





A.OtherTabs:hover   {
font-size:15px; 
color:#eeeeee; 

}





/* text style for the site links (at extreme top-right of header) */
.SiteLink {
font-family:Arial, Helvetica, sans-serif; 
font-size:9px; 
color:#3399CC; 
font-weight:normal; 
}

/* hyperlink style for the site links */
A.SiteLink:link {
color:#3399CC; 
text-decoration:none; 
}

A.SiteLink:visited  {
color:#3399CC; 
text-decoration:none; 
}

A.SiteLink:hover    {
color:#3399CC; 
text-decoration:underline; 
}

A.SiteLink:active   {
color:#3399CC; 
text-decoration:none; 
}



/* style for separator between site links */
.Accent {
    color: #000099;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000099;
}



/* GENERAL */
/* style for module titles */
.Head   {
font-family:Arial, Helvetica, sans-serif; 
font-size:20px; 
color:#4079A4; 
font-weight:bold; 
padding-bottom: 3px;

}





/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
color:black; 

}


/* text style used for most text rendered by modules */


.Normal{
font-family:Verdana, Helvetica, sans-serif; 
font-size:14px; 
color:black; 
line-height:18px; 

}




.Seminars
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;    
    color: black;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
font-family:Arial,Helvetica,sans-serif; 
font-size:14px; 
color:#3399CC; 
text-decoration:none; 
font-weight:normal; 

}



A:visited   {
font-family:Arial,Helvetica,sans-serif; 
font-size:14px; 
color:#3399CC; 
text-decoration:none; 
font-weight:normal; 

}



A:hover {
font-family:Arial,Helvetica,sans-serif; 
font-size:14px; 
color:#3399CC; 
text-decoration:underline; 
font-weight:normal; 

}



A:active    {
font-family:Arial,Helvetica,sans-serif; 
font-size:14px; 
color:#3399CC; 
font-weight:normal; 

}




SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Arial, Helvetica, sans-serif;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
color:#aaaaaa; 
}

.TitleNav
.TitleNav{
border-color:white; 

}





.ModuleBorder {
}

.cTabBg {

}

.cTabBgHover {
background-color:white; 
}

.SelectedTab:link {
font-size:16px; 
color:#ffffff; 
font-weight:bold; 

}




.SelectedTab:visited {
font-size:16px; 
color:#ffffff; 
font-weight:bold; 

}





.ModuleTitle {
background-color:#E6EEF5; 
height:30px; 
padding-left: 10px;
}








.SelectedTab:hover {
font-size:16px; 
color:#ffffff; 
font-weight:bold; 

}




.SelectedTab:active {
font-size:16px; 
color:#ffffff; 
font-weight:bold; 

}









.MenuBar {
background-color:#cccc00; 
border-color:black; 

}














































.bSelectedTabBg {

}


.bTabBg {
height:12px; 

}

.bSelectedTab:link {
font-size:14px; 
color:#ff3300; 
font-weight:bold; 

}













.bSelectedTab:visited {
font-size:14px; 
color:#ff3300; 
font-weight:bold; 

}













.bSelectedTab:hover {
font-size:14px; 
color:#ff3300; 
font-weight:bold; 

}













.bSelectedTab:active {
font-size:14px; 
color:#ff3300; 
font-weight:bold; 

}













A.bOtherTabs:link {
font-size:14px; 
color:#000099; 
text-decoration:none; 
font-weight:bold; 

}
















A.bOtherTabs:visited {
font-size:14px; 
color:#000099; 
text-decoration:none; 
font-weight:bold; 

}












A.bOtherTabs:hover {
font-size:14px; 
color:#000099; 
text-decoration:none; 
font-weight:bold; 

}















A.bOtherTabs:active {
font-size:14px; 
color:#000099; 
text-decoration:none; 
font-weight:bold; 

}














TD {
font-family:Verdana, Helvetica, sans-serif; 
font-size:14px; 
color:black; 
line-height:18px; 

}


.bTabSeperator {
color:white; 

}

.Footer {
color:#ffffff; 
background-color:#D2D2D2; 
height:30px; 

}


.Footer a:all{
color:#ffffff; 
}








.HeaderLine {

}





.QuickLinkBg{
background-color:#C1D0E2; 
border:1px; 
border-style:solid; 
border-color:#8899BC; 
padding-left:10px; 
height:50px; 
}


.QuickLinkBgHover{
background-color:white; 
border:1px; 
border-style:solid; 
border-color:#8899BC; 
padding-left:10px; 
height:50px; 
}

.QuickLinkBgSelected{
background-color:white; 
border:1px; 
border-style:solid; 
border-color:#8899BC; 
padding-left:10px; 
height:50px; 
}

.QuickLink:link {

text-decoration:none; 


}
.QuickLink:visited {

text-decoration:none; 


}
.QuickLink:hover {

text-decoration:none; 


}
.QuickLink:active {

text-decoration:none; 


}

.cTab1SelectedBg {
background-color:#003399; 
border:1px; 
border-style:solid; 
border-color:#F4F4F4; 
padding-left:5px; 

}







.cTab1Other {
border:1px; 
border-style:solid; 
border-color:#F4F4F4; 
padding-left:5px; 

}








.cTab1Hover {
background-color:white; 
border:1px; 
border-style:solid; 
border-color:#003399; 
padding-left:5px; 

}



.cTab1Selected:link {
color:white; 
line-height:20px; 
font-weight:bold; 

}


.cTab1Selected:visited {
color:white; 
line-height:20px; 
font-weight:bold; 

}


.cTab1Selected:hover {
color:white; 
line-height:20px; 
font-weight:bold; 

}


.cTab1Selected:active {
color:white; 
line-height:20px; 
font-weight:bold; 

}


.cTab1:link {
color:#003399; 
line-height:20px; 
text-decoration:none; 
font-weight:bold; 

}



.cTab1:visited {
color:#003399; 
line-height:20px; 
text-decoration:none; 
font-weight:bold; 

}



.cTab1:hover {
color:#003399; 
line-height:20px; 
text-decoration:none; 
font-weight:bold; 

}






.cTab1:active {
color:#003399; 
line-height:20px; 
text-decoration:none; 
font-weight:bold; 

}



.Content {
background-color:#ffffff; 
background-repeat: no-repeat;
background-position: bottom left;

}









.SuccessMsg
{
margin-bottom:10px;
margin-top:10px;
padding: 10px;
padding-left:0px;
border:1px solid #00B907;
color:#00B907;
background-color:white;
font-weight:bold;
list-style-image:url(images/ok.gif);
}

.ErrorMsg
{
margin-bottom:10px;
margin-top:10px;
padding: 10px;
padding-left:0px;
border:1px solid red;
color:red;
background-color:white;
font-weight:bold;
list-style-image:url(images/cancel.gif);
}
.SearchBox {
width:90px;
}

















.cTab2SelectedBg {
padding-left:10px; 

}

.cTab2Other {
padding-left:10px; 

}

.cTab2Hover {
padding-left:10px; 

}

.cTab2Selected:link {
font-size:12px; 
color:#003399; 
line-height:17px; 
font-weight:bold; 

}




.cTab2Selected:visited {
font-size:12px; 
color:#003399; 
line-height:17px; 
font-weight:bold; 

}




.cTab2Selected:hover {
font-size:12px; 
color:#003399; 
line-height:17px; 
font-weight:bold; 

}




.cTab2Selected:active {
font-size:12px; 
color:#003399; 
line-height:17px; 
font-weight:bold; 

}




.cTab2:link {
font-size:12px; 
color:#003399; 
line-height:17px; 

}


.cTab2:visited {
font-size:12px; 
color:#003399; 
line-height:17px; 

}


.cTab2:hover {
font-size:12px; 
color:#003399; 
line-height:17px; 

}


.cTab2:active {
font-size:12px; 
color:#003399; 
line-height:17px; 

}



