﻿html, body {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 170%;
	height: 100%;
	background-color: #ffffff;
}

html, body, input, table, a {
	font-family: Tahoma;
	font-size: 8pt;
	color: #636363;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}





#header {
	height: 120px;
	padding-left: 20px;
	padding-top: 30px;
}

#footer {
	height: 120px;
	
	background-color: #ffffff;
}


#container {
	width: 970px;
	margin: 0 auto;
	background-image: url("/public/images/content_bg.gif");
	background-repeat: repeat-y;
}

#container1 {
	width: 970px;
	background-image: url("/public/images/bg_main.jpg");
	background-repeat: no-repeat;
	margin: 0 0;
}


.title {
	color: #25b04b;
	font-size: 13pt;
	font-weight: normal;
}






.menumain_parent {
	border-bottom: solid #dec997 1px;
}

.menumain {
	list-style: none;
	padding-left: 10px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}

.menumain li a{
	font-weight: bold;
	color:
} 

.menumain li {
	padding-left: 10px;
	
	background-repeat: no-repeat;
	background-position: 0px 0.55em;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
}

.menumain li.parent a {
	
}

.menumain ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.menumain ul li {
	padding-left: 10px;

	background-repeat: no-repeat;
	background-position: 0px 0.45em;
	font-weight: normal;
}
.menumain ul ul li a{
	font-weight: normal;
} 






input {
	padding-left: 5px;
}

.text_input {
	vertical-align: middle;
	height: 14px;
	width: 166px;
	border: none;
	padding-top: 2px;
}


.text_input_bg {
	vertical-align: middle;
	height: 14px;
	width: 166px;
	border: none;
	padding-top: 2px;
	background-color: #eaecec;
}


/*
Public part
*/
.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li {
	margin: 0 0.15em;
	float: left;
}

.menu li a {
	float: left;
	
	height: 50px;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	
	border-right-style: solid;
	border-right-color: #a0a1a5;
	border-right-width: 1px;
	
	font-family: Calibri, Trebuchet, Trebuchet MS, Tahoma;
	font-size: 12pt;
	color: #ffffff;
	line-height: 43px;
	text-decoration: none;
}

.menu li a:hover {
	background: url(/public/images/menu_top_hover.gif) bottom center no-repeat;
	text-decoration: none;
}


/*
System part
*/

.menu_left {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu_left li {
	margin-bottom: 5px;
}

.menu_left li a {
	color: #646464;
	font-size: 8pt;
	
	width: 202px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	background-color: #c5d8da;
}

.menu_left li a:hover {
	background-color: #aac1c3;
	text-decoration: none;
}

.menu_left_adm li a {
	color: #646464;
	font-size: 8pt;
	
	background-color: #9ab1b3;
}

.menu_left_adm li a:hover {
	background-color: #aac1c3;
}

.t_error {
	color: #b43449;
}

table.t th {
	background-color: #25b04b;
	color: #ffffff;
	font-weight: normal;
}

table.t td {
	background-color: #f8f1cc;
}

table.t td, table.t th {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-bottom: solid #ffffff 2px;
}

table.t tbody tr:hover td {
	background-color: #d4d7d7;
}

table.t .test {
	background-color: #e7eda7;
}


.paginator {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

.paginator li {
	width: 18px;
	height: 18px;
	border: solid #85a5a9 1px;
	float: left;
	margin-right: 5px;
	text-align: center;
	background-color: #c5d8da;
}

.paginator li a {
	color: #646464;
	font-size: 11px;
	
	width: 18px;
	height: 18px;
	
	display: block;
	text-decoration: none;
	background-color: #ffffff;
}

.paginator li a:hover {
	background-color: #aac1c3;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/public/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/public/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/public/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/public/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

fieldset {
	padding: 7px;
}

legend {
	padding-bottom: 6px;
}

