/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/

/*		BASE RULES		*/

img {
	border: 0px;
}
p {
	margin: 0 0 7px 0;
	padding: 0px;
}
/*		BODY & WRAPPER		*/

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #121212;
	font-size: 11px;
	color: #3c3c3c;
}
#mainbg { background: #121212 url('images/bg_mid.gif') repeat-y top; margin: 20px 0 0 0; }
#topbgviolet { background: transparent url('images/bg_top_violet.jpg') no-repeat top; }
#topbgaqua { background: transparent url('images/bg_top_aqua.jpg') no-repeat top; }
#topbggold { background: transparent url('images/bg_top_gold.jpg') no-repeat top; }
#topbgred { background: transparent url('images/bg_top_red.jpg') no-repeat top; }
#botbg { background: transparent url('images/bg_bot.gif') no-repeat bottom; }
/* left side */
.logoarea { padding: 22px 0 0 64px; }
.navarea { padding: 65px 100 20px 60px; }
.ftext { padding: 10px 0 20px 27px; }
/* main area */
.titlearea { padding: 33px 0 0 3px; width: 360px; }
.searcharea { padding: 35px 0 3px 0; }
.boxarea { padding: 2px; }
.content { padding: 70px 0 40px 0; }
.pane1 { padding: 0 20px 10px 10px; }
.pane2 { padding: 0 0 0 10px; }
.pane3 { padding: 0 5px; }
.pane4 { padding: 0 20px 0 0; }
.pane5 { padding: 10px 20px 20px 10px; }
.footerarea { background-color: #121212; padding: 0 10px 0 175px; }
/*********************** Classes *************************/
/* GENERAL */
/* style for module titles */
.Head {
	font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000px;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #3c3c3c;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000px;
}
.NormalBold {
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #003366;
}
A.CommandButton:active {
    text-decoration: underline;
    color: #003366;
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #FF0000px;
}
/* GENERIC */
a:link {
	color: #9a7540;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #b2884b;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #9a7540;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #9a7540;
	text-decoration: underline;
	font-weight: normal;
}
/*____________________*/
a.links_bottom:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.links_bottom:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #3c3c3c;	
}
a.links_bottom:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.links_bottom:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #333;
	text-decoration: none;
}
.links_bottom {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #333;
	text-decoration: none;
}
/*_______ start copyright _______*/
.Copyright {
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #999999;
	text-transform: none;
}
a.Copyright:link{
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a.Copyright:hover{
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;	
}
a.Copyright:active{
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;	
}
a.Copyright:visited{
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;	
}
/*________ end copyright ________*/
/* ------------------   Main Menu ---------------- */
.MainMenu_MenuContainer {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 0px !Important;
	border-bottom: 0px !Important;
	margin-bottom: 0px !Important;
}
.MainMenu_MenuBar {
	cursor: pointer;
	height: 27px;
}
.MainMenu_MenuItem {
	background-color: #fff;
	cursor: pointer; 
	color: #000; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0 11px 0 1px;
	height: 23px;
	border: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #f78f1e; 
	cursor: pointer; 
	color: #fff; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0 11px 0 1px;
	height: 23px;
	border: 0px;
}
.submenuitembreadcrumb {
/*	cursor: pointer; 
	color: #CCCCCC; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	background-color: transparent;
	padding: 2px;
	z-index: 1000px;
	position: static;
	margin: 0px 0 0 0px;
	padding: 0px;*/
}
.submenu, .ModuleTitle_SubMenu {
	background-color: #fff; 
/*	border: 0px #A7A7A7 solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);*/
	margin: 0px 0 0 -2px;
	padding: 0 0 0 0px;
	border: 0px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	position: static;
	z-index: 100px;
}
.MainMenu_MenuIcon {
	background: #fff url('images/btn_arrow.gif') no-repeat center center;
	padding: 0 2px 0 8px;
	border: 0px;
}
.rootmenuitem {	
	background: transparent url('images/tab_bg.gif') repeat-x top;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 1px 0 0;
	margin: 0px;
	cursor: pointer;
	display: table-cell;
	border: 0px;
	vertical-align: middle;
	height: 27px;
	width: 10px;
}
.rootmenuitembreadcrumb {	
	background: transparent url('images/tab_bg.gif') repeat-x top;
	color: #efb20a;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 1px 0 0;
	margin: 0px;
	cursor: pointer;
	display: table-cell;
	border: 0px;
	vertical-align: middle;
	height: 27px;
	width: 10px;
}
.rootmenuitemselected {
	background: transparent url('images/tab_bg.gif') repeat-x top;
	color: #efb20a;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 1px 0 0;
	margin: 0px;
	cursor: pointer;
	display: table-cell;
	border: 0px;
	vertical-align: middle;
	height: 27px;
	width: 10px;
}
.rootmenuitembreadcrumb {
	background: transparent url('images/tab_bg.gif') repeat-x top;
	color: #efb20a;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 1px 0 0;
	margin: 0px;
	cursor: pointer;
	display: table-cell;
	border: 0px;
	vertical-align: middle;
	height: 27px;
	width: 10px;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
	width: 0px;
}
.MainMenu_MenuArrow {
	display:none;
	width: 0px;
}
.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
}
/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/
