@import "jquery/datePicker.css";
@import "jquery/inputSelect.css";

* {
	margin: auto;
	padding: 0;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

body {
	font-size: 80%;
	background-image: url(images/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

body.white {
	background-image: none;
}

body.white div {
	margin: 10px;
}

body.white div div {
	margin: auto;
}

img {
	vertical-align: bottom;
}

img.border {
	border: 1px solid #000000;
}

table.main {
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(images/bg_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-collapse: collapse;
}

table.main tr td {
	vertical-align: top;
}

table.main tr td div.content {
	padding: 35px 85px 20px 85px;
}

table.main tr.bottom td div.bottom {
	border-top: 3px solid #DEDEDE;
	color: #8F8F8F;
	text-align: center;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
table.main tr.bottom td {
	vertical-align: bottom;
	padding: 0px;
}
table.main tr.bottom td a {
	color: #6D6D6D;
	text-decoration: none;
}
table.main tr.bottom td a:hover {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.red {
	color: #FE0000 !important;
}

.blue {
	color: #034ECB;
}

.uc {
	text-transform: uppercase;
}

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}

.sm {
	font-size: 90%;
}

.u * {
	text-decoration: underline;
}

.lnthr * {
	text-decoration: line-through;
}

table.color td {
	padding: 5px;
	text-align: center;
}
table.color td img {
	display: block;
	margin-bottom: 3px;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 25px;
}

p, div.right * p {
	margin: 0px 0px 10px 0px;
}

input, select, textarea, img#code {
	border: 1px solid #7D7B86;
}
input.check {
	border: none;
	width: auto !important;
}
input.inp2 {
	background-color: #F9F8ED;
}
input.error {
	background-color: #D7BDBD;
}

input.btn, input.btn2, input.btnCheckSite, input.btnShort, a.btn, a.btn2, a.btnShort {
	background-image: url(images/bg_button.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 154px !important;
	height: 22px;
	cursor: pointer;
	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	margin: 0px;
}
input.btn2, a.btn2 {
	background-image: url(images/bg_button2.gif);
}

input.btnCheckSite {
	//background-image: url(images/bg_button_long.gif);
	background-color: #FF0000;
	background-image: none;
	height: 40px;
	width: 200px !important;
	margin: 4px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 110%;
	border: 1px solid #BE0003;
}

input.btnShort, a.btnShort {
	background-image: url(images/bg_button_short.gif);
	width: 37px;
	margin: 4px 0px 4px 0px;
}

a.btn, a.btn2, a.btnShort {
	display: block;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	color: #000000;
	background-position: top;
}

a {
	color: #C6000B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ol, ul {
	padding-left: 25px;
}

ol.let {
	list-style-type: lower-latin;
}

div.help {
	border-bottom: 1px solid #DEDEDE;
}

pre {
	background-color: #EFEFEF;
	border: 1px dashed #ABABAB;
	font-family: Courier;
	padding: 30px;
}

table#menu {
	margin: 0px;
	float: left;
	width: 140px;
}

div.right {
	margin: 0px 0px 0px 170px;
	text-align: left;
}
div.right * {
	margin: 0px;
}

.info, div#infoLayer {
	cursor: help;
}

div#infoLayer {
	max-width: 350px;
	max-height: 150px;
	padding: 10px;
	overflow: auto;
	position: absolute;
	visibility: hidden;
	top: 10px;
	left: 10px;
	border: 1px dashed #DEDEDE;
	background-color: #F9F8ED;
	z-index: 10;
}

div.errorList {
	margin-bottom: 10px;
}

table.cp5 th, table.cp5 td {
	padding: 5px;
}

table.websites {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.websites th, table.websites td {
	border: 1px solid #DEDEDE;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
}

div.langs {
	position: absolute;
	top: 16px;
	right: 10px;
}
div.langs img {
	border: 1px solid #DEDEDE;
	margin-right: 3px;
}

fieldset {
	overflow: hidden;
}
#filterLegend {
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	color: #034ECB;
	text-decoration: underline;
}

fieldset input {
	width: 98px;
}

form.long input, form.long textarea {
	width: 400px;
}

select optgroup {
	padding-left: 0px;
}
select optgroup option {
	padding-left: 10px;
}
.p10 {
	padding-left: 10px;
}

form.ads input, form.ads textarea, form.ads select {
	width: 300px;
}

ul.categories {
	float: left;
	list-style: none;
	padding: 0px;
	width: 200px;
	margin: 0px;
}
ul.categories li a {
	display: block;
	border: 1px dashed #DEDEDE;
	background-color: #F9F8ED;
	padding: 1px 10px 1px 10px;
}
ul.categories li a.hover {
	font-weight: bold;
}
ul.categories ul {
	list-style: none;
	padding-left: 10px;
}
table.subcats {
	border: 1px dashed #DEDEDE;
	background-color: #F9F8ED;
	width: 100%;
}
table.subcats td {
	width: 50%;
}

table.ads {
	width: 100%;
}
table.ads td {
	vertical-align: top;
}

table.ads a {
	color: #555555;
	text-decoration: none;
}
table.ads a:hover {
	color: #000000;
	text-decoration: none;
}
table.ads th a {
	text-decoration: underline;
}
table.ads td a img {
	float: left;
	width: 100px;
	height: 75px;
	margin: 3px 10px 3px 0px;
}
table.ads td.c {
	padding-bottom: 10px;
	border-bottom: 1px dashed #DEDEDE;
}

div.adspic {
	float: right;
	width: 200px;
	text-align: center;
}
div.adspic div {
	width: 100px;
	height: 75px;
	margin: 15px 20px;
}
div.adspic img {
	cursor: pointer;
	position: absolute;
}
div.adspicbig {
	position: absolute;
	padding: 10px;
	display: none;
	top: 0px;
	border: 1px dashed #DEDEDE;
	background-color: #F9F8ED;
	z-index: 100;
}

.adstxt {
	padding: 10px;
	margin-right: 200px;
}

.tda td {
	width: auto !important;
}

.ads_main {
	margin-left: 0px;
}
.ads_main td {
	width: 50%;
	font-weight: bold;
	padding: 0px 10px 10px 0px;
}

div.adspicbig div.back {
	float: left;
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(images/empty.gif);
	cursor: pointer;
	z-index: 199;
}
div.adspicbig div.forward {
	float: right;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: right;
	background-image: url(images/empty.gif);
	cursor: pointer;
	z-index: 198;
}

div.adspicbig div.back b, div.adspicbig div.forward b {
	background-color: #FFFFFF;
	font-size: 30px;
}

.tr0 {
	background-color: #FFFFFF;
}
.tr1 {
	background-color: #EEEEEE;
}
.tr2 {
	background-color: #DDDDDD;
}
.trh {
	background-color: #F9F8ED;
}

table.comments {
	width: 100%;
	margin-left: 0px;
}
.bt {
	border-top: 1px dashed #DEDEDE;
}
.br {
	border-right: 1px dashed #DEDEDE;
}
.bb {
	border-bottom: 1px dashed #DEDEDE;
}
.bl {
	border-left: 1px dashed #DEDEDE;
}
.mb10 {
	margin-bottom: 10px;
}
.fr {
	float: right;
}

.extra {
	position: absolute;
	top: 220px;
	right: 25px;
	border: 1px solid #BE0003;
	padding: 0px 5px 5px 5px;
}

.extra h3 {
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 0px -5px -5px -5px;
	padding: 0px 5px;
}
.extra b {
	display: block;
	background-color: #F9F8ED;
	margin: 5px -5px 5px -5px;
	padding: 0px 5px;
	border: 1px solid #BE0003;
	border-left: none;
	border-right: none;
}

.postcards div {
	float: left;
	width: 200px;
	height: 200px;
}
.postcards div img {
	position: absolute;
	width: 180px;
	cursor: pointer;
}
.adspicbig form {
	display: block;
	z-index: 200;
	width: 100%;
	position: absolute;
	padding: 5px 0px;
	text-align: center;
}