html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 background-color: #f4f4f4;
 font-size: 14px;
} 
 
#pagewidth{ 
 width:820px; 
 text-align:left; 
 margin:0 auto;
} 

#header{
 position:relative; 
 height:103px; 
 background-color:#00a5e5; 
 width:820px;
 color: white;
 vertical-align: middle;
 padding: 0px 0px 0px 0px;
 font-weight: bold;
 font-size: 1.5em;
} 
#head
{
font-size: 2em; 
font-weight: bold;
width: 475px;
float: right;
margin: 30px 10px auto auto;
background-color:#00a5e5 !important;
}
#subhead
{
border: #efefef 5px dotted; 
padding: 10px 10px 10px 10px; 
color: #efefef; 
font-weight: bold; 
font-size: 0.7em;
}
 
#maincol{
 
 position: relative; 
 padding: 30px 0px 0px 10px;
 width: 810px;
 background: #f4f4f4 url('../images/main_bg.png') no-repeat top;
 background-size:830px;
 }
 #contentbody
 {
     background-color: #ffffff;
     width: 95%;
     margin: 20px auto 10px -10px;
     padding: 5px 10px 10px 10px;
 }
 
#footer{
 height:112px;  
 clear:both;
 display:block;
 color: white;
 font-weight: bold;
 font-size: 1em; 
 width: 800px;
 background:#f4f4f4 url('../images/footer2_bg.png') repeat-x top;
 padding: 20px 10px 10px 10px;
} 
#footer a
{
    text-decoration: none; 
    color: white; 
    font-weight:bold;
    font-size: 0.7em;
}
.footer_link
{
    text-decoration: none;
    color: black;
}
.text200
{
    width: 300px;
    border: solid 1px black;
    font-size: 10pt;
}
.error
{
    font-weight: bold;
    color: Red;
    font-size: 10pt;
}
select
{
    width: 290px;
    border: solid 1px black;
    font-size: 10pt;
}
table td
{    
 font-size: 10pt;
}
h2
{
    color: #780c06;
    font-size: 0.9em;
}
h3
{
    color: #a1a767;    
    font-size: 0.9em;
}
#sidebarRight
{
    width: 170px;
    padding: 5px 0px 5px 5px;
    float: right;
}
#submenu * {
    font-size: 0.97em;
}
#submenu * p {
        padding-left: 10px;
        text-indent: -10px;
        margin: 0 0;
    }
#submenu
{
    margin-top: 10px;
    width: 165px;
    border: solid 1px black;
    background-color: White;
}
#submenu table td
{
    padding: 2px;
}
#submenu .menuheading
{
    background-color: #00a5e5;
    color: white;
    font-weight: bold;
    border-bottom: solid 1px black;
}
#submenu a
{
    text-decoration: none;
    color: black;
}
#submenu a:hover,a:active
{
    border: dotted 1px black;
}
a
{
    color: black;
}
a:hover,a:active { text-decoration: none; }
textarea
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.innerhead
{
    background-color:#efefef;
    font-weight: bold;
    border-bottom: dotted 1px red;
    font-size: 10pt;
}
.medical td 
{
    font-size: 10pt;
}
.innerheading
{
    background-color:#efefef;
    color: #780c06;
    font-weight: bold;
    font-size: 1.2em;    
}
.even  
{
    background-color: #E7E7E6;
} 
.odd  
{
    background-color: white;
} 
.row 
{
    border-bottom: dotted 1px red;
}
/*staff*/
#sidebarRight2
{
    width: 170px;
    padding: 5px 0px 5px 5px;
    float: right;
}
#submenu2
{
    margin-top: 10px;
    width: 165px;
    border: solid 1px black;
    background-color: White;
}
#submenu2 table td
{
    padding: 2px;
}
#submenu2 .menuheading
{
    background-color: #00a5e5;
    color: white;
    font-weight: bold;
    border-bottom: solid 1px black;
}
#submenu2 a
{
    text-decoration: none;
    color: black;
}
#submenu2 a:hover,a:active
{
    border: dotted 1px black;
}
.heading
{
color: #a1a767; 
font-weight: bold; 
font-size: 1em;
}
.sortheader
{
color: #a1a767; 
font-weight: bold; 
font-size: 1em;
text-decoration: none;
}
#clearfooter
{
    position: absolute; 
    top: 200px; 
    bottom: 0;
    width: 1px;
}
#wrapper
{
    background-color: White;
}

/*staff profile add*/
#staff form    {
	/*background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);*/
	width:570px;
	line-height: 25px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	padding:10px;
	/*border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
}
#staff input:not([type="radio"]):not([type="checkbox"]), select    {
	width:275px;
	display:inline;
	border: 1px solid #999;
	/*height: 20px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
}				
#staff .moveright {
	text-align: right;					
	padding: 0px 10px 0px 0px;
}
a.fbutton {					
	background:black;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	border: 1p solid #999;
	text-decoration: none;
	padding: 5px;
}
a.fbutton:hover {
	background: white;
	color:black;
}
.staffhead{
	color: white;
	background-color: black;
	padding: 0px 0px 1px 5px;
	height: 21px;
	margin-top: 6px;
}
#staff textarea {
	width:275px;
	height:150px;
	display:inline;
	border: 1px solid #999;
}
				
#staff label span
{
	width: 280px !important;
	text-align: right;
	vertical-align: top;
	float: left;
}

.calendarDateInput
{
    width: 50px !important;
}
.tblheading
{
    border: solid 1px white !important;
    background-color: #dcdcdc;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom !important;
}
#tblsummary td
{
    vertical-align: top;
    font-size: 8pt;
    border: solid 1px #dcdcdc;
}
tblsummary
{
    border-collapse: collapse;
}
#backgroundPopup{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact{
    display:none;
    position:fixed;
    height:394px;
    width:408px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
}
#popupContact h1{
    text-align:left;
    color:#a1a767;
    font-size:22px;
    font-weight:700;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContactClose{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    font-weight:700;
    display:block;
}
#button{
    text-align:center;
    margin:100px;
}
/*end staff profile add*/