/**
* @author Cristian Ciobanu
*/
html, body {
font-family: "Trebuchet MS", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 15px;
color: #000000;
background-color: #ffffff;
}

body, div, td, form, map, area {margin: 0px;padding: 0px;border: none;font-size: inherit;}

p {padding: 0px;margin: .2em 0em;text-align: inherit;font-size: inherit;}

img {/*border-style: none;*/}
img.block {border-style: none;}
img.abs {border-style: none;}

table {border-collapse: collapse;border-spacing: 0px;}

td {vertical-align: top;}

th {vertical-align: middle;text-align: center;font-weight: bold;border-bottom: 1px solid #cccccc;padding: 3px;}

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

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

a.arrow, a.arrow:link, a.arrow:active, a.arrow:visited {text-decoration: none;font-weight: bold;font-size: 13px;color: #ff0000;background-image: url('../ui/arrow.gif');background-position: 0px 6px;background-repeat: no-repeat;padding-left: 12px;}

a.arrow:hover {text-decoration: underline;color: #fcfdfe;}

a.arrow_black, a.arrow_black:link, a.arrow_black:active, a.arrow_black:visited {text-decoration: none;font-weight: bold;font-size: 13px;color: #ffffff;background-image: url('../ui/arrow_black.gif');background-position: 0px 6px;background-repeat: no-repeat;padding-left: 12px;}

a.arrow_black:hover {text-decoration: none;color: #d20000;}

a.arrow_black1, a.arrow_black1:link, a.arrow_black1:active, a.arrow_black1:visited {text-decoration: none;font-weight: bold;font-size: 13px;color: #d20000;background-image: url('../ui/arrow_black1.gif');background-position: 0px 6px;background-repeat: no-repeat;padding-left: 12px;}

a.arrow_black1:hover {text-decoration: underline;color: #d20000;}

a.template, a.template:link, a.template:active, a.template:visited {text-decoration: none;color: #d20000;display: block;text-align: center;padding: 10px;}

a.template:hover {text-decoration: none;color: #d20000;background-color: #f0f0f0;}

h2 {font-size: 14px;font-weight: bold;color: #ff0000;line-height: 16px;margin: 10px 0px;padding: 0px;}

h2.yellow {font-size: 14px;font-weight: bold;color: #fdfc82;line-height: 25px;font-family: Verdana, arial, sans-serif;margin: 0px;padding: 0px;}

label {
width: 9em;
float: left;
text-align: right;
font-size: 11px;
font-weight: bold;
margin-right: 0.5em;
display: block;
}

.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;z-index: 2;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.box {border: 1px inset #999999;background-color: #ffffff;font-size: 12px;color: #000000;padding: 2px 1px;}

.box:focus, .searchBox:focus {background-color: #ffffd5;}

.button {border: 2px outset #999999;background-color: #ffffff;font-weight: bold;font-size: 13px;text-align: center;color: #d20000;cursor: pointer;padding: 1px;margin: 0px;}

.white, a.white:link, a.white:active, a.white:visited, a.white:hover {color: #fcfdfe;}

.black, a.black:link, a.black:active, a.black:visited, a.black:hover {color: #000000;}

.red, a.red:link, a.red:active, a.red:visited, a.red:hover {color: #d20000;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f12 {font-size: 12px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.float_l {float: left;}

.frame {border: 2px solid #d1cece;}

.warning {font-size: smaller;color: #d20000;}

a.expand, a.expand:link, a.expand:active, a.expand:visited, a.expand:hover {text-decoration: none;font-size: 16px;font-weight: bold;color: #ff0004;}
/*Start round boxes*/
.xround {margin: 0px;overflow: hidden;margin-top: 5px;background-color: #ffffff;}
.xtop, .xbottom {display: block;overflow: hidden;margin: 0px;background-color: #c9c5c5;}
.xb1, .xb2, .xb3, .xb4 {display: block;overflow: hidden;}
.xb1, .xb2, .xb3 {height: 1px;}
.xb2, .xb3, .xb4 {background-color: #ffffff;}
.xb1 {margin: 0px 5px;background-color: #ffffff;}
.xb2 {margin: 0px 3px;}
.xb3 {margin: 0px 2px;}
.xb4 {height: 2px;margin: 0px 1px;}
.xbox {display: block;background-color: #ffffff;margin: 0px;padding: 0px 5px;overflow: hidden;}
/*End round boxes*/