/**
* @author Cristian Ciobanu
*/
html, body {
font-family: Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #6b5e44;
background: #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;}

a:link, a:active, a:visited {text-decoration: none;color: #90200c;}

a:hover {text-decoration: underline;color: #90200c;}

a.red {
	background:url('../img/arrow.png') no-repeat center left;
	padding-left:12px;
}

/*a.menu:link, a.menu:active, a.menu:visited, a.menu:hover {text-decoration: none;text-transform: uppercase;line-height: 18px;display: block;text-align: center;font-weight: bold;color: #90200c;}

a.item:link, a.item:active {
text-decoration: none;
line-height: 18px;
display: block;
}

a.item:visited {
text-decoration: none;
line-height: 18px;
display: block;
color: #005500;
}

a.item:hover {
background-color: #cccccc;
}

a.tca:link, a.tca:active, a.tca:visited {
background-color: #b9b3a4;
background-image: url('../img/red.gif');
background-position: top left;
background-repeat: no-repeat;
line-height: 17px;
margin: 0px;
padding: 0px 0px 0px 25px;
text-transform: uppercase;
color: #ffffff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
display: block;
}

a.tca:hover {
text-decoration: none;
background-color: #777777;
}*/

h1 {
margin: 0px 0 10px 0;
padding:0;
color: #90200c;
font-size: 16px;
}

h2 {
color: #90200c;
padding: 0px;
margin: 5px 0;
font-size: 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;}

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

.box {border: 1px solid #6b5e44;background-color: #ffffff;font-size: 13px;width: 120px;}

.border {border: 1px solid #6b5e44;background-color: #ffffff;font-size: 13px;}

.box:focus, .border:focus {background-color: #eeeeee;color: #08366c;}

.button {border: none;background-color: #ffffff;font-weight: bold;font-size: 13px;text-align: center;color: #90200c;cursor: pointer;}

.white {color: #ffffff;}

.black {color: #000000;}

.blue {color: #08366c;}

.red {color: #90200c;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.gray_bg {background-color: #b9b3a4;}

.light_bg {background-color: #dddddd;}

.full {width: 100%;}

.float_l {float: left;}

.frame {margin: 3px 7px 0px 7px;padding: 3px;border: 1px solid #b9b3a4;}

.frame:hover {border: 1px solid #000000;}