/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background:#4C7013; /* alternative colors: 4D7113  */
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-family:verdana;
	font-size: 10px;
	font-color:#333333
}


/* To ensure text consistency through the whole site */
div, table, tr, td, p{
	font-family:verdana;
	font-size: 10px;
	font-color:#333333
}

.background {
	background-image: url(/Portals/43/backgroundbg2.jpg);
	background-repeat: repeat;
}




/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/

/* Style for solpart menu box */
.Menu {
	background-image: url(gradient_DkRed.jpg); height:30px;
	background:transparent;
	border-top:0px solid #797731;
	border-bottom:0px solid #999;
	border:0px solid #797731;
	margin-top:0px;
	margin-bottom:0px;
}



/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Verdana;
	font-size:10px;
	color:#4C7013;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Verdana;
	font-size:10px;
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}


/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #FFFFFF;
	font-family:Verdana;
	font-weight: normal;
	font-size: 10px;
}

a:hover {
	color: #FFFFFF;
	font-family:Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}


/* Text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #FFFFFF;
	font-family:Verdana;
	font-weight: normal;
	font-size: 10px;
}

a.Normal:hover {
	color: #FFFFFF;
	font-family:Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

/* Buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFFFFF;	
	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: #FFFFFF;	
	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;
}

/* Contact Us Links */
.ContactUsMenu, a.ContactUsMenu:link, a.ContactUsMenu:visited, a.ContactUsMenu:active {
	color: #FFFFFF;
	font-family:Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.ContactUsMenu:hover {
	color: #93bb48;
	font-family:Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

.InSubLink, a.InSubLink:link, a.InSubLink:visited, a.InSubLink:active {
	color: #165829;
	font-family:Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

a.InSubLink:hover {
	color: #999900;
	font-family:Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* Text style for module titles */
.Head {
	font-family:Verdana;
	font-size: 18px;
	color: #171717;
	font-weight: bold;
}


/* Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubHead {
	font-family:Verdana;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}


/* Text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
}

.NormalBold {
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
}

/* 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-color:#FFFFFF
    font-weight: normal;
}

/*  Form style */
select, input {
	font-family:Verdana;
	font-size: 11px;
	/*border:1px solid #000;*/
	margin-bottom:-2px;  /* To align the box with the search button */
}


/* All the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
color:#FFFFFF;
}



/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	width:80%;  /* to shrink the menu container width to fit into the talbe cell*/
	margin-left:-1;
	margin-top: 3px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26px;
	padding:3px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Verdana;
	font-size: 10px; 
	font-weight: bold; 
	border-bottom: #f8f4ef 0px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #f8f4ef 0px solid;    /* same color as MainMenu_SubMenu BG*/
	padding: 2px 10px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #ACCB6D; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 0px solid #CCCCCC;
	font-family:Verdana;
	font-size: 10px; 
	margin-top: 0;
	margin-left: 0;
	padding: 2px 10px 2px 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#ACCB6D;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Verdana;
	font-size: 10px; 
	border: 1px;
	padding: 2px 10px 2px 2px;
	color:#FFFFFF;
}



/* 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: #FFFFFF;
	font-weight: bold;
	text-transform:none;
	padding:1px 5px 1px 5px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#FFFFFF;
	font-size: 11px;
	border-bottom:1px dotted #BDCCC8;
	text-transform:none;
	padding:1px 5px 1px 5px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:#ACCB6D;
	color:#FFFFFF;
	font-size: 11px;
	padding:0 4px 0 4px;
	text-transform:none;
	padding:1px 5px 1px 5px;
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}


/* Add Skin  */
.copyright_white {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
	line-height: 19px;
}


.Title_Sub
{
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
	color: #4A4A4A;
}
.Title_Sub2
{
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
	color: #D6F694;
}

.Sub_font
{
    font-family:Verdana;
    font-size: 11px;
    color: #165829;
}

.Sub_Green
{
    font-family:Verdana;
    font-size: 10px;
    color: #93bb48;
	font-weight: bold;
}
.Sub_Black
{
    font-family:Verdana;
    font-size: 10px;
    color: #333333;
	font-weight: bold;
}
.line
{ 
	background-image: url(/Portals/43/line1.gif);
	background-repeat: repeat;
}

/**/
#search{ }
#search input{ margin-bottom:4px; font-family:verdana; }
#search img{ }
/**/
