/*
CSS Style Guide for health register 
*/


body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	text-align: left;

}


table.container {
	border-collapse: collapse;
	width: 950px;
	border: 1px solid #c7c7c6;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;
}

td.containercell {
	padding: 15px;
	padding-top: 0px;
}

.navbar{
    background-color: #529d4a;
    height:5px;
    width:950px;
}

#content {
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	
}	

#content td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	
	
}
#content td.noborder {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	
}
#content th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
}

#content table {
	border-collapse: collapse;
}

#content a {
	text-decoration: none;
	color: #529d4a;
}

#content a:hover {
	text-decoration: underline;
	color: #2d5329;
}

#content h2 {
	font-size: 14px;
	color: #529d4a;
	margin-bottom: 4px;
}
#content h1 {
	font-size: 20px;
	color: #529d4a;
	margin-bottom: 4px;
}

#content p {
	margin-top: 0;
}
.formbutton {
	border: 1px solid #73af55;
	background: #edf5eb;
	font-size: 10px;
	font-weight: bold;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin: 1em 1em 1em 0;
	color: #6f6f6f;
}
#footer a, a:link {
	text-decoration: none;
	color: #6f6f6f;
}
#footer a:hover {
	text-decoration: underline;
	color: #6f6f6f;
}
#nav{
	text-align: left;
	font-size: 12px;
	margin: 1em 1em 1em 0;
	padding-top: 1em;
	padding-right: 1em;
	border-right: 1px solid #e2e2e2;
	padding: 5px;
}
#nav p.lowborder { 
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 10px 0;
	color: #529d4a;
	padding: 5px;
	font-weight: bold;    
}

.topmenu{
	padding: 0 0 10px 0;
}

.topmenu a{
	padding: 0 0 10px 0;
	color: #529d4a;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#nav a {
	text-decoration: none;
	color: #529d4a;
}

#nav a:hover, a.homepage:hover{
	text-decoration: underline;
	color: #2d5329;
}

option.body{
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
}

select.body{
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
}
#border {
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
	}
#border td{
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
	border-color: #CCCCCC;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	}
#border a {
	text-decoration: none;
	color: #529d4a;
}

#border a:hover {
	text-decoration: underline;
	color: #2d5329;
}
#border table {
	border-collapse: collapse;
}
#border h2 {
	font-size: 14px;
	color: #529d4a;
	margin-bottom: 4px;
}