﻿/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #0a3da6;
	}

TABLE 	{ font-size: 12px; }
UL LI   { list-style-type:none; }
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: dimgrey; height: 1pt; text-align: left; }

A	{ color: blue; }

A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ text-decoration: underline; color: red; }



/********************** CDIPortal Classes ***********************/
/*********************Layout*********************************/
.Frame
{
	width: 100%; 
	min-width: 1024px;

}
.Content
{
	width: 100%;
	padding-top:15px;
}
/************footer***************/
.FooterDiv
{
	min-width: 1024px;
	text-align:center; 
	clear:both; 
	width:100%; 
	position: relative;
	font-size: 9px;
	margin-top:25px;
}

/*** Text and Title Classes ***/

.NormalSmall
	{ font-size: 9px; }

.NormalLarge
	{ font-size: 12px; }

.NormalBold
	{ font-weight: bold; }

.Validation
	{ font-weight: bold; color: red; }

.ErrorMsg
	{ font-weight: bold; background-color: white; color: red; }

.ServerError
	{ font-size: 12px; font-weight: bold; color: red; }

.Head 	{
	background-image:url(PortalImages/gray_lines.jpg);
	font-size: 18px;
	line-height: 26px;
	}

.SubHead
	{ font-size: 11px; font-weight: bold; color: darkred; }

.ControlHead
	{ background-color: #eeeeee; font-size: 13px; font-weight: bold	}	

.Title
	{ font-weight: bold; font-size: 16px; line-height: 18px; }

.NavMenuTitle
	{ font-size: 16px; font-weight: Bold; color: Navy; }

.EwaveTitle 
	{ font-size: 18px; font-weight: bold; }

.EwaveLeadIn
	{ font-size: 15px; color:#666666; font-weight: bold; }
	
	.ManfNavItem
{
	background-color: #ccdaff;
	font-weight: bold;
	padding:4px;
	border:solid 2px white;
	border-top-width:0px;    
    	
}
.ManfNavHeaderLink
{
    margin-top:5px;
}

/*** Table Classes ***/


.TableHeader
	{
	background-color: #eeeeee;
	font-weight:bold;
	border-color: blue;
	border-bottom-style: solid;
	}


.TableHeaderCell{ padding-top:10px; }
.TableItem
	{ background-color: white; }

.TableAltItem
	{ background-color: lavender; }

.TableSelectedItem
	{ background-color: #bbbbbb; }

.TablePager
	{ background-color: #cdcdcd; font-weight:bold; border-color: Black; }

.TableVerticallySpaced
	{ padding: 9px 3px 9px 3px; }

.TableCellPadded
	{ padding: 3px 3px 3px 3px; }

.TableBarTitle
{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight: bold;
	background-color: #4169E1;
	padding: 3px 3px 3px 3px;
}

.TableInputSelectedAdv
{
	background-color:#99baff;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#99baff;
}
.TableInputSelectedAdv2
{
	background-color:#99baff;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-right-color:#99baff;
}
.TableInputSelected
{
	background-color: #99baff;
}
.TableInputOther
{
	background-color: #003366;
	color: white;
	line-height: 16px;
	font-weight:bold;
	padding: 3px 
}
.TableInput
	{ background-color:  #ccdaff; }

.TableInputHeader
{
	font-size: 13px;
	color: white;
	line-height: 16px;
	font-weight: bold;
	background-color: #808080;
	padding: 3px 3px 3px 3px;
}



/*** Navigation Classes ***/

.SiteLink
	{  visibility:hidden; font-weight: bold; color: blue; font-size: 11px; }

A.SiteLink:link, A.SiteLink:visited
	{  visibility:hidden; color: blue; }

A.SiteLink:active, A.SiteLink:hover
	{  visibility:hidden; color: red; }

.HeaderLink
	{ font-size: 13px; color: blue; font-weight: bold; }

A.HeaderLink:link, A.HeaderLink:visited
	{ color: blue; }

A.HeaderLink:active, A.HeaderLink:hover
	{ text-decoration: underline; color: red; }

.CommandButton
	{ padding:5px 5px 5px 5px; }

A.CommandButton:link, A.CommandButton:visited
	{ color: blue; text-decoration: underline; }

A.CommandButton:active, A.CommandButton:hover
	{
	border-width:thin;
	border-color:Black;
	background-color:Lavender;
	color: red;
	text-decoration: underline;
	}

A.NavMenuTitle:link, A.NavMenuTitle:visited
	{ color: blue; }

A.NavMenuTitle:active, A.NavMenuTitle:hover
	{ color: red; text-decoration: underline; }



/*** Tab Classes ***/

.TabBg	{
	background-color: white;
	border-left-color: black;
	border-bottom-color: white;
	border-top-color: black;
	border-right-color: black;
	}

.OtherTabsBg
	{
	font-weight: bold;
	border-color: black;
	color: blue;
	background-color: #99BAFF; }

.SelectedTab
	{ font-weight: bold; color: blue; font-size: 11px; }

A.SelectedTab:link, A.SelectedTab:visited
	{ color: blue; font-weight: bold; }

A.SelectedTab:active, A.SelectedTab:hover
	{ color: red; font-weight: bold; }

.OtherTabs
	{ color: blue; font-weight: bold; background-color: #99BAFF; }

A.OtherTabs:link, A.OtherTabs:visited
	{ color: white; text-decoration: none; }

A.OtherTabs:active, A.OtherTabs:hover
	{ color: red; text-decoration: none; }

.SubTabsBg
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: white;
	border-right-color: black;
	border-top-width: 3px;
	background-color: Lavender;
	font-weight: bold;
	font-size: 11px;
	color: black;
	}

.SubTabBox
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	border-right-color: black;
	}

.SubSelTabBg
	{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: white;
	border-right-color: black;
	border-top-width: 8px;
	background-color: #cccccc;
	color: white;
	}

.SubSelTab
	{ color: White; font-weight: bold; font-size: 11px; }

.SubOtherTabs
	{ color: black; font-weight: bold; font-size: 11px; }

A.SubOtherTabs:link, A.SubOtherTabs:visited
	{ color: black;	text-decoration: none; }

A.SubOtherTabs:active, A.SubOtherTabs:hover
	{ color: black;	text-decoration: underline; }


/********AJAX******/
.PawBottemBar
{
     float:left;
     width:100%; 
     min-width:1105px; 
     padding-bottom:10px;
}
.modalBackground {
	background-image: url('../PortalImages/PopUpBackground.png');
	background-repeat:repeat-x repeat-y;
}

.modalPopup {
	background-color:#99BAFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
.urbangreymenu{ width: 100%; /*width of menu*/ background-color: #FFF; } .urbangreymenu .headerbar{ font: bold 13px Verdana; color: white; /*last 2 values are the x and y coordinates of bullet image*/ margin-bottom: 0; /*bottom spacing between header and rest of content*/ text-transform: uppercase; padding: 7px 0 7px 31px; /*31px is left indentation of header text*/ background-color: #0A3DA6; background-image: url(arrowstop.gif); background-repeat: no-repeat; background-position: 8px 6px; } .urbangreymenu ul{ list-style-type: none; margin: 0; padding: 0; margin-bottom: 0; } .urbangreymenu ul li{ padding-bottom: 0px; border: 1px solid #FFF; } .urbangreymenu ul li a{ font: normal 12px Arial; color: #0A3DA6; display: block; line-height: 17px; padding-left: 15px; /*link text is indented 8px*/ text-decoration: none; background-color: #ccdaff; padding-top: 1px; padding-right: 0; padding-bottom: 1px; } .urbangreymenu ul li a:visited{
	color: #0A3DA6;
} .urbangreymenu ul li a:hover{ /*hover state CSS*/ color: white; background-color: #0A3DA6; }

.Link2 {
	color: #D9E3EF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
}
.MediumWhiteFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5pt;
	color: #FFF;
}
.LargeWhiteFont {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.BodyMediumLineCard {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 13pt;
	padding-left: 15px;
	padding-top: 15px;
}
.mediumTitle {
	font-size: 10.5pt;
	color: #006;
	padding-left: 10px;
}
/********* Category Summary Page ******************/
.CatSumSearchHyperlinkDiv {margin-left:15px; margin-top: 15px;}
.CatSumSearchHyperlink {
	line-height: 20px;
	float:left;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:0;
	border-left:none;
	text-transform:uppercase;
	font-size:12px;
	color: #000000;
	}
.CatSumTable {
	border: #bbb 1pt dotted;
	width: 100%;
}
.CatSumProductLinkParagraph { text-align: center; }
.CatSumProductLink { 
	font-weight: bold;
	color: #333;
	font-size: 9pt;
	margin-right: 5px;
	margin-left: 5px;
}	

.CatSumTablePager { background-color: #fff; font-weight:bold;  border: #bbb 1pt dotted; border-left:none; border-right:none; }
.CatSumTableItem	{	background-color: #e3e4e8; color:#373737; border: #bbb 1pt dotted; }
.CatSumTableAltItem	{	background-color: #edeef0; border: #bbb 1pt dotted;}
.CatSumTableSelectedItem	{ background-color: #eeeeee; border: #bbb 1pt dotted; }
.CatSumTableHeader
{
 	height: 55px;
	border-bottom-width: thin;
	border-bottom-color: #999;
	padding-bottom: 3px;
	background-color: #FFF;
	border-bottom-style: dotted;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-top:10px;*/
	font-size:10pt;
	text-align:center;
}
.CatSumTableHeader a
{
	color: #000; 	
}


/* Team Main */
.ReproterTable
{
    width: 100%;
    border: 0;
}
.PerformanceGrid
{ 
    width: 100%;
    border-style: none;   
}
.WhatsNewCellLabel
{
    
}
.NumbersColumnWide
{
  Horiz-Align: Left;
  Width: 100px;
  text-wrap: none;
}
.NumbersLinkColumn
{
    HorizontalAlign: Left;
    Width: 100px;
    text-wrap: none;
}
.NumbersLinkColumnHeader
{
    HorizontalAlign: Left;
}
.NumbersColumnNarrow
{
  Horiz-Align: Left;
  Width: 85px;  
}
.NumbersColumnHeader
{
  Horiz-Align: Right;
  Text-Align: Right;  
}
.NumbersTitleLabel{}
