@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	color: #000000;
}

.main {
	width: 90%;
}

.objects {
	padding-left: 20px;
	padding-top: 2px;
	background: url(/img/16_16/home.png) left center no-repeat;
}

.stats {
	padding-left: 20px;
	padding-top: 2px;
	background: url(/img/16_16/chart.png) left center no-repeat;
}


.money {
	padding-left: 20px;
	padding-top: 2px;
	background: url(/img/16_16/currency.png) left center no-repeat;
}

.tools {
	padding-left: 20px;
	padding-top: 2px;
	background: url(/img/16_16/tools.png) left center no-repeat;
}

.obj_header {
	padding-left: 36px;
	background: url(/img/32_32/home.png) left center no-repeat;
	color: #999999;
	font-weight:normal;
	font-size: 22px;
}

.stat_header {
	padding-left: 36px;
	background: url(/img/32_32/chart.png) left center no-repeat;
	color: #999999;
	font-weight:normal;
	font-size: 22px;
}

.money_header {
	padding-left: 36px;
	background: url(/img/32_32/currency.png) left center no-repeat;
	color: #999999;
	font-weight:normal;
	font-size: 22px;
}

#logo {
	background: url(/img/admin_logo.gif) no-repeat;
	height: 70px;
	text-indent: -1000px;
	margin-top: 20px;
}

#auth_info {
	float: right;
	padding-right: 45px;
	text-align: right;
	background: url(/img/32_32/lock.png) right center no-repeat;
	margin-top: 20px;
}

#auth_header {
	position: absolute;
	left: 50%;
	top: 130px;
	z-index: 1;
	width: 220px;
	height: 50px;
	margin-left: -110px;
	padding-left: 70px;
	background: url(/img/48_48/unlock.png) left center no-repeat;
}

#auth_header p {
    margin-top: 8px;
    color: #999999;
    font-size: 23pt;
    font-weight: normal;
}

#auth_info a {
    color: #000;
    font-weight:bolder;
    line-height:1.5em;
}

#navigation li {
    float:left;
    height: 26px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -6px;
    margin-right: 2px;
    width: 120px;
    background-color: #869491;
}

#navigation a, #add a {
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
    font-size:8pt;
}

#navigation .current {
	background-color: #536663;
}

#navigation .settings {
    float:right;
    margin-right: 0px;
}

#search {
    float:right;
}

#search_form {
    clear:both;
}

#search_form #date_from{
    width: 120px;
    padding: 2px;
    cursor: pointer;
}

#search_form #date_to{
    width: 120px;
    padding: 2px;
    cursor: pointer;
    margin-left: 6px;
}

#search_form #search_btn{
    width: 86px;
    cursor: pointer;
    vertical-align: 10%;
    margin-left: 2px;
}

#search_form #agency{
	width: 250px;
	cursor: pointer;
	margin-left: 4px;
	padding: 1px;
	vertical-align: 2px;
}
#table input{
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}

#table {
	clear: both;
	padding-top: 16px;
}

#table table {
	width: 100%;
}

#table span {
	padding: 6px;
}

#table th {
	padding: 6px;
	cursor:pointer;
	font-size:8pt;
}

#table td {
	padding: 6px;
}

#table .total{
	cursor: pointer;
}

#table .odd td {
	background-color:#DDE0E0;
}

#table .header {
	background-color: #869491;
}
#table .headerSortUp {
	background-color: #536663;
	color: #FFFFFF;
}

#table .headerSortDown {
    background-color: #536663;
	color: #FFFFFF;
}

#actions {
	margin-top:24px;
}

#actions_form {
	float:right;
}

#actions_form button {
	padding: 2px;
	width: 100px;
	cursor: pointer;
}

#actions_form img {
	margin-right: 5px;
	vertical-align: middle;
}

#pager {
	margin-top:24px;
}

#pager select{
	vertical-align: -2px;
	width: 70px;
	padding: 2px;
	cursor: pointer;
}

#pager button{
	padding: 2px;
	width: 100px;
	cursor: pointer;
}

#pager img {
	margin-right: 5px;
	vertical-align: middle;
}

#totals {
	margin-top:24px;
	text-align: right;
	font-size: 18px;
	color: #666666;
}

#divider {
	background-color:#869491;
	height: 4px;
	margin-top: 14px;
	clear: both;
}

#hr1 {
	background-color:#536663;
	height: 16px;
	margin-bottom: 16px;
}

#debug {
	margin-top: 20px;
	float: right;
	padding-left: 24px;
	font-size: 9px;
	color:#999;
	background: url(/img/light_bulb.png) no-repeat;
	background-position: left center;
}

#copyright{
	margin-top: 20px;
}

#copyright a {
	background-color:#536663;
	color: #FFFFFF;
	padding: 1px;
	font-size: 7pt;
	line-height: 1.7em;
	text-decoration: none;
}

.hidden {
	display: none;
}

.hidden2 {
	display: none !important;
}

#auth_form {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 400px;
	margin-left: -200px;
	z-index: 1;
	padding: 15px;
	background-color: #FFFFFF;
	border: 4px solid #999999;
}

#auth_form label {
	display: block;
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 8px;
}

#auth_form input{
	display: block;
	font-size: 8pt;
	padding: 3px;
	margin-left: 120px;
	margin-top: -20px;
	width: 260px;
}

#auth_form #ok {
	cursor: pointer;
	display: block;
	margin-left: 320px;
	margin-top: 8px;
	width: 70px;
}

#money_txt {
    
        font-size: 18px;
        color: #536663;
        margin-top: 9%;
        margin-bottom: 10%;
        text-align: center;
}

#money_txt input {
    cursor: pointer;
    padding: 3px;
    width: 90px;
}

#money_txt select {
    cursor: pointer;
    padding: 2px;
    width: 80px;
}

#money_txt #ok {
    cursor: pointer;
    padding: 1px;
    width: 80px;
}

