/***** Global Settings *****/
 
html, body {
	border:0;
	margin:auto;
	padding:0;
	background-color:#EBEBEB;
	background-image: url(../graphics/headerBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}

body {
	font:100%/1.25 arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }


/* ----- header ----- */

#header {
	position: relative;
	margin: 0 auto;
	height: 104px;
	width:710px;
	background-image: url(../graphics/TopBackground.jpg);
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#header h1 {
	background:url(../graphics/MainInsideBackground.jpg);
	height: 64px;
	width: 650px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}

.logo {
	font-weight:bold;
	letter-spacing: -1px;
	padding-right: 186px;
	padding-left: 0px;
}

.logo a:link { color: #FFFFFF; text-decoration:none; }
.logo a:visited { color: #FFFFFF; text-decoration:none;}
.logo a:hover { color: #FFFFFF; text-decoration:none;}
.logo a:active { color: #FFFFFF; text-decoration:none;}

.creditText {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align: right;
}

#main {
	margin: 0 auto;
	width:710px;
	background-image: url(../graphics/MainBackground.jpg);
	padding-right: 30px;
	padding-left: 30px;
}

#menu {
	float: left;
	width:120px;
	background-color: #F3F3F3;
	padding: 20px 30px;
	height: auto;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	color: #555555;
	background-image: url(../graphics/topRedBar.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#menu a { color: #555555; text-decoration:none; display:block; width:100px; padding-left:20px; margin-left:-20px; padding-top:9px; padding-bottom:9px;}
#menu a:link { color: #555555; text-decoration:none;}
#menu a:visited { color: #555555; text-decoration:none;}
#menu a:hover { color: #000000; text-decoration:none; font-weight:bold;}
#menu a:active { color: #842B26; text-decoration:none;}

#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#menu li
{
	background-image: url(../graphics/menuArrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 12px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

.title {
	font-size:18px;
	color:#842B26;
	font-weight:bold;
}

#content {
	width:466px;
	padding: 20px;
	border: 1px solid #DDDDDD;
	color: #555555;
	float:right;
	font-size:12px;
	background-image: url(../graphics/topRedBar.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content hr {
	border: 0;
	width: 95%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#content p {
	margin:0px;
	padding:0px;
	line-height:22px;
	padding-top:10px;
}

#content a { color: #000000; text-decoration:underline;}
#content a:link { color: #000000; text-decoration:underline;}
#content a:visited { color: #555555; text-decoration:underline;}
#content a:hover { color: #999999; text-decoration:underline;}
#content a:active { color: #842B26; text-decoration:underline;}

#login {
	margin-top:20px;
	float:left;
	width:120px;
	padding: 20px 30px;
	height: auto;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	color: #555555;
	background-image: url(../graphics/topRedBar.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom:20px;
}

#login a { color: #000000; text-decoration:underline;}
#login a:link { color: #000000; text-decoration:underline;}
#login a:visited { color: #555555; text-decoration:underline;}
#login a:hover { color: #999999; text-decoration:underline;}
#login a:active { color: #842B26; text-decoration:underline;}

#login form {
	margin:0px;
	padding:0px;
	margin-top:10px;
}

.cssform p{
width: 100px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

#username, #password{
	color: #555555;
	background: #f3f3f3;
	border: 1px solid #555555;
	width:116px;
}

#submit  {
	color: #555555;
	background: #dedede;
	border: 2px solid #555555;
	margin-top:5px;
	font-size:12px;
}
/** Database Search **/
#content table {
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
}

#content th {
	text-align:left;
	background-color: #fefed9;
	padding-left:4px;
	padding-right:4px;
	font-size: 13px;
	line-height: 14px;
	height:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}

#content td {
	padding-left:4px;
	padding-right:2px;
	line-height: 11px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
	height:30px;
}

#NPINum {
	padding:10px;
	width:445px;
	border:1px solid #555555;
	background-color: #fefed9;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin-bottom:35px;
	margin-top:10px;
}

#CNPINum {
	padding:10px;
	width:445px;
	border:1px solid #555555;
	background-color: #e8fcfe;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.records {
	font-size:14px;
	line-height:30px;
	color:#000000;
}
#psearchForm {
	margin:10px 0px 0px;
	padding:10px;
	border:1px solid #555555;
}
#psearchForm form {
	margin:0px;
	padding:0px;
}
#plastname{
	color: #555555;
	background: #f3f3f3;
	border: 1px solid #555555;
	width:280px;
	margin-top:15px;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:0px;
}

#pcity{
	color: #555555;
	background: #f3f3f3;
	border: 1px solid #555555;
	margin-top:15px;
	margin-right:10px;
	width:280px;;
	margin-left:35px;
}

#pclinic{
	color: #555555;
	background: #f3f3f3;
	border: 1px solid #555555;
	margin-top:15px;
	margin-right:10px;
	width:280px;;
	margin-left:57px;
}

#searchP {
	background-color: #fefed9;
	height:100px;
	padding:10px;
}

#searchC {
	background-color: #e8fcfe;
	height:100px;
	padding:10px;
	margin-top:10px;
}

#searchL {
	background-color: #f1e1d9;
	height:100px;
	padding:10px;
	margin-top:10px;
}

#newSearch {
	width:117px;
	display: inline;
	height:72px;
	margin-left:192px;
	font-weight:bold;
}

#newSearch a { color: #000000; text-decoration:none; background-color:#F4C22B; padding:5px 10px; border:1px solid #000000;}
#newSearch a:link { color: #000000; text-decoration:none; background-color:#F4C22B; padding:5px 10px; border:1px solid #000000;}
#newSearch a:visited { color: #842b26; text-decoration:none;}
#newSearch a:hover { color: #842b26; text-decoration:none; background-color:#ffe081; padding:5px 10px; border:1px solid #000000;}
#newSearch a:active { color: #000000; text-decoration:none;}

/** Database Search SUB**/



#stats {
	margin-top:20px;
	float:left;
	width:120px;
	padding: 20px 30px;
	height: auto;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	color: #555555;
	background-image: url(../graphics/topRedBar.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#fefed9;
}

#stats p{
	margin:10px 0px 0px;
	padding:0px;
}

#footer {
	height: 40px;
	width:710px;
	background-image: url(../graphics/footerBackground.jpg);
	padding-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 15px;
	clear:both;	
}

#footerwrap {
	margin: 0 auto;
	width:710px;
	background-image: url(../graphics/MainBackground.jpg);
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom:20px;
	padding-top:20px;
}

.question {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	display:block;
}