html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

p, a, span, div, legend, br, form, ul {
	padding: 0px;
	margin: 0px;
}

.black {
	color: black;
}

.grey {
	color: #999999;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

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

td, p {
	color: #999999;
	font-size: 10px;
}

h1 {
	font-size: 13px;
	color: black;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

hr {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border:none;
	background-color:#CCCCCC;
	height: 1px;
	color:#CCCCCC;
}

a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.medium {
	font-size: 12px;
}

ul.left-menu {
	list-style: none;
}
ul.left-menu li {
	padding: 0px 0px 0px 27px;
	font-size: 13px;
	height: 22px;
}
ul.left-menu li.selected {
	padding: 0px 0px 0px 19px;
	color: black;
}
ul.left-menu li.selected a {
	color: black;
}

ul.sort {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.sort li {
	font-size: 10px;
	padding: 0px 0px 0px 6px;
}
ul.sort li.selected {
	padding: 0px 0px 0px 0px;
}


div.selected {
	padding: 8px;
	border: 1px solid #CCCCCC;
	width: auto;
}

table.vote td {
	text-align: center;
}
table.vote input.go {
	width: 100px;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	font-size: 10px;
	cursor: pointer;
}

table.comments {
	width: 100%;
}
table.comments td {
	color: black;
	font-size: 11px;
}
table.comments textarea {
	padding: 1px;
	font-size: 11px;
	width: 100%;
	height: 120px;
	border: 1px solid black;
	overflow: hidden;
}
table.comments input {
	padding: 1px;
	font-size: 11px;
	width: 100%;
	border: 1px solid black;
}
table.comments input.go {
	width: 110px;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	font-size: 10px;
	cursor: pointer;
}

table.text td,
table.text p {
	color: black;
}

table.first {
	background: url( '../i/fon.gif' ) left 20px no-repeat;
}

a.big {
	font-size: 13px;
	font-weight: bold;
	color: black;
}

a.b {
	color: black;
}
a.b:hover {
	color: #999999;
}

table.navigation td {
	font-size: 12px;
	text-align: center;
	width: 20px;
}
table.navigation td.left {
	text-align: left;
	width: 80px;
}
table.navigation td.right {
	text-align: right;
	width: 80px;
}

td.hr {
	height: 1px;
	line-height: 1px;
	background-color: #CCCCCC;
}