/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #BEC3C6 url(img/bg.jpg) repeat-x;
	font: normal 62.5% Verdana, Tahoma,sans-serif;
	color:#555;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

table,th,td{
	border:1px solid #666;
	border-collapse:collapse;
	font-size:95%;
}
table{
	border:none;
	border-top:1px solid #000;
}
thead th{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
tbody td,tbody th{
	font-size:85%;
	padding:5px 10px;
	background:#eee;
}
tbody th{
	background:#C9C9C9;
	color:#333;
}
tbody tr.odd td{
	background:#ddd;
}
tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
table a:link{
	color:#369;
}
table a:visited{
	color:#036;
}
table a:hover{
	color:#000;
	text-decoration:none;
}
table a:active{
	color:#000;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.Error {color: red;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	margin-top:10px;
	padding: 0px;
	width: 780px;
}

.outer-container {
	/*background: url('img/container.jpg') no-repeat center bottom;*/
	background: url(img/light.jpg) center top no-repeat;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/header2.jpg') no-repeat;
	height: 166px;
}
.caption {
	height: 120px;
	margin-bottom: 0px;
	text-align: center;
}
.caption .title {
	color: #FFF;
	padding-top: 30px;
}
.caption .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.caption .title a:hover {border-color: #F60;}
.caption .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: url('img/path2.jpg') 0 0 no-repeat;
	color: #FFF;
	font: normal 12px Verdana,sans-serif;
	padding-top: 2px;
	margin: 0;
	display: block;
	height: 42px;
}
.path li {
	list-style:none;
	display: inline;
	/*background: url('img/menusep.png') top left no-repeat;*/
	/*padding-right: 4px;*/
	
}
.path li a {
	color: #554;
	text-decoration: none;
	height: 29px;
	float: left;
	line-height:28px;
	padding: 0 15px;
	border-right: 1px solid #EAEADA;
	/*background: url('img/menusep.png') top right no-repeat;*/
}
.path li a:hover {
	color: #554;
	border-right: 1px solid #EAEADA;
	background: #EDEFF0;
	/*background: #EDEFF0 url('img/menusep.png') top right no-repeat;*/
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	padding: 8px 12px 0 0;
	display: block;
	margin-top: 10px;
}

/* content */
.content {
	float: right;
	width: 570px;
	padding-left: 15px;
	margin-top: 0px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.mainAreaInternal {
	/*position: relative;
	top: 0px;
	left: 0px;*/
	width: 570px;
	background-color: #fff;
	/*
	//height: 500px;
	//overflow: auto;
	//z-index: 0;*/
}

.mainAreaLoading {
	/*position: relative;
	top: 0px;
	left: 0px;*/
	width: 570px;
	height: 40px;
	background: #fff url(img/ajax-loader.gif) 0 0 no-repeat;
	/*z-index: 999;*/
}

.ContentArea {
	width: 570px;
	background-color: #fff;
}

.ContentLoader{
	width: 530px;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
	background: #fff url(img/ajax-loader.gif) 0 0 no-repeat;
}

.ActionArea {
	/*width: 570px;
	background-color: #fff;*/
}

.ActionLoader{
	height: 20px;
	width: 20px;
	background: #FF3A33 url(img/ajax-loader-red-white.gif) center center no-repeat;
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
	height: 400px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	/*border-top: 1px solid #EAEADA;*/
	background:url(img/widgetsep.png) top no-repeat;
	padding-top: 4px;
}
.navigation li {
	/*border-bottom: 1px solid #EAEADA;*/
	background:url(img/widgetsep.png) bottom no-repeat;
	padding-bottom: 4px;
}
.navigation li span {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	height: 25px;
	line-height: 20px;
	text-decoration: none;
	width: 95%;
}
.navigation li span:hover {
	background: #F0F0EB;/* url(img/widgetsep.png) bottom no-repeat;*/
	color: #654;
}

.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	height: 25px;
	line-height: 20px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;/* url(img/widgetsep.png) bottom no-repeat;*/
	color: #654;
}

/* footer */
.footer {
	background: #949490 url('img/footer.jpg') 0 0 no-repeat;
	color: #554;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
}
.footer #left_info {
	padding-left: 65px;
}
.footer #right_info {
	float: right;
	padding-right: 30px;
}
.footer a {
	color: #554;
	text-decoration: none;
	/*line-height:10px;*/
}
.footer a:hover {color: black;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}
