/* CSS Document */
html { height: 100%; margin-bottom: 1px; }
body {
	background: #444444 url(/img/page_bg_01.gif) repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial, sans-serif;
	min-width: 980px;
	font-size: 10pt;
}
ul {
	font-size: 9pt;
	line-height: 11pt;
}
form {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 9pt;
}

textarea, input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
}
div.formleft {
	float: left;
	width: 85px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: right;
}
div.formleft2 {
	float: left;
	width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	border-top: #000000 dotted 1px;
}
div.formright {
	float: left;
	width: 375px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	margin-bottom: 3px;
}
div.formright2{
	float: left;
	width: 255px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	margin-bottom: 3px;
	font-size: 7pt;
	border-left: #000000 dotted 1px;
}
.clear {
	clear: both;
}

.heada {
	background: #EEEEEE url(/img/header_bg_01.gif) repeat-x;
	color: #000000;
	padding: 0 5px;
	height: 95px;
	margin: 0;
	border-bottom: #000000 1px solid;
	font-size: 2em;
	font-weight: normal;
	font-family: "trebuchet MS", verdana, arial, sansSerif, sans-serif;
}
.headablock {
	display: block;
	width: 845px;
	margin-left: auto;
	margin-right: auto;
}
.heada a {
	color: #000000;
}
.heada .left {
	margin-right: 10px;
	float: left;
}
.heada .right {
	padding-top: 37px;
	float: left;
	color: #03244C;
}

.menu .row {
	position: absolute;
	width: 100%;
	top: 116px;
	left: 0px;
}

.loading {
	color: #000000;
	font-size: 10pt;
	font-family: "trebuchet MS", verdana, arial, sansSerif, sans-serif;
}
.loading img {
	margin: -5px 10px;
}

a, a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.menu {
	display: block;
	background: #993300 url(/img/menu_bg_01.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 845px;
	height: 30px;
	border-right: #993300 2px groove;
	border-left: #993300 2px ridge;
	font-family: "trebuchet MS", verdana, arial, sansSerif, sans-serif;
}
.menu .toprow {
	display: none;
	width: 120px;
	border-bottom: #FFFFFF 1px dotted;
	background: #000000;
	padding: 5px;
	font-size: 11pt;
	font-weight: bold;
}
.menu .linkrow {
	display: block;
	text-align: center;
	float: left;
	width: 200px;
	height: 20px;
	padding: 5px;
	font-size: 12pt;
	color: #FFFFFF;
}
.menu .linkrow a {
	color: #FFFFFF;
}
.menu .linkrow .selected {
	color: #993300;
}
.menu .linkrow .selected span {
	background: url(/img/selected_left.png) left top no-repeat;
	width: 7px;
	height: 22px;
}

.rightside_wrap {
	background: #993300;
	display: block;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 0;
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: #993300 2px groove;
	border-right: #993300 2px groove;
	border-left: #993300 2px ridge;
}
.col {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	display: block;
}
.narrowcol {
	width: 315px;
}

.splitcol {
	width: 415px;
}
.row {
	margin: 0;
	padding: 0;
	border: none;
}
.modulewrap {
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	background-color:#FFFFFF;
	color: #000000;
	height: auto;
	float: left;
}

/**** USE TOGETHER ****/
.split {
	width: 400px;
}

/**** USE TOGETHER ****/
.narrow {
	width: 300px;
}
.wide {
	width: 500px;
}

/**** USE TOGETHER ****/
/** NOTE: NO PADDING **/
.narrower {
	width: 215px;
}
.wider {
	width: 600px;
	margin-left: 0;
}

/**** USE BY ITSELF ****/
.full {
	width: 815px;
}

/**** USE TOGETHER ****/
.reallynarrow {
	width: 175px;
}
.reallywide {
	width: 625px;
}

/**********************/


.narrower_plus15 {
	width: 230px;
	float: left;
}
.modulewrap .content {
	display: block;
	padding: 6px;
}
.title {
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: #000000 1px dotted;
	font-weight: bold;
	font-family: "trebuchet MS", verdana, arial, sansSerif, sans-serif;
	font-size: 12pt;
	width: auto;
	display: block;
	text-align: center;
}
.nottitle {
	font-weight: normal;
	font-size: 10pt;
	padding-left: 10px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.small {
	font-size: 7pt;
	font-family: verdana, tahoma, arial, sans-serif;
	line-height: 8pt;
	letter-spacing: -1px;
	margin-top: 2px;
	display: inline;
}

.lcorn_top {
	background: url(/img/l_corner_t.png) no-repeat top left;
	height: 100%;
}
.lcorn_bottom {
	background: url(/img/l_corner_b.png) no-repeat bottom left;
	height: 100%;
}
.rcorn_top {
	background: #FFFFFF url(/img/r_corner_t.png) no-repeat top right;
	height: 100%;
}
.rcorn_bottom {
	background: url(/img/r_corner_b.png) no-repeat bottom right;
	height: 100%;
}
.noscript {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 4px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	background-color: #FF0000;
}
a {
	color: #993300;
}

.foota {
	background-color: #444444;
	font-size: 8pt;
	color: #999999;
}
.foota .detail:hover {
	color: #CCCCCC;
}
.foota a {
	color: #CCCCCC;
}
.f_left {
	float: left;
	text-align: right;
	width: 140px;
	padding-right: 15px;
	border-right: 1px dotted #CCCCCC;
}
.f_right {
	float: left;
	text-align: left;
	padding-left: 15px;
	width: 629px;
}

div.hr {
	border-bottom: 1px #000000 dotted;
	width: 100%;
	display:block;
	margin: 8px 0px;
}
div.newhr {
	height: 10px;
	border-bottom: 1px #000000 dotted;
	width: 100%;
	display: block;
	margin: 0px;
}
.whitebg {
	background: #FFFFFF;
}
.r_corner {
	margin-left: 15px;
	width: 215px;
	height: 6px;
	float: left;
	background: url(/img/corner.png) top right no-repeat;
}
