body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	background: url(/images/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #074070;
}

img { border: 0; }

p {	margin:0 0 1.2em; }
img.left { 
	float:left; 
	margin: 0.3em 1.2em 0 0; 
	border: #ccc 2px solid;
}

hr {
	border: #eee 2px solid;
}

img.right {
	float:right;
	margin: 0.3em 0 1em 1.2em;
	border: #ccc 2px solid;
}

div.navigation {
padding: 10 0;
}

div#rss {
background: url("/images/rss.gif") no-repeat;
padding-left: 20;
}

div.navigation div {
display: inline;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
margin-right: 20px;
}

div.navigation div.login {
color: #000;
text-transform: none;
font-weight: normal;
margin: 0 0 0 20;
background-color: #eee;
padding: 5;
}

div.navigation div.login a {
	color: #000;
	text-decoration: underline;
}
div.navigation div.login a:hover {
	color: #dc0303;
	text-decoration: underline;
}

div.navigation div a {
	color: #fff;
	text-decoration: none;
}

div.navigation div a:hover {
	color: #d6e7f6;
}

table.logo td {
	background-color: #f0f0f0;
	padding: 10px;
}

table.logo {
	margin-bottom: 10px;
}

table.logo td.advert img {
	border: #eee 2px solid;
}

table.content td.content  {
	background-color: #f0f0f0;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #c4c4c4;
}

table.content td.content table td {
	font-size: 14px;
}


table.content td.content a {
	color: #003964;
	text-decoration: underline;
}

table.content td.content a:hover {
	color: #dc0303;
	text-decoration: underline;
}



.sidebar a {
	text-decoration: underline;
	color: #000;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#dc0303;
	}


.sidebar h2 {
	margin: 0 0 0 0;
	padding: 4px 10px;
	background-position: top;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #074070;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background: url(/images/sidebar-background-2.png) left bottom repeat-x;
	background-color: #f0f0f0;
	border: 1px solid #c4c4c4;
	font-size: 14px;
}

.sidebar ul li.cat-item {
background-color: lightyellow;
}

.sidebar ul li div {
font-size: 11px;
color: #666;
}

.sidebar ul li span {
font-size: 11px;
color: #aaa;
}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(/images/bullet.gif) no-repeat top left;
	border: 0;
	}
	
.sidebar ul li ul li {
	background: url(/images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	border: 0;
	}

#footer {
	background: url(/images/footer-backgr.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 20;
	padding-right: 20;
}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 

.footcontainer { 	color: #fff;
	font-size: 13px; 
	padding: 25px 0;
}

div.section-name {
font-size: 24;
color: #dc0303;
padding-bottom: 5px;
}

div.section-name span {
color: #666;
font-size: 12px;
display: block;
padding-left: 20px;
}

table.content td.content div.section-name a {
	color: #003964;
}


div.section-text {
background-color: #fff;
margin-bottom: 15px;
}

.postdate {
	font-size: 11px;
text-align: right;
	font-family: Arial, Verdana;
}


	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}

div.index-title {
font-size: 16px;
padding-bottom: 10px;
}


div.index-text {
font-size: 13px;
}

div.section-text table td {
padding: 15 15 0 15;
}

div.section-text table td.active {
background-color: lightyellow;
}

.entry {
	line-height: 20px;
	padding: 10 15 1 15;
	font-family: Arial, Verdana;
	font-size: 14px;
	background-color: #fff;
}

.title {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 22px;
	font-family: Arial, Verdana;
	color: #003964;
/*	border-bottom: 1px solid #ddd;*/
	font-size: 20px;
	}

	
.title a {
	text-decoration: none;
	color: #003964;
	}

.title a:hover {
	text-decoration: none;
	color: #dc0303;
	}



div.login table td {
	background-color: #c7dff2;
	text-align: center;
}
div.login table td div {
	color: #666;
	font-size: 14px;
}
div.login table td input.input {
	text-align: center;
	font-size: 28px;
} 

div.login table td input.submit {
	font-size: 22px;
}

#red, #error {
	color: red;
}


div.input input.input, div.input textarea {
	width: 300px;
}

div.input select {
	width: 420px;
}
div.input table {

}

div.input table td {
	padding: 10px;
	background-color: #c7dff2;
}

div.input table td div {
	font-size: 0.8em;
	color: #666;
}

div.input table td div.error {
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 5 0;
}

div.input span {
	color: red;
	text-transform: uppercase;
}


div.comment-author span {
font-size: 11;
color: #666;
}


span.small {
font-size: 12px;
color: #666;
}

div.item {
	background-color: #fff;
}

div.item div.about {
	padding: 10px;
	background-color: #c7dff2;
}

div.item div.about div.name {
	font-size: 16px;
	font-weight: bold;
}

div.item div.about div.date {
	font-size: 12px;
}
div.item div.text {
	font-size: 14px;	
	padding: 10px;
}

div.item div.answer {
	font-size: 14px;
	padding: 10px;
	background-color: #fdffe0;
	margin-bottom: 5px;
}
div.item div.action {
	float: right; 
	font-size: 12px;
}
div.item div.action div {
	text-align: right;
	padding: 2 0;
	cursor: pointer;
}
div.item div.author {
	padding-bottom: 5px;
}

div.item div.spinner {

	padding: 10px;
}

div.item span {
	font-size: 12px;
	border-bottom: blue 1px dashed;
	color: blue;
	cursor: pointer;
}

#antispam {
	font-size: 20px;
	width: 72px;
}


div.entry textarea {
	background-color: lightyellow;
	border: #aaa 1px solid;
}

td.main {
text-align: justify;
}

table#foot td a {
color: #666;
}