/* 
    Document   : KontaktSafe
    Created on : 10.06.2009, 15:55:52
    Author     : graf
    Description:
        Purpose of the stylesheet follows.
*/


#contact_window{

    background-color: #666666;
    padding-bottom: 2px;
    font-family: verdana;
    color: white;
    font-size: 13px;
    padding-top: 5px;
}

#contact_header{

    font-family: verdana;
    color: white;
    font-size: 13px;
    padding-left: 2px;
    padding-bottom: 3px;
    font-weight: bold;
    height: 28px;

}
#contactTable_header{

  
   background-color: #C2C2C2;
 
        
}

.contact_table_header_class td{

   padding-left: 3px;
   font-weight: bold;
   background-color: #C2C2C2;
   color: black;
   font-family: verdana;
   font-size: 12px;
}

#contacts{

    background-color: white;
    overflow-y: scroll;
    height: 150px;
    overflow-x: hidden;
    font-family: verdana;
    font-size: 15px;
}

.contact_table td{

    background-color: #DCE3F9;
    padding-left: 3px;
    border: #C2C2C2 solid 1px;
    font-family: verdana;
    font-size: 11px;
    color: black;

}

#contact_detail{
    
    padding-left: 9px;
    height: auto;
    font-family: verdana;
}


.letterref{

    font-family: verdana;
    font-weight: bold;
    color: white;
    font-size: 13px;
}


/*---------Zusatzinformation*/
.contact_add_table{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 98%;
}

.contact_add_table th{

    color: black;
    font-weight: bold;
    padding-bottom: 3px;

    font-family: verdana;
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
}




/*----------------------RIDERTABLES-----------------------*/

.contact_personal_table{

    width: 98.5%;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 3px;


}

.contact_personal_table th{

    color: black;
    padding: 2px;
    font-weight: bold;
    font-family: verdana;
    font-size: 14px;
    text-align: left;
    

}

.contact_personal_table td{

    padding-left: 3px;
    padding-right: 3px;
    text-align: right;
    font-family: verdana;

}

#rider{
   padding-left: 1px;
   padding-top: 1px;
   text-align: left;
}

#ridertable{
    position: relative;
    left: 0px;
    width: 300px;
}

#ridertable td{

}

#privaterider{
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    border: 1px groove black;
    color: black;
    background-color: #DCE3F9;
}

#companyrider{
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    border: 1px solid gray;
    color: gray;
    padding-left: 1px;
    padding-right: 1px;
}

#addrider{
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    border: 1px solid gray;
    color: gray;
    padding-left: 1px;
    padding-right: 1px;
}


#addresses{

    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border: black groove 2px;
    background-color: #DCE3F9;
}

#addredsses td{
    font-size: 13px;
    font-family: verdana
}


#addressprivate{

    visibility: visible;
    height: auto;
    text-align: left;
}
#addresscompany{

    visibility: hidden;
    height: 0px;
    text-align: left;
}
#addressadd{

    visibility: hidden;
    height: 0px;
    text-align: left;
}

/*---------------------supDevpage-----------------------*/

.logotable td{

    border: gray dotted 1px;
    cursor: pointer;
}

.devList{
    background-color:  #DCE3F9;
}

.devList td{
	
    border: gray solid 1px;
    font-family: verdana;
    font-size: 14px;

}

.devList th{

    font-family: verdana;
    font-size: 15px;
    font-weight: bold;


}
/*----------------Konfig Manual Seiten ------------*/

.konfigmanual td{

    font-family: verdana;
    font-size: 14px;
}

.text_config {
	
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00509E;
	float: left;
	font-weight: bold;
	padding: 0 0 20px 0;
	
}

.dev_row {
	
	border: none;
	line-height: 25px;
	padding: 0 0 0 12px;
}
