/*
## Style sheet for 'Scarlet Dot'
## By TSA Corporation / Copyright  2005
## Designer: Michael Ott
## Created: 17th August 2005
## Last Modified: 25th August 2005
## Modified by: Michael Ott
## Modification: Created new class: small;
*/
body {
	font-family: Arial, Geneva, sans-serif;
	background-color: #505150;
	background-image:url(images/background.gif);
	margin: 0 0 0 0;
	border-width: 0px;
	line-height: 17px;	
	color:#fff;
	font-size: 11px;
	scrollbar-track-color: #8b0000;
	scrollbar-face-color: #8b0000;
	scrollbar-arrow-color: #ff0000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-highlight-color: #ff0000;
	scrollbar-shadow-color: #ff0000;
	scrollbar-darkshadow-color:#ff0000;	
}

td, p {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 17px;
}

.top {
	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
	background-color:#8b0000;
	background-image:url(images/background_top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	right:0px;
}

.footer {
	overflow:hidden;
	vertical-align:baseline;
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#8b0000;
	background-image:url(images/background_top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:30px;
	text-align:right;
	right:0px;
	left:0px;
	z-index: 1;	
}

.profile {
	background-image: url(images/profile.gif);
	position:absolute;
	right:0px;
	top:126px;
	width:278px;
	height:556px;
	z-index: 2;
}

.lower {
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:#000000;
	height:100px;
}

.menu {
	position:absolute;
	top:100px;
	width:100%;
	background-color:#000000;
	background-image: url(images/background_menu.gif);
	border-bottom: solid 1px #8b0000;
	height:26px;
	z-index: 3;
}

.submenu {
	position:absolute;
	background-color:#000000;
	background-image: url(images/background_submenu.gif);
	border-bottom: solid 1px #8b0000;
	border-left: solid 1px #8b0000;		
	top:127px;
	right:0px;
	height:26px;
	z-index: 4;
	overflow:hidden;
}

.logo {
	position:absolute;
	top:15px;
	left:-7px;	
	height:200px;
	width:200px;
	z-index: 3;
}

.side {
	position:absolute;
	top:220px;
	left:20px;
	width:150px;
	height:auto;	
}

.content {
	position:absolute;
	border-right:dotted 1px #fff;	
	padding-right: 15px;
	top:220px;
	left:190px;
	width:300px;
	height:auto;
	z-index: 4;		
}

.items {
	position:absolute;
	padding-left:15px;
	top:220px;
	left:523px;
	right:20px;
	z-index: 4;
}

.lowerpadding {
	margin-bottom:25px;
}

.images {
	border: solid 7px #727372;
	margin-right:10px;
	margin-top:10px;
	float:left;
	}			

.menupos {
	float:right;
}

.noborder {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}	

a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ff0000;			
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size: 12px;
	color: #656566;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 24px;
	border-right: solid 1px #666;
}

a.nav:hover {
	font-size: 12px;
	background-image: url(images/hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	color: #8b0000;
	text-decoration: none;
	padding-right: 10px;
	line-height: 24px;
}

a.subnav:link, a.subnav:visited, a.subnav:active {
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 24px;
	border-right: solid 1px #f6f5b6;
}

a.subnav:hover {
	font-size: 11px;
	background-image: url(images/hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	line-height: 24px;
}

input, select, textarea {
	font-family: Arial, Geneva, sans-serif;
	background-color: #8b0000;
	border-right-width : 1px;
	border-right-color : #ff0000;
	border-right-style : solid;
	border-top-width : 1px;
	border-top-color : #ff0000;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #ff0000;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-color : #ff0000;
	border-left-style : solid;
	color : #f6f5b6;
	padding-left: 2px;
	font-size: 11px;
	border-thickness: 1px;
	width: 99%;
	height: 16px;	
}

form {
	margin: 0 0 0 0;	
}

li {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	list-style-image:  url(images/li.gif);
}

.header {
	font-size: 22px;
	color: #f6f5b6;
	line-height:22px;
}

.star {
	color: #ff0000;
}

.small {
	font-size: 10px;
	color: #ffffff;
	line-height:12px;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-left:7px;
	padding-right:7px;	
}

a.nav:hover {
	display:inline;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
	padding-left:7px;
	padding-right:7px;
}

.leftmenu {

}

.leftmenu ul {
	margin:0px;
	padding:0px;
}

.leftmenu li {
	display:block;
	background-image:url(images/background_images.gif);
	padding:7px 6px 6px 6px;
	margin-right:10px;
	margin-bottom:2px;
	width:140px;
	height:37px;
	text-align:center;
}

.leftmenu a {
	text-decoration:none;
	text-transform:lowercase;
	background-color:#520000;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
	padding:10px 0px 10px 0px;	
}

.leftmenu a:hover {
	background-color:#870000;	
}


hr {
	border: solid 1px #b4b4b4;
	height:1px;
}

a.small:link, a.small:visited, a.small:active {
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

a.small:hover {
	color: #ff0000;
	text-decoration:none;	
}

.line {
	border-bottom:solid 1px #898a89;
}

h4 {
	color:#ff0000;
	margin-bottom:2px;
}
