/* Default CSS Stylesheet for a new Web Application project */


BODY{margin: 0px;}


/*Menu******************************************************/
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#003366; background-color:#003366;visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:#003366;  color:white;}
.clLevel0over{background-color:#003366; background-color:#003366; color:Yellow; cursor:default; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#003366;}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color: #99cccc; background-color:#99cccc; color:#003366;}
.clLevel1over{background-color:#003366; background-color:#003366; color:Yellow; cursor:default; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#003366; background-color:#003366}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:#003366; background-color:#003366; color:white;}
.clLevel2over{background-color:#0099cc; background-color:#0099cc; color:Yellow; cursor:default; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#003366; background-color:#003366}

/*Styles for Active*/
.clActive{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clActive{background-color:#99cccc; background-color:#99cccc; color:003366;}

/*Styles for InActive*/
.clInActive{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clInActive{background-color:#003366; background-color:#003366; color:#33CCCC;}
/*
.clInActiveover{background-color:#003366; background-color:#003366; color:0099cc; cursor:default; cursor:default; }
.clInActiveborder{position:absolute; visibility:hidden; background-color:#003366; background-color:#003366}
*/



.Button 
{
	background-color: #003366;
	color: #FFFFFF;
	FONT-FAMILY: tahoma; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
}


.TableBackGround{background-color:7FC2D5}
	

/*SSITable **********************************************************/	
.TableHeader
{ 
	font-family: Tahoma; 
	color:black; 
	font-size:12pt; 
	font-weight:normal;  
	background-color: #99cccc
}

.TableCell
{
	font-weight: normal;
	font-size: 10pt;
	color: #003366;
	font-family: Tahoma;
}

.TablePaging
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
}

.TableGroup
{
	font-size: 10pt;
	font-family: Tahoma;
	color:#cc6600;
	font-weight:bold;
}

.TableAlternatingRow
{
	font-weight: normal;
	font-size: 10pt;
	color: #003366;
	font-family: Tahoma;
	background-color:97D8EA;
}

/*Hyperlinks*******************************************************/
.DefaultLink
{
	font-family:"Tahoma"; 
	font-size:10pt; 	
	text-decoration: underline;
	color: #003366; 
}

.DefaultLink:hover
{
	color: #ff6600;
	text-decoration: underline;
}



/***This link allows for different colors than the DefaultLink***/
.Link2
{
	font-family:"Tahoma"; 
	font-size:8pt; 	
	font-weight:bold;
	color:White; 
	text-decoration:none;
}

.Link2:hover
{
	font-family:"Tahoma"; 
	font-size:8pt; 	
	font-weight:bold;
	color:White; 
	text-decoration: underline;
}


.Link3
{
	font-family:"Tahoma"; 
	font-size:10pt; 	
	color: #003366; 
	font-weight:bold;
	text-decoration: none;
}

.Link3:hover
{
	color: #99cccc;
}

	
/*On-line Help Styles***********************************************************/
.HelpHeading 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14pt; 
	COLOR: #003366; 
	FONT-FAMILY: tahoma; 
}


.ChapterTOC
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: tahoma;
	COLOR: #003366;
}

.SectionTOC
{ 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: tahoma;
	COLOR: Gray;
	text-decoration: none;
}

.SectionTOC:hover {color:Navy;}

.Chapter
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14pt; 
	FONT-FAMILY: tahoma;
	COLOR: black;
	background-color:Gray;
}

.Section
{ 
	FONT-SIZE: 12pt; 
	FONT-FAMILY: tahoma;
	COLOR: black;
	background-color:#99cccc;
}

/*Navigational Footer*********************************************************/
.Footer
{ 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: tahoma;
	COLOR: Gray;
	text-decoration: none;
}

.Footer:hover {color:Navy;}
	
	
/*Fonts ******************************************************************/
.Title 
{	
	FONT-SIZE: 16pt; 
	COLOR: black; 
	FONT-FAMILY: Tahoma 
}
 

.Normal
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	COLOR: black;
}

.Normal2
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	COLOR: white;
}


.NormalBold
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	COLOR: black;
}

.NormalBoldContrast
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	COLOR: White;
}

.NormalBoldWarn
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	COLOR: red;
}

.Normal2Bold
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	COLOR: white;
}

.NormalBG
{ 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Tahoma;
	COLOR: black;
	BACKGROUND-COLOR: #99cccc
}


.Large
{ 
	FONT-SIZE: 12pt; 
	FONT-FAMILY: Tahoma;
	COLOR: black;
}

.LargeBold
{ 
	FONT-SIZE: 12pt; 
	FONT-FAMILY: Tahoma;
	COLOR: black;
	FONT-WEIGHT: bold;
}



.Small
{
	font-size: 7pt;
	FONT-FAMILY: Tahoma;
	COLOR: black;
}

.SmallBold
{
	font-size: 7pt;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
	COLOR: black;
}

.SmallBG
{
	font-size: 7pt;
	FONT-FAMILY: Tahoma;
	COLOR: black;
	BACKGROUND-COLOR: #99cccc
}


.XXSmall
{
	font-size: 7pt;
	FONT-FAMILY: Tahoma;
	COLOR: black;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

/*ToolTip Style*/
.Popup, .Popup:hover, .Popup:visited
{
	font-family:"Tahoma"; 
	font-size:8pt; 	
	text-decoration: none;
	color: black;
}

