
/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background:#ffffff; /* alternative colors: d4d0c8  */
	margin-top:1px;
	margin-bottom:1px;
	padding:0;
	text-align:center;
	line-height:1.2em;
}


/* To ensure text consistency through the whole site */
div, table, tr, td, p{
	font-family:Verdana;
	font-size: 10px;
	
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/


/* Master Wrapper for skin_warm */
#MasterWrapper_Warm {
	margin-top:0;
	margin-bottom:0;
	width: 800px;
	/*height: 100%;	*/
	background-color:#ffffff;
	
	

}



/* The actual content area. For skin_warm. */
#SiteWidth_Warm{
	padding-top:10px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:4px;
	margin-top:0;
	width:800px; 
	height:auto;
	background-color:#ffffff;

}


/* Style for solpart menu box */
.Menu {
	/*background-image: url(gradient_DkRed.jpg); height:30px;*/
/*	background:transparent;*/
	border-top:2px solid #797731;
 border-top-color:rgb(255,153,0);
	padding-top:10px;
	margin-bottom:10px;
background-color:#ffffff;
}



/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/

/* Catch all for skin object font */
.SkinObject{
	color:#333;
}


/* Style for date control */
.date{
font-family:Verdana;
	color:#000;
	font-size:11px;
	
	letter-spacing:2px;
	padding-right:2px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Verdana;
	font-size:11px;
	color:#333;
	
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Verdana;
	font-size:11px;
	color:#333;
	
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Verdana;
	font-size:11px;
	color:#333;
	
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Verdana;
	font-size:11px;
	color:#333;
	
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #333;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	
}


/* Text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #000000;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}

a.Normal:hover {
	color: #000000;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}

/* Buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #000000;	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

A.CommandButton:hover    {
	color: #FFF;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #000;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* Text style for module titles */
.Head {
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
}


/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubHead {
	font-size: 11px;
	color:#333;
	font-weight: bold;
}


/* Text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #333;
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	
}

.NormalBold {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Verdana;
	font-weight: bold;
	font-size: 11px;
}

/* Text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:Verdana;
    font-size: 11px;
    font-weight: normal;
}

/*  Form style */
select, input {
	font-family:Verdana;
	font-size: 11px;
	margin-bottom:-2px;  /* To align the box with the search button */
}


/* All the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu {
	background-color: transparent;
	width:100%;  /* to shrink the menu container width to fit into the talbe cell*/
	
	margin-top: 3px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26px;
	padding:8px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-size: 11px; 
	font-weight: bold; 
	border-bottom: #f8f4ef 1px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #f8f4ef 1px solid;    /* same color as MainMenu_SubMenu BG*/
	padding: 1px 10px 1px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #f8f4ef; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #887E1E;
	font-family:Verdana;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#333;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Verdana;
	font-size: 11px; 
	font-weight: bold; 
	border: 0;
	padding: 1px 10px 1px 5px;
	color:#fff;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #555;
	font-weight: bold;
	text-transform:uppercase;
	padding:0 12px 0 8px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#000;
	border-bottom:1px dotted #BDCCC8;
	text-transform:uppercase;
	padding:0 12px 0 8px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#000;
	padding:0 12px 0 8px;
	text-transform:uppercase;
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}


.LeftPaine
{
	text-align:left;
	padding: 0px; 
	background-color: #e3e0d7;
	text-align:center;
	}


