/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{
	text-decoration:	underline;
	color:	#3333cc;
	}
A.ProdNav:link	{
	background-color:Transparent;
	text-decoration:	none;
	color:	#333333;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	}	
		
A.ProdNav:visited	{
	background-color:Transparent;
	text-decoration:	none;
	color:	#333333;
	font-family: Tahoma;
	font-size:10pt;
	font-weight: bold;
	}	
		
A.ProdNav:active	{	
	background-color:Transparent;
	text-decoration:	none;
	color:	#333333;
	font-family: Tahoma;
	font-size:10pt;
	font-weight: bold;
	}	
		
A.ProdNav:hover	{	
	background-color:Transparent;
	text-decoration:	underline;
	color:	#333333;
	font-family: Tahoma;
	font-size:10pt;
	font-weight: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	}	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.Edit
{
 font-family:Tahoma;
 font-size:8pt;
 	
}

.Edit_Big
{
	font-size:9pt;
	font-family:Tahoma
}
/* Colors --------------------------------*/
.Color_One, .Color_One_Edit
{
 background-color:#000000
}
.Color_Two,.Color_Two_Edit
{
 background-color:#57AB57;
 color:Black;
}
.Color_Three
{
	background-color:#3C478A;	
}
/* Colors Options -------------------------*/
.Color_One_Edit
{
	font-family:Tahoma;
	color:White;
	font-size:8pt;		
}
.Color_One_Fade
{
	background-image:url(/Images/Bgnd/bgdFade_Title_3C478A.gif);
	background-repeat:repeat-y;
	width:20px;
}
.Color_Two_Edit
{
	font-family:Tahoma;
	color:White;
	font-size:8pt;		
}
.Color_Two_Fade
{
	background-image:url(/Images/Bgnd/bgdFade_Tool_57AB57.gif);
	background-repeat:repeat-y;
	width:20px;
}
.Color_Three_Edit
{
	color:White	
}

.ProdToolbar	
{
	/*FILTER: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#CDCDCD', gradienttype='0');*/
	background:url(\images\Bgnd\Prod_TB.gif);
	background-color:#E4E4E4;
	font-family:Tahoma;
	color:White;
	font-size:8pt;
	border-top: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	border-left: #d6d6d6 1px solid;
}
.ProdTitle	
{
	font-family:Tahoma;
	width: 560;
	height: 100%;
	color: black;
	font-size: 10pt;
	border-top: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	border-left: #d6d6d6 1px solid;
}
.ProdSection	
{
	border: solid 1 #D6D6D6;
	font-family:Tahoma;
	width: 184;
	height: 100%;
	color: black;
	font-size: 10pt;
	border-top: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	BORDER-LEFT: #d6d6d6 1px solid;
}
.ProdSectionText	
{
	font-family:Tahoma;
	color:black;
	font-size: 8pt;
	padding-left:4;
	padding-right:4;
	padding-bottom:4;
	padding-top: 0;
	height:100%;
	vertical-align: top;
}
.PageFrame	
{
	position:absolute;
	top: 0;
	left:0;
	background:url(/images/bgnd/SVY_Tile.gif);
	width:100%;
	height: 100%;
}
.BodyFrame	
{
	width: 758;
	height: 100%;
	background-color: #ffffff;
	border-left: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
}
.ProdClient	
{
	CURSOR: hand;
	font-family:Tahoma;
	font-size: 10pt;
	border-top: #d6d6d6 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	BORDER-LEFT: #d6d6d6 1px solid;
}