﻿@media print 
{

.hideFromPrint
{
    display:none;
}

html, body
{
    font-family: Arial, Verdana, Sans-Serif;
    margin:0;
    padding:0;
    font-size:10pt;
}

ul, ol
{
    list-style:square;
}

fieldset
{
    padding:1em;
    background-color:#fff;
}

dl dt
{
    float: left;
    width:10em;
}
dl dd
{
    margin-left:10.5em;
}

dl dt.medium
{
    width:12em;
}
dl dd.medium
{
    margin-left:12.5em;
}


#locationAddress div
{
    position:absolute;
    top:0in;
    left:0in;
}
#patientAddress div
{
    position:absolute;
    top:1.75in;
    left:.5in;
}
#body div
{
    position:absolute;
    top:3in;
}

#date div
{
    position:absolute;
    top:0in;
    left:5.5in;
    text-align:right;    
}



/* FIELDSETS & COLUMNS */
/* ------------------------------------------------------------------------------ */
fieldset
{
    padding:10px;
    display:block;
    background-color:#F1EFE6;
    margin-bottom:10px;
    border:1px solid #D8D2BD;
}
fieldset.formSmall
{
    width:400px;
}

div.columnContainer
{
    overflow:hidden;
    height:1%;
    margin:0;
    clear:none;
}
div.columnContainer div.column
{
    clear:none;
}
div.column
{
    display:block;
    float:left;
    width:345px;
    margin-right:10px;
}
div.column3
{
    display:block;
    float:left;
    width:220px;
    margin-right:10px;
}


/* FORMS ELEMENTS */
/* ------------------------------------------------------------------------------ */
fieldset div
{
    margin:3px 0 3px 0;
    padding:0;
    display:block;
    min-height:100%;
    height:1%;
    clear:both;
}

label
{
    margin:0 5px 0 0;
    padding:4px 0 0 0;
    width:115px;
    float:left;
    text-align:right;
    font-weight:bold;
}
label.medium
{
    width:195px;
}
label.wide
{
   width:320px; 
}
label.auto
{
    width:auto;
    margin:0 5px 5px 0;
    clear:both;
}
label.vertical
{
    text-align:left;
    float:none;
    width:auto;
    display:block;
}

input, 
select, 
textarea,
a.button
{
    margin:0 0 3px 0;
    padding:1px;
    background-color: #fff !important;
    border:1px solid #CDC5A9;
}
a.button
{
    display:block;
    padding:1px 10px;
    width:150px;
}

span.noBorder input
{
    padding:0px;
    margin:3px 5px 0 0;
    border:0px solid red;
    float:left;
    background-color:Transparent !important;
}

span.noBorder label
{
    display:block;
    float:left;
    margin:3px 10px 0 0;
    padding:0;
    width:auto;
}


/* DEFINITION LISTS */
/* ------------------------------------------------------------------------------ */
dl
{
    margin:0;
    padding:0;
}
dl.column
{
    display:block;
    float:left;
    width:24em;
    margin-right:0.25px;
}
dl.column3
{
    display:block;
    float:left;
    width:220px;
    margin-right:10px;
}

div.narrowContentRight dl.column
{
    width:320px;
}
dt
{
    margin:0 5px 0 0;
    padding:0;
    width:115px;
    float:left;
    text-align:right;
    font-weight:bold;
}
dt.medium
{
    width:195px;
}
dt.wide
{
    width:320px; 
}
dt.widest
{
    width:516px; 
}
dl dd
{    
    overflow:visible;
    margin:0 0 5px 120px;
    padding:0;
    height:1%;
}
dl dd.medium
{
    margin-left:200px;
}
dl dd.wide
{
    margin-left:325px;
}
dl dd.widest
{
    margin-left:521px;
}


/* LEGEND */
/* ------------------------------------------------------------------------------ */
#legend
{
    float:right;
    margin:10px 0 0 0;
    padding:0 0 5px 0;
    border:1px solid #d8d2bd;
    background-color:#f5f4ef;
}
#legend dl
{
    padding:7px 0 5px 0;
    margin:0;
}
#legend dl dt
{
    text-align:left;
    float:left;
    width:auto;
    margin:0 3px 0 15px;
}
#legend dl dd
{
    float:left;
    margin:0 15px 0 0;
}


/* TABLES */
/* ------------------------------------------------------------------------------ */
table
{
    font-size:8pt;
    margin-top:0;
    width:100%;
    border-collapse:collapse;
    border:1px solid #D8D2BD;
}
th, td
{
    padding:3px 10px;
    margin:0;
    border-width:0;
    border-color:#fff;
    background-color:#fff;
}
td.highlight table
{
    margin-top:0;
    padding:0;
    border:none;
    width:100%;
}

td.highlight table tr td
{
    background-color:#ECF0F4;
    vertical-align:baseline;
}
td.highlightNo table
{
    margin-top:0;
    padding:0;
    border:none;
    width:100%;
}
td.highlightNo table tr td
{
    background-color:#ffffff;
    vertical-align:baseline;
}
table tr.borderBottom td
{
    border-bottom:1px solid #D8D2BD;
}
table tr.tableHeader td,
table tr td.tableHeader,
table tr th,
table tr.tableFooter td,
table tr.tablePager td 
{
    background-color:#F1EFE6;
    font-weight:bold;
    border-top:1px solid #D8D2BD;
    border-bottom:1px solid #D8D2BD;
}
table tr.tablePager td table 
{
    border:none;
}
table tr.tablePager td table td
{
    border:none;
}
table tr.tableRowAlt td
{
    background-color:#EFEFED;
}

table.billPaySummary
{
    border-top:0px solid #fff;  
}
table.billPaySummary td
{
    text-align:left;
    padding:0;    
}
table.billPaySummary td table
{
    border:0px solid #fff;   
}
table.billPaySummary td table td
{
    text-align:left;
    padding:3px 10px;    
}
table.billPaySummary td table th
{
    background-color:#F1EFE6;
    font-weight:bold;
    border-top:1px solid #D8D2BD;
    border-bottom:1px solid #D8D2BD;
}
table.billPaySummary table td,
table.billPaySummary td div dt,
table.billPaySummary td div dd
{
    font-size:100%;
}
table.billPaySummary table td.rightAlign
{
    text-align:right;
}

table.billPayList td
{
    font-size:100%;
}
table.billPayList td input
{
    font-size:72%;
}
table span label
{
    font-size:100%;
    font-weight:normal;
}

/* PATIENT SELECT */
/* ------------------------------------------------------------------------------ */
#patientSelect
{
    height:30px;
    margin:0 0 0 0;
    padding:0 0 0 93px;
}


/* POPUP CALENDAR */
/* ------------------------------------------------------------------------------ */
table.PopupCalendar,
table.PopupCalendar tr td,
table.PopupCalendar tr th
{
    margin:0;
    padding:0;
}
table.PopupCalendar tr th
{
    padding:4px;
    background-color:#fff;
    
}
table.PopupCalendar table.Title,
table.PopupCalendar table.Title tr
{
    border:0px solid #fff;
    color:#fff;
    font-weight:bold;
}
table.PopupCalendar table.Title td
{
    background-color:#033D73;
    font-size:100%;
    padding:4px;
}
table.PopupCalendar td.OtherMonthDay,
table.PopupCalendar td.Day
{
    padding:4px;
}
table.PopupCalendar td.OtherMonthDay
{
    background-color:#f5f4ef;
}
table.PopupCalendar td.NextPrev a
{
    color:#fff !important;
}


/* MISCELLANEOUS */
/* ------------------------------------------------------------------------------ */
div.req
{
     float:right;
     margin-top:-5px;
}

span.alert
{
    display:block;
    margin-bottom:10px;
    color:Red;
}

.addbtn  
{
    float:right;
    font-weight: bold;
    padding: 0 5px 0 10px;
    margin-top:-21px;
    background: url(/images/miniicons/plus.gif) left no-repeat;
}

.lightBorder
{
    border:1px solid #D8D2BD;
}

.center
{
    text-align:center;
}

.messageBody
{
    display:block;
    background-color: #fff;
    border:1px solid #D8D2BD;
    padding:10px;
}


/* Class LEGEND (for pages that have two legends) */
/* ------------------------------------------------------------------------------ */
.legend
{
    float:right;
    margin:10px 0 0 0;
    padding:0 0 5px 0;
    border:1px solid #d8d2bd;
    background-color:#f5f4ef;
}
.legend dl
{
    padding:7px 0 5px 0;
    margin:0;
}
.legend dl dt
{
    text-align:left;
    float:left;
    width:auto;
    margin:0 3px 0 15px;
}
.legend dl dd
{
    float:left;
    margin:0 15px 0 0;
}


/* TEXT STYLES */
/* ------------------------------------------------------------------------------ */
a 
{
    text-decoration:none;
    color:#00488f;
}
a:visited {
	}
a:active {
	}
a:hover 
{
    text-decoration:underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #d8d2bd; /* for ie */
	background-color: #d8d2bd; /* for everyone else */
	height: 1px;
	padding:0;
	}
h1.pageHeading
{
    margin:0 0 5px 10px;
}
h2
{
    margin:15px 0 0 0;
    padding:0 0 0 10px;
}
h3
{
    margin-bottom: 0;
    margin-top:15px;
}
h2.first
{
    margin:0;
}
p, span.label
{
	line-height: 1.3em;
	margin-top: .8em;
	margin-bottom: .8em; 
	}
span.label
{
    vertical-align:middle;
}
li
{
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 0em;
	margin-bottom: 1.0em;
	list-style:square;
	}
img {
	border: 0;
	}
.alert 
{
    color:Red;
}
.RptAlert 
{
    color:Red;
}
.hide
{
    display:none;
}
td.rightAlign
{
    text-align:right;
}
.rightAlign
{
    text-align:right;
}

.MultiPage { BORDER-RIGHT: gray 1px solid; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 8pt; PADDING-BOTTOM: 10px; BORDER-LEFT: gray 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: gray 1px solid; FONT-FAMILY: "MS Sans Serif", Tahoma, sans-serif }


/* PRIMARY NAVIGATION */
/* ------------------------------------------------------------------------------ */
#PrimaryNavigation
{
    display:none;
}

/* CONTEXT MENU */
/* ------------------------------------------------------------------------------ */
#contextMenu
{
    display:none;
}


/* MESSAGE ACTION MENU */
/* ------------------------------------------------------------------------------ */
#msgActionMenu
{
    display:none;
}


/* TELERIK RAD CONTROL FIXES */
/* ------------------------------------------------------------------------------ */
/* RadEditor Style Fixes */
.RadEWrapper TD
{
    padding:0;
    background-color:#F1EFE6;
}
table.RadEWrapper
{
    border:1px solid #D8D2BD !important;
}
.RadEWrapper table
{
    margin:0;
    border:0px solid #D8D2BD;
}
.RadEContentContainer
{
    border:1px solid #D8D2BD !important;
}
.RadEContentBordered
{
    background-color:#fff;
    font-size:72%;
}
.RadEContentBordered p,
.RadEContentBordered li
{
    font-size:100%;
}
.RadEDockingZone td
{
    background-color:#F1EFE6;
}
.RadEtoggleButton
{
    background-color:#F1EFE6;
}

table.RadETableWrapper td
{
    padding:0;
    margin:0;
    background-color:#e6e0c9;
    border-bottom-width:0px;
}
table.RadETableWrapper
{
    border-bottom-width:1px;
}
table.RadETableWrapper table
{
    border-width:0px;
}


/* RadTabStrip Style Fixes */
.RadTabstrip td
{
    margin:0;
    padding:0;
    border:0px solid #fff;
    background-color:#F1EFE6;
}
table.RadTabstrip,
table.RadTabstrip table
{
    border:0px solid #fff;
    background-color:#F1EFE6;
}

.RadWWrapperActive table tbody td,
.RadWWrapperActive table
{
    padding:0;
    margin:0;
}




}


