/**
* @author Cristian Ciobanu
*/
html, body {
font-family: "Trebuchet MS", Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 13px;
color: #212121;
background-color: #dddedd;
}

body, div, td, form {margin: 0px;padding: 0px;border: none;}

p {padding: 0px;margin: 5px 0px;}

img {border-style: none;}

td {vertical-align: top;}

a:link, a:active, a:visited {text-decoration: none;color: #212121;}

a:hover {text-decoration: underline;color: #3e3e3e;}

a.blue {color: #03035a;}

a.arrow:link, a.arrow:active, a.arrow:visited, a.arrow:hover {
background-image: url('../img/arrow.gif');
background-position: center left;
background-repeat: no-repeat;
padding-left: 10px;
}

h2{
font-size: 13px;
line-height: 14px;
margin: 0px 0px 3px 0px;
padding: 0px;
font-weight: bold;
color: #03035a;
}

label {display: block;font-size: 10px;font-weight: bold;}

.textleft {text-align: left;}

.textcenter {text-align: center;}

.textright {text-align: right;}

.textjustify {text-align: justify;}

.center {margin-left: auto;margin-right: auto;}

.vtop {vertical-align: top;}

.vmiddle {vertical-align: middle;}

.vbottom {vertical-align: bottom;}

.p2 {padding: 2px;}

.p5 {padding: 5px;}

.p10 {padding: 10px;}

.m5 {margin: 5px;}

.m10 {margin: 10px;}

.mbt10 {margin: 10px 0px;}

.mlr10 {margin: 0px 10px;}

.mt10 {margin-top: 10px;}

.mb10 {margin-bottom: 10px;}

.ml10 {margin-left: 10px;}

.mr10 {margin-right: 10px;}

.ml2 {margin-left: 2px;}

.near {margin: 0px;padding: 0px;}

.block {display: block;}

.inline {display: inline;}

.rel {position: relative;}

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.box {border: 1px solid #03035a;background-color: #ffffff;font-size: 10px;width: 120px;}

.box:focus {background-color: #eeeeee;color: #03035a;}

.button {border: 1px solid #03035a;background-color: #ffffff;font-weight: bold;font-size: 10px;text-align: center;color: #005db4;cursor: pointer;}

.white {color: #ffffff;}

.black {color: #000000;}

.blue {color: #03035a;}

.blue_light {color: #0062be;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.gray_bg {background-color: #dddedd;}

.blue_bg {background-color: #03035a;}

.full {width: 100%;}

.float_l {float: left;}