body {
	background-color: #E6E6E6;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 100%;
}

.errorlist {
	color:#FE6602;
	list-style: none;
	margin-left: -40px;
}

.errorlist ul {
    float: left;
}

.center {
    margin: 0 auto;
    text-align: center;
}

/* MENU */
.header {
	margin: 0px;
	height: 90px;
	border-top-left-radius: 3em;
	border-top-right-radius: 3em;
	background: #60758a;
    background: -moz-linear-gradient(top, #60758a 0%, #536177 18%, #242b33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60758a), color-stop(18%,#536177), color-stop(100%,#242b33));
    background: -webkit-linear-gradient(top, #60758a 0%,#536177 18%,#242b33 100%);
    background: -o-linear-gradient(top, #60758a 0%,#536177 18%,#242b33 100%);
    background: -ms-linear-gradient(top, #60758a 0%,#536177 18%,#242b33 100%);
    background: linear-gradient(to bottom, #60758a 0%,#536177 18%,#242b33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60758a', endColorstr='#242b33',GradientType=0 );
}

.lheader {
    float: left;
    height: 60px;
    margin-left: 10px;
    margin-top: 10px;
}


.lheader img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

img {
    border: none;
}

.rheader {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.rheader > a {
    color: #3ADDF4;
    text-decoration: none;
}

.rheader > p {
    color: #FFFFFF;
    margin-bottom: -15px;
}

.menu {
	float: left;
	padding: 0 0 5px;
	margin: 0px;
	border-bottom: 5px solid #00b1d3;
	width: 100%;
	text-align: center;
}

.menu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li a {
	color: #424242;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin: 0px 1px;
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #AAAAAA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#AAAAAA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#AAAAAA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#AAAAAA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#AAAAAA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#AAAAAA 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#AAAAAA',GradientType=0 ); /* IE6-9 */
    
}

.menu li a:hover,  .menu li.active a,
.menu li a.highlight {
	color: #ffffff;
	background: #00b1d3;
	text-shadow: 0 0px 0 #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}


/* SUBMENU */

.submenu {
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #C6C8C8;
 }

.smenu {
    float: left;
    margin: 0;
    padding: 13px 0 0;
    text-align: center;
    width: 100%;
}

.smenu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.smenu li a {
    color: #2AB3E9;
    font-weight: bold;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    padding: 13px;
    text-decoration: none;
    margin: -2px;
}

.smenu li a:hover,  .smenu li.active a,
.smenu li a.highlight {
    background-color: #00B1D3;
    color: #FFFFFF;
}

/* WRAPPER */
.wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
    width: 950px;
    height: 100%;
    border-radius: 3em;
}

.spotlight {
	height: 224px;
	border-bottom: 5px solid #454F5D;
	background: #0457a7;
    background: -moz-linear-gradient(top, #0457a7 0%, #86cee6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0457a7), color-stop(100%,#86cee6));
    background: -webkit-linear-gradient(top, #0457a7 0%,#86cee6 100%);
    background: -o-linear-gradient(top, #0457a7 0%,#86cee6 100%);
    background: -ms-linear-gradient(top, #0457a7 0%,#86cee6 100%);
    background: linear-gradient(to bottom, #0457a7 0%,#86cee6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0457a7', endColorstr='#86cee6',GradientType=0 );
}

.pos{
    color: #FFFFFF;
    float: left;
    width: 31%;
}

.main {
	background-color: #ffffff;
	padding: 20px;
	overflow: hidden;
}

.col {
	margin-left: 3%;
	float: left;
	width: 30%;
}

.row {
    width: 100%;
}

.field-block {
}


.main-left {
    float: left;
    width: 45%;
    padding: 10px;
}

.main-right {
	float: right;
	padding: 10px;
	width: 45%;
}

.field li {
    list-style: none outside none;
    margin-bottom: 40px;
    margin-left: -45px;
    width: 265px;
}

.sel_type_desc {
    margin-left: 300px;
    margin-top: -245px;
    width: 300px;
}

.sel_type_desc > p {
    margin-bottom: 35px;
    width: 300px;
}

.field {
    margin: 15px;
}

.field-sel {
	position: relative;
}

.sel_type_desc span {
    float: right;
    margin-right: -99px;
    margin-top: -27px;
}

.field-name {
    float: left;
    font-size: 13px;
    width: 200px;
}

.field > input, .input_name > input {
    background: none repeat scroll 0 0 #F7F8F9;
    border: 1px solid #979FAE;
    font-size: 10px;
    height: 15px;
    margin: 0;
    padding: 1px;
}

.input_name .name {
    float: left;
    width: 60px;
    padding: 3px;
}

form , .form{
    border: 3px solid #EEEFF0;
    padding: 20px;
}

h2 {
    background-color: #EEEFF0;
    padding: 5px;
}


form [type="submit"] {
	padding: 3px 10px !important;
	font-size: 12px !important;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #384350;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	margin-left: 700px;
	background: #384350;
    background: -moz-linear-gradient(top, #384350 0%, #646c76 50%, #384350 51%, #384350 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#384350), color-stop(50%,#646c76), color-stop(51%,#384350), color-stop(100%,#384350));
    background: -webkit-linear-gradient(top, #384350 0%,#646c76 50%,#384350 51%,#384350 100%);
    background: -o-linear-gradient(top, #384350 0%,#646c76 50%,#384350 51%,#384350 100%);
    background: -ms-linear-gradient(top, #384350 0%,#646c76 50%,#384350 51%,#384350 100%);
    background: linear-gradient(to bottom, #384350 0%,#646c76 50%,#384350 51%,#384350 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#384350', endColorstr='#384350',GradientType=0 );
}

/*FOOTER MENU*/
.footer-menu {
    height: 20px;
    border-bottom: 1px solid #DEDFDF;
    border-top: 1px solid #DEDFDF;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}

.fmenu {
    float: left;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
    width: 100%;
}

.fmenu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.fmenu li a {
    color: #2AB3E9;
    font-weight: bold;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    padding: 0px 10px 5px;
    text-decoration: none;
    margin: -2px;
}

.fmenu li a:hover,  .fmenu li.active a,
.fmenu li a.highlight {
	color: #424242;
}

.footer {
	height: 30px;
	background-color: #ffffff;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
}

.copyright {
    padding: 7px;
    text-align: center;
}

#banner-fade {
	margin: 0 auto;
}