*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
}
body
{
	background-color: #ddd;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
div.clearer
{
  clear: both;
  float: none;
	font-size: 0;	
	height: 0;
	overflow: hidden;
	width: auto;     
}
div.header
{
	background-color: white;
  background-image: url(../res/cclrc_banner_bg.jpg);
	background-repeat: repeat-x;
	height: 75px;	
}
div.header span.counter
{
	display: none;
}
div.header h1
{
	color: #444;
	font-size: 2em;
	font-weight: bold;
	overflow: hidden;
	padding: 3px 10px;
	text-align: left;
}
div.header div.generator
{
	font-size: 0.6em;
	margin: 0;
	padding: 2px 5px 0px 0px;
	text-align: right;	
}
div.navigation
{
  background-color: #ccc; 
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	font-size: 0.7em;
	margin-bottom: 10px; 
	overflow: hidden;
	padding: 3px 10px;
  text-align: right;
}
div.navigation a, div.navigation span
{
	border: solid 1px #ccc;
	color: #444;
	padding: 1px 5px;
	text-decoration: none;
}
div.navigation span
{
	color: gray;
}
div.navigation a:hover
{
	background-color: silver;
	border: solid 1px #444;
	color: #333;
}
div.navigation div.author
{
	color: #444;
	float: left;
}
div.navigation div.author a, div.navigation div.author a:hover
{
	background-color: transparent;
	border: none;
	color: #444;
	padding: 0;
}
div.content
{
	margin: 10px 10px;
}
div.thumb
{
	background-color: White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	color: Gray;
	display: block;
	float: left;
	font-size: 10px;
	margin: 0px 4px 4px 0px;	
	overflow: hidden;
	position: relative;
	text-align: right;
}
div.thumb span.index
{
	top: 5px;
	position: absolute;
	text-align: right;
	width: 98%;
	z-index: 10;
}
div.thumb span.label
{
	bottom: 3px; 
	position: absolute;
	text-align: center;
	width: 100%;	
	z-index: 10;
	color:#003153
}
div.thumb img
{
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
}
div.thumb a img
{
  /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}
div.thumb a:hover img
{
	border: solid 1px gray;
  /*filter:progid:DXImageTransform.Microsoft.Alpha(enabled=0);*/
} 
div.info
{
	display: none;
	visibility: hidden;
}
div.slide
{	
	margin: 0;
	text-align: center;
}
div.slide div.img
{
	border: solid 10px #fff;
	margin: auto;
	/*background-color: #C813BE*/
}
div.slide div.comment
{
	background-color: #EEEEEE;
	color: #777777;
	font-size: 0.8em;
	padding: 10px 12px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
}
div.slide div.comment td
{
	font-size: 0.8em;	
	vertical-align: top;
}
div.slide div.comment td.label
{
	font-weight: bold;
	width: 120px;
	/*color: #B2037A;*/
}
div.slide div.comment td.filenamesize
{
	font-size: 1.2em;
	font-weight: bold;
	color: #B2037A;
}
div.slide div.comment td.hireslink
{
	font-weight: bold;
}
