﻿* {
    font-size: 12px;
    font-family: "Verdana";
}

body {
    margin: 0px;
    padding: 10px;
    vertical-align: top;
    background: #FFF;
    color: #424242;
}

input {
    padding: 2px;
    margin: 2px;
    border: 1px solid #aaa;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, th {
    text-align: left;
    vertical-align: top;
    padding: 0 5px;
}

th.sorted.order1{
	background: url("../img/uarrow.gif") 95% 50% no-repeat transparent;
}

th.sorted.order2{
	background: url("../img/darrow.gif") 95% 50% no-repeat transparent;
}

h3 {
    color: #083578;
    margin: 5px 0;
}

a {
    text-decoration: none;
    color: #424242;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}


.button, .submitbutton {
    background: url("../img/button_line.png") repeat-x scroll 0 0 transparent;
    border: 1px solid white;
    color: white;
    cursor: pointer;
}

#menu {
    background-color: #eee;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

#menu .caption {
	margin-top: 10px;
    font-weight: bold;
}

#menu .mlink {
    margin-left: 10px;
}


#mainHeaderTD {
    vertical-align: middle;
    text-align: center;
}

#userinfo {
    float: right;
    margin-right: 20px;
}

.langselect {
    float: left;
    margin-right: 20px;
    font-size: 10px;
}

#footer {
	padding-top: 20px;
	text-align: right;
	font-style: italic;
	color: #808080;
}

table.stat {
    border: 1px solid #898BA1;
    margin-top: 14px;
    clear: both;
}

table.stat th, table.stat td {
    padding: 5px;
}

table.stat td, table.stat th {
    border: 1px solid #898BA1;
}

table.stat thead {
    background-color: #DDDDDD;
}

table.stat tr.total {
    background-color: #6794c7;
    font-weight: bold;
    color: #ffffff !important;
}

table.stat td, table.stat th { 
	border: 1px solid #898BA1;
	padding: 5px;
}

table.params{
	width:auto;
}

table.params td,table.params th{
	padding:5px;
}

table.params th{
	text-align: right;
	vertical-align: middle;;
	font-weight: bold;
}

.errorinput {
    background-color: #ffaaaa;
    border: 1px solid #ff0000;
}