img {
	border-style: none;
}

body {
	font-family: Arial;
	overflow:hidden;
}

#header {
height:87px;

}
ul {
	margin: 0;
}

#tabs li {
	display: inline;
	zmargin: auto 2px auto 2px;
}

form {
	display: inline;
}
#login input {
    height: 16px;
    margin: 0 5px 0 3px;
}
#login {
	zwidth: 40%;
	float: right;
	text-align: right;
	zbackground-color: blue;
	font-size: 12px;
}

#login img {
	padding: 0 10px 0 10px;
}

#login a {
	text-decoration: underline;
	color: black;
	padding: 0 5px 0 5px;
}

#title {
	zheight: 70px;
	border: 0;
	color: #a66d1c;
	zbackground-color: red;
	zwidth:50%;
	display: inline;
	float:left;
}

#title a {
	text-decoration: none;
	color: #a66d1c;
}

#title img {
	margin: 0 4px auto 20px;
	float: left;
}

#title span {
	margin: auto auto 10px 10px;
	background-color: white;
	font-family: comic Sans MS;
	//font-family: Times;
	font-size: 24px;
	line-height: 65px;
}

#error {
    color: red;
    float:right;
    zpadding: 20px 20px 0px auto;
    font-size: 16px;
    margin:10px 200px 0px auto;
    zwidth:40%;
}


#tabs {
	float: right;
	width: 100%;
	color: white;
	font-size: 18px;
	border-width: 1px;
	text-align: center;
	background-color: #efce36;
	padding:0px;
	zbackground-color: #a66d1c;
}

#tabs a {
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: white;
}

#tabs a:hover {
	zfont-weight: bold;
	background-color: #a66d1c;
}

.active {
	background-color: #a66d1c;
}

.active_admin {
	font-weight: bold;
	background-color: red;
}
.active strong {
	color: white;
}

#content {
	width:850px;
    margin: 50px auto auto auto;
}

select {
    border:0;
    width:100%;
}

a {
text-decoration: underline;
}


#onepanel {
    overflow-y:auto;
}

#phone {
    margin: 20px 5px;
    font-size:14px;
} 
#mailist {
    font-size:12px;
} 
#stat {
    height:15px;
}

.table_header {
    border-collapse:collapse;
    table-layout:fixed;
    margin-bottom:0px;
    font-size: 14px;
}
.table_header a {
	text-decoration:none;
	color:black
}
.table_body {
    overflow:auto;
    padding-bottom:10px;
    margin-bottom:10px;
}
.table_body table {
    //border-collapse:collapse;
    table-layout:fixed;
    font: 12px;
}
.table_body td {
    font-size:12px;
    padding: 0px 0px 1px 2px;
}
.table_body input {
	margin:0px;
    border: 0;
    width:100%;
    height:16px;
}
.delete {
    border-right: hidden;
    border-top: hidden;
    border-bottom: hidden;
    padding-top:3px;
}


#title_print {
	display:none
}
