/* ================================
    CSS STYLES FOR RAINBOW PORTAL 
    v1.0, 01/2001
   ================================
*/

@import url("PortalBannerStyles.css");
@import url("PortalFooterStyles.css");
@import url("GeneralModuleStyles.css");
@import url("ArticleStyles.css");
@import url("HtmlEditorStyles.css");
@import url("DiscussionStyles.css");
@import url("SurveyStyles.css");
@import url("BreadCrumbStyles.css");
@import url("SolpartNavigationStyles.css");
@import url("CfpStyles.css");
@import url("BlueModuleTheme.css");
@import url("RedModuleTheme.css");
@import url("CFPModuleTheme.css");
@import url("MastersModuleTheme.css");
@import url("ContinuingEducationModuleTheme.css");
@import url("AAMSModuleTheme.css");
@import url("CMFCModuleTheme.css");
@import url("CRPCModuleTheme.css");
@import url("RPModuleTheme.css");
@import url("CRPSModuleTheme.css");
@import url("AWMAModuleTheme.css");

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-color: #999999;
}

/* blockquote settings for the content part of the pages */
BlockQuote
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv
{
     text-align:  left; 
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;    
}

.rb_DefaultLayoutTable
{
     width: 100%;
     text-align: left;   
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
     text-align:  left;
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
     width: 100%;
     text-align: left;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-weight: bold;
    font-size: 24px;
    color: #FFFF00;
    font-family: Verdana, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
    border-color: white;
    font-family: Verdana, Helvetica, sans-serif color: #000000;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    background-color: #FFFFFF;
    border-color: #000000;
    font-family: Verdana, Helvetica, sans-serif color: #000000;
}

/* text style for the selected tab */
.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    background-color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    color: #000000;
}

A.OtherTabs:visited
{
    color: #000000;
}

A.OtherTabs:active
{
    color: #000000;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: #000000;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFF00;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    color: #FFFF00;
}

.SiteLink A:visited
{
    color: #FFFF00;
}

.SiteLink A:active
{
    color: #FFFF00;
}

.SiteLink A:hover
{
    color: #FFFF00;
}

/* style for separator between site links */
.Accent
{
    color: #FFFF00;
    font-weight: bold;
}

/* MODULE-SPECIFIC */




/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link
{
	text-decoration:none;
    color: #333333;
}

A:visited
{
	text-decoration:none;
    color: #333333;
}

A:active
{
    color: #333333;
}

A:hover
{
    color: #666666;
}

SMALL
{
    font-size: 10px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Verdana, 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: #FFFFFF;
    height: 0pt;
    text-align: left;
}