html
{
    height: 100%;
}
body
{
    height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Black;
	/*overflow: auto;*/
}
h4
{
	margin-top: .4em;
	margin-bottom: .4em;
}
h5
{
	margin-top: .4em;
	margin-bottom: .4em;
}
#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3em;
    
}
#container
{
	width: 98%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#top
{
	padding: .5em;
	background-color: #787878; /*background-image: url(images/banner_grad_1px.png); background-repeat: repeat-x;*/
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

.content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: 1em; /*max-width: 36em;*/
}

.content_only
{
	padding: 1em;
}

#push
{
    height: 4em;
    clear: both;
}

#footer
{
	height: 3em;
    margin-left: 10px;
    margin-right: 10px;
    padding: .5em 1em .5em 1em;
    color: White;
    font-size: x-small;
    background-color: #150517;
    background: -moz-linear-gradient(top, #35425d 25%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#35425d), to(#000));
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000', startColorstr='#35425d', gradientType='0');
}
#popupheader
{
	color: White;
	font-size: medium;
    background-color: #150517;
    background: -moz-linear-gradient(top, #35425d 25%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#35425d), to(#000));
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000', startColorstr='#35425d', gradientType='0');
}

#leftnav p
{
	margin: 0 0 1em 0;
	font-size: 80%;
}
#content h2
{
	margin: 0 0 .5em 0;
}
/*
ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
*/
a
{
	color: Green;
	font-size: small;
}

a:hover
{
	color: blue;
	font-size: small;
	cursor: pointer;
}

.error
{
	font-size: 13pt !imporant;
	color: Red !important;	
}


.actionlink 
{
	color: Green;
	font-size: small;
	border: none;
	background-color: Transparent;	
	text-decoration: underline;
}

.actionlink:hover
{
	color: blue;
	font-size: small;
	cursor: pointer;
}

.cloud, .cloud2
{
	text-align: center;
}
.cloud a, .cloud a:visited
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: Gray;
}
.cloud2 a, .cloud2 a:visited
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: Teal;
}
.spacer
{
	height: 1em;
	clear: both;
}

.headerinfo
{
	color: White;
	font-size: smaller;
	text-align: right;
}
.autoclose
{
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 30%;
	width: 400px;
	background-color: white;
	border: solid 1px #004A99;
	padding: 0px 4px 0px 4px;
	z-index: 999;
}
.nojscript
{
	color: Gray;
	font-size: 80%;
	margin: 0 auto;
	width: 50%;
}
.historypopup
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	border: solid 1px black;
	padding: 2px;
	width: 400px;
	height: 400px;
	overflow: auto;
	z-index: 1000;
}
.redflagpopup
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	border: solid 1px black;
	padding: 2px;
	width: 300px;
	height: 250px;
}
.generalpopup
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	border: solid 1px black;
	padding: 2px;
	width: 400px;
	height: 400px;
	overflow: auto;
	z-index: 1000;
}
.directionsm
{
	font-size: smaller;
}
.directionsmb
{
	font-size: smaller;
	font-weight: bold;
}
.directionvsm
{
	font-size: x-small;
}

.direction
{
	font-weight: bold;
}

.field
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.fieldcaption
{
	font-size: small;
}
.fieldcaptionsmall
{
	font-size: x-small;
}
.required, .required-sm {
	font-size: medium;
	font-weight: bold;
	color: red;
}
.required, .required-sm {
	display: block;
}
.required[style*=hidden] {
	display: none;
}
.required-sm {
    font-size: smaller;
}
.contactinfopopup
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	border: solid 1px black;
	padding: 2px;
	width: 340px;
	height: 300px;
	overflow: auto;
}
.formtable td
{
	border-left: dotted thin Silver;
	border-top: dotted thin Silver;
	padding: 2px; /*border-collapse: collapse;*/
}
hr
{
	color: Black;
	background-color: Silver;
	height: 2px;
}

.fieldwatermark
{
	font-size: 80%;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 280px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.modalPopup400h
{
	/*visibility: hidden;*/
	/*display: none;*/
	background-color: #F0F0F0;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 70%;
	
	overflow: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	
}
.modalPopup
{
	background-color: #F0F0F0;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 70%;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.sectionheader
{
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; /*background-color: #797AB3;*/
}
.highrisktag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: orange;
	padding: 2px;
}
.offendermanagementschemetag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: blue;
	padding: 2px;
}
.dirtag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: black;
	background-color: gray;
	padding: 2px;
}
.closetag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: orange;
	padding: 2px;
}
.maractag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: blue;
	padding: 2px;
}
.idvatag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: Orange;
	padding: 2px;
}
.svtag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: red;
	background-color: #DCDCDC;
	padding: 2px;
}
.ttmmtag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: #9E7BFF;
	padding: 2px;
}
.sdvctag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: white;
	background-color: green;
	padding: 2px;
}
.results
{
	background-color: #F0F0F0;
}
.careplanresults
{
	background-color: #C77D15;
}
.careplanresultsblue
{
	background-color: #54A7DB;
}
.careplanresultsorange
{
	background-color: #FFA54F;
}
.resultsheader th
{
	text-align: left;
	font-weight: bold;
}
.resultsheader
{
	text-align: left;
	font-weight: bold;
}
.resultsselected
{
	background-color: #99CC99;
	font-size: 90%;
}
.resultsrow
{
	/*font-size: 90%;*/
}
.resultsrowalt
{
	background-color: #E8E8E8;
	font-size: 90%;
}
.resultsrowaltdl
{
	background-color: #836FFF;
	font-size: 90%;
}
.resultsrowsel
{
	background-color: #99CCFF;
	font-size: 90%;
}
.resultsrow td
{
	font-size: 90%;
}
.resultsrowempty
{
	font-size: 90%;
	background-color: White;
}
.resultspager span
{
	font-size: 80%;
}

.ajax__calendar
{
	position: relative;
	left: 0px !important;
	top: 0px !important;
	visibility: visible;
	display: block;
}
.ajax__calendar iframe
{
	left: 0px !important;
	top: 0px !important;
}
.ajax__calendar_container
{
	z-index: 10000;
	padding: 4px;
	position: absolute;
	cursor: default;
	width: 170px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_body
{
	height: 139px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
	top: 0px;
	left: 0px;
	height: 139px;
	width: 170px;
	position: absolute;
	text-align: center;
	margin: auto;
}
.ajax__calendar_container TABLE
{
	font-size: 11px;
}
.ajax__calendar_header
{
	height: 20px;
	width: 100%;
}
.ajax__calendar_prev
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(    "images/arrow-left.gif" );
}
.ajax__calendar_next
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(    "images/arrow-right.gif" );
}
.ajax__calendar_title
{
	cursor: pointer;
	font-weight: bold;
}
.ajax__calendar_footer
{
	height: 15px;
}
.ajax__calendar_today
{
	cursor: pointer;
	padding-top: 3px;
}
.ajax__calendar_dayname
{
	height: 17px;
	width: 17px;
	text-align: right;
	padding: 0 2px;
}
.ajax__calendar_day
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
	cursor: pointer;
}
.ajax__calendar_month
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.ajax__calendar_year
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.ajax__calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
	z-index: 9999;
}
.ajax__calendar .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day
{
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
	color: #0066cc;
}
.progress
{
	background-color: White;
	border: solid 1px gray;
	padding: 3em;
	width: 240px;
	height: 60px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 30%;
	background-color: white;
	z-index: 1001;
}
.progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
.tooltip
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: WhiteSmoke;
	padding: 5px;
	border: solid 1px black;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	color: Black;
	width: 400px;
}
.fieldcaptionreports
{
	/* 	font-size: 90%; 	color: Navy; 	font-style: italic; 	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
.gridseparator
{
	border: none;
	height: 1px;
}
.dobestimate
{
	font-size: 10px;
	color: Orange;
}
.bye_banner
{
	background-image: url(images/banner_grad_1px.png);
	background-repeat: repeat-x;
}
.minwidth
{
	min-width: 120px;
}
.qs
{
	color: White;
	background-color: Gray;
	font-size: 10px;
	border: solid 1px black;
}
.qsfieldwatermark
{
	color: White;
	background-color: Gray;
	font-size: 10px;
	border: solid 1px black;
}
.dirmarkersm
{
	font-size: xx-small; /*font-weight: bold;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	background-color: #FFFF99;
	text-align: left;
}
.robmarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Red;
	text-align: left;
}
.robmarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Red;
	text-align: left;
}
.summarytext
{
	font-size: x-small;
	color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* padding: 4px; 	vertical-align: middle; */
}
.ppomarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Green;
	text-align: left;
}
.ppomarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Green;
	text-align: left;
}

.ramarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #FF6600;
	text-align: left;
}
.ramarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #FF6600;
	text-align: left;
}
.chainmarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #996699;
	text-align: left;
}
.chainmarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #996699;
	text-align: left;
}
.tiermarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #0033CC;
	text-align: left;
}
.ndtmsmarker
{
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	background-color: #FFFF99;
	text-align: left;
}
.ndtmsmarkersm
{
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	background-color: #FFFF99;
	text-align: left;
}
.drrmarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Maroon;
	text-align: left;
}
.drrmarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Maroon;
	text-align: left;
}
.caseloadmarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Green;
	text-align: left;
}
.caseloadmarkersm
{
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Green;
	text-align: left;
}
#popup
{
	height: 100%;
	width: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#window
{
	width: 600px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #ffffff;
	position: absolute;
	top: 200px;
	left: 25%;
}
/* Z-index of #mask must lower than #boxes .window */
#mask
{
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window
{
	position: absolute;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog
{
	width: 375px;
	height: 203px;
}
.warningtext
{
	font-size: medium;
	font-weight: bold;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.warningtextbold
{
	font-size: medium;
	font-weight: bold;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.warningtextnormalbold
{
	font-size: x-small;
	font-weight: bold;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.warningtextnormal
{
	font-size: x-small;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.warningtextnormal_ep
{
	font-size: small;
	font-weight: bold;
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.close
{
	display: block;
	background: url(images/close_48.png) no-repeat 0px 0px;
	left: -5px;
	width: 53px;
	text-indent: -1000em;
	position: absolute;
	top: -7px;
	height: 49px;
}

.resultsorange
{
    background-color: Orange;
}
.resultsblue
{
    background-color: #8C8984;
}
.quick-alert {
   width: 70%;
   margin: 1em 0;
   padding: .5em;
   background: gray;
   border: 1px solid #a00;
   color: black;
   display: none;
 }
.gradient {
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(235,191,193)),
    color-stop(0.63, rgb(255,230,232)),
    color-stop(0.82, rgb(255,255,255)))
}

.gradienttest
{
    color: #fff;
    margin: 0; 
    border: 0; 
    padding: 0;
    width: 100%;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#000000)); 
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #969696, #000000); 
    /* For Internet Explorer 5.5 - 7 */ 
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF); */ 
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#969696, endColorstr=#000000, gradientType='0')";
}
/* New gridview styling */
.gridview
{
    font-family: Verdana, Arial, Sans-Serif, Helvetica;
    font-size: 11px;
    border: solid 1px Silver;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    background-color: #F0F0F0;
}

/* header column rules */
.gridview th
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
}

.gridview th a
{
    color: Green;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.gridview th a:hover
{
    color: Blue;
    font-size: small;
    cursor: pointer;
}

.gridview .header
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
}

.gridview .header a
{
    color: Green;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.gridview .header a:hover
{
    color: Blue;
    font-size: small;
    cursor: pointer;
}

/* data cell and data row rules */
.gridview td
{
    color: #333333;
    padding: 4px 10px 4px 10px;
}

.gridview .gridviewrowalt
{
    background-color: #EBF4FA;
}
.gridviewheader th
{
	text-align: left;
}
.gridviewheader
{
	text-align: left;
}
.gridview .gridviewrow
{
    background-color: #fff;
}
.gridview .gridviewrowalt:hover
{
    background-color: #FFFF99;
}
.gridview .gridviewrow:hover
{
    background-color: #FFFF99;
}
.gridview .rownum
{
    text-align: center;
    padding-left: 0px;
    font-weight: bold;
    color: #333333;
}

.gridview .caption
{
    color: Green;
}

.gridviewpager
{
    height: 30px;
    background: url(images/pager_bg.gif) repeat-x;
}
.gridviewpager .container
{
    padding: 4px;
}
.gridviewpager .command
{
    float: left;
    padding: 4px 5px;
    font-size: 12px;
}
.gridviewpager .info
{
    font-size: 12px;
    padding: 4px 0px;
    float: right;
}   
.gridviewpager .info
{
    font-size:12px;
    padding:4px 0px;
    float:right;
}
.naxolone3monthsmarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #FF9900;
	text-align: left;
}
.naxoloneoverduemarker
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #FF0000;
	text-align: left;
}
/* table level rules */
.grid
{
    font-family: Verdana, Arial, Sans-Serif, Helvetica;
    font-size: 11px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
}

/* header column rules */
.grid th
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
}

.grid th a
{
    color: Green;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.grid th a:hover
{
    color: Blue;
    font-size: small;
    cursor: pointer;
}

/* data cell and data row rules */
.grid td
{
    color: #333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.grid .altrow
{
    background-color: #EBF4FA;
}

.grid .row
{
    background-color: #fff;
}

.grid .rownum
{
    text-align: center;
    padding-left: 0px;
    font-weight: bold;
    color: #333333;
}

.grid .caption
{
    color: Green;
}
.rblspaced
{
  /* white-space:nowrap; */
}
.rblspaced label
{
	display: inline;
	margin-right: 15px;
}
.savedinfo
{
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    top: 3em;
    width:20%;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: Green;
    text-align: center;
}
.missinginfo
{
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    top: 3em;
    width:20%;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: red;
    text-align: center;
}
.button-link-success-small {
    padding: 8px 8px;
    background: #5cb85c;
    color: #FFF;
    border: solid 1px #5cb85c;
       -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
       transition-duration: 0.2s;
       -webkit-user-select:none;
       -moz-user-select:none;
       -ms-user-select:none;
       user-select:none;
    height: 28px;
    font-size: 12px;
    text-align: center;
    line-height: 0;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}
.button-link-success-small:hover {
    padding: 8px 8px;
    background: #449d44;
    color: #FFF;
    border: solid 1px #449d44;
       -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
       transition-duration: 0.2s;
       -webkit-user-select:none;
       -moz-user-select:none;
       -ms-user-select:none;
       user-select:none;
    height: 28px;
    font-size: 12px;
    text-align: center;
    line-height: 0;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}
.modalPopup50pc50pc
{
	background-color: #FDFDFD;
	border-width: 2px;
	border-style: solid;
	border-color: DarkSlateGray;
	padding: 3px;
	width: 50%;
	overflow: auto;
	height: 50%;
}
.button-link-success {
    padding: 8px 8px;
    background: #5cb85c;
    color: #FFF;
    border: solid 1px #5cb85c;
       -webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
       transition-duration: 0.2s;
       -webkit-user-select:none;
       -moz-user-select:none;
       -ms-user-select:none;
       user-select:none;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}

.button-link-success:disabled
{
	background: gray;
	cursor:default !important;
}
.button-link-success:hover {
    padding: 8px 8px;
    color: #FFF;
    height: 32px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}
.button-link-cancel {
    padding: 8px 8px;
    background: #989898;
    color: #FDFDFD;
    border: solid 1px #989898;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}

.button-link-cancel:hover {
    padding: 8px 8px;
    background: #707070;
    color: #FDFDFD;
    border: solid 1px #707070;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 1px;
}

#oPreview {
	height: 42rem !important;
	width: 25rem !important;
}

.remove-asp-styling {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
    cursor: pointer;
}

