body {
	margin: 0px 8px 8px;
	padding: 0px;
	background-color: White;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 7.8pt;
	color: #666666;
}

a {
	color: #006AAE;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3E39;
}

input, select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 8pt;
	color: #666666;	
	background-color: #FFFFFF;
	border: solid 1px #e3dfdb;	
}

img {
	border: 0;
}

/* Header 1 - Main header */
tr.header1 {
	background: url(bg_header1.jpg) repeat left bottom;	
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}

tr.header1 a, td.header1 a { color: #ffffff;	text-decoration: none; }
tr.header1 a:hover, td.header1 a:hover { color: #eeffee; text-decoration: underline; }	

td.header1 {
	/* background-color: #66a262;*/
	background: url(bg_header1.jpg) repeat left bottom;	
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}	

.header1Title {
	color: #ffffff;
	background: url(bg_header1.jpg) repeat left bottom;	
	font-weight: bold;
	padding-left: 10px;	
}

tr.header2 {
	background-color: #E3DFDB;
	color: #695E54;
	font-weight: bold;
}

td.header2 {
	background-color: #E3DFDB;
	color: #695E54;
	font-weight: bold;
}

td.header2 a { color: #695E54; text-decoration: none; }
td.header2 a:link { color: #695E54; text-decoration: none; }
td.header2 a:visited { color: #695E54; text-decoration: none; }
td.header2 a:active { color: #695E54; text-decoration: none; }
td.header2 a:hover { color: #695E54; text-decoration: underline; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: solid 1px #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 7pt;
	height: 28px;
	background-color: #f4f4f4;
}

.footer1 select, .footer1 td {
	font-size: 10px;
}

/* Header of posts */
.postheader {
	background-color: #ECEBE6;
}

/* User info and post/article */
.post {
	background-color: #f5f1ef;
}

.post_alt {
	background-color: #FAFAF5;
}

tr.post:hover {
	background-color: #FFFFFF;	
}

tr.post_alt:hover {
	background-color: #FFFFFF;	
}

/* Footer of posts */
.postfooter {
	background-color: #cdcdcd;
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
.content {
	border: solid 1px #999999;
	padding: 0px;
	background-color: #ffffff;	
	margin: 0px;
	color: #000000;
}

.postformheader {
	background-color: #E3E2DA;
	font-weight:bold;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #006AAE; text-decoration: underline; }
.content a:hover	{ color: #006AAE; text-decoration: none; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote {
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code {
	padding-left: 16px;	
	margin: 5px;
}

.innercode {
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 10px; }
.largefont	{ font-size: 11px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink {
	text-decoration: none;
}

/* Used for editor textarea */
.posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000000; text-decoration: underline; }
.navlinks a:hover { color: #666666; }

/* for printing */
table.print {
	border: solid 1px #C0C0C0;
}
.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.pbutton {
	background-color: #3B3E39;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
 
.textfield {
	background-color: #FFFFFF;
	border: solid 1px #3B3E39;
	width: 100%;
}

.ButtonOut {
	border: solid 1px #e3dfdb;
}
.ButtonOver {
	border: solid 1px #ebede9;
	background-color: #ffffff;
}
.ButtonChecked {
	border: solid 1px #ebede9;
}
.ButtonOff {
	border: solid 1px #669966;
}

#bbcodeFeatures {
	border: solid 1px #e3dfdb;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv {
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}

/* Záložky a menu */
#imgBanner {
	position: absolute;
	top: 8px;
	z-index: 1000;
	/*margin-top: 8px;*/
}
form {
	clear: both;
	display: block;
	margin: 0px;
}
#divTabs {
	/*width: 950px;*/
	margin: 0px auto 0px 250px;
}

#divTabs div.menu {
	height: 46px;
}

#divTabs div.menu a {
	display: block;
	float: right;
	min-width: 52px;
	-width: 52px;
	min-height: 7px;
	-height: 7px;
	padding: 16px 8px 0px 8px;
	background: url(header/odrazka_hlavni_menu.jpg) no-repeat left bottom;
	color: #006AAE;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 7.8pt;
	text-decoration: none;
}
#divTabs div.menu a:hover {
	color: #BA291F;
}
#divTabs div.tabs {
	clear: right;
	height: 27px;
	margin-bottom: 1px;
}

#divTabs div.tabs a {
	display: block;
	float: left;
	width: 98px;
	height: 24px;
	margin: 0px 2px 0px 0px;
	padding: 2px 2px 1px 2px;
	background: url(header/zalozka_neaktivni.jpg) no-repeat;
	color: #006AAE;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 7.8pt;
	text-decoration: none;
}
#divTabs div.tabs a:hover {
	background: url(header/zalozka_aktivni.jpg) no-repeat;
	color: white;
}
#divTabs div.tabs a.center {
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}
.SubjectFnt {
	display: none;
}