/* 
=============================================================
Copyright © 2010 - 2011  George !  All Rights Reserved.
Designed By George ! Webwork.GE
File 'style.css' 
=============================================================

*/

table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
}

._cl { background-image: url(../images/_clu.gif); background-repeat: no-repeat; width: 10px; height: 10px; }
._cr { background-image: url(../images/_cru.gif); background-repeat: no-repeat; width: 10px; height: 10px; }
._cln { background-image: url(../images/_clnu.gif); background-repeat: no-repeat; width: 10px; height: 10px; }
._crn { background-image: url(../images/_crnu.gif); background-repeat: no-repeat; width: 10px; height: 10px; }
._clg { background-image: url(../images/_lg.gif); background-repeat: repeat-y; width: 10px; }
._crg { background-image: url(../images/_rg.gif); background-repeat: repeat-y; width: 10px; }
._ct { background-image: url(../images/_t.gif); background-repeat: repeat-x; height: 10px; }
._cb { background-image: url(../images/_b.gif); background-repeat: repeat-x; height: 10px; }

/* ==================== news */

.news {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
}
.news a {
	color: #333333;
	text-decoration:none;
}
.news a:hover {
	text-decoration: none;
	color: #000000;
}

/* ==================== dostitle */

.dostitle {
	color: #333333;
	font-size: 10px;
	font-family: Verdana;
}
.dostitle a {
	color: #333333;
	text-decoration:none;
}
.dostitle a:hover {
	text-decoration: none;
	color: #000000;
}

/* ==================== topnews */

.topnews {
	color: #333333;
	font-size: 10px;
	font-family: Verdana;
}
.topnews a {
	color: #333333;
	text-decoration:none;
}
.topnews a:hover {
	text-decoration: none;
	color: #000000;
}

/* ==================== friendlinks */

.friendlinks {
	color: #333333;
	font-size: 9px;
	font-family: Verdana;
}
.friendlinks a {
	color: #333333;
	text-decoration:none;
}
.friendlinks a:hover {
	text-decoration: none;
	color: #000000;
}

/* ==================== comdos */

.comdos {
	color: #333333;
	font-size: 12px;
	font-family: Verdana;
}
.comdos a {
	color: #333333;
	text-decoration:none;
}
.comdos a:hover {
	text-decoration: none;
	color: #000000;
}

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}


