/***************************************************************************
*				template_css.css
*				-------------------
*	begin				: Monday, 2006-11-27
*	last modification		: Sunday, 2006-12-10
*	copyright			: (c) 2006 Dominik "Domko" Kocuj
*	email				: dkocuj@gmail.com
*
***************************************************************************/

/* design */

body {
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../images/middle.gif);
}

#top {
	width: 800px;
}

#lefttop {
	background-image: url(../images/lefttop.gif);
	width: 180px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#middletop {
	background-image: url(../images/middletop.gif);
	width: 600px;
	height: 140px;
	position: absolute;
	left: 180px;
	top: 0px;
}

#righttop {
	background-image: url(../images/righttop.gif);
	width: 20px;
	height: 140px;
	position: absolute;
	left: 780px;
	top: 0px;
}

#middle {
	width: 800px;
}

#leftmiddle {
	background-image: url(../images/left.gif);
	width: 180px;
	height: 440px;
	position: absolute;
	left: 0px;
	top: 140px;
}

#middlemiddle {
	background-image: url(../images/middle.gif);
	width: 600px;
	height: 360px;
	position: absolute;
	left: 180px;
	top: 140px;
	overflow: auto;
}

#copyright {
	background-image: url(../images/middle.gif);
	width: 600px;
	height: 75px;
	position: absolute;
	left: 180px;
	top: 500px;
	padding-top: 5px;
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	text-align: center;
}

#rightmiddle {
	background-image: url(../images/right.gif);
	width: 20px;
	height: 440px;
	position: absolute;
	left: 780px;
	top: 140px;
}

#bottom {
	width: 800px;
}

#leftbottom {
	background-image: url(../images/leftbottom.gif);
	width: 180px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 580px;
}

#middlebottom {
	background-image: url(../images/middlebottom.gif);
	width: 600px;
	height: 20px;
	position: absolute;
	left: 180px;
	top: 580px;
}

#rightbottom {
	background-image: url(../images/rightbottom.gif);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 780px;
	top: 580px;
}

#top800 {
	width: 770px;
}

#lefttop800 {
	background-image: url(../images/lefttop800.gif);
	width: 170px;
	height: 135px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#middletop800 {
	background-image: url(../images/middletop800.gif);
	width: 580px;
	height: 135px;
	position: absolute;
	left: 170px;
	top: 0px;
}

#righttop800 {
	background-image: url(../images/righttop800.gif);
	width: 20px;
	height: 135px;
	position: absolute;
	left: 750px;
	top: 0px;
}

#middle800 {
	width: 770px;
}

#leftmiddle800 {
	background-image: url(../images/left800.gif);
	width: 170px;
	height: 295px;
	position: absolute;
	left: 0px;
	top: 135px;
}

#middlemiddle800 {
	background-image: url(../images/middle800.gif);
	width: 580px;
	height: 220px;
	position: absolute;
	left: 170px;
	top: 135px;
	overflow: auto;
}

#copyright800 {
	background-image: url(../images/middle800.gif);
	width: 580px;
	height: 75px;
	position: absolute;
	left: 170px;
	top: 355px;
	padding-top: 5px;
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	text-align: center;
}

#rightmiddle800 {
	background-image: url(../images/right800.gif);
	width: 20px;
	height: 295px;
	position: absolute;
	left: 750px;
	top: 135px;
}

#bottom800 {
	width: 770px;
}

#leftbottom800 {
	background-image: url(../images/leftbottom800.gif);
	width: 170px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 430px;
}

#middlebottom800 {
	background-image: url(../images/middlebottom800.gif);
	width: 580px;
	height: 20px;
	position: absolute;
	left: 170px;
	top: 430px;
}

#rightbottom800 {
	background-image: url(../images/rightbottom800.gif);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 750px;
	top: 430px;
}

img {
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

/* links */

a:link {
	color: #4170b2;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3060a1;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #5281c3;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6392d4;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:link {
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:visited {
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:active {
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:hover {
	color: #bcbcbc;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* format text */

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

table {
	width: 100%;
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td.copyright {
	color: #dedede;
	text-align: left;
	vertical-align: bottom;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* modules and menus */

table.moduletable {
	width: 160px;
	padding-left: 25px;
}

table.moduletable tr {
	width: 160px;
	padding-left: 25px;
}

table.moduletable tr th {
	width: 160px;
	color: #ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.moduletable tr td {
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.moduletablecontent {
	width: 100%;
}

table.moduletablecontent tr th {
	width: 100%;
	color: #ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.moduletablecontent tr td {
	width: 100%;
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#mainlevel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#mainlevel li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

/* sections */

.sectiontableheader {
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-color: #dedede;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

.sectiontableentry1 {
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.sectiontableentry2 {
	color: #dedede;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

/* content */

.contentheading {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.contentpaneopen {
	width: 100%;
	text-align: left;
}

.componentheading {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

/* horizontal line */

hr {
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-color: #dedede;
}

/* forms */

select {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

input {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

input.inputbox {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

input.button {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: center;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	cursor: hand;
}

textarea {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

select.inputbox {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

textarea.inputbox {
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #a2a2a2;
	text-align: left;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

/* rss */

.syndicate {
	width: 100%;
	text-align: left;
}
