/*body
{
	font-family: Verdana;
	margin: 0px;
	width: 100%;
	font-size: 12px;
	color: #232d32;
	background-color: White;
	height: 100%;	
	text-align: left;
	line-height: 13px;
}*/

table
{
	border-collapse: collapse;
	border-color: #eeeeee;
	border-spacing: 0;
}

td
{
	vertical-align: top;
}

input
{
	font-family: Tahoma, Verdana, Arial, Georgia;
	font-size: 11px;
}

textarea
{
	font-family: Tahoma, Verdana, Arial, Georgia;
	font-size: 11px;
}

select
{
	font-family: Tahoma, Verdana, Arial, Georgia;
	font-size: 11px;
}

img
{
	border: 0px;
}

sup
{
	vertical-align: top;
}
/*
.menu
{
	font-family: Arial, Tahoma, Verdana, Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #f8f8f8;
}

.menu a:link
{
	color: #f8f8f8;
	text-decoration: none;
}
.menu a:visited
{
	color: #f8f8f8;	
	text-decoration: none;
}
.menu a:hover
{
	color: #ffcc00;
	text-decoration: none;
}
*/
a:link.bluelink
{
	color: #0066ff;
	text-decoration: none;
}
a:visited.bluelink
{
	color: #0066ff;	
	text-decoration: none;
}
a:hover.bluelink
{
	color: #ffcc00;
	text-decoration: none;
}

a:link.footerlink
{
	color: #f8f8f8;
	text-decoration: none;
}
a:visited.footerlink
{
	color: #f8f8f8;	
	text-decoration: none;
}
a:hover.footerlink
{
	color: #ffcc00;
	text-decoration: none;
}
/*
a:link
{
	color: black;
	text-decoration: none;
}
a:visited
{
	color: black;	
	text-decoration: none;
}
a:hover
{
	color: #ffcc00;
	text-decoration: none;
}
*/
/*--- Text Classes ---------------------------------------------------------------*/
.t
{
	font-size: 11px;
}
.t8
{
	font-size: 8px;
}
.t10
{
	font-size: 10px;
}
.t11
{
	font-size: 11px;
}
.t12
{
	font-size: 12px;
}
.t14
{
	font-size: 14px;
}
.t16
{
	font-size: 16px;
}
.t18
{
	font-size: 18px;
}
.t20
{
	font-size: 20px;
}
.t24
{
	font-size: 24px;
}

.tSb
{
	font-weight: bold;
}

.tSi
{
	font-style: italic;
}
.tSn
{
	font-style: normal;
}

.tSc1
{
	letter-spacing: -1px;
}
.tSc2
{
	letter-spacing: -2px;
}

.tCw
{
	color: White;
}
.tCb
{
	color: Black;
}
.tCdg
{
	color: #6f6f6f;
}
.tCmg
{
	color: #cccccc;
}
.tClg
{
	color: #efefef;
}

.f
{
	font-size: 11px;
	padding: 2px;
}

.w50
{
	width: 50px;
}
.w75
{
	width: 75px;
}
.w80
{
	width: 80px;
}
.w90
{
	width: 90px;
}
.w100
{
	width: 100px;
}
.w120
{
	width: 120px;
}
.w125
{
	width: 125px;
}
.w150
{
	width: 150px;
}
.w175
{
	width: 175px;
}
.w200
{
	width: 200px;
}
.w210
{
	width: 210px;
}
.w220
{
	width: 220px;
}
.w230
{
	width: 230px;
}
.w240
{
	width: 240px;
}
.w250
{
	width: 250px;
}
.w260
{
	width: 260px;
}
.w270
{
	width: 270px;
}
.w280
{
	width: 280px;
}
.w290
{
	width: 290px;
}
.w300
{
	width: 300px;
}

.h18
{
	height: 18px;
}
.h19
{
	height: 19px;
}
.h20
{
	height: 20px;
}
.h21
{
	height: 21px;
}
.h22
{
	height: 22px;
}
.h23
{
	height: 23px;
}
.h24
{
	height: 24px;
}
.h25
{
	height: 25px;
}

.btn
{
	cursor: pointer;
	border: outset 1px #ccc;
	background: #FFCC3A;
	color: #333;
	font-size: 11px;
	padding: 1px 2px;
}

/*--- Table Elements ---------------*/
.tbl
{
	background: #ffffff;
	border: 1px solid #6f6f6f;
}
.tbld
{
	border: 1px solid #636563;
	background: #efefef;
}
/*Table Header Cells*/
.thc
{
	font-weight: bold;
}
.thc th
{
	font-weight: bold;
}
/*Table Total Cells*/
.thtc
{
}
/*Table Grand Total Cells*/
.thgtc
{
}
.rl
{
	background: #ffffff;
	color: #333333;
}
.rd
{
	background: #EFEFEF;
	color: #333333;
}
.re
{
	background: #999999;
}
.rs
{
	background: #E2DED6;
	color: #333333;
	font-weight: bold;
}
.pager
{
	background: #6F6F6F;
	color: white;
}
/*---//Table Elements ----------*/

/*==== Misc Classes =========================*/

/*--- Filters bar */
.filters
{
	background-color: #FFF4CC;
	border: 1px solid #CECFCE;
	padding: 2px;
}

/*--- Naviagation bar */
.navBar
{
	background-color: #FFF4CC;
	border: 1px solid #CECFCE;
	padding: 2px;
}

/* ================================================== */
/* Framework's page layout							  */
/* ================================================== */
/*
#wrapper
{
	height: 100%;
}*/
#topContainer
{
	clear: both;
}
#bottomContainer
{
	clear: both;
}

/***** Top Panes *************************/
/* Header Bar */
#headerBox
{
	clear: both;
}
#headerBox a
{
	color:Black;
	text-decoration: none;
}
#headerBox a:visited
{
	color:Black;
	text-decoration: none;
}
/* Top Bar */
#topPaneBox
{
	clear: both;
}

/* Search Bar */
#searchBox
{
	clear: both;
	padding: 2px 0 2px 5px;
	border-top: 2px groove #efefef;
	border-bottom: 2px groove #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/* Detail Bar */
#detailBox
{
	clear: both;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

/***** Bottom Panes *************************/

#Content1111
{
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
/*	float:right;
	overflow:hidden;
	background-color:whitesmoke;
		min-height:555px;*/
}	

/* Left Menu */
#leftPaneBox
{
	border-right: 1px solid #636563;
}

/* Module Pane */
#moduleBox
{
	border-top: 1px solid #636563;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Right Pane 
#rightPaneBox
{
	border-top: 1px solid #636563;
}
*/
/* Footer */
.copyright
{
	text-align: center;
	color: gray;
	font-size: xx-small;
}
/* ================================================== */



.halfmoon
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.halfmoon ul
{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #929492;
}

.halfmoon li
{
	display: inline;
	margin: 0;
}

.halfmoon li a
{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid gray;
	color: black;
	font-size: 13px;
	background: rgb(255, 205,17) url(../images/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited
{
	color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a
{
	background-color: black;
	color: White;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e
{
	position: absolute;
	top: 0;
	border: 1px solid #657f27; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: rgb(255, 205,17);
	width: 200px;
	visibility: hidden;
}

.dropmenudiv_e a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid black; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	color: Black;
	text-decoration: none;
}

* html .dropmenudiv_e a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv_e a:hover
{
	/*THEME CHANGE HERE*/
	background-color: black;
	color: white;
}

.leftmenu
{
	background: #FFF url(../leftbg.jpg) repeat-x;
	width: 174px;
	float: left;
	padding: 0;
	margin: 0;
}

/* NAVIGATION */
.nav
{
	clear: both;
	text-align: left;
	color: #7D8085;
	padding: 0px 0 0 0;
}
.nav li
{
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}
.nav li a
{
	color: #546078;
	text-decoration: none;
}
.nav li a:hover
{
	color: #F29900;
	text-decoration: none;
}

.lh11 {line-height: 11px;}
.lh12 {line-height: 12px;}
.lh13 {line-height: 13px;}
.lh14 {line-height: 14px;}
.lh15 {line-height: 15px;}
.lh16 {line-height: 16px; white-space:nowrap;}
.lh17 {line-height: 17px;}
.lh18 {line-height: 18px;}
.lh19 {line-height: 19px;}
.lh20 {line-height: 20px;}
.lh21 {line-height: 21px;}

.HomeSubHeader{font-size:15px; font-family:Arial Black; color:#232D32;line-height: 17px;}
