/* Display alternate data rows - Apply to the TR tag, not the TDs */
.altRow {
	background-color: #DFDFDF;
}

p {
	font-family: Tahoma;
	font-size: 0.7em;
	color: #000000;
	margin: 4px 2px 2px 2px;
}

h1 {
	font-family: Tahoma; 
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	margin: 2px 0px 2px 0px;
}

h2 {
	font-family: Verdana; 
	font-size: 12pt;
	color: #000000;
	margin: 3px 2px 0px 2px;
}


h3 {
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 3px 2px 0px 2px;
}

h4 {
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	margin: 3px 2px 0px 2px;
}



.red {
	color: red;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.themeFontColor {
	color: #CD0000;
}

.fontColorOrange {
	color: #FF6600 ;
}

.fontColorBlack {
	color: BLACK;
}
.fontColorWhite {
	color: WHITE;
}

.fontColorGray {
	color: GRAY;
}

.fontColorBlue {
	color: #003366;
}

.fontColorRed {
	color: #FF0000;
}


.vAlignBottom {
	vertical-align: bottom;
}

.vAlignTop {
	vertical-align: top;
}

.vAlignMiddle {
	vertical-align: middle;
}

.button {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.inputField {  	
	font-family: Tahoma; 
	font-size: 8pt;
	font-weight: normal;
}

.navTabOff {
	font-family: Tahoma; 
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F660AB;
	cursor: hand;
}

.navTabOn {
	font-family: Tahoma; 
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding:0px;
	border-bottom: 1px solid #C091BC;
	background-color: #C091BC;
	cursor: hand;
}

.tabOn {
	text-align: center;
	padding: 3px;
	border: 1px solid #C091BC;
	border-bottom: 0px;
	border-left: 0px;
	background-color: #C091BC;
}
/* Notebook Tabs Inactive or deselected */
.tabOff {
	text-align: center;
	padding: 3px;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	border-left: 1px solid #FFFFFF;
	background-color: #F660AB;
}


/*  Table Header Cell or Row */
th {
	padding: 1px;
	border-bottom: 1px solid #CD0000;
	margin-bottom: 0px;
	background-color: #FF3300;
}

.simpleTable {
	border: 1px solid #CD0000;
}

a.hover {
	text-decoration: hand ;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
	margin: 0;
	padding: 0;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: gray;
	font-family: Tahoma;
	font-size: 0.7em;
	font-weight: bold;
	padding: 6px 20px 8px 20px;
	text-decoration: none;
	background: white url(../images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li p{
	float: left;
	color: gray;
	font-family: Tahoma;
	font-size: 0.7em;
	font-weight: bold;
	padding: 6px 20px 8px 20px;
	text-decoration: none;
}


#underlinemenu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #CD0000;
	padding-bottom: 5;
}

#underlinemenu ul #current a{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #CD0000;
	padding-bottom: 5;
} 