/* CSS VERKON common */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/***************** basic text elements ************************/

h1 {
  font-family: Helvetica, Tahoma;
  font-size: 21px;
  padding: 0;
  margin: 0 0 0 0;
  font-weight: normal;
  text-transform: uppercase;
}

h1 span { display: none; }

h2, h3, h4 {
	font-size: 12px;
	color: #002855;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;	
}

h2.bigger {
  font-size: 17px;
  margin-bottom: 10px;
}

h2.super {
  font-size: 14px;
}


p, div#terms p {
	padding: 0 0 0 0;
	margin: 0 0 14x 0;
}

a{
	text-decoration: none;
	color: #002855;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

a img{border: 0;}

.inbutton {
	padding: 3px 10px;
	margin: 0;
   	white-space:nowrap;
   	text-decoration: none;
   	vertical-align:middle;
   	background: #0394c3;
   	color: #ffffff;
	border: 0;
	cursor:pointer;
	cursor: hand;
	background: url("../images/bg_inbutton.gif") repeat-x left top;
}

/***************** 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 6px;
padding: 3px 0 3px 15px;
}

ul li ul li{
background: url("../images/common/bg_list_subitem.gif") no-repeat 0 6px;
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;
}

/***************** common elements ************************/


.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 6px;
		height: 12px;
		font-size: 0pt;
		line-height: 0pt;
}
.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 6px;
		height: 12px;
		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;
}

/***************** colors ************************/

.red{
color:#D14703;
}
