@charset "iso-8859-2";
/* CSS Document */

body {
/*	background-color:#EBEAE5;*/
	background-color:#F7F7F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a {
	color: #228B22;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
a.menu {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: #5A4D3A;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: White;
	text-decoration: underline;
}



a.menu_activ {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

a.menu_activ:hover {
	text-decoration: underline;
}



div.tbMain {
	width: 100%;
	text-align:center;
	margin:0px auto;
}

div.tbBody {
	width: 100%;
	background-color:#F7F7F5;
	margin:0px auto;
	border-left: 1px solid #656462;
	border-right: 1px solid #656462;
}

div.tbHeader {
	width: 100%;
	background-color:#CFD5DE;
	margin:0px auto;
	border-left: 1px solid #656462;
	border-right: 1px solid #656462;
	border-top: 1px solid #656462;
	border-bottom: 1px solid #636362;
}
div.tbFooter {
	width: 100%;
	background-color:#E4E4E3;
	margin:0px auto;		
	border-left: 1px solid #656462;
	border-right: 1px solid #656462;
	border-bottom: 1px solid #656462;
	border-top: 1px solid #636362;
}
div.tbFooterShadow {
	background-color:#EBEAE5;
	background-image:url(images/shadow_horizontal.gif);
	height: 4px;
	width: 95%;
	margin:0px auto;		
}
div.tbVerticalShadow {
	background-color:#EBEAE5;
	background-image:url(images/shadow_vertical.gif);
    position: fixed;
    width: 4px;
/*    height: auto;*/
/*    top: 15%;*/
/*    left: auto;*/
/*    bottom: 100px;*/
    right: 0px;;
	border: 1px solid black;
}

div.admSeparator {
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 90%;
}



textarea.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 98%;
	height: 175px;
	border: 1px solid #000000;		
}
textarea.input:hover {
	background-color: Yellow;
}
textarea.input:focus {
	background-color: #FFCC00;
}



input.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 98%;
	height: 25px;
	border: 1px solid #000000;		
}
input.input:hover {
	background-color: Yellow;
}
input.input:focus {
	background-color: #FFCC00;
}

input.dateinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 10%;
	height: 25px;
	border: 1px solid #000000;		
}
input.dateinput:hover {
	background-color: Yellow;
}
input.dateinput:focus {
	background-color: #FFCC00;
}






select.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 98%;
	height: 25px;
	border: 1px solid #000000;		
}
select.input:hover {
	background-color: Yellow;
}
select.input:focus {
	background-color: #FFCC00;
}


.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 98%;
	height: 250px;
	border: 1px solid #000000;
}
.inputbox:hower {
	background-color: Yellow;
}
.inputbox:focus {
	background-color: #FFCC00;
}



.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	border: 1px ridge #006699;
	width : 40%;
	height: 25px;
	border: 1px solid #000000;
}
.inputbutton:hover {
	background-color: Yellow;
}
.inputbutton:focus {
	background-color: FFCC00;
}





/* form this line on, the working part starts*/
table.admTable {
	width:95%;
	border: 1px solid black;
}
th.admTHead {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bolder;
	color:#000000;
	background-color:#CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #888888;
}

td.admTData {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#000000;
	background-color:#DDDDDD;
	padding-top: 3px;
	padding-bottom: 3px;
/*	border: 1px solid #FFFFFF;*/
}

td.admModLeft {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:12px;
	color:#000000;
	background-color:#DDDDDD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	width: 25%;
}

td.admModRight {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	background-color:#DDDDDD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	width: 75%;
	vertical-align: middle;
}

div.center {
	align: center;
	text-align:center;
	margin:0px auto;	
	width: 95%;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.menu {
	align: center;
	border-bottom: 1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px auto;	
	background-color: #EBEAE5;
	width: 95%;
	font-size:12px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.adm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.adm:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF8000;
}

td.shit {
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-weight: 300;*/
font-stretch: wider;
	padding-bottom: 5px;
	background-color: #99AEC6;
}

/* window styles*/
td.window_head_left {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background-color:#EBE7A5;
	padding: 5px;
	font-weight: bolder;
	text-align: left;
}
td.window_head_right {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#EBE7A5;
	padding: 5px;
	font-weight: bolder;
	text-align: right;
}
td.window_text {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#F7F7F5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
td.window_foot_left {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background-color:#F5F2C7;
	padding: 5px;
	text-align: left;
}
td.window_foot_right {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color:#F5F2C7;
	padding: 5px;
	text-align: right;
}
div.inline {
	margin-left: 10px;
}
div.fullwidth {
	width: 100%;
	text-align: center;
	align: center;
	margin:0px auto;	
	padding-top: 8px;
	padding-bottom: 8px;
}


td.shitie {
	height: 90px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px;
}

div.page_footer {
/*	background-color: White;*/
	width: 100%;
	border-top: 1px solid #696969;
	padding: 2px;
}

div.info {
/*	position: absolute;*/
	width: 100px;
/*	left: 18px;
	top: 114px;*/
	font-size: small;
/*	font-weight: bolder;*/
	color: Black;
/*	border: 1px solid red;*/
	height: 90px;
}

td.alpha {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
}
div.alpha_info {
	font-family: "Courier New", Courier, monospace;
	color: Gray;
}


a.linkek {
	font-family: Courier, monospace;
	font-weight: bolder;
	color: Green;
	text-decoration: none;
}
a.linkek:hover {
	text-decoration: underline;
}

div.box {
	border: 1px solid gray;
}
div.box_head {
	background-color:#EBE7A5;
	padding: 2px 3px;
	border-bottom: 1px solid #ddd;
}
div.box_content {
	background-color: White;
	padding: 5px 3px;
/*	text-align: left;*/
	font-family: "Courier New", Courier, monospace;
}

div.inline2 {
	padding: 20px;
}
div.postlist {
	background-color: White;
	border: 1px solid #708090;
	padding: 15px;
	font-family: "Courier New", Courier, monospace;
}

div.pagestat {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	color: Gray;
}

td.modules {
	text-align: center;
	padding: 5px;
}
div.pager {
	border-top: 1px solid gray;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	color: Gray;
}

div.blog {
	padding: 5px;
	text-align: left;
/*	font-family: "Courier New", Courier, monospace;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
/*	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
	border-top: 1px dotted gray;*/
	background-color: white;
}
div.blog_head {
/*	border-bottom: 1px dotted gray;*/
	border: 1px solid #777;
	background-color:#CFD5DE;
/*	background-color:#EBE7A5;*/
	font-weight: bolder;
	padding: 5px 10px;
/*	border-top: 1px dotted gray;
	border-left: 1px dotted gray;*/
}
div.blog_head2 {
	padding-left: 30px;
/*	background-color: White;*/
/*	background-color:#E4E4E3;*/
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	font-size: smaller;
	text-align: right;
}
div.blog_content {
	padding-left: 20px;
	padding-top:  10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
/*	text-align: center;*/
/*	background-color: White;*/
/*	text-align: justify;*/
/*	background-color:#E4E4E3;*/
}

div.main {
	padding: 15px;
/*	background-color: White;*/
}
a.alpha_link {
	font-family: "Courier New", Courier, monospace;
	color: Gray;
	font-weight: bolder;
}
div.code {
	background-color: #FCFBE0;
	border: 1px dotted black;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}
table.duell {
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	background-color: White;
}
td.duell_mainhead {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px;
	text-align: center;
	background-color: #FFFFF0;
	color: black;
}
td.duell_head {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	text-align: center;
	background-color: #F0FFF0;
	color: #FF8C00;
}
td.duell_data {
	font-family: "Courier New", Courier, monospace;
//	font-weight: bolder;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	text-align: center;
	background-color: #FFFFF0;
	color: Maroon;
}
td.duell_comment {
	font-family: "Courier New", Courier, monospace;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	text-align: center;
	color: black;
}
a img {
	border: 0;
}
