@charset "iso-8859-1";

body {
	background: #ffffff url('../graphics/page_back.jpg') repeat-x top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

/**** BEGIN - GENERAL CSS ****/
img { behavior: url("pngbehavior.htc"); }

a:link {
	color: #0000BA;
	text-decoration: none;
}

a:visited {
	color: #0000BA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.title_subtle { color: #78744d; }
.cell_content_master { padding: 20px 30px; }

.TabOn {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.TabOff {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #c0c0c0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.TabOn a:link, .TabOn a:visited {
	text-decoration: none;
	color: #6b6b6b;
}

.TabOff a:link, .TabOff a:visited {
	text-decoration: none;
	color: #6b6b6b;
}

.TabOn a:hover {
	text-decoration: underline;
}

.TabOff a:hover {
	text-decoration: underline;
}

.TabOff {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #c0c0c0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.inputSubmit {
	color: #000;
	background: #ffe7a7;
	border: 1px solid #000;
	font: bold 10pt arial, helvetica, tahoma;
}

.inputBox {
	color : #000;
	background : #FFF;
	border: 1px solid #000;
	font: 10pt arial, helvetica, tahoma;
	padding: 2px;
}

.inputBoxDrop {
	color : #000;
	background : #FFF;
	border: 1px solid #000;
	font: 10pt arial, helvetica, tahoma;
	padding: 2px;
}

.inputBoxReq {
	background: #ffffce;
}

table tr {
	vertical-align: top;
}

.content_head {
	margin-top: 0px;
	border-bottom: 1px solid #d5d0b9;
	color: #000000;
	font-size: 18pt;
	padding-bottom: 10px;
}

.cell_label {
	padding: 3px 0;
	border-bottom: 1px dashed #808080;
}

.item_dashed { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed #d5d0b9; }

.list_item {
	border-bottom: 1px dashed #808080;
	display: block;
	padding: 3px 0;
}

.last_item {
	margin-bottom: 30px;
}

.bold {
	font-weight: bold;
}
/**** END - GENERAL CSS ****/

/**** BEGIN - HEADER & MENU CSS ****/
#header {
	height: 185px;
	margin: auto;
	width: 970px;
}

#menu_bar {
	height: 27px;
	font-weight: bold;
	font-size: 9pt;
}
#menu_bar td {
	height: 27px;
	vertical-align: middle;
	text-align: center;
}
#menu_bar td.menu_cell {
	background: #ffffff url('../graphics/menu_back.jpg') left top repeat-x;
	border-bottom: 1px solid #bebcb6;
}
#menu_bar td.menu_cell_hover {
	background: #ffffff url('../graphics/menu_back_hover.jpg') left top repeat-x;
	border-bottom: 1px solid #bebcb6;	
	cursor: pointer;	
}
#menu_bar td.menu_cell a {
	color: #000000;
	text-decoration: none;	
}
#menu_bar td.menu_cell_hover a {
	color: #ffffff;	
	text-decoration: none;
}
/**** END - HEADER & MENU CSS ****/

#table-main {
	background: #ffffff;
	border: 1px solid #2b2b2b;
	border-width: 0px 1px 1px 1px;
	clear: both;
	text-align: left;
	font-size: 10pt;
	width: 970px;
}

.cell_content {
	text-align: left;
}

.cell_menu {
	padding: 0 44px 0 30px;
}

/**** BEGIN - FOOTER CSS ****/
#footer {
	color: #000000;
	font-size: 8pt;
	margin: auto;
	padding: 10px 0 20px 0;
	text-align: center;
	width: 970px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/**** END - FOOTER CSS ****/

