body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial;
	line-height: 15px;
	background-color: #FFFFFF;
}

img {border-width:0px;}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #7F0003;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align:center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7F0003;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.home_box {
    background: url('../img/home_box_bkg.gif') top repeat-x #64380f;
    height: 110px;
    padding: 0px 20px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
}

.tab {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.homepage_big {
	font-size: 16px;
	font-weight: bold;
	color: #c51a00;
}

.mycursor {cursor:pointer;}

.error_msg {
	font-weight: bold;
	font-family: verdana, Arial;
	color: #FF0000;
}

.successful {
	color: #00bf00;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

.updating_progress {
	font-weight: bold;
	font-family: verdana, Arial;
	color: #c51a00;
}

/*ToolTip class*/
a.info {
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000;
    text-decoration: none;
}

a.info:hover{z-index:25;}

a.info span{display:none;}

a.info:hover span{
    display:block;
    position:absolute;
    top:-4px; left:35px; width:190px;
    border:2px solid #f1c401;
    background-color:#fffacd;
    /*border:2px solid #2167c7;
    background-color:#cff;*/
    text-align:left;
    padding:5px;
    line-height:16px; 
}

.total {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Arial;
	color: #c51a00;
}

.input_total {
	font-size: 12px;
	font-weight: bold;
	color: #c51a00;
	font-family: Verdana, Arial;
	border: 1px solid #ffffff;
	text-align: right;
}

.ref_total {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Arial;
	color: #c18d00;
}

.input_ref_total {
	font-size: 11px;
	font-weight: bold;
	color: #c18d00;
	font-family: Verdana, Arial;
	border: 1px solid #ffffff;
	text-align: right;
}

.menu a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial;
	text-decoration: none;
	padding: 10px 15px 11px 15px;
	display: block;
	height: 14px;
}

.menu a:hover {
    cursor: hand;
    background-color: #650002;/*9D693A*/
}

.menu_b {
	font-size: 10px;
	font-weight: bold;
	color: #C9AD92;
	font-family: Verdana, Arial;
}

.copyright {
	font-size: 11px;
	color: #656565;
	padding: 8px 0px;
}

.headline {
	font-size: 12px;
	color: #9a6433;
	font-weight:bold;
}

.border {border: 1px solid #E8E4D3;}

.myClass {
    border: 1px solid #FFC30E;
    padding: 5px 5 5 5px;
    background-color: #FFFBB8;
    text-align: left;
    color: #7F0003;
    width: 18em;
}

.white_11 {
	font-size: 11px;
	color: #ffffff;
} 

.white_11b {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.white_12b {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.brown_10 {
	font-size: 10px;
	color: #7F0003;
}

.brown_11 {
	font-size: 11px;
	color: #7F0003;
	line-height: 15px;
} 

.brown_11b_contacts {
	font-size: 11px;
	font-weight: bold;
	color: #7F0003;
	line-height: 13px;
}

.brown_11b {
	font-size: 11px;
	font-weight: bold;
	color: #7F0003;
	line-height: 19px;
}

.brown_12b {
	font-size: 12px;
	font-weight: bold;
	color: #7F0003;
}

.form_title {
    font-weight: bold;
	color: #7F0003;
}

.form_subtitle {
    color: #7F0003;
}

.alert {
    font-weight: bold;
	color: #B83B28;
}

a.alert {text-decoration:underline; color:#B83B28;}

.alert a:hover{text-decoration:underline; color:#B83B28;}

.input {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	border: 1px solid #7F0003;
}

.input2 {
	font-size: 11px;
	color: #5D5D5D;
	font-family: Verdana, Arial;
	border: 1px solid #D0CDBD;
}

.input3 {
	font-size: 11px;
	color: #5D5D5D;
	font-family: Verdana, Arial;
	border: 1px solid #D0CDBD;
	text-align: center;
}

.input4 {
	font-size: 11px;
	font-weight: bold;
	color: #5D5D5D;
	font-family: Verdana, Arial;
	border: 1px solid #ffffff;
	text-align: right;
}

.input5 {
	font-size: 11px;
	color: #7F0003;
	font-family: Verdana, Arial;
	border: 1px solid #ffffff;
}

.button {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #C33030;
	border: 2px solid #7F0003;
	cursor: hand;
}

A.brown_10 {
	font-size: 10px;
	color: #7F0003;
	text-decoration: none;
}

.brown_10 a:hover{
	font-size: 10px;
	color: #7F0003;
	text-decoration: underline;
}

A.brown_11 {text-decoration:underline;}

.brown_11 a:hover{text-decoration:underline;}
