/* ================================
    CSS STYLES FOR HP Online Skin Design
   ================================
*/   

/* background color for the content part of the pages */
.RadEContent, .RadEContentBordered {
                      padding:3px;   
                      background-color: #FFFFFF;    
                      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: #000000;
}

Body {
    background-color: #939393;
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.SearchTextBox
{
width: 160px;
}

.MainTable {
	background-color: #DBDBDB;
}

.SkinTop
{
	background-color: #f9f9f9;

}

.SkinBottom
{
	border-bottom-color: #e3e3e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family:Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.SubHead1    
{
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
}

.HotLinks {
	cursor:hand;
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;
}

.Footer {
	font-family:Verdana;
	font-size: 10px;
	color: #B6B2B2;
}

A.Footer:link {
	font-family:Verdana;
	font-size: 10px;
	color: #B6B2B2;
}

A.Footer:hover {
	font-family:Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.Footer:active {
	font-family:Verdana;
	font-size: 10px;
	color: #B6B2B2;
}

A.Footer:visited {
	font-family:Verdana;
	font-size: 10px;
	color: #B6B2B2;
}

A {
	font-family:verdana;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
}

A:link {
	color: #00546D;
}

A:hover {
	color:#000000;
	text-decoration: Underline;
}

A:active {
	color: #00546D;
}

A:visited {
	color:  #00546D;
} 

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #00546D;
}

A.CommandButton:hover {
	color:#000000;
}

A.CommandButton:active {
	color: #00546D;
}

A.CommandButton:visited {
	color:  #00546D;
} 

/**************************************************   MENU    **************************************************/

.Menu_ItemsGroup
{
	background-image: url(img/menu/itemsBg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	border-left: 5px solid #CBDC68;
	background-color: White;
	width:116px;
}

/************************************************** Root Menu **************************************************/

.Menu_MainItem
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;

}

.Menu_MainItemOver
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #564632;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;
}

.Menu_MainItemClicked
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;
}

.Menu_MainItemDisabled
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;
}

.Menu_MainItemSelected
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	
	color: #877560;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;
}

.SelectedPathItemCss
{
	background-image: url(img/menu/mainItem.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	
	color: #877560;
	height:46px;
	width:60px;
	padding: 6px 0px 0px 4px;
	margin-bottom: 4px;
}

/**************************************************  Sub Menu  **************************************************/

.Menu_Item
{
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemOver
{
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemSelected
{
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
	font-weight:bold;
}

.Menu_ItemClicked
{
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemDisabled
{
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:26px;
	width:100%;
	padding-left:4px;
}

/************************************************** MENU END **************************************************/


/************************************************** PANEL BAR *************************************************/
.panelHeader
{ 		
	FONT-SIZE: 11px; 
	COLOR: #666666;
	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: #000000;
	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: #000000;
	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;
}

.login
{
	font-family:Verdana;
	font-size: 11px;
	color: #B6B2B2;
	padding-bottom:10px;
	padding-right:10px;
}

A.login:link
{
	font-family:Verdana;
	font-size: 11px;
	color: #B6B2B2;
	padding-bottom:10px;
	padding-right:10px;
}

A.login:hover
{
	font-family:Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	padding-bottom:10px;
	padding-right:10px;
}

A.login:active
{
	font-family:Verdana;
	font-size: 11px;
	color: #B6B2B2;
	padding-bottom:10px;
	padding-right:10px;
}

A.login:visited
{
	font-family:Verdana;
	font-size: 11px;
	color: #B6B2B2;
	padding-bottom:10px;
	padding-right:10px;
}

.NormalTextBox
{
	font-family:Verdana;
	font-size: 10px;
	border: 1 solid #BFBFBF;
	width: 150px;
}

.MultiTextBox
{
	font-family:Verdana;
	font-size: 10px;
	border: 1 solid #BFBFBF;
	width: 150px;
	height: 50px;
}

/************************************************ PANEL BAR END ************************************************/
