/*  
	csphonebook v.1.0
	Copyright (c) 2005-2006 common solutions GmbH & Co. KG, Bochum, Germany
	www.common-solutions.de
	csinfo@common-solutions.de
	
	
	csphonebook is copyrighted by common solutions GmbH & Co. KG. 
	Feel free to modify it at your needs. 
	You may not remove the common solutions copyright notice in the footer and in the code.	
	
	
	This file is part of csphonebook.

    csphonebook is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    csphonebook is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with csphonebook; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
.active {
   	border: 1px; 
	border-style:solid; 
	border-color: #01007f;
	text-decoration: none;
}
a:link {
	text-decoration:none;
	color: #e06615;
}
a:visited {
	text-decoration:none;
	color: #e06615;    	
}
a:hover {
	text-decoration:underline;	
	color: #e06615;
}
.buttons {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #f8f4f4;
	border-width: 1px;
	border-style: solid;
	border-color: #01007f;
}
.chmod {
 	Border-Collapse: Collapse;
 	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #f8f4f4;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #8597c3;
}
.copyright {
	Border-Collapse: Collapse;
 	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #B0B0B0;
	width: 210px;
	empty-cells: show;
} 	
.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   	color: #FFFFFF;
	background-color: #A52A2A;
	border-width: 1px;
	border-style: solid;
	border-color: #01007f;
}
.even {
	background-color: #e7e9ef;

}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
  	color: #000000;
  	padding-left: 15px;
}
.ico {
	width:2px;
	vertical-align: center;
}
.installtable {
 	Border-Collapse: Collapse;
 	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:50%;
	min-width:530;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8597c3;
	border-right-color: #8597c3;
	border-bottom-color: #8597c3;
	border-left-color: #8597c3;
} 
img {
	border: 0px;
}
.input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration:none;    
	background-color: #f8f4f4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #01007f;
	border-right-color: #01007f;
	border-bottom-color: #01007f;
	border-left-color: #01007f;
}
.leftcol {
	width: 200px;
	font-weight: bold;
}
.line {
 	background-color: #01007f;
 	background-image: url(td.gif);
 	height: 2px;
}
.logotable {
 	border-collapse: Collapse;
 	background-color: #FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:50%;
	min-width:530px;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #8597c3;
	margin-top: -20;
}
.odd {
	background-color: #FFFFFF;
}
.output {
	width:24%;
	vertical-align: middle;
}
.output2 {
	width:20%;
	vertical-align: top;
}
.result {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e06615;
	text-decoration: none;
	background-color: #d4d1d1;
}
.searchfield {
	padding-left: 15px;
	padding-right: 5px;
	vertical-align: bottom;
}
.tabhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
 	background-image: url(td.gif);
    border-width: 1px;
    border-style: solid;
    border-color: #afb8cf;
    border:1px;   
	vertical-align: middle;
}
.table {
 	border-collapse: Collapse;
 	background: #FFFFFF;
 	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:90%;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #afb8cf;
}
td {
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: center;
}