body {
	background-color: #191919;  
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
input, textarea {
	background-color: #191919;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	margin: 2px;
	padding: 5px;
}
fieldset {
	margin-top: 7px;
	-moz-border-radius: 8px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main {
	width: 950px;
	padding: 0px;
}
.top {
	padding: 0px;
	text-align: center;
	background-color: #003366;
	height: 24px;
}
.top_left {
    color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
.top_right {
    color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	float: right;
}
.top_link:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.top_link:visited {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.top_link:hover {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.header {
	background-image: url(images/header.gif);
	height: 123px;
	width: 950px;
	text-align: left;
}
.header_menu {
    color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left:15px;
	top:100px;
	z-index: 1;
}
.header_link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.header_link:visited {
    color: #FFFFFF;
	text-decoration: none;
}

.header_link:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

.content {
	width: 100%;
	background-color: #191919;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.error_box {
	border: 1px solid #003366;
	margin-bottom: 4px;
	font-family: Arial;
	font-size: 11px;
	color: #003366;
	text-align: left;
    padding: 3px;
}

.contentheaderlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.contentheaderlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contentheaderlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content_box {
	border: 1px solid #003366;
	margin-bottom: 5px;
}
.content_box_header {
	background: #003366;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
}
.content_box_2 {
	border: 1px solid #003366;
    margin-bottom: 5px;
}
.content_box_2_header {
	background: #003366;
	margin: 2px;
	padding: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}
.box_text {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;    
	text-align: left;
    padding: 3px;
}
.content_text_left {
	float: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_text_right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}

.index_right_files_column {
	float: right;
	width: 49.5%;
}
.index_left_files_column {
	float: left;
	width: 49.5%;
}
.index_files_box_right {		
	float: right;
	width: 68%;
	margin-bottom: 2px;
}
.index_files_box_left {
	float: left;
	width: 31%;
	margin-bottom: 2px;
}
.played {
	font-family: Arial;
	font-size: 9px;
}

.related_files_right {
	float: right;
	width: 80%;
	margin-bottom: 2px;
}
.related_files_left {
	float: left;
	width: 20%;
	margin-bottom: 2px;
}

.file_link:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.file_link:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.file_link:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.comment_box {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #003366;
}

.browse_file_box {
	background: #191919;
	padding: 3px;
}

.frame_text {
    width: 49%;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.frame_link:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.frame_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.frame_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.private_messages_menu {
	border: 1px solid #003366;
	background-color: #191919;
	margin-bottom: 4px;
    padding: 4px;
    text-align: left;
		font-weight: bold;
}
.compose_pm_right {
	float: right;
	width: 80%;
}
.compose_pm_left {
	float: left;
	width: 17%;
	font-weight: bold;
}

.quote {
	border: 1px dotted #003366;
	margin: 2px;
	margin-bottom: 6px;
	padding: 3px;
	text-align: left;
}

.redirection_box {
	border: 1px solid #003366;
	background: #191919;
	color: #FFFFFF;	
	margin-top: 50px;
	padding: 5px;
	width: 400px;
	text-align: center;
}

.register_right {
	margin-bottom: 1px;
	font-weight: bold;
	float: right;
	width: 70%;
}
.register_left {
	margin-bottom: 1px;
	font-weight: bold;
	float: left;
	width: 30%;
}

.popup_box {
	border: 1px solid #003366;
	background: #191919;
	color: #FFFFFF;	
	margin: 5px;
	padding: 3px;
}

.ad_box {
	border: 1px solid #191919;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
    padding: 3px;
}

.ad_box_2 {
	border: 1px solid #191919;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}

.news_line {
	border-top: 1px dotted #3399CC;
	margin-top: 5px;
}

.member_list {
	width: 100%;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	padding: 2px;
}

.footer {
	background-image: url(images/footer.png);
	height: 42px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
.footer_text {
    color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-top: 14px;
	text-align: center;
}
.footer_link:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
.footer_link:visited {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
.footer_link:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}