/* ================================
    CSS STYLES FOR HP Online Skin Design
   ================================
*/   
Body {
    background-color: #cccccc;
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-arrow-color:#333333; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#333333; 
	scrollbar-face-color:#c0bebd; 
	scrollbar-highlight-color:#c0bebd; 
	scrollbar-shadow-color:#CCCCCC
}

/* GENERAL */
HR {
	color: #000000;
	height:1px;
	width:100%;
	
}
/* style for module titles */
.ContentPane {
	background-color: #FFFFFF;
}

.ContentPane2 {
	background-color: #FFFFFF;
}

.MenuPane {
	background-color: #cf8d49;
}

.TopmenuPane
{
	background-color: #c0bebd;
	text-indent: 17px;
}

.TopmenuPane2
{
	background-color: #41a1ac;
	text-indent: 17px;
}

.LeftTop {
	background-color:#1c727c;
	text-indent: 17px;
}

.RightTop {
	background-color:#643f1e;
	text-indent: 17px;
}

.RightPane {
	background-color:#dbdbdb;
	padding-left: 17px;
	padding-right: 5px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.H1 {
	font-family:Verdana;
	font-size: 15px;
	color: #999999;
	font-weight: bold;
}


.H2 {
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

A.H2:link
{
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

A.H2:hover
{
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

A.H2:active
{
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

A.H2:visited
{
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}


.H3 
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	font-weight:bold;

}


A.H3:link
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

A.H3:hover
{
	font-family:Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

A.H3:active
{
	font-family:Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

A.H3:visited
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}


.H4 /*FTB Style*/ {
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:normal;

	
}


.H5 {
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}


/* text style used for most text rendered by modules */


.NormalTextBox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	width: 125px;
}


.Footer
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}

A.Footer:link
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}

A.Footer:hover
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.Footer:active
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}

A.Footer:visited
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
}


A 
{
	font-family:verdana;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
}

A:link 
{
	color: #000000;
}

A:hover 
{
	color:#000000;
	text-decoration: none;
}

A:active {
	color: #000000;
}

A:visited {
	color:  #000000;
} 

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #000000;
}

A.CommandButton:hover {
	color:#000000;
}

A.CommandButton:active {
	color: #000000;
}

A.CommandButton:visited {
	color:  #000000;
} 