/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Framework ------------------ */
@import url(../../framework/reset.css); /* not change */
@import url(../../framework/classes.css);/* not change */
@import url(typography.css);
@import url(layout.css);
/* framework print version css is loaded directly in html header */
/* ------------------ Tag styles  ---------------------- */
br.clear {
	display: block;
}
h2,
h3,
h4{
	margin: 0;
	padding: 0;
}
/* Form styles */
/* Table styles */
/* Table styles */
table {
	margin: 10px 0;
	border: 1px solid #666;
}
table th {
	padding: 5px;
	font-weight: bold;
}
table td {
	padding: 5px;
}
table thead th {
	background-color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
}
table tbody th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table tfoot th {
	border-top: 1px solid #666;
	background-color: #ccc;
}
table tfoot td {
	border-top: 1px solid #666;
	background-color: #ccc;
}

/* ------------------ Base styles  ---------------------- */
div:target {
	background-color:#FFEFEF;
	padding:4px;
}
/* ------------------ Header ---------------------- */
body {
	/*background: url(../../../pics/header_back.gif) repeat-x scroll top left;*/
}
.header{
	background: url(../../../pics/header.png) no-repeat bottom left;
}
*html .header{
	background-image: none;
	margin: 16px 0 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/header.png", sizingMethod="crop");	
}
.logo {
	width: 188px;
	display: block;
	margin: 20px 0 0 460px;
}
.text_hidden {
/*	text-indent: -9999px;*/
  position : absolute;
  top : -9000px;
  left : -9000px;
}
/* ------------------ Navigation ---------------------- */
/* ------------------ Content ---------------------- */
p{
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
}
.container {
	position: relative;
	top: -60px;
	background:url(../../../pics/bgback.jpg) no-repeat scroll top left;
}
*html .container {
	position: relative;
	top: -75px;
	background:url(../../../pics/bgback.jpg) no-repeat scroll top left;
}
.list_menu ul li{
	list-style: none;
	float: left;
	margin: 0px 10px 0 0;
	padding: 5px 0 0 0;
}
.list_menu a{
	margin: 0 10px 0 0;
}
.list li{
	vertical-align: top;
	list-style: none;
	margin: 0 5px 15px 0;
	padding: 0;
	clear: both;
}
.list li img{
	float: left;
	clear: both;
}
.list li{
	width: 120px;
/*	float: left;*/
	text-align: left;
}
/*.list a:hover{
	font-weight: bold;
	text-decoration:none;
}*/
/* ------------------ Footer ------------------ */
.footer {
	width: 990px;
	margin: 0 auto;
	position: relative;
	top: -60px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #838383 !important;
	font-size: 10px;
	text-transform: uppercase;
}
.footer li a{
	color: #838383;
}
.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
}
ul.center_menu{
	width: 630px;
	margin: 0 auto;
	display: block;
}
.dbg {
	float:right;
	text-align:right;
	width:34.9%;
}
.dbg img {
	margin-left:10px;
}
.right {
	float:right;
}
/* Popup */
.popup {
	display: none;
}
.popup_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f00;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	-khtml-opacity: 0.8;
	z-index: 5;
}
.popup_container{
	width: 725px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -362px;
	z-index: 10;
}
.popup_close {
	text-decoration: none;
	float: right;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.popup_content {
	width: 695px;
	height: 440px;
	background-color: #fff;
}
iframe.popup_content {
	border: 15px solid #fff;
	border-width: 0 15px;

}
.fail {
	background:#FDDDE0;
	border:1px solid #FF0100;
	padding:3px 3px;
	margin:10px 0;
	color:#FF0100;
}
.suc {
	background:#D9FFE2;
	border:1px solid #003300;
	padding:3px 3px;
	margin:10px 0;
	color:#003300;
}
