/*************************************************************************/
/*		PORTAL MODULE STYLES
/*************************************************************************/
.ModuleHead
{
	font-family: Arial, Verdana;
	font-size: 13.5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(Images/SepFill.gif);
}
.ModuleHead_Blue
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#77AADD;
    color:#FFFFFF;
}
.ModuleHead_BlueGreen
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#77CCCC;
    color:#FFFFFF;
}
.ModuleHead_DarkGreen
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#4499AA;
    color:#FFFFFF;
}
.ModuleHead_YellowGreen
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#CCDD66;
    color:#FFFFFF;
}
.ModuleHead_Green
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#99AA33;
    color:#FFFFFF;
}
.ModuleHead_Violet
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#9988DD;
    color:#FFFFFF;
}
.ModuleHead_DarkBlue
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    background-color:#4477AA;
    color:#FFFFFF;
}
.ModuleBody 
{
    font-family:Arial, Verdana;
    font-size:13.5px;
	background-color:#ffffff;
	color:Black;
}
.ModuleTitle
{
    font-family:Arial, Verdana;
    font-size:16px;
    font-weight:bold;
	background-color:#ffffff;
	color:Black;
}
.ModuleCodeBody
{
    font-family:Arial, Verdana;
    font-size:12px;
	background-color:#f6f6ea;
	color:Black;
}
.ModuleLine 
{
	background-color:#999999;
}
.ModuleLine_Blue 
{
	background-color:#4477AA;
}
.ModuleLine_BlueGreen
{
	background-color:#4499AA;
}
.ModuleLine_YellowGreen
{
	background-color:#99AA33;
}
.ModuleLine_Violet
{
	background-color:#554499;
}
.ShadowBg
{
	background-color:#bbbbbb;
}
/*************************************************************************/
/*		GENERAL STYLES 
/*************************************************************************/
.ContentPaneBg 
{
    background-color:#ffffff;
}
.BackgroundBg 
{
    background-color:#999999;
}
body
{
	background-color:#ffffff;
}
.Head   
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    color:#555555;
}
.HeadRed   
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    color:red;
}
.Normal 
{
    font-family:Arial;
    font-size:13.5px;
    font-weight:normal;
    line-height:normal;
}
.NormalBold
{
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	font-family: Arial;
}
.NormalTextBox 
{
	background-color:#ffffff;	
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:normal;
}
.NormalRed 
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:normal;
    color:red
}
.NormalBoldRed 
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:bold;
    color:red
}
.Small
{
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Verdana;
}
/* Use this style to make elements invisible */
.Invisible 
{
}
/*************************************************************************/
/*		PORTAL BANNER STYLES
/*************************************************************************/
.BannerBg 
{
	background-image:url(images/bgrd_banner.gif);
    background-color:#ffffff;
}
.BannerText
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    color:#dddddd;
    text-decoration:none;
    font-weight:normal	
}
A.BannerText:link 
{
    text-decoration:underline;
    color:red;
}
A.BannerText:visited  
{
    text-decoration:underline;
    color:red;
}
A.BannerText:active   
{
    text-decoration:underline;
    color:red;
}
A.BannerText:hover    
{
    text-decoration:underline;
    color:red;
}
/*************************************************************************/
/*		PORTAL BANNER TAB STYLES
/*************************************************************************/
.TabBg
{

}
.SelectedTabBg
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}


.SelectedTabText
{
	font-family: Arial, Verdana;
	font-size: 13.5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.UnselectedTabsBg
{
	border-right: #336699 0px solid;
	border-top: #336699 0px solid;
	border-left: #336699 0px solid;
	border-bottom: #336699 0px solid;
}
.UnselectedTabsText
{
	font-family: Arial, Verdana;
	font-size: 13.5px;
	color: gainsboro;
	text-decoration: none;
	font-weight: normal;
}
/*************************************************************************/
/*		COMMAND BUTTON  STYLES 
/*************************************************************************/
.CommandButton     
{
    font-family:Arial, Verdana;
    font-size:13.5px;
    font-weight:normal;
    color:White;
}
A.CommandButton:link 
{
    text-decoration:underline;
    color:red;
}
A.CommandButton:visited  
{
    text-decoration:underline;
    color:red;
}
A.CommandButton:active   
{
    text-decoration:underline;
    color:red;
}
A.CommandButton:hover    
{
    text-decoration:underline;
    color:red;
}
/*************************************************************************/
/*		Pager BUTTON  STYLES 
/*************************************************************************/
.PagerButton
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana;
}
.PagerButton A:link 
{
    text-decoration:underline;
	color: black;
}
.PagerButton A:visited
{
	color: black;
	text-decoration: underline;
}
.PagerButton A:active   
{
    text-decoration:underline;
	color: black;
}
.PagerButton A:hover    
{
    text-decoration:underline;
	color: black;
}
/*************************************************************************/
/*		NAVIGATION PANE STYLES
/*************************************************************************/
.NavigationBg 
{
    background-color:#006699;
}
.NavigationTabBg 
{
    background-color:#CBD9E2;
}
.NavPaneHead
{
	font-weight: bold;
	font-size: 13px;
	color: #eeeeee;
	font-family: Arial, Verdana;
	background-color: #6699cc;
}
.NavPaneText
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana;
}
.NavPaneStripBg
{
	background-color:#000000; 
}
A.NavPaneText:link 
{
    text-decoration:none;
}
A.NavPaneText:visited  
{
    text-decoration:none;
}
A.NavPaneText:active   
{
    text-decoration:none;
}
A.NavPaneText:hover    
{
    text-decoration:none;
}
/*************************************************************************/
/*		PAGE NAVIGATOR STYLES 
/*************************************************************************/
DIV.PageGroupItem
{
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	color: gray;
	font-family: Arial, Verdana;
	position: absolute;
	height: 16px;
	text-decoration: none;
}
DIV.PageItem
{
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	color: gray;
	text-indent: 10px;
	font-family: Arial, Verdana;
	position: absolute;
	height: 16px;
	text-decoration: none;
}
DIV.SelectedPageGroupItem
{
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	color: black;
	font-family: Arial, Verdana;
	position: absolute;
	height: 16px;
	background-color: #ffffff;
	text-decoration: none;
}
DIV.SelectedPageItem
{
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	color: #000000;
	text-indent: 10px;
	font-family: Arial, Verdana;
	position: absolute;
	height: 16px;
	background-color: #ffffff;
	text-decoration: none;
}
A.AnchoredPageGroupItem
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: black;
	position: relative;
	text-decoration: none;
}
A.AnchoredPageItem
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: black;
	position: relative;
	text-decoration: none;
}
A.SelectedAnchoredPageGroupItem
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	position: relative;
	background-color: #ffffff;
	text-decoration: none;
}
A.SelectedAnchoredPageItem
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	position: relative;
	background-color: #ffffff;
	text-decoration: none;
}
A.AnchoredPageGroupItem:hover
{
	color: gray;
	text-decoration: none;
}
A.AnchoredPageItem:hover
{
	color: gray;
	text-decoration: none;
}
/*************************************************************************/
/*		PAGE FOOTER STYLES
/*************************************************************************/
.FooterBg 
{
	background-color:#000000;
}
.FooterText
{
	font-weight: normal;
	font-size: 13px;
	color: #eeeeee;
	font-family: Arial, Verdana;
}
A.FooterText:link 
{
    text-decoration:underline;
    color:orange;
}
A.FooterText:visited  
{
    text-decoration: underline;
    color:orange;
}
A.FooterText:active   
{
    text-decoration:underline;
    color:orange;
}
A.FooterText:hover    
{
    text-decoration:underline;
    color:orange;
}
/*************************************************************************/
/*		SEARCH/SEARCH RESULT STYLES 
/*************************************************************************/
.SearchResultTitle
{
    font-family:Arial, Verdana;
    font-size:16px;
    color:blue;
}
.SearchResultBody
{
	font-size: 13px;
	font-family: Arial, Verdana;
}
.SearchResultCategory
{
    font-family:Arial, Verdana;
    font-size:13.5px;
	color:#99A7B0;
}
.SearchBg
{
	background:#CBD9E2;
}
/***********************************************************************/
/*       Grid Data                                                     */
/***********************************************************************/
.GridData
{
	font-size: x-small;
	font-family: Arial, Verdana;
}
.GridHeader
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, Verdana;
}
	

