@charset "utf-8";
body {
	font-family: Arial, Gadget, sans-serif;
	font-size: 12px;
	color: #083167;
	margin: 0px;
	padding: 0px;
	background-color: #083167;
	background-image: url(/templates/13/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ELEMENTS */
#top {
	background: url(/templates/13/top.gif) repeat-x;
	height: 22px;
}
#main {
	margin: 0px auto;
	width: 864px;
}
#header {
	height: 147px;
}
#logo {
	float: left;
	padding-top: 51px;
}
#box {
	float: left;
	margin-top: 13px;
	margin-left: 122px;
	width: 296px;
	height: 119px;
	border:1px solid #176cb0;
}
#box div.inner {
	width: 286px;
	height: 109px;
	border: 1px solid #449cdd;
	background: url(/templates/13/box_bg.gif) repeat-x #449cdd;
	padding: 4px;
	color: #FFF;
	font-size: 11px;
}
#left {
	background: url(/templates/13/left.gif) repeat-y left;
}
#lefttop {
	background: url(/templates/13/lefttop.gif) no-repeat top left;
}
#right {
	background: url(/templates/13/right.gif) repeat-y right;
}
#righttop {
	background: url(/templates/13/righttop.gif) no-repeat top right;
}
#content {
	background: #FFF;
	border: 1px solid #82c2f4;
	margin: 0px 15px;
}
#orangetop {
	background:url(/templates/13/orangetop.gif) repeat-x top;
}
#homeboxes {
	height: 300px;
}
.homebox {
	float: left;
	margin-left: 25px;
}
.homebox .point {
	background: url(/templates/13/arrow.gif) left top no-repeat;
	margin-left: 32px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.homebox .register {
	margin-left: 32px;
	margin-top: 20px;
}
.nav {
	height: 30px;
	padding: 15px 15px 0px;
	font-size: 13px;
}
#bodytop {
	background: url(/templates/13/bodytop.gif) top repeat-x;
	margin: 0px 4px;
	padding: 10px;
	min-height: 200px;
}

/* TAGS */
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #165b9f;
}
a:hover {
	text-decoration: underline;
}

.table
{
	border-collapse:collapse;
	border: 1px solid #4fa9f0;
}
.table tr.th TH
{
	border: 1px solid #4fa9f0;
	font-weight: bold;
	text-align: left;
background: #4fa9f0;
color: #FFFFFF;
}
.table tr.th TH a
{
color: #FFFFFF;
}
.table tr.td TD
{
	border: 1px solid #4fa9f0;
}
.none, .table tr.th TH TABLE, .table tr.td TD TABLE
{
	border-collapse: separate;
}
.none TD, .none TH, .table tr.th TH TABLE TH, .table tr.td TD TABLE TD
{
	font-weight: none;
	border: 0px;
}
ul.tabber, ul.tabberDisable
{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:4px 4px 0px;
	border-bottom:1px solid #4fa9f0;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	border-bottom:1px solid #FFFFFF;
	background:#FFFFFF;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
ul.tabber li, ul.tabberDisable li
{
	display:inline;
	border:1px solid #4fa9f0;
	border-bottom:0px;
	padding:2px 8px 0px;
	margin-right:8px;
	background:#ebf6ff;
	cursor: default;
}
ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	cursor: default;
}
ul.tabber li.none, ul.tabberDisable li.none
{
	border: 0px;
	padding:2px 0px 0px;
	background:transparent;
}
.error
{
	color:#FF0000;
}
