@import url('layout.css?v5');
@import url('form.css');
@import url('table.css');

html, body {
	background: url(../img/body_background.jpg) top center no-repeat #FFFFFF;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 0;
	margin: 0;
	line-height: 12px;
}

/****** TEXT **********/
p, .text_normal{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	line-height: 160%;
	padding: 0 0 14px 0;
	margin: 0;
}
.text10{
	font-size: 10px;
}
.text11{
	font-size: 11px;
}
.text14{
	font-size: 14px;
}
.text11_brown{
	font-size: 11px;
	color: #C91835;
}
.text12_brown{
	font-size: 12px;
	color: #C91835;
}
.text13_brown{
	font-size: 13px;
	color: #C91835;
}
.text14_brown{
	font-size: 14px;
	color: #C91835;
}

small{
	font-size: 10px;
	line-height: 16px !important;
}


/********* IMAGES **********/
img{
	border: none;
}
img.imgLeft{
	margin-right: 10px;
}
img.imgRight{
	margin-left: 10px;
}
img.noBorder{
	padding: 0;
	border: 0;
}
.img{
	width: 202px;
	display: block;
	overflow: hidden;
}
.img small{
	font-size: 9px;
	font-style: italic;
	border-bottom: 1px solid #FFDC9B;
	display: block;
	white-space: nowrap;
	padding: 2px 2px 2px 6px;
	width: 100%;
	background: #FFFAF0;
}

/***** HELPERS ********/
.fl{
	float: left;
}
.fr{
	float: right;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.center_auto{
	margin: 0 auto;
}
.middle{
	vertical-align: middle;
}
.top{
	vertical-align: top;
}
.b{
	font-weight: bold;
}
.u{
	text-decoration: underline;
}
.i{
	font-style: italic;
}
.n{
	font-weight: normal !important;
}
.block{
	display: block;
}
.hide{
	display: none;
}
.clear{
	clear: both;
}
.disabled{
	border: 1px solid #C0CBD3;
	color: #576D80;
	background: #F7F8F9;
}
.clearNone{
	clear: none !important;
}
.lh13{
	line-height: 13px;
}
.line{
	background: url(../img/pathLine.gif) left top no-repeat;
	clear: both;
	overflow: hidden;
	line-height: 1;
	font-size: 0;

	position: relative;
	top: 6px;
	height: 12px;
}
.line2{
	background: url(../img/pathLine2.gif) left top no-repeat;
	clear: both;
	overflow: hidden;
	line-height: 1;
	font-size: 0;

	position: relative;
	top: 6px;
	height: 12px;
}

.relative{
	position: relative;
}
.t4{
	top: 4px;
}


/**** COLORS *****/
.brown{
	color: #C91835;
}
.pink{
	color: #DA3E4C;
}
.grey{
	color: #616161;
}
.greyLight{
	color: #A7A7A7;
}
.red{
	color: #FF0000;
}

/**** FONTS ****/
.f9{
	font-size: 9px !important;
}
.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;
}

hr
{
	border: none;
	border-top: 1px solid #b6b8b6;
	height: 0;
	max-height: 0;
	padding: 0;
}
* html * hr { height: 0; padding: 0; }


/******** JHIDE ***********/
div.jhide{
	position: absolute;
	z-index: 10000;
	background: #FFFFFF;
}
div.loading_hide{
	text-align: center;
}


/**** PAGER ****/
div.pager{
	clear: both;
	padding: 0 0 3px 0;
}
div.pager a{
	font-size: 10px;
	font-weight: bold;
	color: #464646;
	border: 1px solid #FFFFFF;
	padding: 2px 4px 2px 4px;
	margin: 0;
	background: #FFFFFF;
}
div.pager a.active{
	color: #C91835;
	background: #FFF4F4;
	border: 1px solid #F2CAB9;
	text-decoration: none !important;
}
div.pager a:hover{
	text-decoration: none;
	background: #FEFCCB;
	color: #6E6E6E;
	border-bottom: 1px dotted #B7B7B7;
}
div.pager span a{
	font-weight: bold;
	color: #C91835;
}


/**** WIDTH ****/
.w620{
	width: 620px !important;
}
.w600{
	width: 600px !important;
}
.w580{
	width: 580px !important;
}
.w550{
	width: 550px !important;
}
.w502{
	width: 502px !important;
}
.w350{
	width: 350px !important;
}
.w280{
	width: 280px !important;
}
.w200{
	width: 200px !important;
}
.w188{
	width: 188px !important;
}
.w180{
	width: 180px !important;
}
.w140{
	width: 140px !important;
}
.w110{
	width: 110px !important;
}
.w100{
	width: 100px !important;
}
.w90{
	width: 90px !important;
}
.w68{
	width: 68px !important;
}
.w54{
	width: 54px !important;
}
.w46{
	width: 46px !important;
}
.w20{
	width: 20px !important;
}
.w16{
	width: 16px !important;
}


/**** HEIGHT ****/
.h80{
	height: 80px !important;
}
.h40{
	height: 40px !important;
}
.h20{
	height: 20px !important;
}
.h10{
	height: 10px !important;
}


/**** PADDING ****/
.p4{
	padding: 4px !important;
}
.p8{
	padding: 8px !important;
}

.pr80{
	padding-right: 80px !important;
}
.pr30{
	padding-right: 30px !important;
}
.pr16{
	padding-right: 16px !important;
}
.pr11{
	padding-right: 11px !important;
}
.pr6{
	padding-right: 6px !important;
}
.pr5{
	padding-right: 5px !important;
}
.pr4{
	padding-right: 4px !important;
}


.pl15{
	padding-left: 15px !important;
}
.pl8{
	padding-left: 8px !important;
}
.pl5{
	padding-left: 5px !important;
}
.pl2{
	padding-left: 2px !important;
}

.mt50{
	margin-top: 50px !important;
}
.mt20{
	margin-top: 20px !important;
}

.pt16{
	padding-top: 16px !important;
}
.pt8{
	padding-top: 8px !important;
}
.pt5{
	padding-top: 5px !important;
}
.pt2{
	padding-top: 2px !important;
}

.pb12{
	padding-bottom: 12px !important;
}
.pb8{
	padding-bottom: 8px !important;
}


/**** MARGIN ****/
.ie_mt1{
	+margin-top: 1px !important;
}

.mt10{
	margin-top: 10px !important;
}
.mt4{
	margin-top: 4px !important;
}
.mt3{
	margin-top: 3px !important;
}

.mb8{
	margin-bottom: 8px !important;
}
.mb6{
	margin-bottom: 6px !important;
}


.mr8{
	margin-right: 8px !important;
}



/*********** H ************/
h1 {
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Verdana;
	margin: 0px 0px 26px 0px;
    padding: 0px 0px 0px 0px;
	color: #A0122B;
}
h2, .h2 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
	margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
}
h3 {
	font-weight: bold;
	color: #3D4A56;
	padding: 4px 8px;
	margin: 0px 0px 6px 0px;
	vertical-align: middle;
	border: none;
	border-left: 4px solid #854618;
	border-top: 1px solid #FFEAC4;
	border-bottom: 1px solid #FFEAC4;
	font-size: 10px;
	letter-spacing: 2px;
	background: url('../img/h1_bg.gif') 0 0 repeat-x #FFFBE8;
	font-family: Verdana;
	clear: both;
	display: block;
	height: 12px;
}
h3 span{
	float: left;
}
h3 strong{
	float: right;
	color: #6C8397;
}
h3 .info{
	letter-spacing: 0px;
	font-weight: normal;
}
h4 {
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Verdana;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color: #A0122B;
}



/**** BARS ****/
div.bar186{
	width: 186px;
	height: 26px;
	background: url(../img/bar186.jpg) left top no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
div.bar186 span{
	position: relative;
	top: 4px;
	left: 16px;
}

div.bar292{
	width: 292px;
	height: 26px;
	background: url(../img/bar292.jpg) left top no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
div.bar292 span{
	position: relative;
	top: 4px;
	left: 18px;
}

div.bar222{
	width: 222px;
	height: 26px;
	background: url(../img/bar222.jpg) left top no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
div.bar222 span{
	position: relative;
	top: 4px;
	left: 18px;
}

div.bar706{
	width: 716px;
	height: 26px;
	background: url(../img/bar706.jpg) left top no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	position: relative;
	left: -3px;
}
div.bar706 span.left_{
	position: relative;
	top: 4px;
	left: 18px;
	float: left;
}
div.bar706 span.right_{
	position: relative;
	top: 4px;
	left: -16px;
	float: right;
}

#rightContent{
	position: relative;
}


/*********** OL UL ***************/
#rightContent ol, #rightContent ul{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
#rightContent ul li{
	list-style: none;
	margin-bottom: 8px;
	padding-left: 8px;
	background: url(../img/li.gif) 0px 5px no-repeat;
}
#rightContent ul ul li, #rightContent ul li ul li{
	list-style: none;
	margin-bottom: 6px;
	padding-left: 8px;
	font-size: 11px;
	background: url(../img/li2.gif) 0px 5px no-repeat;
}
#rightContent ol li{
	margin-bottom: 12px;
	line-height: 160%;
}
#rightContent ol ol li{
	list-style-type:lower-alpha;
}

ul.list1{
	list-style: none;
	padding: 0 0 4px 8px !important;
	margin: 0 !important;
}
ul.list1 li{
	padding: 0 0 8px 0 !important;
	margin: 0 !important;
	background: none !important;
}
ul.list1 li a{
	padding: 0;
	margin: 0;
	line-height: 13px;
}
ul.list1 li small{
	display: block;
	color: #616161;
}
ul.list1 li small em{
	font-style: normal;
	color: #464646;
	font-weight: bold;
}

/****** HEADER PATH */
#rightContent ul.headerPath{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#rightContent ul.headerPath li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background: none;
	display: block;
}
#rightContent ul.headerPath li a:link,
#rightContent ul.headerPath li a:visited,
#rightContent ul.headerPath li a:active{
	text-decoration: none !important;
	display: block;
	font-size: 11px;
	color: #989A74;
	border-top: 1px solid #FFE006;
	border-bottom: 1px solid #FFE006;
	background: #FFF9CE;
	padding: 6px 10px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
}
#rightContent ul.headerPath li a strong{
	font-size: 13px;
	padding: 5px;
	color: #B09E00;
}


/* ACTIVE*/
#rightContent ul.headerPath li.active_ a:link,
#rightContent ul.headerPath li.active_ a:visited,
#rightContent ul.headerPath li.active_ a:active{
	font-weight: bold;
	color: #000000;
	background: #FFF39F;
}
#rightContent ul.headerPath li.active_ a strong{
	color: #243E2E;
}

/* PREV */
#rightContent ul.headerPath li.prev_ a:link,
#rightContent ul.headerPath li.prev_ a:visited,
#rightContent ul.headerPath li.prev_ a:active{
	color: #3D6A4E;
	background: #DFF2E2;
}
#rightContent ul.headerPath li.prev_ a strong{
	color: #3D6A4E;
}

#rightContent ul.headerPath li a:hover,
#rightContent ul.headerPath li a:hover strong{
	color: #313131 !important;
}


/******* LINK **************/
a {
	text-decoration: none;
	color: #C91835;
}
a:hover{
	text-decoration: underline;
}

a.link1 {
	text-decoration: none !important;
	color: #C91835;
}
a.link1:hover{
	text-decoration: none !important;
	color: #A0122B !important;
}


#rightContent a:link, 
#rightContent a:active, 
#rightContent a:visited, 
#rightContent li a:link,
#rightContent li a:active, 
#rightContent li a:visited, 
#rightContent li p a:link, 
#rightContent li p a:active, 
#rightContent li p a:visited{
	color: #C91835;
    text-decoration: underline;
}
#rightContent a:hover, 
#rightContent li a:hover, 
#rightContent li p a:hover, 
#rightContent a.small:hover{
	color: #C91835;
    text-decoration: none;
}

#rightContent a:visited{
	color: #8C1126;
}

/*
p a:link, p a:active, p a:visited, li a:link, li a:active, li a:visited, li p a:link, li p a:active, li p a:visited{
	color: #C91835;
    text-decoration: underline;
}
p a:hover, li a:hover, li p a:hover, a.small:hover{
	color: #C91835;
    text-decoration: none;
}
*/

div.more{
	background: url(../img/arrow.gif) right 7px no-repeat;
}

a.more:link, a.more:visited, a.more:active{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #DA3E4C;
	background: url(../img/arrow.gif) right 6px no-repeat;
	padding-right: 8px;
}
a.more:hover{
	text-decoration: underline;
	color: #464646;
}

a.back:link, a.back:visited, a.back:active{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #DA3E4C;
	background: url(../img/arrow_back.gif) left 6px no-repeat;
	padding-left: 8px;
}
a.back:hover{
	text-decoration: underline;
	color: #464646;
}


/**** LINK MENU ***/
a.link_menu{
	color: #C91835;
	font-weight: normal;
	font-family: Arial;
	padding: 2px;
	display: block;
	text-decoration: none;
}
a.link_menu:hover{
	text-decoration: none;
	background: #FEFCCB;
	color: #6E6E6E;
	border-bottom: 1px dotted #B7B7B7;
}

.link_menu_active{
	font-weight: bold;
	font-family: Arial;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #B7B7B7;
}


#warningOk{
	clear: both;
	font-size: 11px;
	color: #3D6A4E;
	font-weight: bold;
	text-align: center;
	border: 2px solid #9CC6AC;
	background: url('../img/ico/warning_ok.gif') 20px center no-repeat #F7FCF8;
	padding: 22px 40px 22px 80px;
	margin: 20px 0px 10px 0px;
}
#warningFalse{
	clear: both;
	font-size: 11px;
	color: #A50020;
	font-weight: bold;
	text-align: center;
	border: 2px solid #D99699;
	background: url('../img/ico/warning_false.gif') 20px center no-repeat #FFF1F1;
	padding: 22px 40px 22px 80px;
	margin: 20px 0px 10px 0px;
}

#registerCreateAccount{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 180%;
	padding: 20px;
	border-top: 1px solid #EDDB6C;
	border-bottom: 1px solid #EDDB6C;
}


.avatar_avg{
	width: 64px;
	height: 64px;
	border: 1px solid #7F7F7F;
}


/** ICONS ***/
#icons{
	position: absolute;
	margin: 0 0 0 0;
	right: -16px;
}
#icons .main_icons{
	float: left;
	padding-left: 2px;
}
#icons .main_icons img{
	border: none !important;
	padding: 0;
	margin: 0;
}

/* LIST MENU 1 */
ul.menu1 {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
ul.menu1 li{
	padding: 4px 0 !important;
	margin: 0 !important;
	background: none !important;
}
ul.menu1 li a{
	color: #C91835;
	font-weight: normal;
	font-family: Arial;
	padding: 2px 0;
	text-decoration: none;
}
ul.menu1 li a:hover{
	text-decoration: none;
	background: #FEFCCB;
	color: #6E6E6E;
	border-bottom: 1px dotted #B7B7B7;
}
ul.menu1 li.active{
	font-weight: bold;
	font-family: Arial;
	padding: 2px 0px 2px 0px;
}

