body {
	font: 10pt/1.4 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
}

body#popup {
    background: #fff;
    margin: 0;
    text-align: left;
} 

/* html styling */

h1 {
	color: #004189;
	font-size: 13pt;
}
	
h2 {
	color: #004189;
	font-size: 11pt; 
}

h3 {
	color: #004189;
	font-size: 10pt; 
}

h4 {
	color: #004189;
	font-size: 10pt; 
}

a:link {
	text-decoration: underline; 
	color: #666; 
}

a:visited { 
	text-decoration: underline; 
	color: #666; 
}

a:active { 
	text-decoration: underline; 
	color: #666; 
}

a:hover { 
	text-decoration: none; 
	color: #727182; 
}

dl {
}

dl .im {
	display: block;
	float: right;
}

dl .i {
}

dt {
	margin-top: 6px;
	font-weight: bold;
}

dd {
}

div.im {
	margin: 4px;
}

/* Global Classes */

/* for empty divs to clear floats */
.clear {
	clear: both;
}

/* template objects */

#background {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align: left; /* centre for compliant browsers*/
}

/* masthead */

#masthead {
	margin: 0 auto; 
	padding: 0;
	width: 780px;
	height: 95px;
	color: #fff;
	background: url(/images/mh.gif) no-repeat 0 0;
}

#masthead h1 {
	display: inline;
}

#masthead #logo a {
	cursor: pointer;
	display: block;
	float: left;
	width: 780px;
	height: 95px;
}

#masthead span {
	display: none;
}

#userbar {
	width: 780px;
	height: 24px;
	margin: auto;
	color: #fff;
	font-family: verdana;
	font-size: 8pt;
	background: #000 url(/images/nav/userbar-bg.gif) top left repeat-x;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #userbar-title {
	margin-top: 4px;
	margin-left: 8px;
	width: 200px;
	float: left;
	font-weight: bold;
}

#userbar #userbar-links {
	margin-top: 4px;
	margin-right: 8px;
	width: 500px;
	float: right;
	text-align: right;
}


/* menubar */

#menubarbox {
	margin: 0 auto;	
	padding: 0;
}

#menubarbox #skip {
	display: none;
}



#menu {
	text-align: center;
	margin-top: 0;
	clear: both;
	height: 22px;
	background: #fff url(/images/mbf.gif) no-repeat top left;
}

#menu ul {
	padding: 0;
	margin: 0;
	margin-left: 170px;
	display: block;
} 

#menu ul li {
	border-right: 0;
	margin-bottom: 0;
	height: 22px;
	list-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	float: left;
	display: block;
}
			
#menu ul li.active, #menu ul li.active a:hover {
	background: #fff url(/images/mb.gif) repeat-x 0 -44px;
}

#menu ul li.last {
	display: none;
}

#menu a {
	display: block;
	width: 100px;
	height: 22px;	
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	background: url(/images/mb.gif) repeat-x 0 0px;
}

#menu a:hover {
	background: url(/images/mb.gif) repeat-x 0 -22px;
	color: #FFC600;
}

#menu a.active {
	background: url(/images/mb.gif) repeat-x 0 -44px;
	color: #FFC600;
}

#menu ul li.active a, #menu li.active a:hover {
	color: #FFC600; 
}

#menu span {
	padding-right: 8px;
	padding-left: 24px;
}

#menu a:hover span {
}

#menu li.active span, #menu li.active a:hover span {
}


/* submenu */

#submenu {
/*	background: url(/images/cbg.gif) repeat-y; */
	line-height: 150%;
	margin: 0 auto;
	padding: 8px 0 2px 0;
	text-align: center; 
	list-style: none;
	clear: both;	
}

#submenu a {
	color: #000000;
	margin: 0;
	font-size: 9pt;
	border: 0;
	display: inline;
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	color: #333;
	text-decoration: none;
}

#submenu a:hover  {
	color: #333;
	text-decoration: underline;
}

#submenu a.selected {
	color: #333;
}

/* sidemenu */

.sub-image {
	border: none;
	width: 200px;
	height: 100px;
	margin-bottom: 13px;
}

.sidemenu {
	width: 200px;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 4px;
	line-height: normal;
	background: #eee url(/images/boxs.gif) repeat-y 0 0;
}

.bt {
	margin: 0 auto;
	padding: 0;
	width: 200px;
	background: #eee url(/images/box.gif) no-repeat 0 0;
	height: 8px;
	overflow: hidden;
}

.bb {
	margin: 0 auto;
	width: 200px;
	background: #eee url(/images/box.gif) no-repeat 0 -19px;
	height: 8px;
	overflow: hidden;
}

.sidemenu h1 {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-bottom: 4px;
	font-size: 12pt;
	font-weight: bold;
}

.sidemenu h1 a {
	text-decoration: none;
}

.sidemenu h1 a span {
	color: #004189;
	text-decoration: none;
}

.sidemenu ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	border-top: 0;
	list-style: none;
} 

.sidemenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.sidemenu li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
}

.sidemenu li a.active {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
}


.sidemenu li a:visited {
	text-decoration: none;
}

.sidemenu li a:hover {
	background: #fff;
}

.sidemenu li a.static:hover {
	background: #eee;
	color: #333;
}

.sidemenu li a.static#active {
	background: #fff;
}

/* container */
#container {
	width: 780px; 
/*	background: url(/images/cbg.gif) repeat-y; */
	padding-bottom: 0;
}

#content {
	clear: right;
	padding: 8px;
	padding-top: 0;
	padding-right: 0;
	min-height: 300px;
/*	background: url(/images/cbg.gif) repeat-y; */
}

#shopmenu {
	width: 320px;
	float: right;
	text-align: right;
	margin-bottom: 8px;
}

#shop {
	clear: right;
	padding-left: 8px;
	background: url(/images/cbg.gif) repeat-y;
}

h1.title {
	padding: 3px;
	padding-left: 8px;
	margin-bottom: 0;
	margin-top: 8px;
	-moz-border-radius: 5px;
}

#shop #tools {
	background-color: #eed; 
	border: 1px dashed #999;
	width: 150px;
	float: right;
	padding: 4px;
	margin: 4px;
	clear: both;
}

#shop #tools ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#shop #price {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	background-color: #eed; 
	border: 1px dashed #999;
}

#shop #price h1 {
	margin-top: 0;
	background: #FFCD56;
	padding: 3px;
	padding-left: 8px;
	-moz-border-radius: 5px;
}

#shop #price p {
	margin: 0;&copy; 2005
}

#shop #images {
	clear: both; 
	float: right; 
	width: 150px; 
	padding: 4px;
	margin: 4px;
	text-align: center;
	background-color: #eed; 
	border: 1px dashed #999;
}


/* home page elements */
#container #home {
}

#container #home #left {
	float: left;
	margin: 10px 0 8px 0;
	width: 460px;
	height: 170px;

}

#container #home #right {
	float:right;
	margin: 10px 0 8px 0;
	width:320px;
	height:170px;

}

#container #home #right #top{
	width: 320px;
	height: 28px;	
	background:  url(/images/calender.gif) no-repeat 0 0;
}


#container #home #right #top a{
	width:320px;
	height: 24px;

}

#container #home #right #bot{
	width: 320px;
	height: 142px;
	background:  url(/images/rightmain.gif) no-repeat 0 ;0
}


#container #home #right #bot #loginbox{
	padding-top: 75px;
	padding-left: 20px; 
}

#container #home #hero {
	text-align: center;
	width: 780;
}

#hero div {
	font-size: 9pt;
	width: 156px;
	height: 240px;
	text-align: center;
	float: left;
	margin: 0;	
}

#hero a.image {
	display: block;	
	width: 156px;
	height: 102px;
}

#hero span {
	display: none;
}

#hero .image a {
	display: block;
	width: 156px;
	height: 240px;
}

#hero .image a span {
	display: none;
}

#hero #one  p {
	padding-top: 8px;
	text-align: center;
	color: #fff;
} 


#hero ul {
	text-align: left;
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 14px;
	padding-left: 2px;
	line-height: 140%;
	list-style-image: url(/images/dot-arrow-right.gif);
}

#hero ul li {
		width: 125px;   
		margin-left: 10px;
}

#hero ul li a {
	display: block;
	padding-left: 4px;
	margin-left: 0px;
	height: 18px;
	color: #fff;
	text-decoration:none;
}

#hero ul li a:hover {
	color: #040544;
	background: #fff;
/*	font-weight: bold; */
	-moz-border-radius: 5px;
}


#hero #interested {
	background: url(/images/intrested.gif) no-repeat top center;
}

#hero #patientinfo {
	background: url(/images/patientinfo.gif) no-repeat top center;
}

#hero #services {
	background: url(/images/services.gif) no-repeat top center;
}

#hero #publications {
	background: url(/images/publications.gif) no-repeat top center;
}

#hero #members {
	background: url(/images/members.gif) no-repeat top center;
}


/* index template elements */
#navleft {
	float: left;
	width: 200px;
	margin-left: 2px;
	padding-top: 8px;
}	

#navleft-coop {
	margin-top: 40px;
}

#contentright {
	float: right;
	width: 530px;
	margin: 0;
	padding: 16px 0 0 0;
}	

#contact #navleft {
	margin: 8px 16px;
	width: 320px;
}	

#contact #contentright {
	margin: auto: 16px;
	padding-top: 16px;
	width: 380px;
}	


/* footer */
#footer {
	margin: auto;
	width: 780px;
	font-size: 8pt;
	height: 60px;
	border-top: 2px solid #003079;
/*	background: url(/images/fbg.gif) repeat-x;*/
}

#footer .info {
	text-align: left;
	float: left;
	margin: 4px;
	padding: 4px;
/*	border: 1px solid #C7E9FE;
	background: #EEF8FF; */
	width: 400px;
/*	-moz-border-radius: 5px; */
}

#footer .info2{
	float: right;
	text-align:right;
	margin: 4px;
	padding: 4px;
	width: 300px;

}

#footer h3 {		
}

#footer a {	
}

/* Workspace Classes */

/* controller */
 
#controller {
	margin: 0 auto 4px auto;
	background: #fff url(/images/nav/controller.gif) center repeat-x;
	color: #000;
	border: 1px solid #dde;
}

#controller table {
	margin: auto;
	width: 748px;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 11pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector a {
}

#selector table {
	border-collapse: collapse;
	width: 100%;
}

#selector table td {
	padding: 0;
}


#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}

table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 5px;
	margin: 0 auto;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 80px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 11pt;
	background: none;
	color: #000;
	margin: 0 0 0 4px;
}

table#title td h1 a {
	color: #000;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

.posts {
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
}

.posts #audit {
	float: right;
}

.posts p {
	margin-top: 2px;
	margin-bottom: 4px;
}

/* name of user posting comment */
.posts .user {
	color: #666;
}

.posts table {
	width: 100%;
}

.posts table td {
	vertical-align: top;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

.controller thead, .controller tfoot {
	clear: both;
	background: #eee;	
}

#content .localtools {
	background: #eee;	
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
}

#content .localtools ul {
	margin: 0;
}

#content .localtools ul li {
	margin-left: 8px;
	display: inline;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

code {
  font-family: courier, monospace;
  background: #ccc;
}

/* calendar */

.calendar { 
}

.selector { 
	margin-top: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	width: 100%;
}

.selector table { 
	width: 100%;
}

.selector select { 
}

#calendar h3 {
	background: #ffe;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	padding: 2px;
	margin: 8px 0;
}

#calendar ul.events {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 4px;	
}

table.calendar { 
	width: 100%;
}

.calendar .day {
	margin: 0;
}

.calendar td.day {
	border: 1px solid #ddc;
	background: #ffe;
	height: 80px;
	padding: 2px; 
}

.calendar .today {
	background-color: #ddc; 
	padding: 2px; 
	margin: -2px;
}

.calendar .today a {
}

.calendar td {
	padding: 0;
	width: 14%; 
	vertical-align: top;
}

.tool {
	float: right; 
}

.calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.calendar td.dayname {
	font-weight: bold;
	text-align: center;
}

.calendarsmall { 
	border: 1px solid #dde;
}

table.calendarsmallcontrol {
	width: 100%;
	background: #ffe;
	border: 1px solid #ddc; 
	border-bottom: 0; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.calendarsmall h3 { 
	text-align: center;
}

.calendarsmall .dayname { 
	font-weight: bold;
}

.calendarsmall .today {
	background-color: #ffe; 
	border: 1px solid #dde;
}

.calendarsmall td {
	text-align: center;
	width: 14%; 
}

.calendaryear {
}

.calendaryear table {
}

.calendaryear td.month {
	vertical-align: top;
	padding: 0 8px 8px 8px;
}

.calendaryear td h3 {
	background: #ffe;
	border: 1px solid #ddc; 
	border-bottom: 0; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

/* dataset */

.dataset {
	margin-top: 4px;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
	border-collapse: collapse;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
}

.dataset thead td {
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* forms */

.formbox {
	margin-top: 8px;
	border: 1px dashed #ccc;
	background: #f6f6f6;	
	padding: 4px;	
	padding-left: 8px;	
}

.formbox h1 {
}

.formbox h2 {
}

.formbox h3 {
}

.formbox table {
	width: 100%;
}

.formbox td {
	padding: 4px;
}

form {
	margin: 0;
	padding: 0;
}

.formbox h1 {
	margin-top: 0;
}

.formbox label {
	font-weight: bold;
}

.formkey {
	float: left;
	width: 150px;
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
}

.formvalue {
	margin-left: 160px;
	padding: 4px;
	padding-left: 8px;
}

.formerror {
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
	color: #c00;
}

.alert {
	color: #c00; 
}


/* editbar */

#editbar {
	background: #fff;
	border-bottom: 1px solid black;
	color: #000;
	font: 10pt/1.4 sans-serif;	
	text-align: left;
	height: 30px;
}

#editbar input, #editbar select {
}

#editbar div {
}

#editbar div input, #editbar div select {
	font-size: 10pt;
}

#editbar #links {
	margin: 5px 5px 0 0;
	float: right;
}

#editbar a {
	color: #339;
}

.editform {
	color: #000;
	border: 1px solid #ccc;
	clear: both;
	margin-top: 4px;
	padding: 4px;
}

.editform .button {
	width: 100px;
	float: left;
}

a.highlight {
	font-size: 18px;
	color: #638a02;
}

.highlight {
	color: #638a02;
	font-weight: bold;
}


