/*BACKGROUND & IMAGE INFORMATION*/

body {
	/*background-image: url(./Images/background.gif);*/
	background-repeat: repeat-x;
}

#wrap {
	background-image: url('../images/background185.gif');
	background-position: 0% 0%;
	background-repeat: repeat-y;
}

/*FORMATTING INFORMATION*/

* {
	margin: 0;		/*Clear all padding, unify browser presentation*/
	padding: 0;
}

html {
	height: 100%;		/*Forces scrollbar in Firefox*/
	margin-bottom: 1px;	/*to remove shift when opening menus*/
}						/*Remove this rule when in datatile mode*/

body {
	font-size: 0.7em;	/*Sets "medium" text size to 10px, instead of 16px*/
	padding: 10px 0;
	text-align: center;
	color:#00274B;
	font-family: verdana,geneva,sans-serif;
}

div {
	width: 100%;		/*Default width for divs so that IE always gets a defined width*/
}


form {
	display: inline;	/*Don't let forms take up space*/
}

object {			/*Don't let the invisible iframe take up space*/
	width: 1px;
	height: 1px;
	position: absolute;
}

input.button,
input.link {		/*Fixes excessive padding in IE buttons*/
	/*width: 1px;*/
	overflow: visible;
}

img {
	border-style: none;
}

img.graph {
	width: 99%;
	margin: 5px auto;
	display: block;
	border: 1px solid black;
}

img.scan {
	margin: 5px 0;
	display: block;
	border: 1px solid black;
}

p img,
td img {
	width: 16px !important;
	height: 16px !important;
	margin: 0 2px;
}

p img.large,
td img.large {
	width: 32px !important;
	height: 32px !important;
}

p img.info,
td img.info {
	width: 24px !important;
	height: 24px !important;
}

th img {
	width: 8px !important;
	height: 8px !important;
}

img#progbar,
img.progbar {
	width: 185px !important;		/*No matter where the progress bar is, draw fullsize*/
	height: 20px !important;
	float: none !important;
}

.hidden {
	display: none !important; 	/*Necessary because of the way Firefox insists*/
}					/*on drawing "hidden" elements with borders*/

.printonly,
.printheader,
.printfooter {
	display: none;			/*Only shows in print mode*/
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	width: auto !important;
	margin: 0 auto !important;
	text-align: center;
}

.center * {
	float: none !important;
	margin-left: 0 !important;
	text-align: center !important;
}

.nodata {
	margin-left: 0 !important;
	font-weight: bold;
	font-style: italic;
}

#wrap {				/*Wraps the entire page and centers it*/
	width: 880px !important;
	width /**/: 771px;
	margin: 0 auto;
	border-width: 3px;

	text-align: left;
}

* html #wrap {
	position: relative;	/*IE only to fix popup calendar display*/
				/*because in Firefox, this causes wacky float errors*/
}

#wrap a.navbar {
	width: auto;
	margin: 3px 5px 0 5px;
	padding: 2px 10px;
	border-width: 2px;
	border-style: solid;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	float: right;
	display: inline;
}

#banner {
	width: 100%;
	position: relative;
	top: -3px;
	z-index: 1000;
	float: left;
	background-image: url('../images/bannerbottom.gif');
	background-position: bottom left;
	background-repeat: repeat-x
	background-color:#003F72
}

#banner img {
	/*width: 100%;*/
}

#banner a.button {
	margin: 5px 10px 5px 0;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	float: right;
	color:#FFFFFF;
}

#banner h2 {
	width: auto;
	margin: 0 10px 0 195px;
	padding: 1px 20px 3px 20px;
	font-size: 1.5em;
	clear: right;
	position: relative;
	top: 3px;
}

#footer {
	width: auto;
	margin: 0 0 0 185px;
	padding: 1px 0 5px 0;
	border-top-width: 0px;

	text-align: center;
	clear: both;
	background-color: #003F72;
}

#datatile #footer {
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0px;
	border-width: 0px;
}

#baselinks {
	width: auto;
	margin: 0 0 0 185px;
	padding: 5px 15px;
	border: 0px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	background-color: #003F72;
}

.patientfooter {
	width: auto;
	margin: 10px 0 -10px 0;
	text-align: center;
	
}

#menu {
	width: 180px;
	margin-left: 10px;
	padding:0px;
	float: left;
	clear: both;
	border: 0px;
	position: relative;
	top: -3px;
	display: inline;
	background-color: #003F72;

}

#menu h2 {
	width: 100%;
	margin: 0 0 20px 0;

	text-align: center;
	font-size: 1em;
}

#menu img {
	display: block;
}

#menu .menugroup {
	margin: 0;
	position: relative;
}

#menu .menugroup img {
	width: auto;
	height: auto;
	padding: 0;
	margin-left: -13px;
	position: left;
	background:transparent;
	float:left;
}

* html #menu .menugroup img {
	right: -1px !important;
}

#menu ul {
	width: 180px;
	border-bottom: 1px solid #C4D9DE;
	margin: 0;
	border-width: 2px;

	position: relative;
}

#menu ul.closed {
	color: #00274B;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
}

#menu li {

	margin: 0;
	padding: 0;
	z-index:15;
}

#menu li.title {
	padding:  5px 0px 5px 17px;
	color: #00274B;
}


#menu li a {
	background: url('../images/lightbluecorner_tl.gif') no-repeat scroll left top;
	background-position:10px 10px;
	color: #003f72 !important;
	padding: 0.25em 0pt 0.15em 22px;
	text-decoration:none !important;
	display: block;
}

#menu li.title a {
	width: auto;
	height: 100%;

	font-size: 1em;
	display: block;
}

#menu ul li img {
	width: 16px;
	height: 16px;
	display: inline;
	vertical-align: text-bottom;
}

#menu .keywordsearch,
#menu .externallink {
	width: 151px;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 6px;
}

#menu .keywordsearch {
	width: 167px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu .keywordsearch h2,
#menu .externallink h2 {
	width: 95%;
	margin: 0 0 3px 5%;
	font-size: 1.2em;
}

#menu .keywordsearch h2 {
	margin: 0 0 3px 5%;
	text-align: left;
}

#menu .externallink {
	text-align: center;
}

#menu .externallink h2,
#menu .externallink h3 {
	text-align: center;
}

#menu .externallink a h3{
	text-decoration: underline;
}

#menu .keywordsearch h3,
#menu .externallink h3 {
	width: 95%;
	margin: 0 0 0 5%;
	font-size: 1em;
	font-weight: normal;

}

#menu .keywordsearch input,
#menu .externallink input {
	width: 90%;
	margin: 0 auto 5px auto;
	float: none;
	display: block;
}

#menu .keywordsearch input.button,
#menu .externallink input.button {
	width: auto;

}

#main {				/*This DIV contains the primary content*/
	width: 620px !important;
	margin: 0 10px;
	padding: 15px 20px;
	float: left;
	display: inline;
	position: right;
	overflow-x: auto;
}

.nobanner {		/*For help / provider details display, full-width no menu*/
	width: auto !important;
	height: 100% !important;
	margin: 0 !important;
	border-style: solid;
	border-width: 10px;
	float: none !important;
	clear: left !important;
	display: block !important;
}

/* COTTER CHANGES BEGIN - 4/16 */
#main.nomenu,
.nomenu {
	margin: 10px 10px 10px 10px !important;	/*For errors, half-width no menu*/
	float: none;
	display: block;
	clear: both;
	width: 820px !important;

}

#main.nomenu h2
{
	padding-left: 0px !important;
}

#main.nomenu li
{
	margin-left: 30px !important;	
}
/* COTTER CHANGES END - 4/16/2009 */

.title {

	margin: 0 0 30px 0;
	border-width: 0 0 2px 0;

	text-align: left;
	position: relative;
}

.maintitle .title {
	border-width: 0;
	margin-bottom: 16px;

}

.maintitle .title h2{

	padding-left: 0px !important;
}

.title h2 {
	width: auto;
	margin:0pt 0pt 0.5em;
	
	font-size: 1.75em;
	font-weight:normal;
	border-bottom:1px solid #F5D77F;
	padding:0pt 0pt 0pt 70px;
}

.title h3 {
	width: auto;
	margin: 0 0 0 40px;
	font-size: 1.3em;
}

.title h4 {
	position: absolute;
	right: 0;
	font-size: 1.2em;
	bottom: -1.4em;
}

.title h4 img {
	position: absolute;
	left: -24px;
}

.title h4 a {
	text-decoration: none;
}

.title h4 a:hover {
	text-decoration: underline;
}

.title img.icon {
	width: 64px;
	height: 64px;
	position: absolute;
	top: -10px;
	left: 5px;
	float: left;
	z-index: 2000;
}

.title h3 img.icon {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	top: -5px;
}

.title img.info {
	width: 24px;
	height: 24px;
}

.title img.help {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.title img.print {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 5px;
	right: 29px;
}

div.help,
div.other {
	width: auto;
	margin-bottom: 5px;
	float: right;
	display: inline;
}

div.help img {
	width: 24px;
	height: 24px;
	margin: 0 5px;
}

.terms {
	height: 175px;
	width: auto;
	margin: 15px 0;
	padding: 5px 10px;
	border-style: solid;
	border-width: 2px;
	font-size: 1.2em;
	overflow: auto;
}

.back {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 15px 0 5px 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	text-align: center;
}

a.button {
	width: auto;
	margin: 15px 0 0 0;
	padding: 2px 10px;
	border-width: 1px;
	border-style: solid;
	line-height: 1.7em;
	font-size: 11px;	/*Hard-coded to the font-size of a Windows button*/
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color:#FFFFFF;
}

.back a.button {
	border-width: 2px;
}

p {
	margin: 5px 0 20px 0;
	text-align: left;

	clear: both;
	white-space: pre-wrap; /* Future CSS3 support */
	word-wrap: break-word; /* IE 5.5+ */
}

ul {
	width: auto;
	margin: 0 0 5px 0;
	list-style-type: none;
	list-style-position: outside;
}

ul#evisitcomplaint {
	overflow: auto;
}

ul#evisitcomplaint li {
	width: 48%;
	float: left;
}

ul.bulleted {
	width: auto !important;
	margin-left: 0 !important;
	list-style-type: disc;
}

ul.bulleted ul {
	list-style-type: circle;
}

ul.bulleted ul ul {
	list-style-type: square;
}

ul li {
	margin: 0 0 3px 0;
}

ul.bulleted ul,
ul.bulleted li {
	width: auto !important;
	margin-left: 15px;
	padding: 1px 0;
}

ul.bulleted li li {
	margin-left: 20px;
}

ul li img {
	width: 16px;
	height: 16px;
}

ul li ul {
	width: auto;
	margin-left: 0 !important;
	font-size: 1em;
	float: none;
}

dl dt {
	margin: 5px 0 2px 0;
	font-weight: bold;
}

dl dd {
	margin-left: 10px;
}

input {
	width: 50%;
	margin: 0 0 0 27%;
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	display: block;
}

select {
	width: auto;
	min-width: 52.3%;
	margin: 0 0 0 27%;
	display: block;
}

@media all and (min-width: 0px) {	/*Fix Opera 7+, preventing the select boxes from being*/
	select {			/*about a billion pixels wide because of incorrect*/
		min-width: 0;		/*min-width application*/
	}
}

textarea {
	width: 97%;
	margin: 10px 0 5px 0;
	padding: 0 1%;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	clear: left;
}

textarea.halfwidth {
	width: 50%;
	margin: 0 0 0 27%;
	display: block;
}

input.button {
	width: auto;
	margin: 7px 5px 0 0;
	padding: 0 5px;
	border-width: 2px;
	border-style: solid;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: inline;
	background-color: #1A4966;
	color:#FFFFF;
}

input.link {
	width: auto;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

*:lang(en) input.link {
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px 0;
}


input.radio {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	display: inline;
	background-color: transparent;
}

input.file {
	width: auto;
}

fieldset {
	float: left;
	width: 99%;
	margin: 5px 0;
	border-width: 1px;
	border-style: solid;
	padding: 5px 0;
}

label {
	width: 25%;
	margin: -0.5em 0 0 0;
	padding: 0 2% 0 0;
	text-align: right;
	display: block;
	position: relative;
	top: 1.5em;
}

label.radio {
	width: 73%;
	margin: 0 0 0 27%;
	padding: 0;
	line-height: 2em;
	text-align: left;
	top: 0;
	display: inline;
}

*:lang(en) label.radio {
	display: block;
}

p label.radio,
li label.radio {
	margin: 0;
	width: auto;
	display: inline;
	top: -3px;
}

label.radio input {
	width: auto;
	margin: 0 5px 0 0;
	display: inline;
}

input.short,label.short {
	width: 100px !important;
	max-width: 100px;	/*fix firefox not respecting width on inline elements*/
	margin: 0 5px 5px 0;
	float: none;
	clear: none;
	display: inline;
}

input.tiny {
	width: 30px !important;
	max-width: 60px;	/*fix firefox not respecting width on inline elements*/
	margin: 0 5px 5px 0;
	float: none;
	clear: none;
	display: inline;
}

input.long {
	width: 300px !important;
	max-width: 300px;	/*fix firefox not respecting width on inline elements*/
	margin: 0 5px 5px 0;
	float: none;
	clear: none;
	display: inline;
}

select.short,
select.tiny,
select.long {
	min-width: 0;
	margin: 0 5px 0 0;
}


label img {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	float: none;
}

.confMessage {
	width: 97%;
	margin: 10px 0 -11px 0;
	padding: 0 1%;
	font-size: 0.9em;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	float: left;
	clear: left;
}

.confMessage label {
	width: 90%;
	margin: 0 0 0 5px;
	padding: 2px 0;
	font-size: 1.2em;
	float: left;
}

.confMessage label input {
	height: 1.2em;
	margin: 2px 0 -2px 0;
	float: left;
	clear: none;
}

.confMessage img {
	width: 16px;
	height: 16px;
}

div#confMesg2 {
	width: 97%;
	margin: 10px 0 -11px 0;
	padding: 0 1%;
	font-size: 0.9em;
	text-align: left;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

div#confMesg2 ul {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 3px 0;
	overflow:auto;
	padding-bottom: 5px;
}

div#confMesg2 li {
	width: 50%;
	display: block;
	float:left;
}

div#confMesg2 label {
	width: 90%;
	margin: 0;
	padding: 2px 0;
	font-size: 1.2em;
	position: static;
	display: inline;
}

div#confMesg2 input {
	height: 1.2em;
	margin: 2px 0 -2px 0;
	clear: none;
	width: auto;
}

div#confMesg2 p {
	margin-left: 0;
}

div#confMesg2 img {
	width: 16px;
	height: 16px;
}

/*CONTENT FORMATTING*/

.popupInstructions {
	border-style: solid;
	border-width: 2px;
	padding : 3px;
	font-size: 1.0em;
	font-family: verdana, sans-serif;
	text-align: left;
	width: 400px ;
	overflow: auto;
 }
 
.popupInstructions h4 {
 	float: left;
 	margin-bottom: 5px; 	
 }
 
.popupInstructions .right{
 	float: right;
 	margin-bottom: 5px;
 }
 
.popupInstructions p {
  	clear: both;  	
 }

.section {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: left;
	position: relative;
}

.section .helptext {

	margin-top: -6px !important;
	margin-bottom: 5px !important;
	top: 1.2em !important;
}

.section h2 {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 1.25em;
	clear: left;
	font-weight: bold;
	position: relative;
}

.section h2 .right {
	position: absolute;
	right: 0;
}

.section h4 {
	display: inline;
	padding-left: 20px;
	margin: 15px auto 0 auto;
	font-size: 1em;
}

.section p {
	margin: 10px 0;

}

.section label {
	font-size: 1em;
}

.section input,
.section select,
.section textarea.halfwidth {
	margin-left: 0;
}

.section img {
	vertical-align: middle;
}

.section table img {
	width: auto;
	height: auto;
}

.section img#providerphoto {
	float: right;
	clear: none;
}

.section .content {
	width: 100%;
	margin: 5px 0 10px 0;

}

form#provsearchresultsform .content {
	padding-bottom: 20px;	/*Adds horizontal scroll to provider search tables that overrun the window*/
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}

.section #providerdetails {
	width: 60%;		/*Special override of class=content to allow photo to float right*/
	float: left;
}

*:lang(en) .section img#providerphoto,
*:lang(en) .section #providerdetails {
	float: none;
}

.section .content .helptext {
	font-size: 0.8em !important;
}

.section .content h3 {
	width: 25%;
	margin: -1em 0 0 0;
	padding: 0 2% 0 0;
	text-align: right;
	display: block;
	position: relative;
	top: 1.5em;
	font-size: 1em;
	font-weight: normal;
}

.section .content h3 img {
	width: 16px;
	height: 16px;
	margin-right: 5%;
}

.section .content h4 {
	width: 100%;
	margin: 3px 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	clear: left;
}

.section .content p,
.section .content em,
.section .content ul {
	width: 73%;
	margin: .3em 0 0 27%;
	font-size: 1em;
	display: block;
}

.section #providerdetails h3 {
	width: 35%;
}


.section #providerdetails p {
	width: 63%;
	margin-left: 37%;
}

.section .content p.short,
.section .content em.short {
	width: auto;
	float: none;
}

.section .content label {
	font-size: 1em;
}

.section .content a img.popupinstructionsicon {
	margin-top: -1em;
}

.section .content input,
.section .content select,
.section .content textarea.halfwidth {
	margin-left: 27%;
	display: inline;
}

.section .content select.multiple {
	margin-bottom: 7px;
}

.section .content .refilltime {
	margin-left: 27%;
	width: 73%;
}

.section .content .refilltime select {
	margin-left: 0;
	width: 45px;
}

.section .content label.radio *,
.section .content p *,
.section .content input.radio,
.section .content input.button {
	margin-left: 0;
}

.section .content input.date {
	width: 75px !important;
	max-width: 80px;	/*fix firefox not respecting width on inline elements*/		
	float: none;
	clear: none;
	display: inline;
}

.section .content p input 
{
	width: auto;
	margin-top: 0;
	margin-left: 0;
	vertical-align: text-top;
}

.section .content input.button 
{
	font-size: 0.9em;
	position: relative;
}

 .section .content .highlight 
 {
	width: 80%;
	margin: 5px auto;
	padding: 10px 5%;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	clear: both;
}

.section .content .highlight * 
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section .content .highlight ul 
{
  width: 60%;
  margin-left: auto;
	margin-right: auto;
}

.section .content .highlight ul li 
{
	text-align: left;
}

.section .message 
{
	width: 100%;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.section .message h4 
{
	margin: 10px 0;	
	padding-left: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
}

div#instructions ul,
div#discharge_instructions ul 
{
	list-style: inside disc;
	margin: 0;
	padding: 0;
}

div#instructions ol,
div#discharge_instructions ol 
{
	list-style: inside decimal;
	margin: 0;
	padding: 0;
}

div.floatleft {

	float: left;
}

div.floatleft * 
{
	margin: 0 5px;
	float: left !important;
	width: auto;
	clear: none;
	position: relative;
}
div.floatleft .radio 
{
	margin-left: 10px;
	margin-right: 10px;
}

div.floatleft p 
{
	margin-top: .2em;
	margin-bottom: auto;
}

.section .remoteLinks
{
	width: 100%;
	margin: 10px;
	float: none;
	display: block;
	text-align: center !important;
}

.section .remoteLinks img
{
	border: 1px solid;
}

.section .remoteLinks .button
{ 
	padding: 5px;
}

#nolinks ul 
{
	padding-left: 40px;
	list-style-type: disc;
	width: auto;
}

#nolinks input {
	display: inline;
	width: auto;
}

.section .content .remoteLink a {
	margin: 10px;
	padding: 10px;
	width: 80%;
	float: none;
	text-align: center;
	border-width: 1px;
	display: block;
	border-style: solid; 
	text-decoration: none;
}


#ActivationReqForm label.radio {

margin-left: 50px;  }

 

#ActivationReqForm input.button,#ChildProxyAccessReqForm input.button  {

margin-left: 380px !important; }

/* COTTER CHANGES BEGIN - 4/16 */

#footer, #baselinks
{
	margin-left: 0px;
	color: white;	
}

#renewprescriptions #confMesg2
{
	margin-top: -10px;
}




/* COTTER CHANGES END - 4/16/2009 */

/* For Lucy */

.section#nolinks label {
       width: auto;
       font-size: 1.2em;
       margin-bottom: 2em;
       text-align: left;}

#nolinks ul {
       padding-left: 40px;
       list-style-type: disc;
       width: auto;}

#nolinks input {
       display: inline;
       width: auto;
       vertical-align: top;
       margin-right: 1em;}

#nolinks .floatleft {  
     float: left;}

/* End Lucy */

#selectmeds label
{
    text-align: left;
    padding-left: 45px;
    font-weight: bold;
}

