body {color: black; margin: 0; padding: 10px;}

table {width: 100%; margin: 50; padding: 50; font-size: 11px}
table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a {color: #660000; text-decoration: none; background-color: transparent;}
a:hover {
	text-decoration: underline;
}

h1.header1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #003300;
	text-align: left;
	font-variant: small-caps;
}
h1.header2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #006699;
	font-weight: bold;
	text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
}

h3 {}
h4 {}
h5 {}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #660000}

input.formButton {}

.item {border: 1px solid #cccccc;}
.itemHead {padding: 3px; background-color: #2F5376; color: #FFFFFF;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

th {background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

td#headerbanner {width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center;}
td#headerbar {border-bottom: 1px solid #dddddd; background-image: url(hbar.gif);}

td#leftcolumn {
	width: 170px;
	border-right: 5px solid #cccccc;
	font-size:12px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #FFFFF0;
}
td#leftcolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#leftcolumn div.blockTitle {
	background-color: #FFFFF0;
	color: #7D2F1C;
	font-weight: bold;
	line-height: 150%;
	padding-top: 10px;
}
td#leftcolumn div.blockContent {
	padding: 0px;
	line-height: 100%;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	background-color: #FFFFFF;
}
td#leftcolumn div.blockContent a:hover {
	background-color: #FCC465;
	text-decoration: none;
}


td#centercolumn {
	font-size: 12px;
}

td#centercolumn th {background-color: #A34229; color: #FFCC99; vertical-align: middle;}
td#centerCcolumn {padding: 0px 3px 1px 3px;}
td#centerCcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px; margin-right: 0px;  margin-left: 0px;}
td#centerCcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 120%;}

td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerLcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerLcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 120%;}

td#centerRcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerRcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerRcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 120%;}

div#content {text-align: justify; padding: 10px;}

td#rightcolumn {
	width: 170px;
	border-left: 5px solid #cccccc;
	font-size:12px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #FFFFF0;
}
td#rightcolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#rightcolumn div.blockTitle {
	background-color: #FFFFF0;
	color: #000066;
	font-weight: bold;
	line-height: 150%;
	padding-top: 10px;
}
td#rightcolumn div.blockContent {
	padding: 0px;
	line-height: 100%;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	background-color: #FFFFFF;
}
td#rightcolumn div.blockContent a:hover {
	background-color: #FCC465;
	text-decoration: none;
}

tr#footerbar {text-align:center; background-image: url(hbar.gif);}

td#mainmenu a {background-color: #FFFFFF; display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {
	background-color: #FCC465;
	text-decoration: none;
}
td#mainmenu a.menuTop {padding-left: 3px;}
td#mainmenu a.menuMain {
	padding-left: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
}
td#mainmenu a.menuSub {}

td#usermenu a {background-color: #FFFFFF; display: block; margin: 0; padding: 4px;}
td#usermenu a:hover {background-color: #FCC465;}
td#usermenu a.menuTop {}
td#usermenu a.highlight {background-color: #fcc;}



.outer {border: 1px solid silver;}
.head {background-color: #FFCC99; padding: 5px; font-weight: bold;}
.even {background-color: #FFFFF0; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}

.counter
{
   display: none;
   visibility: hidden;
   overflow: hidden;
}

.title
{
   display: none;
}

.wintexth1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFCC;
}
.smalltext {
	font-size: 10px;
	font-style: normal;
}
.red_title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}

#butt {	vertical-align: middle;
}
#bookeeper {
	background-image: url(bookeeper1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#privet {
	background-image: url(privet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logosmall {
	background-image: url(logosmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 24px;
}
#form_zapr {
	background-image: url(form_zapr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#title_about1 {
	background-image: url(title_about1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 24px;
}
#title_about2 {
	background-image: url(title_about2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 118px;
	height: 24px;
}
#title_about3 {
	background-image: url(title_about3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 143px;
	height: 24px;
}
#title_about4 {
	background-image: url(title_about4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 133px;
	height: 24px;
}
#title_about5 {
	background-image: url(title_about5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 110px;
	height: 24px;
}
#title_about6 {
	background-image: url(title_about6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	height: 24px;
}
#licenz_small {
	background-image: url(licenz_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 228px;
}
#way
{
	width: 384px;
	border: 0;
	background-color: #FFFFFF;
}
#way-a
{
	background-image: url(way-a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#way-b
{
	background-image: url(way-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#way-c
{
	background-image: url(way-c.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#way-d
{
	background-image: url(way-d.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#way-e
{
	background-image: url(way-e.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#way-f
{
	background-image: url(way-f.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#audit2006_01
{
	background-image: url(audit2006_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#audit2006_02
{
	background-image: url(audit2006_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#audit2006_dig1
{
	background-image: url(audit2006_dig1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
}
#audit2006_dig2
{
	background-image: url(audit2006_dig2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
}
#audit2006_dig3
{
	background-image: url(audit2006_dig3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
}
#audit2006_dig4
{
	background-image: url(audit2006_dig4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
}
#audit2006_dig5
{
	background-image: url(audit2006_dig5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 44px;
}

#table160px
{
	width: 160px;
}

#table180px
{
	width: 180px;
}
td.calendar{
	background-color: #F5D667;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
td.calendar a:hover{
background-color: #990000;
color: #FFFFFF;
}

/* color -- dropdown menu for Forum */
div.dropdown a, div.dropdown .menubar a{
    color:#FFF;
}

div.dropdown .menu, div.dropdown .menubar, div.dropdown .item, div.dropdown .separator{
    background-color: #436792; /* same color set as in your theme/style.ss .th{} is recommended */
    color:#FFF;
}

div.dropdown .separator{
    border: 1px inset #e0e0e0;
}

div.dropdown .menu a:hover, div.dropdown .userbar a:hover{
    color: #333;
}
/* color - end */
