html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
	height: 100%;
	border: none
}

body {
	font: normal 12px/17px Arial;
	color: #666;
	background: #fff url('/images/admin/bg_body.gif') -35px 0 repeat-y;
}

#body_login {
	background: #fff;	
}


td, input, select, optgroup, textarea {
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #199cdf;
}

a:hover {
	text-decoration: underline !important;
}

p {
	padding: 7px 0;	
}

.right {
	float: right;	
}

.clear {
	clear: both;	
}

.tcenter {
	text-align: center !important;	
}

.txt, .sel {
	padding: 2px 3px;
	border-color: #7C7C7C #ABB0B5 #CACDD1;
	border-style: solid;
	border-width: 1px;
	margin-right: 5px;
}

.sel {
	padding: 0;	
	vertical-align: middle;
}

textarea {
	border: 1px solid #B3B4AF;	
}

textarea.txt {
	height: 200px;	
}

input[type='text']:hover, input[type='password']:hover, input[type='checkbox']:hover, select:hover, textarea:hover {
	border:1px solid #68ABDC;
}

input[type='text']:focus, input[type='password']:focus, input[type='checkbox']:focus, select:focus, textarea:focus {
	border: 1px solid #fff;
	outline: #FFB11B solid 2px;
	outline-offset: 0px; 
}

a.add {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url('/images/admin/add_small.png') center left no-repeat;
	color: #F58220;
	padding-left: 16px;
	text-indent: -9999px;
	float: right;
	outline: none;
}

/*
*	Layout
*/

#page {
	min-width: 960px;
}

#header {
	height: 50px;
	background: url('/images/admin/bg_header.gif') top left repeat-x;
	color: #ffffff;
	padding-top: 7px;
	padding-right: 25px;
	line-height: 14px;
}

#col1 {
	width: 185px;
	padding-left: 5px;
	position: absolute;
	top: 73px;
	left: 0;
	right: auto;
	bottom: 25px;
	overflow: auto;
	overflow-x: hidden;
}

#col2 {
	position: absolute;
	top: 73px;
	right: 15px;
	bottom: 25px;
	left: 210px;
}

/*
*	Login
*/

div#login_wrap {
	clear: both;
	background: url('/images/admin/bg_login.gif') top left repeat-x;
	padding-top: 40px !important; padding-top: 20px;
}

div#distance {
	margin-bottom: -96px;
	width: 1px;
	height: 40%;
	/*float: left;*/
}

div#login_form {
	height: 193px;
	width: 600px;
	margin: 0px auto;
}

#login_form .txt {
	font: normal 18px Arial;
	padding: 2px 7px;
	border: 1px solid #b3b4af;
}

div#login_form h2 {
	text-align: center;	
	margin-top: -20px;
	font-size: 20px;
	padding: 0 3px;
}

div#login_form p {
	padding: 3px;
	font: normal 16px Arial;
}

div#login_form p.error {
	margin-top: -5px;
	padding: 0 3px;
	line-height: 1.2;
	color: red;
	text-align: center;
}

div#login_form label {
	display: block;
	padding: 5px 15px 0 0;
	float: left;
	width: 220px;
	text-align: right;
}


#login_submit {
	font: bold 16px Arial;
	padding: 5px 20px;
}

/*
*	Header
*/


#header h1 {
	float: left;
	margin: 10px 80px 0 30px;
}

#header h1 a {
	display: block;
	font-size: 30px;
	text-decoration: none;
}

#header a {
	color: #085a6c;
	font-size: 11px;
}

#userinfo {
	float: right;
	text-align: right;
	line-height: 1.5;
	margin-right: 20px;
}

#userinfo span {
	font-size: 12px;
	display: block;	
	padding-right: 10px;
}

#userinfo a {
	font-size: 12px;
	display: block;	
	padding-right: 11px;
	background: url('/images/admin/logout.gif') center right no-repeat;
	text-decoration: none;
}

#langbar {
	float: left;	
}

#langbar li {
	display: inline;
	padding: 0 5px;
}

#langbar li a {
	text-decoration: none;	
}

#langbar li a.active {
	color: #fff;	
}

/*
*	Col1
*/


#col1 ul {
	margin-left: 10px;
	list-style-type: none;
}

#col1 ul li {
	padding-bottom: 10px;
}

#col1 ul li a.top {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding-left: 16px;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
}

#col1 ul li a.top_inactive {
	background: url('/images/admin/nav_inactive.gif') center left no-repeat;
}

#col1 ul li a.top_active {
	background: url('/images/admin/nav_active.gif') center left no-repeat;
}

#col1 ul li ul {
	/*display: none;	*/
}

#col1 ul li ul li {
	line-height: 150%;
	padding: 3px 5px 3px 17px;
}

#col1 ul li ul li ul {
	display: block;	
}

#col1 ul li ul li h3 {
	font-size: 12px;	
	color: #222;
}

#col1 ul li ul li ul li {
	padding-left: 0;	
}

#col1 ul li a.sub_active {
	font-weight: bold;
}

/*
*	Col2
*/


ul {
	margin-left: 30px;	
}

h2 {
	font-size: 15px;	
	font-weight: bold;
	color: #333;
	text-indent: 12px;
	margin-bottom: 10px;
}

h2 a {
	color: #333;
	text-decoration: none;
}

h2 .second {
	margin-left: 30px;	
}

h2 a.blue {
	color: #199cdf;
	text-decoration: underline;
}

h2 a.add {
	margin-left: 30px;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url('/images/admin/add_small.png') center left no-repeat;
	color: #F58220;
	padding-left: 16px;
	float: none;
}

.arrow_up, .arrow_down {
	border:1px solid transparent;
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 2px;
	text-indent: -9999px;
	background: url('/images/admin/sorting.gif') no-repeat;	
	outline: none;
}

.arrow_down {
	background-position: 0 -17px;	
}

.arrow_up:hover, .arrow_down:hover {
	border: 1px solid #ffb11b;
}



table.edit {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.edit th {
	font-weight: normal;
	background: #eeeeee;
	text-align: left;
	padding: 5px 13px;
	width: 110px;
}

table.edit th.sep {
	background: #fff;
	font-weight: bold;	
	padding-top: 12px;
}

table.edit th.top {
	padding-top: 7px;
}

table.edit td {
	background: #f5f5f5;
	padding: 5px 11px;
}

.txt_wide {
	width: 380px;	
}

.txt_small {
	width: 50px;	
}

.save_first {
	margin-left: 150px;	
}

table.list {
	margin-top: 10px;
	margin-bottom: 20px;
}

table.list th {
	background: #eeeeee;
	padding: 7px 13px;
	text-align: left;
}

table.list td {
	border-top: 1px solid #F2F2F2;
	padding: 7px 13px;
}

table.list tr.even td {
	background-color: #F6F6F6;
}

table.list tr.inactive td {
	color: #aaa;
}

table tr.pointer td {
	cursor: pointer;	
}

table tr.hidden {
	display: none;	
}

table tr.hover:hover td {
	background-color: #f3f0d5;
}

table tr.selected td {
	background-color: #E0E0E0 !important;
}

table tr.expanded td {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

table tr.expanded td.first {
	border-left: 1px solid #E0E0E0;
}

table td ul, table td ol {
	margin: 7px 0 7px 0;	
}

table td li {
	margin-left: 27px;	
}

a.delete, a.cancel {
	float: right;
	margin-right: 10px;
	color: red;	
	background: url('/images/admin/delete_small.png') center right no-repeat;
	padding-right: 14px;
}

ul.list {
	margin-bottom: 15px;
	margin-left: 0;
	list-style: none;
}

ul.list li {
	padding: 7px;
}

ul.list li.odd {
	background: #F3F3F3;
}

ul.list li h3 {
	margin-bottom: 0;	
	background: url('/images/admin/navligums.png') top left no-repeat;
	padding-left: 22px;
}

ul.list li h3 span {
	font-weight: normal;	
	font-size: 13px;
}

ul.list li:hover {
	background: #e3ecf4;
}

ul.list li.selected {
	background: #FFDE8F !important;	
}

ul.list li.priced h3 {
	background: url('/images/admin/irligums.png') top left no-repeat;
}

h3 a {
	font-weight: normal;
}

/* Paging */

div.paging {
	float: right;
	color: #666;
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 60px;
	margin-right: 20px;
}

ul.paging {
	float: right;
	list-style: none;	
	overflow: hidden;
}

ul.paging li {
	float: left;
	margin-right: 5px;
}

ul.paging a {
	display: block;
	padding: 0 7px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #6da0d3;
	background: #fff;
	color: #6da0d3;
}

ul.paging a.current {
	border: 1px solid #6da0d3;
	background: #6da0d3;
	color: #fff;
}

ul.paging a.nav {
	border: none;
	text-decoration: underline;	
}

ul.paging a.nav_prev {
	padding-right: 20px;
}

ul.paging a.nav_next {
	padding-left: 20px;
}


form .paging {
	margin-bottom: 0;	
}
