@charset "UTF-8";
/* CSS Document */

/* TEXT Styles */

.LOGIN a:hover { text-decoration: underline;}
.LOGIN a { text-decoration: none;}


.rounded { 

	-webkit-border-radius:7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px; 

}

.LOGIN {

	font-size: 10px;
	color: WHITE;
	vertical-align: bottom;

}

.LOGOUT {

	font-size: 10px;
	color: WHITE;
	vertical-align: bottom;

}

#login table {

    position: relative;
    right: 15px;
    top: 24px;

}

#username{
	margin-bottom: 3px;
}

#defaultUsername{
	margin-bottom: 3px;
}

#login_buttons {

	position: relative;
	top: -7px;

}

#logout_buttons {

	position: relative;
	top: -7px;

}

#login_button {

	cursor: pointer;

}

#login_buttonBig {

	cursor: pointer;

}

#logout_button {

	cursor: pointer;

}

#login input[type=password] {

	width: 120px;

}

#login input[type=text] {

	width: 120px;

} 

.LOGIN a{

	font-size: 10px;
	color: WHITE;

}

.LOGOUT a{

	font-size: 10px;
	color: WHITE;

}

.loginBox{
	border: 1px solid black;
	-webkit-border-radius:7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px; 
	width: 225px;
}

.loginBoxBody{
	margin: 6px;
}

.loginBoxHeader{
	background-color: grey;
	color: white;
	padding: 0px 4px 4px 4px;
	
}

.loginBoxInfo{
	vertical-align: middle;

}

.loginBoxLabel{
	display: block;
	font-weight: bold;
}

.loginBoxLinks{
    padding-left: 8px;
	padding-bottom: 4px;    
	text-align: left;
	font-size: 10;
}

.loginBoxRoundHeader{
	padding-top: 2px;
	background-color: grey;
	-webkit-border-radius:6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
}

input[type=submit]{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa2525) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa2525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa2525');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
input[type=submit]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa2525 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#ffc477');
	background-color:#fa2525;
}
input[type=submit]:active {
	position:relative;
	top:1px;
}
input[type=button]{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa2525) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa2525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa2525');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
input[type=button]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa2525 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#ffc477');
	background-color:#fa2525;
}
input[type=button]:active {
	position:relative;
	top:1px;
}
.button{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa2525) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa2525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa2525');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa2525 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#ffc477');
	background-color:#fa2525;
}
.button:active {
	position:relative;
	top:1px;
}
input[type=reset]{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa2525) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa2525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa2525');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
input[type=reset]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa2525 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#ffc477');
	background-color:#fa2525;
}
input[type=reset]:active {
	position:relative;
	top:1px;
}

#footer .moduletable{
	float: left;
	display: inline;
}

.bannergroup{
	float: right;
	position: relative;
	right: 0px;
	background: none !important;
}

.banneritem{
	background: white !important;
}

.moduletablecopyright{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer .bannergroup {
	width: 600px !important;
}