
/* DEFAULT CSS (PUBLIC) */

/* Tinymce */

body.mceContentBody {
   background-color: #FFFFFF;
   background-image: none;
}

/* Body */

body {
	margin: 0px;
	padding: 0px;
	background: url(/img_design/body_bg.png) top left;
}

/* FORMAT CONTENT */

/* Caption */

h2, h3, h4 {
	font-family: Arial;
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0px 0px 10px 10px;
	color: #A30000;
}

h2 {
	font-size: 16px; 
	font-weight: bolder;
}

h3 {
	font-size: 14px; 
	font-weight: bolder;
}

h4 {
	font-weight: bolder;
}

/* Format block */

.formatBlock1 {	
	font-size: 16px;
}

.formatBlock2 {
	font-size: 15px;
}

.formatBlock3 {
	font-size: 14px;
}

.formatBlock4 {	
	font-size: 13px;
}

.formatBlock5 {
	font-size: 12px;
}

.formatBlock6 {
	font-size: 11px;
}

.formatBlock7 {
	font-size: 10px;
}

/* Format text */

.formatText1 {	
	font-size: 16px;
}

.formatText2 {
	font-size: 15px;
}

.formatText3 {
	font-size: 14px;
}

.formatText4 {
	font-size: 13px;
}

.formatText5 {
	font-size: 12px;
}

.formatText6 {
	font-size: 11px;
}

.formatText7 {
	font-size: 10px;
}

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

img {border: 0;}

body, input, select, textarea {font-size: 13px; font-family: Tahoma; color: #0B333C;}

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

li {margin-top: 10px;}

.containerTbl {
	border-collapse: collapse;
}

.containerTbl td {
	padding: 0px;
}

/* CONTENT */

.startContent {
	margin-bottom: 20px;
}

.endContent {
	margin-top: 20px;
}

/* LINK BACK */

.captionLink, .captionLink1, .captionLink1  a, .captionLink1  a:hover {
	color: #0B333C;
} 

.captionLink {
	margin-bottom: 10px;
	margin-left: 10px;
}

.captionLink1 {
	display: inline;
	margin-right: 5px;
}

.captionLink1  a {
	text-decoration: underline;
}

.captionLink1 a:hover { 
	text-decoration: none; 
}

/* FORM */

.formTbl {
	width: 530px;
	border-collapse: collapse;
}

.formTbl td {
	padding: 10px;
}

.formTbl .containerTbl td {
}

.formTbl .name {
}

.formTbl .value {
	width: 370px;
}

.input, .inputErr, .input1, .input1Err {
	border: 1px solid #BABABA;
	padding: 2px;
	background: #F6F6F6;
}

textarea {
	width: 100%;
}

.input, .inputErr {
	width: 100%;
}

.inputErr, .input1Err {
	border: 1px solid #EB5858;
}

.input_ {
	position: absolute;
	display: none;
}

.formTbl .star {
	font-weight: bolder;
	color: #A82721;
}

.optionChilde {
	padding-left: 20px;
}

.hiddenForm {
	position: absolute;
}

.formTbl .comment {
	font-size: 11px;
	color: #929292;
}

/* MESSAGE */

.confirmMessage {
	color: #A82721;
	margin-bottom: 10px;
}

.errorMessage {
	color: #A82721;
	margin-bottom: 5px;
}

.errorMessage2 {
	color: #A82721;
	margin-left: 140px;
}

/* BANNER */

.leftB, .rightB {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.topB {
	margin: 0px 10px 0px 0px;
}

.bottomB {
	margin: 0px 10px 0px 0px;
}

/* HEADER */

.headerImgTbl td {
	padding-left: 6px;
}

.linkHeader {
	display: block;
}

.imgHeader {
	position: absolute;
}

/* MENU */

.horizMenu, .horizMenu li, 
.leftMenu, .leftMenu li { 
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none; 
	display:block;
}

/* HORIZ MENU */

.horizMenuCont {
	width: 754px;
	height: 46px;
	background: url(/img_design/horiz_menu_bg.gif) no-repeat;
	padding: 0px;
}

.horizMenu {
	margin-left: 50px;
}

.horizMenu li, .horizMenu a, .horizMenu a span, .horizMenu a:hover span {
	display:block;
	float:left;
}

.horizMenu li {
}

.horizMenu a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
  	font-weight: bolder;
  	text-align: center;
  	margin-top: 12px;
  	background: url(/img_design/horiz_menu_sep.gif) left no-repeat;
  	padding: 0px 10px 0px 13px;
}

.horizMenu a:hover, .horizMenu .curr a, .horizMenu .curr a:hover {
	color: #F9B2B2;
}

.horizMenu .first a {
	background-image: none;
}

.horizMenu a img {
	margin-right: 6px;	
	vertical-align: middle;
	display: inline-block;
}

/* LEFT MENU */

.leftMenu {
	margin-left: 10px;
}

.leftMenu a {
	color: #0B333C;
	text-align: left;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	border: 0px solid #FFFFFF;
}

.leftMenu .item_1 {
	padding: 5px 7px 8px 7px;
	background: url(/img_design/left_menu_sep.gif) bottom left no-repeat;
}

.leftMenu .container_1 ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

.leftMenu .item_2 {
	padding: 5px 0px;
	margin: 0px;
}

.leftMenu .item_2 a {
	font-weight: normal;
	padding: 0px;
}

.leftMenu li {
	border: 1px solid #FFFFFF;
}

.leftMenu a img {
	margin-right: 6px;	
	vertical-align: middle;
	display: inline-block;
}

.leftMenu .last {
	background-image: none;
}

.leftMenu a:hover {
	color: #AA0000;
}

.leftMenu .curr a {
	color: #AA0000;
}