/*-----------------------
GENERAL			
-----------------------*/
body {
	
	padding: 0px;
	margin: 0px;
	background-color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: black;
}


a.nodeco {

	color: black;
	text-decoration: none;

}


a.nodeco:hover {
	
	color: black;
	text-decoration: none;
}

a.nodeco:visited {
	
	color: black;
	text-decoration: none;
	
}

a {
	
	color: black;
	
	text-decoration: underline;
	
}

a:hover {
	
	color: black;
	text-decoration: underline;
}

a:visited {
	
	color: black;
	text-decoration: underline;
	
}

td {

	margin: 0px;
	padding: 0px;
}

img {

	border: 0px;
}

p {
	
	margin: 5px;	
}

/*-----------------------
MAIN DIV / TABLES				
-----------------------*/

table.wrap {
	
	width: 100%;
}

table.main {
	
	background-color: black;
	width: 728px;
	text-align: left;
	
}

td.bigbanner {
	
	border: 2px solid black;
	background-color: #000000;
	width: 728px;
	height: 90px;
}

td.smallbanner{
	
	border: 2px solid black;
	background-color: #aa00bb;
	width: 234px;
	height: 90px;
}

td.leftmenu {
	
	width: 164px;
	background-color: white;
	border: 2px solid black;
	vertical-align: top;
}

td.center-content {
	
	width: 375px;
	border: 2px solid black;
	background-color: white;
	vertical-align: top;
}

table.content {
	
	background-color: black;
	width: 375px;
	background-color: white;
}

td.titlebar {
	height: 43px;
	background-color: #e8e8ea;
	width: 100%;
	border-bottom: 2px solid black;
	padding: 0px 5px 0px 5px;
}


td.body {
	width: 392px;
	/*height: 775px;*/
	/*height: 678px;*/
	/*height: 612px;*/
	height: 479px;
	vertical-align: top;
	background-color: #e8e8ea;
}

div.scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y:scroll;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

td.rightmenu {
	width: 164px;
	border: 2px solid black;
	background-color: white;
}

td.disclaimer {
	border: 2px solid black;
	background-color: white;
}

span.tooltip {

	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

td.credits {

	vertical-align: bottom;
	width: 11px;
	height: 100%;
	padding-bottom: 2px;
}

/*-----------------------
INDEX PAGE CONTENT LIST
-----------------------*/
table.bigpic {

	background-color: black;
	width: 100%;
}

td.blackbar {
	
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 5px;
	width: 90%;
}

td.blackbar_right  {
	
	color: white;
	padding: 5px;
}

a.whitelink {

	color: white;
	text-decoration: none;
	
}

a.whitelink:visited {

	color: white;
	text-decoration: none;
}

table.cont_list {
	
	margin: 5px;
	background-color: #e8e8ea;
}

span.title {
	font-size: 14px;
	font-weight: bold;
}

span.bigtitle {
	font-size: 16px;
	font-weight: bold;
}

tr.cont_list_item {
	background-color: white;
}

td.cont_list_image {
	
	width: 60px;
	vertical-align: top;
	height: 60px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	
}

td.cont_list_text {
	
	width: 100%;

	border-top: 1px solid black;
	padding: 3px 3px 3px 5px;
	vertical-align: top;

}

td.cont_list_text_end {
	
	width: 100%;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 3px 3px 3px 5px;
	vertical-align: top;

}

td.cont_list_arrow {
	
	width: 17px;
	background-color: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-image: url(../newimg/right_bar_gradient.gif);
	background-repeat: repeat-y;
}


td.cont_list_spacer {
	height: 1px;
	
	background-color: #e8e8ea;
	border-top: 1px solid black;
}

td.cont_list_spacer_right {
	width: 8px;
	background-color: #e8e8ea;
	
}

/*-----------------------
INDEX PAGE CONTENT ITEM
-----------------------*/

table.cont {

	width: 365px; 
	margin: 10px 5px 0px 5px;
}


table.cont_thumbs {

	width: 365px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0px 5px 10px 5px;
}

td.cont_body {
	
	padding: 10px 5px 10px 5px;	
	border: 1px solid white;

}

td.cont_butt_spacer {
	
	width: 50%;
	/*background-color: #aca18c;*/
	background-color: #a0a0ae;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	
}

td.cont_butt {
	
	/*background-color: #aca18c;*/
	background-color: #a0a0ae;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 3px;
	text-align: center;
}


a.cont_butt {
	
	background-color: white;
	/*color: #aca18c;*/
	color: #a0a0ae;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	display: block;
	padding: 2px;
}

a.cont_butt:visited {
	
	background-color: white;
	/*color: #aca18c;*/
	color: #a0a0ae;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	display: block;
	padding: 2px;
}

td.cont_thumb {

	padding: 5px 8px 5px 5px;
	width: 100%;
	text-align: center;
	
}

img.cont_thumb {

	border: 1px solid black;
}

/*-----------------------
ORDER
-----------------------*/
table.cover_top {

	
	border-collapse: collapse;
	background-color: black;
	width: 366px;
}


td.cover_thumb {

	padding: 7px;
	width: 79px;
	background-color: #e8e8ea;
	border: 1px solid black;
}

td.big_cover {

	width: 55%;
	padding: 20px;
	background-color: #e8e8ea;
	border: 1px solid black;
}

img.cover_thumb {

	border: 1px solid black;
	
}

span.small {
	font-size: 9px;
}

img.big_cover {
	border: 1px solid black;
}

table.abo_form_wrap {

	width: 366px;
	background-color: #e8e8ea;
}

table.abo_form {

	padding:	 	5px;
	margin: 		10px 5px 5px 5px;
	background-color: 	white;
	border: 		1px solid black;
	height: 		100%;
	width: 366px;

}

img.order_cover {
	
	border: 1px solid #e8e8ea;
	filter: alpha(opacity=40);
	opacity: .4;
	cursor:  pointer;
}

table.order_cover {

	
}


/*-----------------------
HITLIJST
-----------------------*/
tr.hitlist_item {
	background-color: white;
}

td.hitlist_image {
	
	height: 80px;
	width: 80px;
	vertical-align: top;
	/*height: 80px;*/
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.hitlist_index {

	width: 30px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	/*height: 50px;*/
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

td.hitlist_text {
	

	width: 210px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 0px 3px 4px;
	vertical-align: top;

}

td.hitlist_arrow {
	
	width: 17px;
	background-color: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(../newimg/right_bar_gradient.gif);
	background-repeat: repeat-y;
}

td.image_cont {
}


/*-----------------------
MIJN MATCHES
-----------------------*/

table.profile_list {

	margin: 5px 5px 0px 5px;
/*	border-left: 1px solid black;*/
	border-collapse: collapse;
}


td.profiles_text {
	

	width: 280px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 0px 3px 4px;
	vertical-align: top;
}


/*-----------------------
MIJN MATCHES
-----------------------*/
table.call_detail {

	width: 363px;
	background-color: white;
	border: 1px solid black;

	margin: 5px 5px 0px 5px;
	padding: 5px;
}

table.call_button {

	width: 363px;
	background-color: white;
	margin: 0px 5px 0px 5px;
	padding: 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td.call_detail_title {

	border: 1px solid #aaaaaa;
}

td.call_detail_body {
	
	text-align: left;
	width: 263px;
	padding: 5px 10px 0px 5px;
	margin: 5px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}


td.call_detail_image {

	width: 90px;
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

td.call_detail_button {
	/*FIXME: nice butts pls*/
	margin: 5px;
	padding: 3px;
	
}

a.call_detail_button {
	
	border: 1px solid black;
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	display: block;
	padding: 2px;
	text-align: center;
}

a.call_detail_button:visited {
	
	text-align: center;
	border: 1px solid black;
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	display: block;
	padding: 2px;
}

/*-----------------------
FORMS
-----------------------*/
input {
	font-family:			Arial,Verdana,sans-serif;
	font-size:			11px;
	border:				1px solid #aaaaaa;
	background-color:		white;
	padding: 			2px;	
	
}

select, textarea {
	border:				1px solid #aaaaaa;
	font-family:			Arial,Verdana,sans-serif;
	font-size:			11px;
	background-color:		white;
	padding: 			2px;
}

file  {
	font-family:			Arial,Verdana,sans-serif;
	font-size:			11px;
	border:				1px solid #aaaaaa;
	background-color:		white;
	padding: 			2px;
}

/*-----------------------
MESSAGE
-----------------------*/
table.message {

	width: 369px;
	background-color: white;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
	
}

td.message_header {
	 
}

td.message_data {

	border-top: 1px solid #aaaaaa;
	cursor: pointer;
	height: 30px;
}

td.message_data_selected {

	border-top: 1px solid #aaaaaa;
	cursor: pointer;
	height: 30px;
	background-color: #e8e8ea;
}


table.message_detail {

	width: 			363px;
	border: 		1px solid white;
	border-collapse:  	collapse;
	margin: 		5px;
	padding: 		5px;
}


td.message_nick {

	border: 1px solid white;
}

td.message_body {
	width: 369px;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	text-align: left;
}

td.message_image {
	padding: 5px;
	width : 110px;
}

td.message_buttonbar {
	
	text-align: center;
	border: 1px solid white;

	height: 30px;
	margin: 0px;
	padding: 0px;
	width: 369px;
	
}

a.message_button {
	
	display: table-cell;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding: 4px 2px 4px 2px;

}

/*-----------------------
TOPMENU
-----------------------*/

table.topmenu {
	
	border-collapse: collapse;
	width : 365px;
	

}

td.topmenu {

	background-color: #e8e8ea;
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	vertical-align: middle;

}

td.topmenu_selected {

	background-color: #000000;
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	vertical-align: middle;

}

a.topmenu {

	
	border: 1px solid black;
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	display: inline;
	padding: 2px 10px 2px 10px;
	text-align: center;

	width: 90%;
	vertical-align: middle;
}

/*-----------------------
COVER ARCHIVE
-----------------------*/
table.cover_list {

	width: 375px;

	border-collapse: collapse;
}

td.cover_list_item {
	font-size: 9px;
	text-align: left;
	padding: 5px;
	border: 1px solid black;
}
div.blacklink {

	background-color: black;
	color: white;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

a.blacklink {

	background-color: black;
	color: white;
	font-size: 9px;
	text-decoration: none;
}

a.blacklink:hover {
	
	font-size: 9px;
	background-color: black;
	color: white;
	text-decoration: underline;
}

a.blacklink:visited {

	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 9px;
}

td.profile_view_header {

	padding-top: 10px;
}

td.profile_view_body {

	
}
