body {
	font-family: trebuchet ms;
	margin: 0px;
	margin-left: 0px;
	background: #fff;
	color: #525A63;
	scrolling: no;
}

td.menu {
	background: #36c;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

td.menu_contact,.menu_selected {
	background: #af0;
	color: #000;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

a:link.menu, a:visited.menu, a:hoover.menu {
	color: #fff;
	text-decoration: none;
}

td.submenu {
	background: #fff;
	color: #525A63;
	font-size: 12px;
	text-align: center;
	border: 1px solid #525A63;
}

td.name {
	color: #000;
	font-size: 30px;
	text-align: right;
	vertical-align: middle;
	height: 50px;
	width: 565px;
}

td.txt,td.key {
	font-size: 16px;
	color: #000;
	background: #fff;
	text-align: left;
}

td.value {
	font-size: 16px;
	color: #525A63;
	background: #fff;
	padding-right: 10px;
}

td.phone {
	font-size: 16px;
	color: #000;
	background: #9cf;
	text-align: center;
	height: 47px;
}

td.services {
	font-size: 16px;
	color: #666;
	text-align: center;
}

/*  DB information  */

td.db_header {
	color: #f00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td.db_key {
	text-align: right;
	padding-right: 5px;
}

input.db {
	font-family: trebuchet ms;
	border: 1px solid #000;
}

td.db_search {
	border-bottom: 1px solid #999;
	padding-left: 5px;
	width: 50%;
}

/* status */

td.status_error {
	background: #red;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

td.status_ok {
	background: green;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

td.upload_key {
	width: 50%;
	text-align: right;
	padding-right: 5px;
}

td.upload_value {
	width: 50%;
	text-align: left;
	padding-right: 5px;
}

.req_key {
	color: #000;
	font-size: 16px;
	text-align: right;
	width: 30%;
	border-bottom: 1px solid #fff;
}

.req_value {
	width: 70%;
	border-bottom: 1px solid #fff;
}

.req_header {
	font-size: 16px;
	color: #36c;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #fff;
}
