/* ********** [START COMMON] ********** */

body {
    margin: 0px auto 0px auto; padding: 0px;
    text-align: center;
    background-color: #;
/*	background-image:url("background-roze.jpg"); */
    cursor: default;
    overflow: -moz-scrollbars-vertical;
	background-repeat:repeat-x;
}

form {
    margin: 0px; padding: 0px;
}

div.clear {
    clear: both;
}


/* ********** [END COMMON] ********** */


/* ********** [START HEADER] ********** */

div#header {
    width: 1000px; height: 48px;
    background: url("") no-repeat;
	background-color:#;
}

div#header a {
    margin-left: 5px;
    font: 24px/44px arial, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/* ********** [END HEADER] ********** */


/* ********** [START FOOTER] ********** */

div#footer {
    width: 1000px; height: 45px;
    font: 11px/45px arial, sans-serif;
    color: #000000;
    background: url("") no-repeat;
	background-color:#F5F5F5;
    text-align: center;
}

div#footer a {
    font: 11px/45px arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

/* ********** [END FOOTER] ********** */


/* ********** [START MAIN MENU] ********** */

.searchtext {
    font: 13px arial, sans-serif;
    color: #000000;
    font-weight: normal;
}

div#mainnav {
    margin: 0px 0px 0px 0px;
    width: 1000px;
	height: 28px;
    background: url("") repeat-x;
	background-color:#FFFFFF;	
}

div#mainnav ul {
	margin: 0px; padding: 0px;
    list-style: none;
}

div#mainnav ul li {
 	float: left;
}

div#mainnav ul li a {
	padding: 0px 10px 0px 10px;
	height: 28px;
 	float: left;
    display: block;
    font: 18px/28px arial, sans-serif;
	color: #0099FF;
    font-weight: normal;
    text-decoration: none;
}

div#mainnav ul li a:hover {
    text-decoration: underline;
}

div#mainnavshade {
    margin: 0px 0px 0px 0px;
    width: 1000px;
	height: 10px;
    background: url("topnavshade_bg.gif") repeat-x;
}

div#loginbox {
    margin: 1px;
	background-color: #F5F5F5;
}

div#loginbox a {
    font: 12px arial, sans-serif;
	color: #000000;
    text-decoration: none;
}

div#loginbox a:hover {
    text-decoration: underline;
}

table.loginbox {
    font: 12px arial, sans-serif;
	color: #000000;
}

table.loginbox td {
    padding: 3px;
}

/* ********** [END MAIN MENU] ********** */


/* ********** [START USER MENU] ********** */

div#usermenu {
    width: 1000px;
	background-color: #33CC00;
	margin: 0px;
    height: 28px;
}


div#usermenu ul {
	margin: 0px;
	padding: 0px;
    list-style: none;
}

div#usermenu a {
	padding-left: 5px;
	padding-right: 5px;
    display: inline;
    font: 12px/28px arial, sans-serif;
	color: #FFFFFF;
    text-decoration: none;
}

div#usermenu a:hover {
    text-decoration: underline;
}


div#usermenu ul li a {
	padding-left: 10px;
    display: block;
    font: 12px arial, sans-serif;
	color: #484b4f;
	background-color: #FFFFFF;
    text-decoration: none;
}

div#usermenu ul li a:hover {
	background-color: #FFFFFF;
    text-decoration: none;
}


div#usermenubottom {
    width: 1000px;
	background-color: #ECECEC;
	margin: 0px;
}

div#usermenubottom a {
	padding-left: 5px;
	padding-right: 5px;
    display: inline;
    font: 12px/24px arial, sans-serif;
	color: #444444;
    text-decoration: none;
}

div#usermenubottom a:hover {
    text-decoration: underline;
}


/* ********** [END USER MENU] ********** */


/* ********** [START MESSAGES] ********** */

div#info_message {
    margin: 10px; padding: 10px;
    font: 11px arial, sans-serif;
	color: #aa571b;
    background-color: #FFFFC0;
    border-top: 1px #d8b62d solid;
    border-bottom: 1px #d8b62d solid;
}

div#error_message {
    margin: 10px; padding: 10px;
    font: 11px arial, sans-serif;
	color: #800000;
    background-color: #FFD7D7;
    border-top: 1px #9D290D solid;
    border-bottom: 1px #9D290D solid;
}

/* ********** [END MESSAGES] ********** */


/* ********** [START CONTENT] ********** */

div#pageheader {
    margin: 0px 0px 0px 0px; padding: 0px;
    width: 1000px; height: 48px;
    background: url("pageheader_bg.gif") repeat-x;
}

div#pageheader h1 {
    margin: 0px; padding: 15px 0px 0px 10px;
    font: 14px arial, sans-serif;
	color: #ffffff;
    font-weight: bold;
}

div#pageheader h2 {
    margin: 0px; padding: 0px 0px 0px 10px;
    font: 10px arial, sans-serif;
	color: #ffffff;
}

div#pageheader h2 a {
    margin: 0px; padding: 0px;
    font: 10px arial, sans-serif;
	color: #ffffff;
    text-decoration: none;
}

div#pageheader h2 a:hover {
    text-decoration: underline;
}

div#contentheader {
    margin: 10px 10px 0px 10px;
    font: 18px arial, sans-serif;
	color: #FF6600;
    font-weight: bold;
}

div#tooltip {
    margin: 10px; padding: 5px 10px 5px 10px;
    font: 11px arial, sans-serif;
	color: #347635;
    background-color: #d2f7d3;
    border-top: 1px #6b9c6c solid;
    border-bottom: 1px #6b9c6c solid;
}

td.page {
    width: 1000px;
	background-color:#FFFFFF;
    background: url("") repeat-y;
}

table.content {
    margin: 10px;
    width: 790px;
    background: #ffffff;
}

table.content td.header {
    height: 30px;
    background-color: #f4f8fc;
    border-top: 1px #8799AB solid;
    border-bottom: 1px #8799AB solid;
    text-align: right;
}

table.content td.header span {
    padding: 0px 10px 0px 10px;
    height: 30px;
    display: block;
    float: right;
    font: 11px/30px arial, sans-serif;
	color: #006699;
    border-right: 1px #ffffff solid;
    border-left: 1px #bdd0d7 solid;
}

table.content td.header a {
    padding: 0px 10px 0px 10px;
    height: 30px;
    display: block;
    float: left;
    font: 11px/30px arial, sans-serif;
	color: #006699;
    text-decoration: none;
    border-right: 1px #ffffff solid;
    border-left: 1px #bdd0d7 solid;
	cursor:hand;	
}

table.content td.header a:hover {
	color: #0099CC;
    text-decoration: none;
	cursor:hand;	
}

table.content td.footer {
    height: 30px;
    background-color: #f4f8fc;
    border-top: 1px #8799AB solid;
    border-bottom: 1px #8799AB solid;
    text-align: right;
}

table.content td.footer span {
    padding: 0px 10px 0px 10px;
    height: 30px;
    display: block;
    float: right;
    font: 11px/30px arial, sans-serif;
	color: #006699;
    border-right: 1px #ffffff solid;
    border-left: 1px #bdd0d7 solid;
}

table.content td.footer a {
    padding: 0px 10px 0px 10px;
    height: 30px;
    display: block;
    float: left;
    font: 11px/30px arial, sans-serif;
	color: #006699;
    text-decoration: none;
    border-right: 1px #ffffff solid;
    border-left: 1px #bdd0d7 solid;
	cursor:hand;	
}

table.content td.footer a:hover {
	color: #0099CC;
    text-decoration: none;
	cursor:hand;	
}

table.content td.content {
    padding: 10px;
    font: 11px arial, sans-serif;
	color: #222222;
}

table.content td.content td {
    padding: 4px;
    font: 11px arial, sans-serif;
	color: #222222;
}

table.content td.content td a {
    font: 11px arial, sans-serif;
	color: #0099FF;
    text-decoration: none;
	cursor:hand;
	font-weight:bold;
}

table.content td.content td a:hover {
	color: #0066FF;
    text-decoration: none;
	cursor:hand;
	font-weight:bold;	
}

table.content td.content td a.report {
	color: #FF6600;
    text-decoration: none;
	cursor:hand
}

table.content td.content td a.report:hover {
	color: #000000;
}

table.content td.content td h1 {
    margin: 0px; padding: 0px;
}

table.content td.content td h1 a {
    margin: 0px; padding: 0px;
    font: 12px arial, sans-serif;
	color: #0099FF;
    font-weight: bold;
    text-decoration: none;
	cursor:hand;
}

table.content td.content td h1 a:hover {
	color: #FF6600;
}

table.content td.content td h2 {
    margin: 0px 0px 5px 0px; padding: 0px;
    font: 11px arial, sans-serif;
	color: #FF6600;
}

table.content td.content td h3 {
    margin: 0px; padding: 0px;
    font: 11px arial, sans-serif;
    font-weight: bold;
	color: #000000;
}

div.contentPicture img {
    margin: 4px 0px 4px 0px;
    border: 1px solid #000000;
}

hr {
	display: none;
}

div.hr {
	margin: 4px 0px 4px 0px; padding: 0px;
	height: 2px;
    background: url("box_div.gif") repeat-x;
    border: 0px;
}



/* ********** [NEWS CONTENT] ********** */

table.news {
    margin: 0px;
    width: 210px;
    background: #ffffff;
}

table.news td.news {
    padding: 0px 0px 0px 0px;
    font: 11px arial, sans-serif;
	color: #222222;
}

table.news td.news td {
    padding: 0px;
    font: 11px arial, sans-serif;
	color: #222222;
}

table.news td.news td a {
    font: 11px arial, sans-serif;
	color: #0099FF;
    text-decoration: none;
	cursor:hand;
	font-weight:bold;
}

table.news td.news td a:hover {
	color: #0066FF;
    text-decoration: none;
	cursor:hand;
	font-weight:bold;	
}

table.news td.news td h1 {
    margin: 0px; padding: 0px;
}

table.news td.news td h2 {
    margin: 0px 0px 0px 0px; padding: 0px;
    font: 11px arial, sans-serif;
	color: #FF6600;
}





/* ********** [END CONTENT] ********** */


/* ********** [START CHAT] ********** */

#chat ul {
	margin: 0px; padding: 0px;
	list-style: none;
}

#chat ul li {
	margin: 0px 0px 8px 0px; padding: 4px 12px 0px 12px;
	background: #FFFFFF;
	color: #808080;
	line-height: 150%;
}

#chat ul li span.name {
	margin: 0px; padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000000;
}

/* ********** [END CHAT] ********** */


/* ********** [START INPUT] ********** */

.inputText {
    padding: 2px 0px 0px 2px;
    height: 20px; width: 200px;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.inputText:focus {
    background-color: #FFFFC0;
}

.inputTextarea {
    padding: 2px;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.inputTextarea:focus {
    background-color: #FFFFC0;
}

.inputSubmit {
    padding: 0px 0px 2px 0px;
    width: 85px; height: 26px;
    font: 11px/26px arial, sans-serif;
    color: #303030;
    background: url("submit.gif") no-repeat;
    border: 0px;
}

.inputLogin{
    padding: 0px 0px 2px 0px;
    width: 85px; height: 26px;
    font: 11px/26px arial, sans-serif;
    color: #303030;
    background: url("login.gif") no-repeat;
    border: 0px;
}

.inputFile {
    padding: 2px 0px 0px 2px;
    height: 20px; width: 200px;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.inputCombo {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFFFFF;
}

.inputCheck {
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border: 0px;
}

.inputRadio {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border: 0px;
    background-color: #ffffff;
}

.inputGo {
    padding: 0px;
    width: 16px; height: 16px;
    background: url("go.gif") no-repeat;
    border: 0px;
}

/* ********** [END INPUT] ********** */
