@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "sans-serif";
	font-size: 12px;
}

img {
	border: 0;
}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	min-height: 600px;
}

#top {
	width: 800px;
	margin: 4px 0px 0px 0px;
	text-align: right;
}

#top a {
	text-decoration: none;
}

#top img {
	width: 16px;
	height: 16px;
	margin-left: 2px;
}

#menu {
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	margin-bottom: 10px;
	height: 30px;
	color: #FFF;
}

#menu h1 {
	font-family: "Verdana";
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	float: left;
}

#menu a {
	text-decoration: none;
	color: #FFF;
}

#menu .menuItem {
	float: left;
	font-weight: bold;
	background-color: #14A;
	height: 15px;
	width: 70px;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 20px;
	text-align: center;
}

a {
	text-decoration: none;
}

#link {
	padding-right: 10px;
	vertical-align: middle;
}

#menu .menuItem:hover {
	background-color: #25B;
}

#menu #formLogin {
	float: right;
	padding-top: 5px;
}

#menu #formLogin label {
	margin-right: 5px;
}

#menu #formLogin input {
	margin-right: 10px;
	background-color: #EEE;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF) );
	background: -moz-linear-gradient(top, #DDD, #FFF);
	border: none;
	width: 90px;
}

#menu #formLogin input[type=submit] {
	background-color: #DDD;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#EEE) );
	background: -moz-linear-gradient(top, #CCC, #EEE);
	width: 50px;
	font-weight: bold;
	font-size: 10px;
}

#menu #formLogin #link img {
	margin: 2px 0px -2px 0px;
}


.box {
	margin-top: 20px;
	width: 360px;
}

.boxVeryLarge {
	margin-top: 37px;
	width: 800px;
	clear: left;
	
	border-top: 1px solid #36C;
}

.boxRight {
	float: right;
	clear: right;
}

.boxLeft {
	float: left;
	clear: left;
}

.box h2, .box h2 a {
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	color: #FFF;
	font-size: 11px;
	padding: 1px 0px 1px 3px;
	margin-top: 0;
}

.boxVeryLarge h2 {
	width: 360px;
	margin-top: -17px;
}


.boxObject {
	float: left;
	width: 82px;
	height: 70px;
	margin: 3px;
	text-align: center;
	color: #36C;
}
.withControls {
	height: 115px;
}
.controls input {
	padding: 0px;
	border: 1px solid #DDD;
	color: #888;
	margin: 2px;
}

.boxObject .imgContainer {
	width: inherit;
	height: 45px;
	text-align: inherit;
	margin-bottom: 3px;
}
.boxObject img {
	max-width: 60px;
	max-height: 45px;
}

.boxObjectLarge {
	float: left;
	width: 170px;
	height: 65px;
	margin: 5px;
	text-align: left;
	color: #36C;
	font-weight: bold;
	font-size: 11px;
}

.boxObjectLarge img {
	float: left;
	margin-right: 5px;
}


input {
	font-family: "Lucida Sans Unicode", "sans-serif";
	font-size: 12px;
}

#separator, .clearblock {
	clear: both;
}

#outerFooter {
	padding: 0;
	margin: 20px auto 0 auto;
	width: 800px;
	height: 85px;
	position: relative;
}
#footer {
	padding: 0;
	margin: 0;
	color: #36C;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	position: absolute;
	width: 800px;
	bottom: 0;
}


div.contentblock {
	float: left;
	margin-left: 20px;
}

div.contentblock h2 {
	color: #4288B4;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 900;
}

div.contentblock h2 a {
	color: #4288B4;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
}

div.contentblock div.contentinblock {
	padding: 10px 10px 10px 10px;
	width: 360px;
	height: auto;
	min-height: 72px;
	float: left;
	border: 2px solid #E3E3E3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.nofloat {
	float: none;
}


.boxmp{
width: 300px;
}

.boxmp h2{
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	color: #FFF;
	font-size: 11px;
	padding: 1px 0px 1px 3px;
	margin-top: 0;
}


a {
	text-decoration: none;
	color: #36C;
}

.underline {
	text-decoration: underline;
}
