/* CSS A3S common */

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

h1 {
	font-size: 15pt;
	color: #000000;
	padding: 5px 0 15px 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	background: url("../images/common/bg_h1.gif") repeat-x 0 bottom;	
}
h1 span {
	color: #999999;
}

h1 strong {
	font-size: 15pt;
}


h2 {
	font-size: 12pt;
	line-height: 15pt;	
	color: #000000;
	padding: 7px 0 0 0;
	margin: 0 0 10px 0;	
}

h2 strong {
	color: #ff0000;
	font-size: 9.75pt;
}

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

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

h4 sup{	font-size: 5pt;}

h4 strong {color: #ff0000;}


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

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

a img{
	border: 0;
}

a.inbutton {
	padding: 3px 10px;
	margin: 0;
   	white-space:nowrap;
   	text-decoration: none;
   	vertical-align:middle;
   	color: #ffffff;
	border: 0;
	cursor:pointer;
	cursor: hand;
	background: #ff0000;
}

sup{
font-size: 7.5pt;
}


/***************** 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_red{
margin: 10px 0 10px 5px;
padding: 0;
}

ul.spec_red li{
background: url("../images/common/bg_list_item_spec2.gif") no-repeat 0 7px;
padding: 3px 0 3px 17px;
font-size: 9.75pt;
}

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

form{
	margin:0;
}

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

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

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: 7px 0 10px 0;
border: 1px solid #7AC9FF;
}

div#content table tbody{
padding: 3px 0;
}

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

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

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


div#content table tr.stripe td{
font-size: 0.75pt;
padding: 0;
background-color: #8AC5FC;
height: 2px;
}

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 10px;
		height: 20px;
}

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

.high{
	color: #ff0000;
}

.none_display{
	display: none;
}
.none_bg{
	background: url("../images/common/none.gif");
}
.none_border{
	border:0;
}
.note{
font-size: 7.5pt;
font-style:italic;
}



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

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

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

.red{
color:#D14703;
}

/***************** gallery ************************/

table.gallery_thumbs{
margin: 10px 0;
}

table.gallery_thumbs td.thumb{
padding: 0 5px;
vertical-align:top;
}


table.gallery_thumbs td.thumb img{
border: 2px solid #cccccc;
}

table.gallery_thumbs td.descript{
font-size: 8.25pt;
font-style: italic;
padding: 0 0 10px 7px;
}

table.gallery td.counter{
text-align:right;
padding: 0 5px 0 0;
font-weight: bold;
}

table.gallery td.counter span{
color: #ff0000;
}

table.gallery td.descript{
padding: 5px 0 0 5px;
}


