/* CSS Document */

body {
	font: 80% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
	background-image:url(back.jpg);
	padding-top:10px;

}

#header{
background-image:url(../images/theimagingclinic-S.gif);
background-repeat:no-repeat;
padding-left:20px;
padding-top:5px;
background-color:#FFFFFF;
height: 120px;
}

#content{
background-color:#FFFFFF;
padding:10px;
float:left;
}

/* Navigation Start */
#nav{
background-image:url(navbar.jpg);
background-repeat:no-repeat;
width:800px;
height:25px;
float:left;
}

#topnav{
	font: 16px "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#FFFFFF;
	

}
#topnav a{
	font: 16px "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color:#ffffff;
	text-decoration:none;
	
}
#topnav a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#topnav ul{
padding: 0;
margin:0;

}
#topnav li{
list-style-type:none;
display:inline;
padding-left: 20px;

}

/* Navigation End */

/* Bread Crumbs Start */

#bread{
	background-color:#000000;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	display: block;
	width:520px;
	height:20px;
	}
#bread a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
#bread a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/*Bread Crunds End */

/* Content Style Start */

#adminTitle{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width:750px;
}

#admincopy{
width:500px;
padding:10px;
}

#loginbox{
width:250px;
background-color:#E6E6E6;
padding:10px;
}

#doctorcopy{
width:600px;
background-color:#E6E6E6;
display:block;
	padding: 10px;
}

#addTitle{
	font-size:18px;
	color:#1c3e71;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width:400px;
}
#addTitle a{
	font-size:18px;
	color:#1c3e71;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#addTitle a:hover{
	color:#000000;
	text-decoration:underline;
}
#tableHead{
background-color:#000000;
color:#FFFFFF;
padding:5px;
}
#tablemain{
	background-color:#E1E1E1;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#tablemain a{
	color:#1c3e71;
	text-decoration:none;
}
#tablemain a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Content Style End */

/* Footer Start */

#footer{
background-image:url(footer.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
padding:20px;
color:#666666;
font-size: 11px;
height:70;
width:760px;
float:left;
}

/* Footer End */
