@CHARSET "UTF-8";

BODY {
	font-family: Tahoma;
	font-size: 12px;
	padding: 24px;
}

DIV#top_logo {
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

DIV#left_menu {
	width: 100px;
	float: left;
	min-height: 500px;
	height: 100%;
	height: 500px;
	border-right: solid 1px #BBBBBB;
	margin-right: 24px;
	padding-right: 24px;
}

DIV#left_menu UL {
	padding: 0px 0px;
	margin: 0px 0px;
}

DIV#left_menu UL LI {
	padding-bottom: 3px;
	padding-top: 3px;
	list-style: none;
	background: url('/images/menu-subitem.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 7px;
}

DIV#left_menu UL LI A {
	color: #000000;
	text-decoration: none;
}

DIV#content_data {
	margin-left:160px;
/*	float: right;*/
}

DIV#data_add A {
	padding-left: 4px;
	color: #000000;
	text-decoration: none;
}

DIV#auth_cont {
	border: solid 1px #BBBBBB;
	width: 350px;
	height: 230px;
	position: absolute;
	left: 250px;
	top: 120px;
	padding-right: 50px;
}

DIV#auth_cont #title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CCCCCC;
	padding: 16px 16px;
}

.mod_title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CCCCCC;
	padding: 16px 16px;
}

DIV#auth_cont UL {
	padding-top: 0px;
	margin-top: 0px;
}

DIV#auth_cont UL LI {
	list-style: none;
	padding: 8px 8px;
}

DIV#auth_cont UL LI SPAN {
	padding-right: 8px;
	font-size: 13px;
	width: 100px;
	display: block;
}

.inp_text {
	border: solid 1px #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	height: 18px;
}

.inp_btn {
	border: solid 1px #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	height: 21px;
	background-color: #FFFFFF;
}

#error {
	color: #CC0000;
	padding-left: 50px;
	padding-bottom: 4px;
}

TABLE#data_table {
	width: 70%;
}

TD#data_table_hdr {
	background-color: #AAAAAA;
	padding: 10px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

TD#data_table_nodata {
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #AAAAAA;
}

TD#data_table_data {
	padding: 10px 10px;
}

TD#data_table_hr {
	height: 1px;
	border-bottom: solid 1px #BBBBBB;	
}

DIV#cont_btn_save {
	text-align: center;
}

#left_menu_subtitle {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 6px;	
}

#pager {

}

#pageholder {
	float: right;
}

#pageholdertbl2 {
	background-color: #AAAAAA;
	padding: 6px 6px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#data_form {
	border: 0px;
}

#data_form_fieldtitle {
	padding: 8px 8px;
	text-align: right;
	width: 30%;
	margin: 0px 0px;
	padding-right: 24px;
}

#data_form_fieldvalue {
	padding: 8px 8px;
	width: 70%;
	border-left: solid 1px #BBBBBB;
	margin: 0px 0px;
	padding-left: 24px;
}

#data_form_fieldvalue .inp_text {
	width: 100%;
}

#data_form_fieldvalue TEXTAREA {
	height: 50px;
}

.process {
	height:300px;
	margin-left:150px;
	background:url(/images/process.jpg) no-repeat;
}

img {
	border:0;
}

div#register {
	padding:200px 0 0 450px;
}

div#partners {
	margin-top:60px;
	width: 800px;
}

div.partner {
	float:left;
	margin:12px 12px 0 0;
}

.clear {
	clear:both;
}

H1 {
	color:green;
	margin:0;
}

