/* ================================
    CSS STYLES FOR HP Online Skin Design
   ================================
*/   

/* background color for the content part of the pages */
.RadEContent, .RadEContentBordered {
   padding:3px;   
   background-color: #000000;    
   background-image: none;
   margin: 0;       
   text-align: left;
   scrollbar-face-color: #E9E9E9;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #E9E9E9;
   scrollbar-3dlight-color: #DBDBDB;
   scrollbar-arrow-color: #787878;
   scrollbar-track-color: #F5F5F5;
   scrollbar-darkshadow-color: #AEAEAE;
   font-size: smaller;
   word-wrap: break-word;
   font-family:Verdana;
   font-size: 11px;
   color: #FFFFFF;
}

Body {
    background-color: #000000;
	font-family:Verdana;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.SearchTextBox {
	width: 160px;
}
.TopBanner {
	background-color: #000000;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	
}


.MainTable {
	background-color: #000000;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

.MenuPane {
	background-color: #000000;
	border-left: 0px solid #FFFFFF;
	
}

.LoginPane {

	border-right: 0px solid #FFFFFF;
	
}

.LoginTable {
	padding-right: 2px;
	font-family:Verdana;
	font-size: 10px;
	color: #666666;

	
}
A.LoginTable:link
{
	font-family:Verdana;
	font-size: 10px;
	color: #666666;
}

A.LoginTable:hover
{
	font-family:Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

A.FLoginTable:active
{
	font-family:Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

A.LoginTable:visited
{
	font-family:Verdana;
	font-size: 10px;
	color: #666666;
}

.ContentPane {
	
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #000000;

}

.LeftPane {
	border-left: 0px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #000000;
}

.RightPane {
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #000000;
}
.SkinTop {
	background-color: #f9f9f9;
}

.SkinBottom {
	border-bottom-color: #e3e3e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* GENERAL */
/* style for module titles */


.H1  {
	font-family:Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.H2  {
	font-family:Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;

}

.H4  {
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;

}

LABEL {		
	font-family:Verdana;
	font-size: 11px;
	color: #CCCCCC;
}


.Head {
	font-family:Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.SubHead1 {
	font-family:Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family:Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

/* text style used for most text rendered by modules */
.Normal {
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	
}

.small {
	font-family:Verdana;
	font-size: 9px;
	color: #cccccc;
}

.smallblack {
	font-family:Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.HotLinks
{
	cursor:hand;
	font-family:Verdana;
	font-size: 11px;
	color: #5a7433;
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;
}

.TreeContextItem
  {
	color: #000000;

}


.Footer
{
	font-family:Verdana;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
}

A.Footer:link
{
	font-family:Verdana;
	font-size: 10px;
	color: #999999;
}

A.Footer:hover
{
	font-family:Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

A.Footer:active
{
	font-family:Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

A.Footer:visited
{
	font-family:Verdana;
	font-size: 10px;
	color: #999999;
}


A 
{
	font-family:verdana;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
}

A:link 
{
	color: #FFFFFF;
}

A:hover 
{
	color: #FFFFFF;
	text-decoration: Underline;
}

A:active {
	color: #FFFFFF;
}

A:visited {
	color: #FFFFFF;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #CCCCCC;
}

A.CommandButton:hover {
	color: #FFFFFF;
}

A.CommandButton:active {
	color: #CCCCCC;
}

A.CommandButton:visited {
	color: #CCCCCC;
} 

/**************************************************   MENU    **************************************************/

.Menu_ItemsGroup {
	width: 120px;
}

/************************************************** Root Menu **************************************************/

.Menu_MainItem {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	margin-left: 20px;
}

.Menu_MainItemOver {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #d1bf50;
	margin-left: 20px;
}

.Menu_MainItemClicked {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	margin-left: 20px;
}

.Menu_MainItemDisabled {
	cursor: default;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	margin-left: 20px;
}

.Menu_MainItemSelected {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	margin-left: 20px;
}

.SelectedPathItemCss {
	cursor: pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	margin-left: 10px;
}

/**************************************************  Sub Menu  **************************************************/

.Menu_Item {
	background-color: #5a7433;
	height: 25px;
	width:165px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	cursor: pointer;
	font-size:10px;
	color: #ffffff;
}

.Menu_ItemOver {
	background-color: #75a52d;
	height: 25px;
	width:165px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	cursor: pointer;
	font-size:10px;
	color: #ffffff;

}

.Menu_ItemSelected {
	background-color: #5a7433;
	height: 25px;
	width:165px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	cursor: pointer;
	font-size:10px;
	color: #ffffff;
}

.Menu_ItemClicked {
	background-color: #5a7433;
	height: 25px;
	width:165px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	cursor: pointer;
	font-size:10px;
	color: #ffffff;
}

.Menu_ItemDisabled {
	background-color: #5a7433;
	height: 25px;
	width:165px;
	border: 1px solid #cccccc;
	font-family: Verdana;
	cursor: pointer;
	font-size:10px;
	color: #ffffff;
}

/************************************************** MENU END **************************************************/


/************************************************** PANEL BAR *************************************************/
.panelHeader
{ 		
	FONT-SIZE: 11px; 
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeader.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelHeaderSelected 
{
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeaderSelected.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelHeaderOver
{
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeaderSelected.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelItem 
{
	FONT-SIZE: 11px;
	COLOR: #00546D;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	padding-bottom:3px;
	padding-top:3px;
}
.panelItemSelected
{
	FONT-SIZE: 11px;
	color: #FFFFFF;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	background-image:url(Images/Menu/Panel/SubArrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-bottom:3px;
	padding-top:3px;
}
.panelItemOver
{
	FONT-SIZE: 11px;
	color: #FFFFFF;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	background-image:url(Images/Menu/Panel/SubArrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-bottom:3px;
	padding-top:3px;
}
.panelbarItemGroup
{
	border-bottom: 1px solid #F0F0F0;
}

/************************************************ PANEL BAR END ************************************************/
