/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

body
{
	font-size: 10px;
	cursor: default;
}

a, a:visited { color: #666666; text-decoration:none; }
a:hover		 { color: #999999; text-decoration:underline; }

#divLastVersion a
, #divLastVersion a:visited
{ text-decoration:underline; }
#divLastVersion a:hover	{ text-decoration:underline; }

ul
{
	margin-left: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul.linkList li a, ul.linkList li a:visited, ul li p, ul li span {
	padding-left: 8px;
	background: URL(images/menu_bullet.png) 0px 0.5em no-repeat;
}
ul.linkList li a:hover {
	padding-left: 8px;
	background: URL(images/menu_bullet_hover.png) 0px 0.5em no-repeat;
}

h3
{
	font-size: 11px;
}

img
{
	border: none;
}

hr
{
	clear: both;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}

*.floatLeft
{
	float: left;
}
*.floatRight
{
	float: right;
}
*.clearer {
	display: block;
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0; /* required for IE */
}

div.mainWrapper
{
	position:relative;
	/*margin: 50px;*/
	width: 80%;
	margin: 50px auto;
}
div.mainPageHeader
{
	position:relative;
	width: 100%;
}

div.columnsWrapper
{
	position:relative;
	width: 100%;
	/*border: 1px dashed blue;*/
}

div.leftCol, div.rightCol
{
	/*position: relative;*/
	float: left;
	width: 49%;
	/*border: 1px dashed red;*/
}

div.cell
{
	position:relative;
	/*border: 1px dashed blue;*/
}

div.panel
{
	border: 1px solid #999999;
	/*background-color: #E6E6E6;*/
	background-color: #fafafa;*/
	color:#333333;
	margin: 0 20px 20px 0;
	padding: 10px;
}

div.panel div.title
{
	font-size: 120%;
	/*ext-decoration: underline;*/
	clear: left;
	margin-bottom: 8px;
}

p.title
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 2px;
}

span.hits
{
	color:#D8D8D8;
}

*.update
{
	color: #009900;
}


div.news {
	color: white;
	margin: 0px 0px 5px 0px;/*t r b l*/
	padding: 5px;
	border: 1px dashed #51646b;
	background-color: #51646b;
}

div.news *, div.news a:visited, div.news a:hover { color: white; }


#imgCounter
{
	float: right;
	height: 18px;
}


table.fileList
{
	border: none;
	width: 100%;
}

table.fileList td 
{
	/*border: 1px dashed #00FF00;*/
}

table.fileList td div.wrapper
{
	/*overflow: hidden;*/
	/*background-color:#00CCFF;*/
	/*border: 1px dashed #00FF00;*/
}

table.fileList td.date
{
	border: 0px;
	text-align: right;
	padding-bottom: 3px;
	/*border: 1px dashed red;*/
}

ul#ulLinksList li
{
	padding-bottom: 3px;
}

#imgPhpJunkyard 
{
	width: 80px;
	height: 15px;
}

span.CRemark
{
	font-style: italic;
	font-size: 11px;
}
