﻿body
{
    
    font-size: .75em;
    font-family: Calibri,Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    
}
h1,h2,h3,h4,h5,h6 {
	margin:1px 0;
	font-family:"trebuchet MS", verdana, sans-serif;
	color:#e99400;
}
.content-left h1, .content-right h1,
.content-left h2, .content-right h2,
.content-left h3, .content-right h3,
.content-left h4, .content-right h4,
.content-left h5, .content-right h5,
.content-left h6, .content-right h6 {
	color:#000;
	margin:1px 0;
}	

	
h1 {
	font-size:1.2em;
}
	
h2 {
	font-size:1em;
}
	
h3 {
	font-size:.9em;
	background:url(images/bg-line.png) repeat-x bottom;
	}
	
h4 {
	font-size:.8em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.8em;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#33840c;
	text-decoration:underline;
	}

a:visited {
	color:#72840c;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

a:active {
	text-decoration:underline;
	color:#86c400;
}
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}		
#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header-container {
	position: relative;
	padding: 6px 0 0 0;
	background: #D7EBFF;
	color: black;
	border-bottom: 1px dotted #585858;
	height:50px;
}
/* LOGO */
#header h1
{
    font-size:2.0em;
    letter-spacing:0.1em;
}
    
.logo {
	font-size:2.0em;
	width:60%;
	float:left;
	font-family:"trebuchet MS", verdana, sans-serif;
	padding:5px 0 10px 15px;
	letter-spacing:.2em;
	color:black;
	font-weight:bold;
	}

/* LOGO LINK */

.logo a:link,
.logo a:visited {
	text-decoration:none;
	color:black;	
	}
#site-title{padding:0 0 3.6em 0.9em; height:65px;}
#site-title #logo{font-size:300%;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:49px;}
#site-title #logo a{color:navy;text-decoration:none;font-variant:small-caps;letter-spacing:-0.01em;}
#site-title #logo a:hover{color:orange;}
#site-title p.headline{float:left;border-left:1px solid #999;margin:0 0 0 0.8em;padding:0 0 0.2em .8em;font-weight:normal;font-size:140%;line-height:49px;letter-spacing:0.2em;}
/* clearfix */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.createlink{margin:10px 0 0 0;}    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login  {
	
	text-align:right;
	margin:10px 15px 3px 0;
	float:right;
	width:20%;
	}

/* LOGIN LISTS */

.nav-login ul {
	margin:0;
	padding:0;
	}

.nav-login li {
	list-style:none;
	padding:3px 0 3px 17px;
	display:inline;
	margin-left:15px;
	background:url(images/bullet.png) no-repeat 0 4px;
	}

.nav-login li.first {
	list-style:none;
	margin-left:0;
	}
	
/* LOGIN LINKS */

.nav-login a:link
{
	color:Green;
	text-decoration:none;	
}
.nav-login a:visited{
	color:Navy;
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:200px;
	height:200px;
	margin-top:-1px;
	}

.poster-container-no-image {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:70px;
	height:70px;
	margin-top:-1px;
	}
	
.poster-inner {
	background:url(images/bg-poster.jpg) no-repeat left top;
	font-family:"trebuchet MS", verdana, sans-serif;
	min-height:70px;
	height:70px;
	}

.poster-photo {
	background:url(images/bg-poster-photo.jpg) no-repeat left;
	min-height:170px;
	_height:170px;
	padding:30px 30% 0 200px;
	font-style:italic;
	}

.poster-container h1 {
	margin:0;
	font-size:1.2em;
	color:#000;
	}

.poster-container p {
	margin:10px 0 0 0;
	line-height:normal;
	font-size:1em;
	}

/* POSTER LINKS */

.poster-links {
	font-weight:bold;
	}
	
.poster-container a:link,
.poster-container a:visited {
	color:#33840c;
	}

.poster-container a:hover {
	text-decoration:none;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main {
	margin:-41px 0 0 199px;
	padding:12px 15px 0 15px;
	background:#f6f6f6;
	min-height:28px;
	_height:28px;
	border-top:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

/* MAIN NAV LISTS */

.nav-main ul {
	margin:0;
	padding:0;
	}

.nav-main li {
	list-style:none;
	float:left;
	background:none;
	padding:0;
	}

.nav-main li a {
	display:block;
	padding:0 10px;
	border-right:1px dotted #d2d2d2;
	}

.nav-main li.first a {
	padding-left:0;
	}
	
/* NAV MAIN LINKS */

.nav-main a:link,
.nav-main a:visited {
	color:#33840c;
	text-decoration:none;
	}

.nav-main .active a:link,
.nav-main .active a:visited {
	color:#000;
	}

.nav-main a:hover {
	text-decoration:underline;
	}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0 0 0.9em;
}
.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
input, select
{
    font-family:inherit;
    font-size:small;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 10px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.GridLabel{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 12pt;
	color:#33840c;
	padding-left:3px;
	height: 20px;
	text-align: center;	
}

.UserVarLabel{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 10pt;
	color:#33840c;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}

.UserVarChoiceGreen{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 10pt;
	color:green;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}
.UserVarChoiceYellow{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 10pt;
	color:orange;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}
.UserVarChoiceRed{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 10pt;
	color:red;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}

.UserVarOverdueLabel{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 10pt;
	color:blue;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}

.UserVarChoice{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 8pt;
	color:black;
	padding-left:3px;
	height: 20px;
	text-align: left;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 Report Styles
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
	.ReportHeader{
	background: #F2A65A;
	color:white;
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 16pt;
	font-weight: bold;
	padding:10px;
	text-align: center;	
}
.ReportHeader2{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 14pt;
	font-weight: bold;
   font-style: italic;	
	padding-left:3px;
	height: 30px;
	text-align: left;	
}
.ReportHeader1{
	font-family: Arial, Helvetica,Calibri, Tahoma;
	font-size: 14pt;
	font-weight: bold;   
	padding-left:3px;
	height: 30px;
	text-align: center;	
}
.ReportTableBody{	
	font-size:12pt;	
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 5px;
}
.ReportPhone{	
	font-size:14pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.ReportDoctorName{
	font-size:14pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}
table.ReportTable td{
	padding-bottom:8px;
	padding-top: 8px;	
}
.logo {
	font-size:1.5em;
	width:60%;
	float:left;
	font-family:"trebuchet MS", verdana, sans-serif;
	padding:5px 0 10px 15px;
	letter-spacing:.2em;
	color:black;
	}
table.data-table1 {
	background:#f6f6f6;
	font-size:12px;
	border-top:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

table.data-table1 caption{
	background:#b6b6b6;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px dotted #7a7a7a;
	border-bottom:none;
	}

	
table.data-table1 th{
	padding:8px;
	border-right:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	}

table.data-table1 th{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
	}
	
table.data-table1 td{
	padding:5px;
	#border-right:1px dotted #7a7a7a;
	#border-bottom:1px dotted #7a7a7a;
	}

table.data-table1 tr.row-alternating td{
	background:#e0e0e0;
	}
.submitbutton
{
    background-color: navy;
    line-height:20px;
    font-family: Lucida Sans;
    color:white;
    font-weight:bold;
    border:1px silver inset;
}
.validation-summary-errors
{
    color:red;
}
.editor-field .input-validation-error 
{
    border:1px solid red;
}
.editor-field .field-validation-error
{
    margin-left:5px;
    color:red;
}

.text25
{
    width:25px;
}
.text50
{
    width:50px;
}

.text100
{
    width:120px;
}
.text300
{
    width:300px;
}

.textRo100
{
    width:120px;
}

.textDateTime
{
    width:150px;
}
.text500
{
    width:500px;
}
.text250
{
    width:400px;
    margin-left:-120px;
    cursor:hand;
}

