a {color:#0d22a0}

.menu_header{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #3a4aad;
	text-decoration:none;
	font-weight: bold;
	padding:3px;
	padding-left:5px;
}

.menu{
    color:#000;
    padding-left:10px;
}

.menu_active{
    color:#0B2F89;
    padding-left:10px;
}


td{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration:none;
	font-weight: normal;
}

.error{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #CD0505;
	text-decoration:none;
	font-weight: normal;
}

.normal{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration:none;
	font-weight: normal;
}

.small{
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	color: grey;
	text-decoration:none;
	font-weight: normal;
}

.header{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.hheader{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	background:#0B2F89;
	height:25px;
	color:#FFFFFF;
	padding-left:10px;
}

.input{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	width:200px;
}

.file{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	width:100px;
}

.price{
	width:70px;
}

select{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	width:110px;
}

.button{
    background:#4B62B8;
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    border-width:1px;
    border-style:solid;
    padding-bottom:0px;
	margin: 0 1 1 0;
    color: #FFF;
    font-weight: normal;
	width: 80px;
}

.box{
    border-style: solid;
    border-color: #01034D;
    border-width:1px;
    background: #EEEEEE;
}
.minibox{
    border-style: solid;
    border-color: #ddddee;
    border-width:1px;
}
.l {
	border-left: 1px solid #DDDDEE;
}
.r {
	border-right: 1px solid #DDDDEE;
}
.b {
	border-bottom: double #DDDDEE;
}
.b1 {
	border-bottom: 1px solid #DDDDEE;
}
.t {
	border-top: 1px solid #DDDDEE;
}

.sep, .separator{
	margin-bottom: 2px;
}

.tab{
padding:0 3 0 0px;
font-family:Tahoma;
font-size:10px;
color:#000000;
}

.superbox{
    border-style: solid;
    border-color: #01034D;
    border-width:1px;
    background: #FFFCF9;
}

.active_page{
    color:#4B62B8;
}

.grid {
	font-size: 12px;
	background-color: #EEE;
	border: 1px solid #97A5B0;
	width: 100%;
}

.grid td {
	color: #303030;
	padding: 5px;
	padding-left: 10px;
}


.grid th {
	text-align: left;
	padding: 5px;
	background-color: #7A9CC8;
	color: #FFF;
	cursor: pointer;
}

.grid .even {
	background-color: #FFF;
}

.grid .odd {
	background-color: #F7F4F4;
}
.grid .dark {
	background-color: #E8E5E5;
}

.grid .header {
	background: #3266A7 url(../images/small.gif) no-repeat center left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	height: auto;
}

.grid .headerSortUp {
	background: #7A9CC8 url(../images/small_asc.gif) no-repeat center left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	height: auto;
}

.grid .headerSortDown {
	background: #7A9CC8 url(../images/small_desc.gif) no-repeat center left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	height: auto;
}

