body {
	padding: 10px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: beige;
}

div.mainmenu div {
	position: relative;
	padding-right: 50px;
	background-color: #0000CC;
	margin-bottom: 10px;
	float: left;
	padding-top: 0;
	padding-bottom: 0px;
}

a.log {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

h1 {
	color: #0000CC;
	line-height: 15px;
}

div#content {
	clear: left;
	position: absolute;
	top: 100px;
	z-index: 1;
	display: block;
	width: 100%
}

fieldset {
	width: 75%
}

/* Change the link color of the header */
h1 a {
	color: blue;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td, th {  
	vertical-align: top; 
	font-size: 13px; 
	line-height: 15px;
	border: thin solid navy;
	padding-right: 50px;
}

label.category {
	float: left;
	width: 200px;
}

label.member {
	float: left;
	width: 130px;
}

fieldset#phone {
	position: absolute;
	top: 87px;
	left: 310px;
	border: none;
	}
	
td a {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

a.modify {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

#service {
	width: 75%;
	position: relative;
	}

#served, #serve {
	border: 1px solid black;
	position: absolute;
	top: 0px;
	width: 300px;
}

#served {
	left: 350px;
}

#serve{
	left:1px;
}

#inner_server {
	font-size: 12px;
	margin-left: 10px;
	
}

td.borderless{
	border: none;
}

td.borderless a{
	font-weight: normal;
	color: blue;
}
