/******GENERAL*******/
/*The main style for texts on website. If there is no other style class, it will fallback to this one*/
body{
	font-family:"Trebuchet MS","Arial",sans-serif;
	background:black;
	color:white;
	margin:5px;
}
/*Reset attributes for browser compatibility*/
img{
	border:0;
}
form{
	margin:0;
	padding:0;
}
/*Used in the hidden H1 and H2 tags for SEO */
.hidden{
	display:none;
}
/*Style for links on text, normal and on hover*/
a {
	color:#FFCC66;	
}
a:hover{
	text-decoration:underline;
	color:#ff0000;
}
/*The search query form on the side of page */
input.query{
	margin-bottom:5px;
}
/*The background and text on the search on side of page */
.charcoalsearch{
	background-color:#5f5f5f;
	color:#FFCC66;
	font-weight:bold;
}

/******HEADER********/
/*The Line which separates the second menu from the silver line*/
.black{
	background-color:black;
	position:relative;
}
/*The silver line below the second menu*/
.silver{
	background-color:#aaaaaa;
}
/*The first menu background*/
.blacktop{
	background-color:black;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial", sans-serif;
	border-bottom:1px solid #666666;
}
.blacktop2{
	background-color:black;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial", sans-serif;
	border-top:1px solid #AAAAAA;
}
/*The first menu links normal*/
.blacktop a,.blacktop a:visited,.blacktop2 a,.blacktop2 a:visited{
	background:#666666;
	padding:3px 3px;
	color:white;
	text-decoration:none;
	margin-right:5px;
	display:inline;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial", sans-serif;
	line-height:21px;
}
/*The first menu links on hover*/
.blacktop a:hover,.blacktop a:hover:visited,.blacktop2 a:hover,.blacktop2 a:hover:visited{
	background-color:#660000;
	text-decoration:none;
}
/*The second menu background*/
.charcoaltop{
	background-color:#666666;
	color:white;
}
/*The second menu links normal*/
.charcoaltop a,.charcoaltop a:visited{
	color:white;
	text-decoration:none;
	padding:3px 3px;
	margin-right:0px;
	display:inline;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial", sans-serif;
}
/*The second menu links on hover*/
.charcoaltop a:hover,.charcoaltop a:hover:visited{
	background-color:#660000;
	text-decoration:none;
}

/******INDEX.PHP********/
/*The "last update" text*/
.lastup{
	color:#FFCC66;
	font-family:"Trebuchet MS","Arial",sans-serif;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
	margin:10px 0;
}
/*The line on top and bottom of "last update"*/
.bglast{
	height:3px;
	background:url('img/bg_last.gif') repeat-x;
}
/*The "previous" text*/
.prev{
	color:#FFCC66;
	font-family:"Trebuchet MS","Arial",sans-serif;
	font-weight:bold;
	font-size:14pt;
	margin:10px 0;
}
/*The "previous" links*/
.prev a, .prev a:visited{
	color:#FFCC66;
	font-family:"Trebuchet MS","Arial",sans-serif;
	font-weight:bold;
	font-size:14pt;
	margin:10px 0;
	text-decoration:none;
}
.prev a:hover{
	text-decoration:underline;
	color:#ff0000;
}

.prevsel{
	text-decoration:underline;
}
/******GALLERY.PHP********/
/*The sponsor text on top of gallery*/
.sponsor{
	font-family:"Arial",sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#FFCC66;
}
/*The border on the thumbnails table*/
.tblgallery{
	border:1px solid #800000;
}
.tblgallery td{
	border:1px solid #800000;
}
/*Border for the video player*/
.playerborder{
	border:1px solid #666666;
	height:424px;
	width:570px;
}
/******COMMON STYLES FOR MODELS LIST********/
/*The text and background for the charcoal part in top of list and the smaller list on bottom*/
.charcoaltext{
	background-color:#5f5f5f;
	color:#FFCC66;
	position:relative;
	text-align:center;
	font-size:12pt;
}
/*The text and background for the black part of the smaller list on bottom*/
.blacktext{
	background-color:black;
	color:#FFCC66;
	position:relative;
	text-align:center;
	font-size:12pt;
}
/*The border for the table on thumbnails list*/
table.tbllist {
	border-width: 1px 0 0 0;
	border-spacing: 0px;
	border-style: solid;
	border-color: #5f5f5f;
	border-collapse: collapse;
	background-color: #474747;
}
table.tbllist th {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #5f5f5f;
	background-color: black;
}
table.tbllist td {
	border-width: 1px 1px 0;
	padding: 3px 1px 1px 1px;
	border-style: solid;
	border-color: #5f5f5f;
	background-color: black;
}
.lastr{
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #5f5f5f;
	padding:0;
}
/*The text below each thumb*/
p.thumbtext{
	margin:2px 0;
}
/******MONTH.PHP********/
/*The links for days in the month on the top*/
.monthlink{
	color:#FFCC66;
	font-family:"Trebuchet MS","Arial",sans-serif;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
	margin:3px 0;
}
