/* CSS HALBOS common */

/***************** basic text elements ************************/

h1 {
	font-size: 15pt;
	color: #333333;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 13.5pt;
	color: #333333;
	padding: 7px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: normal;	
}

h3 {
	font-size: 11.25pt;
	color: #333333;
	padding: 5px 0 0 0;
	margin: 0 0 3px 0;	
}

h4 {
	font-size: 9pt;
	color: #333333;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;	
}

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

a{
	text-decoration: underline;
	color: #d32e12;
}

a img{border: 0;}


/***************** lists ************************/

ul{
margin: 0 0 0 0;
padding: 10px 0 10px 10px;
}
ul ul{
margin: 2px 0 5px 15px;
}
ol{
margin: 10px 0 10px 35px;
padding: 0;
}
ul ol{
margin: 2px 0 5px 35px;
}

ul li{
list-style-type: none;
background: url("../images/common/bg_list_item.gif") no-repeat 0 7px;
padding: 2px 0 2px 13px;
}

ul li ul li{
background: url("../images/common/bg_list_subitem.gif") no-repeat 0 7px;
padding: 0 0 0 8px;
}

ol li{
list-style-type: decimal;
background: none;
padding: 0;
}


ul.special{
margin: 10px 0 10px 13px;
padding: 0;
}

ul.special li{
background: url("../images/common/bg_list_item_special.gif") no-repeat 0 6px;
padding: 3px 0 3px 17px;
font-size: 9.75pt;
font-weight: bold;
}

ul.special li a{
font-weight: bold;
}
ul.special li a:hover{
text-decoration: underline;
}

/***************** forms ************************/

form{
	margin:0;
}

input {
font-family: Arial, Verdana;
font-size: 8.25pt;
}

textarea {
font-family: Arial, Verdana;
font-size: 8.25pt;
}

input.check{
width: auto;
border: 0;
}

input.radio{
width: auto;
border: 0;
}

input.button{
width: auto;
border: 0;
}

/***************** tables ************************/

div#content table{
font-size: 9pt;
margin: 5px 0;
}

div#content table th{
vertical-align: top;
padding: 2px 0;
font-weight: bold;
}

div#content table td{
vertical-align: top;
padding: 2px 0;
}

div#content table.table{
font-size: 9pt;
margin: 7px 0;
}

div#content table.table th{
vertical-align: top;
padding: 2px 5px;
background:#297200;
color: #FFFFFF;
}

div#content table.table td{
vertical-align: top;
padding: 2px 5px;
border-bottom: 1px solid #f3f3f3;
}

div#content table tr.stripe td, table.table tr.stripe td{
font-size: 0pt;
line-height:0pt;
padding: 0 0 0 0;
background-color: #297200;
height: 2px;
}

div#content table tr.stripe_grey td, table.table tr.stripe_grey td{
font-size: 0pt;
line-height:0pt;
padding: 0 0 0 0;
background-color: #dddddd;
height: 2px;
}


/***************** common elements ************************/

.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 10px;
		height: 20px;
		font-size: 0pt;
		line-height: 0pt;
}
.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 10px;
		height: 20px;
		font-size: 0pt;
		line-height: 0pt;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0pt;
	line-height: 0pt;
}

.high{
color: #297200;
}

.ico{
margin: 3px 5px -2px 0;
}


.none_display{
	display: none;
}
.none_bg{
	background: url("../images/common/none.gif");
}
.none_border{
	border:0;
}

.note{
font-style: italic;
color: #999999;
font-size: 8.25pt;
}

.back{
margin: 5px 0 5px 0;
}

.inline-button {
	padding: 3px 10px;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #d32e12;
   color: #ffffff;
   }


/***************** colors ************************/

.red{
color:#D14703;
}
