/**
* @author Cristian Ciobanu
*/
html, body {
font-family: Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 13px;
color: #560289;
background-color: #ffffff;
}

body, div, td, form {margin: 0px;padding: 0px;border: none;}

p {padding: 0px;margin: 5px 0px;}

img {border-style: none;}

td {vertical-align: top;}

th {vertical-align: middle;padding: 3px;text-align: center;}

a:link, a:active, a:visited {text-decoration: none;color: #016d93;}

a:hover {text-decoration: underline;color: #4091ae;}

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: 12px;
}

h1.title {
color: #011785;
padding: 0px;
margin: 5px 0px 20px 0px;
font-size: 14px;
line-height: 14px;
}

h2, h2.title {
color: #7315ab;
padding: 0px;
margin: 0px 0px 10px 0px;
font-size: 14px;
line-height: 14px;
}

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;}

.p3 {padding: 3px;}

.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;}

.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;}

.border {border: 1px solid #d9dfef;font-size: 10px;}

.box {border: 1px solid #006ca9;background-color: #ffffff;font-size: 10px;width: 120px;}

.box:focus {background-color: #f7f2d0;color: #011785;}

.item:hover {background-color: #f7f2d0;}

.button {border: 2px solid #d9dfef;background-color: #ffffff;font-weight: bold;font-size: 10px;text-align: center;color: #011785;cursor: pointer;}

.border {border: 1px solid #d5e6ed;}

.border_blue {border: 1px solid #d9dfef;}

.white {color: #ffffff;}

.black {color: #000000;}

.blue, a.blue, a.blue:hover, a.blue:active, a.blue:visited {color: #011785;}

.gray, a.gray, a.gray:hover, a.gray:active, a.gray:visited {color: #737373;}

.purple, a.purple, a.purple:hover, a.purple:active, a.purple:visited {color: #7315ab;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f12 {font-size: 11px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.purple_bg {background-color: #7315ab;}

.gray_bg {background-color: #eaeaea;}

.light_bg {background-color: #f2f7fa;}

.white_bg {background-color: #ffffff;}

.full {width: 100%;}

.float_l {float: left;}

.border_t {border-top: 1px solid #d9dfef;}

.border_b {border-bottom: 1px solid #d9dfef;}

.border_l {border-left: 1px solid #d9dfef;}

.border_r {border-right: 1px solid #d9dfef;}