html, body {
	font-family: Arial, Hevelvetica, sans-serif;
	font-size: 9pt;
	color:#333333;
	background:#fff;
   padding:0px;
	margin:0px auto;
}

body {
   padding:10px 15px;
}

fieldset {
	border-style: groove;
	padding: 0.2em 0.5em;
}

legend {
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

caption {
	font-weight: bold;
	font-style: italic;
}

table {
	border: none;
}

th, td {
	font-size: 9pt;
}

thead th {
	background: #504E6B;
	background: #333333;
	font-family: Arial, Hevelvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

/*
table.pager_table tbody {
	max-height: 100px;
	overflow: auto;
}
*/

/*
h2 {
	width:100%;
	font-size: 12pt;
	text-align:center;
	color: #00f;
}
*/

div.message {
	width: 100%;
	color: #f00;
	font-weight: bold;
}

/*
input[type=submit],
input[type=button],
a.button {
	color:#000;
	background-color:#ddd;
	border:1px outset #fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:1px 10px;
	margin:0;
}

input[type=submit]:hover,
input[type=button]:hover,
a.button:hover { background-color:#fff; }

input[type=submit]:active,
input[type=button]:active,
a.button:active { border:1px inset #fff; }

input[type=text],
input[type=radio],
input[type=checkbox],
input[type=password],
input[type=file],
textarea,
select {
	color: #000000;
	background-color: #FEFF9F;
	border: 1px groove #000000;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
textarea:hover {
	border:1px dashed #F00;
}

option[selected] {
	color: #FFFFDD;
	background-color: #000000;
}
*/

option[selected] {
	background: transparent;
}

iframe {
	margin: 0px auto;
	padding: 0px;
}

.req { color: #f00; }
.info { color: #00a; }

.odd { background-color: #fff; }
.even { background-color: #F3F3F3; }
.odd:hover, .even:hover { background-color: #9E9E9E; }

.hidden { display:none; visibility:hidden; }

.heading { border-bottom: 1px solid #000; }
.subheader { text-align:center; text-decoration:underline; }

.errors { color:#f00; font-weight:bold; }
.errors ul { margin:0; }

.emailview { text-decoration:none; }
.emailview input { border:none; padding:0; margin:0; color:#00f; background:transparent; cursor:pointer; display:inline; width:100%; }

.textbox {
	border: 1px solid #666666;
	padding-left:3px;
	color:#990000;
	font-weight:500;
}
.table1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
}


/** TABS **/

#tabsB {
	float:left;
	width:100%;
	line-height:normal;
	letter-spacing: 0.05em;
	border-bottom:1px solid #dddddd;
}
#tabsB ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
#tabsB li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsB a {
	float:left;
	background:url("/images/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsB a span {
	float:left;
	display:block;
	background:url("/images/tabrightB2.gif") no-repeat right top;
	padding:5px 10px 4px 6px;
	color:#666;
	font-size:13px;
	font-weight:bold;

/*
	font-weight: bold;
*/
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover, #tabsB a.active {
	background-position:0% -42px;
}
#tabsB a:hover span, #tabsB a.active span {
	color:#000;
	background-position:100% -42px;
}

