/******************************* GLOBAL STYLES *******************************/
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff url(/img/back.gif) no-repeat top center;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, _sans;
	font-size: 11pt;
	color: #000000;
	height: 100%;
}
img {
	border: 0;
	behavior: url(/js/iepngfix.htc);
}
a {
	text-decoration: none;
	color: #224477;
}
a:hover {
	text-decoration: underline;
	color: #4c8cc0;
}
h3 {
	color: #224477;
	margin: 0px;
	padding: 15px 0px 15px 40px;
	font-size: 14pt;
	border-bottom: dotted 2px #4c8cc0;
}
p, li {
	line-height: 150%;
}
.red {
	color: #ff0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.auto {
	width: auto !important;
	height: auto;
}
hr {
	clear: both;
	height: 2px;
	border: none;
	background: #4c8cc0;
}
* html hr {
	border: solid 1px #224477;
}
form {
    padding: 0px;
}
.t_total {
	font-size: 10pt;
}
.t_1 {
	background: #cadff5;
}
.t_2 {
	background: #b3cee9;
}
th {
	text-align: center;
	font-size: 8pt;
	color: #4c8cc0;
	padding: 5px;
	line-height: 125%;
}
.t_title {
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #ddeeff;
	background: #4c8cc0;
	padding: 8px;
	margin-top: 20px;
}
td.note {
	font-size: 8pt;
	border: solid 1px #b3cee9;
	padding: 5px 20px 5px 20px;
}
/******************************** MAIN STYLES ********************************/
	/*** TEMPLATE START ***/
#header {
	height: 180px;
	width: 1000px;
	margin: 0px;
	background: url(/img/Header.png) no-repeat top left;
	behavior: url(/js/iepngfix.htc);
	border: none;
}
#footer {
	height: 60px;
	width: 800px;
	font-weight: bold;
	font-size: 8pt;
	color: #ffe400;
	background: url(/img/Footer.png) no-repeat top center;
	behavior: url(/js/iepngfix.htc);
	border: none;
	text-align: left;
	padding-top: 15px;
}
#copyright {
	padding: 0px 420px 0px 40px;
}
.out-holder {
	width: 800px;
	background: url(/img/TopRounded.png) no-repeat top center;
	margin-bottom: 20px;
}
.in-holder {
	margin: 0px;
	padding: 15px 0px 13px 0px;
	background: url(/img/BottomRounded.png) no-repeat bottom center;
}
* html .in-holder {
	padding: 15px 0px 10px 0px;
}
*:first-child + .in-holder {
	padding: 10px 0px 10px 0px;
}
.back-holder {
	background: url(/img/SideRounded.png) repeat-y;
	padding: 0px 30px 0px 30px;
	text-align: left;
}
	/*** TEMPLATE END ***/

	/*** MENU START ***/
#menu {
	width: 850px;
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
#menu a {
	padding-left: 25px;
	background: url(/img/Dot.png) no-repeat 11px 3px;
}
#menu a:hover {
	text-decoration: none;
	background: url(/img/Dot_h.png) no-repeat 11px 3px;
}
	/*** MENU END ***/

	/*** FORMS START ***/
.field {
	border-bottom: dotted 2px #4c8cc0;
	padding: 15px 0px 15px 0px;
}
.field .text, .field textarea, .field select {
	width: 400px;
	border: solid 1px #4c8cc0;
}
.field label {
	display: block;
	float: left;
	width: 300px;
	padding-right: 20px;
}
.field .button {
	width: 200px;
	border: inset 2px #4c8cc0;
	background: #99badb;
	color: #224477;
	font-weight: bold;
	cursor: pointer;
}
.field .button:hover {
	background: #b3cee9;
	color: #4c8cc0;
}
.field textarea {
	height: 200px;
}
textarea {
	overflow: hidden;
}
	/*** FORMS END ***/

	/*** PAGING START ***/
.paging {
	height: 20px;
	padding: 20px 0px 20px 0px;
}
.paging span, .paging a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-family: Times;
}
.paging span {
	background: #b3cee9;
	border: solid 1px #369;
	border-left: solid 1px #369;
	border-right: solid 1px #eff;
	border-top: solid 1px #369;
	border-bottom: solid 1px #eff;
}
.paging span.label {
	width: 100px;
	text-align: left;
	background: none;
	border: none;
}
.paging a {
	color: #036;
	border-left: solid 1px #eff;
	border-right: solid 1px #369;
	border-top: solid 1px #eff;
	border-bottom: solid 1px #369;
	background: #cadff5;
}
.paging a:hover {
	text-decoration: none;
	color: #003;
	background: #99badb;
}
	/*** PAGING END ***/

	/*** CONTENT START ***/
#alert {
	display: block;
	padding: 10px 10px 10px 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #990000;
    background: #ffeeee url(/img/alert.png) no-repeat 15px center;
    border: solid 1px #990000;
}
.important {
	padding-left: 32px;
	border-left: solid 8px #ff0000;
}
.wysiwyg-body {
	background: #ddeeff;
}
	/*** CONTENT END ***/
