/* CSS ALDATRADE common */

/***************** basic text elements ************************/

h1 {
	font-size: 13.5pt;
	color: #E57702;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	background: url("../images/common/bg_h1.gif") no-repeat 0 bottom;
  	line-height: 15pt;
	font-family:  Helvetica, Verdana, Arial, sans-serif
}

h2 {
	font-size: 12pt;
	color: #1A75CF;
	padding: 7px 0 0 0;
	margin: 0 0 7px 0;
}

h3 {
	font-size: 10.5pt;
	color: #1A75CF;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;	
}

h4 {
	font-size: 9pt;
	color: #1A75CF;
	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: #e77817;
	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;
}
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: 0 0 0 10px;
}

ul li ul li{
background: url("../images/common/bg_list_subitem.gif") no-repeat 0 7px;
padding: 0 0 0 10px;
font-size: 8.25pt;
}

ol li{
list-style-type: decimal;
background: none;
padding: 0;
}

ul.spec_yellow li{
background: url("../images/common/bg_list_item_spec1.gif") no-repeat 0 3px;
padding: 0 0 7px 20px;
font-size: 10.5pt;
color: #e77817;
}

ul.spec_yellow{
margin: 10px 0 10px 13px;
padding: 0;
}

/***************** 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#right table{
font-size: 9pt;
margin: 7px 0 10px 0;
}

div#right table tbody{
padding: 3px 0;
}

div#right table th{
vertical-align: top;
padding: 2px 5px;
background-color:#f5f5f5;
color: #0C71BF;}

div#right table td{
vertical-align: top;
padding: 2px 5px;
border-bottom: 1px solid #f3f3f3;
}

div#right table ul{
margin: 0;
padding: 0;
}


div#right table tr.stripe td{
font-size: 0.75pt;
padding: 0;
background-color: #8AC5FC;
height: 2px;
}

div#right table.table {
border-top: 2px solid #7AC9FF;
border-bottom: 2px solid #7AC9FF;
border-left:  1px solid #7AC9FF;
border-right:  1px solid #7AC9FF;
}

div#right table.table td{
background-color: #ffffff;
text-align:center;
}

div#right table.table th{
background-color: #1A75CF;
color: #ffffff;
padding: 2px 10px;
text-align:center;
}

div#right table.table td.verhead{
text-align: center;
background-color:#f3f3f3;
}

div#right table.table td.page div{
font-size: 9pt;
}

div#right table.table td.page a.move{
font-size: 10.5pt;
}

/***************** table navigation ************************/

table{
margin: 10px 0;}

table td {
vertical-align:top;}

div.table_navig{
font-family: verdana, arial;
font-size: 8.25pt;
padding: 4px 0 2px 7px;
margin: 15px 0 0 0;
text-align: left;
color: #333333;
background: #E3E3E3;
border-top: 1px solid #cccccc;

}

div.table_navig input.counter{
width: 15px;
border: 1px solid #666666;
margin: 0 3px;
font-size: 7.5pt;
vertical-align: middle;
}
div.table_navig input.ok{
height: 17px;
font-size: 7.5pt;
font-weight: bold;
vertical-align: middle;
}

div.table_navig span{
margin: 0 5px 0 0;
}

div.table_navig span.sec{
margin: 0 70px 0 0;
}

/***************** common elements ************************/

div.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 3px;
		padding: 7px 0;
}
div.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 10px;
		padding: 15px 0;
}

.clear {
	height: 1px;
	clear: both;
	font-size: 0.75pt;
}

.none_display{
	display: none;
}
.none_bg{
	background: url("../images/common/none.gif");
}
.none_border{
	border:0;
}




/***************** footer ************************/

div#footer a {
color: #6D8AA1;
text-decoration: none;
}
div#footer a.design {
color: #049CDB;
}
div#footer a.management {
color: #B16D00;
}

/***************** colors ************************/

.red{
color:#D14703;
}

