/* CSS KOLVET common */

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

h1 {
	font-size: 15pt;
	line-height: 18.0pt;
	color: #0C71BF;
	padding: 5px 0 10px 0;
	margin: 0 0 7px 0;
	font-weight: normal;
	background: url("../images/common/bg_h1.gif") no-repeat 0 bottom;	
}
h1 span {
	color: #333333;
}

h2.download {
	font-size: 13.5pt;
	line-height: 18.0pt;
	color: #0C71BF;
	padding: 5px 0 10px 0;
	margin: 0 0 7px 0;
	font-weight: normal;
	background: url("../images/common/bg_h1.gif") no-repeat -220px bottom;	
}

h2 {
	font-size: 12.75pt;
	color: #0C71BF;
	padding: 7px 0 0 0;
	margin: 0 0 10px 0;	
}

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

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

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

a{
	text-decoration: none;
	color: #076EBD;
	font-weight: bold;
}

a img{
	border: 0;
}

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

ul{
margin: 10px 0 10px 15px;
padding: 0;
}
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 5px;
padding: 0 0 0 10px;
}

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.spec_blue{
margin: 10px 0 10px 13px;
padding: 0;
}

ul.spec_blue li{
background: url("../images/common/bg_list_item_spec2.gif") no-repeat 0 4px;
padding: 0 0 7px 20px;
font-size: 9.75pt;
color: #1D5470;
}

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

form{
	margin:0;
}

input {
font-family: Verdana, Arial;
font-size: 7.5pt;
border: 1px solid #0C71BF;
}

textarea {
font-family: Verdana, Arial;
font-size: 7.5pt;
border: 1px solid #0C71BF;
}

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

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

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

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

table{
font-size: 9pt;
margin: 0;
}

table th{
vertical-align: top;
padding: 2px 5px;
background-color:#ECEBEB;
color: #0C71BF;
}

table td{
vertical-align: top;
padding: 2px 0;
background-color:#ffffff;
}



table.table{
font-size: 9pt;
margin: 7px 0 10px 0;
}

table.table th{
vertical-align: top;
padding: 2px 5px;
background-color:#ECEBEB;
color: #0C71BF;
}

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

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

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





div#content table ul{
margin: 0;
padding: 0;
}



div#content table.table {
border-top: 2px solid #7AC9FF;
border-bottom: 2px solid #7AC9FF;
border-left: 0;
border-right: 0;
}

div#content table.table td{
background-color: #ffffff;
}

div#content table.table th{
background-color: #0C71BF;
color: #ffffff;
}

div#content table.table td.verhead{
text-align: center;
background-color:#f3f3f3;
}

div#content table.table td.page div{
font-size: 9pt;
}

div#content table.table td.page a.move{
font-size: 10.5pt;
}

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

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

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

.high{
color: #076EBD;
}

.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;
}




/***************** footer ************************/

div#footer a {
color: #999999;
text-decoration: none;
}
/***************** colors ************************/

.red{
color:#D14703;
}

