/**
* @author Ana-Maria Ciobanu
*/
html, body {
font-family: "Georgia", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 18px;
color: #000000;
background:  url('../img/bg_.jpg') repeat top left #ebe4dc;
}

body, div, td, form, map, area {margin: 0px;padding: 0px;border: none;font-size: inherit;}

body {padding-top: 30px;}

p {padding: 0px;margin: 5px 0px;text-align: inherit;font-size: inherit;}

img {border-style: none;}

table {border-collapse: collapse;border-spacing: 0px;}

td {vertical-align: top;}

th {vertical-align: middle;color: #000000;font-size: 13px;padding: 5px;background-color: #d1dee9;}

a:link, a:active, a:visited {text-decoration: underline;color: #0000cc;}
a:hover {text-decoration: underline;color: #0000cc;}

a.arrow:link, a.arrow:active, a.arrow:visited {text-decoration: none;color: #000000;background: url('../img/arrow.gif') no-repeat  left center;padding-left: 12px;}
a.arrow:hover {text-decoration: none;color: #000000;}

a.red-arrow:link, a.red-arrow:active, a.red-arrow:visited {text-decoration: none;color: #000000;background: url('../img/red-arrow.gif') no-repeat  0px 5px;padding-left: 12px;}
a.red-arrow:hover {text-decoration: none;color: #000000;}

a.title:link, a.title:active, a.title:visited {text-decoration: none;color: #000000;background: url('../img/arrow.gif') no-repeat  left center;padding-left: 12px;}
a.title:hover {text-decoration: underline;color: #000000;}

h1.headline {margin: 0px 0px 20px 0px;padding: 15px 0px 16px 0px;border-bottom: 1px solid #bc7467;font-size: 15px;font-weight: bold;line-height: 15px;color: #51755e;text-align: left;}

hr {background: #bc7467;color: #bc7467;border: none;height: 1px;}

.txtl {text-align: left;}

.txtc {text-align: center;}

.txtr {text-align: right;}

.txtj {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;}

.block {display: block;}

.inline {display: inline;}

.rel {position: relative;z-index: 1;}

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.box {border: 1px solid #7b7570;background-color: #ffffff;font-size: 13px;color: #000000;padding: 2px;}
.box:focus {background-color: #e1dcd7;border: 1px solid #000000;}

.button {border: 2px solid #7b7570;background-color: #857e78;font-weight: bold;font-size: 12px;text-align: center;color: #ffffff;cursor: pointer;}

.white, a.white:link, a.white:active, a.white:visited, a.white:hover {text-decoration: none;color: #ffffff;}

.black, a.black:link, a.black:active, a.black:visited, a.black:hover {text-decoration: none;color: #000000;}
.gray, a.gray:link, a.gray:active, a.gray:visited, a.gray:hover {text-decoration: none;color: #C0C0C0;}

.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;line-height: 15px !important;}
.f16 {font-size: 16px !important;line-height: 16px !important;}
.f17 {font-size: 17px !important;line-height: 17px !important;}
.f18 {font-size: 18px !important;line-height: 18px !important;}
.f19 {font-size: 19px !important;line-height: 19px !important;}
.f20 {font-size: 20px !important;line-height: 20px !important;}
.f21 {font-size: 21px !important;line-height: 21px !important;}
.f22 {font-size: 22px !important;line-height: 22px !important;}
.f23 {font-size: 23px !important;line-height: 23px !important;}
.f24 {font-size: 24px !important;line-height: 24px !important;}

.float_l {float: left;}

.frame {border: 5px solid #e7dfd3;}
.frame_small {border: 3px solid #dbd1c2;}

.border_r {border-right: 3px solid #ffffff;}
.border_b {border-bottom: 3px solid #ffffff;}
.border_t {border-top: 3px solid #ffffff;}
.border_l {border-left: 3px solid #ffffff;}

.format ol {margin: 0px !important;padding: 0px !important;list-style-type: none !important;border-bottom: 1px solid #684787;}
.format li {padding: 2px 5px 4px 5px;border-bottom: 1px dotted #684787;}
.format li.last {border-bottom: none;}
.format label {display: block;font-size: 12px;font-weight: bold;}
.format em {font-style: normal;color: #000000;}
.format .legend {margin-bottom: 5px;font-weight: bold;color: #012156;line-height: 1.4em;border-bottom: 1px solid #684787;}
.format .warning {float: right;font-size: 10px;line-height: 1.4em;}
.format .submit {margin-bottom: 0px;padding: 5px 0px;}
.format .box {width: 95%;}
