/*BACKGROUND & IMAGE INFORMATION*/
body {
	background-image: url("../images/bgpattern_body.png");
	background-repeat: repeat;
	background-position: 50% 0; 
}


#wrap {
	background-image: url("../images/bgpattern_wrap.png");
	background-repeat: repeat;
	background-position: 0; 
	position:relative;
}

/*FORMATTING INFORMATION*/

* {
	margin: 0;		/*Clear all padding, unify browser presentation*/
	padding: 0;
}

html {
	height: 100%;		/*Forces scrollbar in Firefox*/
}						/*Remove this rule when in datatile mode*/

body {
	padding: 10px 0;
	text-align: center;
}

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;
}

iframe {	/*Kill all the space around visible iframes and make a small border*/
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
}

img {
	border-style: none;
	vertical-align: text-top;
}

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 {
	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;
}

.section .content ul.instructionbuttonlist {
	margin-left: 5%;
	width: 375px;
}

th img {
	width: 8px !important;
	height: 8px !important;
}

th img.large {
	width: 24px !important;
	height: 24px !important;	
}

img#progbar,
img.progbar {
	width: 185px !important;		/*No matter where the progress bar is, draw fullsize*/
	height: 20px !important;
	float: none !important;
}

span.hilite {
		padding: 1px;
}

/* rounded corners, ordered by increasing roundedness */
input,
select,
textarea,
#menu li a,
.terms,
span.hilite,

.section .rxholder .rx,
.section .Notes,
.section .content .highlight {
	   -moz-border-radius:3px;
	-webkit-border-radius:3px;
	        border-radius:3px;
}

#confMesg2 {
	   -moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	        border-radius:3px 3px 0 0;
}

.button,
#alerts,
.quicklinks a,
.popupInstructions,
#defaultForm,
#defaultDigiDForm,
#defaultFooter,
#defaultFooter h1 a,
#signupFooter,
#infoColumn,
#srotext,
#menu .keywordsearch,
#menu .externallink,
.questiongroup,
#calendar,
#aspcalendar,
#calendar table,
#aspcalendar table,
div.tabcontainer,
p.alert.ques,
.notice,
#lightbox .nobanner {
	   -moz-border-radius:4px;
	-webkit-border-radius:4px;
	        border-radius:4px;
}


#main {
	/* Due to an IE9 bug where the combination of overflow-x:auto and border-radius causes 
	 * hyperlink outlines to disappear (when tabbing through links), we will not apply
	 * border-radius to IE, until it is fixed. See http://jsfiddle.net/7QdrL/
	 */
	   -moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#banner,
#banner a img,
.loginalert:first-child,
.loginalert:first-child a {
	   -moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	        border-radius:4px 4px 0 0;
}

.loginalert:last-child,
.loginalert:last-child a {
	   -moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	        border-radius:0 0 4px 4px;
}

#wrap {
	   -moz-border-radius:6px;
	-webkit-border-radius:6px;
	        border-radius:6px;
}




/* drop shadows, ordered by increasing intensity */
.button,
#defaultFooter a,
.section .rxholder .rx,
.section .Notes,
.section .content .highlight,
.section .content > table,
.section .content form > table,
p.alert.ques,
.notice,
.tableWrapper > table {
	   -moz-box-shadow:0 1px 3px -2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 3px -2px rgba(0,0,0,0.7);
	        box-shadow:0 1px 3px -2px rgba(0,0,0,0.7);
}
#calendar table,
#aspcalendar table,
#banner a.button {
	   -moz-box-shadow:0 2px 4px -2px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 2px 4px -2px rgba(0,0,0,0.6);
	        box-shadow:0 2px 4px -2px rgba(0,0,0,0.6);
}
#wrap,
div.seriessel {
	   -moz-box-shadow:0 2px 4px 0 rgba(0,0,0,0.6);
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.6);
	        box-shadow:0 2px 4px 0 rgba(0,0,0,0.6);
}
.popupInstructions {
	   -moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.6);
	-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.6);
	        box-shadow:0 3px 4px 0 rgba(0,0,0,0.6);
}




/* inset shadows */
input,
select,
textarea,
.terms {
	   -moz-box-shadow:0 1px 2px -1px rgba(0,0,0,0.4) inset, 0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:0 1px 2px -1px rgba(0,0,0,0.4) inset, 0 1px 0 0 rgba(255,255,255,0.4);
	        box-shadow:0 1px 2px -1px rgba(0,0,0,0.4) inset, 0 1px 0 0 rgba(255,255,255,0.4);
}
.quicklinks a {
	   -moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.7),inset 0 2px 25px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.7),inset 0 2px 25px 0 rgba(255,255,255,0.4);
	        box-shadow:0 1px 2px 0 rgba(0,0,0,0.7),inset 0 2px 25px 0 rgba(255,255,255,0.4);
}
#menu .keywordsearch,
#menu .externallink,
#srotext,
#defaultForm,
#defaultDigiDForm,
#defaultFooter,
#signupFooter
{
	   -moz-box-shadow:0 1px 2px -1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 1px 2px -1px rgba(0,0,0,0.3) inset;
	        box-shadow:0 1px 2px -1px rgba(0,0,0,0.3) inset;
}
#menu li a:hover
{
	        box-shadow:0 1px 4px 0px rgba(0,0,0,0.5) inset;  /* set differently between browsers so that effect is still visible */
	   -moz-box-shadow:0 2px 3px -2px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow:0 2px 3px -2px rgba(0,0,0,0.5) inset;
}
#alerts {
	     /*   box-shadow:0 0px 8px -1px rgba(0,0,0,0.45) inset;   set differently between browsers so that effect is still visible 
	   -moz-box-shadow:0 1px 3px -1px rgba(0,0,0,0.45) inset;
	-webkit-box-shadow:0 1px 4px -1px rgba(0,0,0,0.45) inset; */
}
input.link,
input.radio,
input[type=image] {
  box-shadow:none;
}




/* button styles */
.quicklinks a,
p.alert.ques {
	background-image:url(../images/btngradientlarge.png);
	background-repeat:repeat-x;
	text-align:center;
}

.button,
#defaultFooter h1 a {
	background-image:url(../images/btngradient.png);
	background-position:top;
	background-repeat:repeat-x;
	
	width: auto;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline;

	margin: 7px 5px 0 0;
	padding: 2px 10px;
	font-size: 1.1em;
	font-weight: bold;
	
	border: none;
}

.uploader div.button {
	border-width: 1px;
	border-style: dotted;
	border-color: transparent;
	background-position: center -1px;
	font-size: .92em;
}

.button.disabled {
	background-image:none;
	cursor:default;
	border:none;
	   -moz-box-shadow:none;
	-webkit-box-shadow:none;
	        box-shadow:none;
}

a.button {
	margin: 15px 0 0 0;
	padding: 3px 10px; /* needed because <input> and <element> are rendered differently */
	line-height: 1.7em;
	outline-color: #000000;
}




applet.scan
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.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;
}


.gray {
	color: gray;
}

.center {
	width: auto !important;
	margin: 0 auto !important;
	text-align: center;
}

.center * {
	float: none !important;
	margin-left: 0 !important;
	text-align: center !important;
}

.middle {
	vertical-align: middle !important;
}

.nodata {
	margin-left: 0 !important;
	font-weight: bold;
}

#wrap {				/*Wraps the entire page and centers it*/
	width: 975px;
	margin: 110px auto 0;
	text-align: left;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
}
#wrap:first-child[class] { /* for popup windows (e.g. help, driving directions, etc) */
	margin-top:0;
}
.oe #wrap,
.publicform #wrap {
	margin: 100px auto 0;
	border:none;
}

* 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: 1px;
	border-style: solid;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	float: right;
	display: inline;
}

#banner {
	width: 100%;
	position: relative;
	float: left;
	white-space:nowrap;
	margin-bottom:6px;
	margin-top:-115px; /* same magnitude as [#wrap margin-top + 5px]); */
}
.oe #banner,
.publicform #banner {
	margin-top:-105px;
}

#banner a img {
	position:relative; /* to push the img behind wrap */
	z-index: -1;
}

#banner #bannertext {
	position:absolute;
	top:0;right:0;
	padding:5px 5px 0 0;
	width:auto;
	text-align:right;
	font-size:18px;
}

#banner span.welcome {
	font-size:0.7em;
	font-weight:normal;
}

#banner .blockbgclicks {
	background-image:url(../images/space.gif);
	position:absolute;
	top:0;right:0;
	padding-left: 20px;
	height:100%;
	width:auto;
}

#banner a[href='inside.asp'] {
	padding-bottom:90px; /* makes the banner actually clickable */
}

#banner a.button {
	margin:0 4px;
	padding: 5px;
	line-height: 1.2em;
	font-size: 1.2em;
	float: right;
	text-shadow:0 -1px #666;
	outline-color:#FFFFFF;
}

body.publicform #banner a.button,
body.oe #banner a.button {
	position:relative;
	top:-41px;
	margin-bottom:-25px;
}

#banner #btnLogout,
#banner #btnReturnToRecord {
	margin-top:58px;
}

#banner h2 {
	width: auto;
	margin: 0 10px 0 195px;
	padding: 1px 20px 3px 20px;
	font-size: 1.3em;
	clear: right;
	position: relative;
	top: 3px;
}

#footer {
	text-align: right;
	clear: both;
}

#baselinks,
#footer {
	height: 0;
	position:relative;
	top:6px;
}

#baselinks a,
#footer a {
	text-decoration: none;
}

#baselinks a:hover,
#footer a:hover {
	text-decoration: underline;
}



#datatile #footer {
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0px;
}

#baselinks,
body.publicform #footer,
body.oe #footer {
	width: auto;
	float:none;
	margin: 0;
	border: 0;
	text-align: left;
	padding:10px 0 0;
	clear: both;
}
body.publicform #footer,
body.oe #footer {
	text-align: right;
	padding:0;
}

.patientfooter {
	width: auto;
	margin: 10px 0 -10px 0;
	text-align: center;	
}

#photo {
	margin: 15px auto 5px auto;
	width: 100px;	
	display: block;
	overflow:hidden;
	border:8px solid white;
	
	/* rotation; won't appear for older browsers */
	/*
	 -webkit-transform: rotate(-2deg);
	 -webkit-backface-visibility: hidden;
	-moz-transform: rotate(-2deg);
	 -ms-transform: rotate(-2deg);  
	     transform: rotate(-2deg);
	*/
	
	/* drop shadow; won't appear for older browsers */
	   -moz-box-shadow:-2px 3px 3px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:-2px 3px 3px 2px rgba(0, 0, 0, 0.2);
	        box-shadow:-2px 3px 3px 2px rgba(0, 0, 0, 0.2);
}


#menu #photo img {
	margin-bottom: 0px;
}

.hidephoto .photo {
	display: none;
}


#patientdetail {	
	margin: 5px 0 0 0;	
	font-size: 14px;
}

.subjectIndicator {
	padding: 6px;
	font-size: 1em;
	/* display: none;  // uncomment this attribute to turn off the subject indicator next to the activity title */
}

.proxyautotext {
	width: 75%;	
}

.proxylongtext input{
	width: 150px;		
}
.proxylongtext {
	width: 190px;
}
.proxymediumtext select{
	width: 110px;
}
.proxymediumtext {
	width: 130px;	
}
.proxyshorttext input{
	width: 80px;
}
.proxyshorttext {
	width: 80px;	
}


#menu {
	width: 165px;
	margin: -6px 0 0 0;
	padding: 0 3px 0 8px;
	float: left;
	clear: both;
	display: inline;
}

#menu h2 {
	width: 165px;
	margin: 0 0 20px 0;
	font-size: 1.6em;
	text-align: center;
}

#menu h2 .sub {
	font-size:0.7em;
	font-weight:normal;
	display: block;
}

#menu img {
	width: 100%;	
	margin: 0 auto 15px auto;
	display: block;
}

#menu .menugroup {
	margin: 0 0 0 0;
	position: relative;
}

#menu .menugroup img {
	width: auto;
	height: auto;
	margin: 0;
}

#menu .separator {
	height:10px;
}

* html #menu .menugroup img {
	right: -1px !important;
}

#menu ul {
	margin: 0;
	position: relative;
}

#menu ul.closed {
	cursor: pointer;
}

#menu li {
	margin: 0 3px 0 0;
	padding: 0 0 0 5px;
}

#menu li.title {
	margin: 0;
	padding:0px;
	background-image:none;
	border:none;
}



#menu li a {
    width: 85%;
    padding: 2px 0px 3px 24px;
    font-size: 0.9em;
    text-decoration: none;
    display: block;
}


#menu li a:hover
{
	text-shadow: 0 3px 2px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
}

#menu li.mnuFtr a {
	margin-bottom:2px;
}





#menu li.title a {
	width: auto;
	min-height:19px;
	line-height:21px;
	margin: 0;
	padding: 5px 10px 5px 20px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-indent: -10px;
}




#menu ul li.selected a
{
	font-weight:bold;
	font-size:0.90em; 
}

#menu ul li.selected a:before
{
	content: "\203A\00A0";  /* Unicode for ">" */
	margin-left: -0.6em;
	position:relative;
	left:-1px;
}

#menu ul li img {
	width: 16px;
	height: 16px;
	display: inline;
	vertical-align: text-bottom;
}

#menu ul.home li img {
	display:none; /* hide the home icon for now; will show again later in a 2012 DLG */
}

#menu .keywordsearch,
#menu .externallink {
	width: 148px;
	padding: 5px;
	margin-top: 12px;
	margin-left: 3px;
	text-align: center;
}

#menu .keywordsearch,
#menu .externallink,
#defaultForm,
#defaultDigiDForm,
#defaultFooter,
#signupFooter {
	border:1px solid transparent;
	border:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.8);
	border-top:1px solid rgba(0,0,0,0.15);
}

#menu .keywordsearch span.header,
#menu .externallink span.header {
	margin: 0 0 3px 0;
	font-size: 1.2em;
	display: block;
	font-weight: bold;
}

.section#nolinks label {
	width: auto;
	font-size: 1.2em;
	margin-bottom: 2em;
	text-align: left;
	vertical-align: middle;
}

#menu .keywordsearch span.header,
#menu .keywordsearch span.subheader {
	text-align: center;
	width:100%;
}

#menu .externallink {
	text-align: center;
}

#menu .externallink span.header,
#menu .externallink span.subheader {
	text-align: center;
	width:100%;
}

#menu .externallink a span.subheader {
	text-decoration: underline;
	display: block;
}

#menu .keywordsearch span.subheader,
#menu .externallink span.subheader {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#menu .keywordsearch input,
#menu .externallink input {
	width: 90%;
	margin: 0 auto 5px auto;
}

#menu .keywordsearch .button,
#menu .externallink .button {
	width: 100px;
	margin: 3px auto;
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.265em;
	padding: 2px auto;

}

#menu .externallink input.button {
	width: 120px;
}

#main {				/*This DIV contains the primary content*/
	width: 745px;
	margin: 8px 0 0 5px;
	padding: 15px 20px;
	float: left;
	display: inline;
	position: relative;
	overflow-x: auto;
	border:1px solid rgba(0,0,0,0.15);
}

body.inside #wrap:first-child .nobanner { /*For help / provider details display, full-width no menu*/
	width: auto;
	margin: 0;
	padding:20px;
	border: none;
	float: none;
	display: block;
}
#lightbox .nobanner {
	border-width:0px;
	margin:0;
}

#main.nomenu,
.nomenu {
	margin: 10px 10px 10px 180px !important;	/*For errors, half-width no menu*/
	float: none;
	display: block;
	clear: both;
}

.title {
	width: 100%;
	margin: 0 0 20px 0;
	border-width: 0 0 1px;
	border-style: solid;
	text-align: left;
	position: relative;
}

.maintitle .title {
	border-width: 0;
	margin-bottom: 10px;
}

.title h1 {
	width: auto;
	margin: 0 55px 0 75px;
	font-size: 2.6em;
}

.title h2 {
	width: auto;
	margin: 0;
	font-size: 1.3em;
}

.title .noicon {
	margin-left: 0px;
}

.backtotop {
	font-size: 0.8em;
	font-weight: normal;
	margin-top:-1.1em;
	display:block;
}

.section .title .right {
	position: absolute;
	right: 0;
	font-size: 1.2em;
	top: 0.8em;
}

.title .right {
	float: right;
	font-size: 1.2em;
}

.title .right img {
	position: absolute;
	left: -24px;
}

.title .right a {
	text-decoration: none;
}

.title .right a:hover {
	text-decoration: underline;
}

.title img.icon {
	width: 64px;
	height: 64px;
	float: left;
	margin: -10px 0 0 5px;
}

.title h2 img.icon {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 5px;
}

.title img.info {
	width: 24px;
	height: 24px;
}

div.help,
div.other {
	width: auto;
	margin-bottom: 5px;
	float: right;
	display: inline;
}

div.help img {
	width: 24px;
	height: 24px;
	margin: 0 5px;
}

#disclaimerform label.radio {
  margin-left:0;
}

.terms {
	height: 360px;
	width: auto;
	margin: 15px 0;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	font-size: 1.2em;
	overflow: auto;
	white-space: pre;
}

.terms p,
.section .terms p {
	margin:0px;
	white-space: normal;
}

.back {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 15px 0 5px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	font-size: 1.1em;
	text-align: center;
	text-shadow:0 -1px #666;
}

p {
	margin: 5px 0 20px 0;
	text-align: left;
	font-size: 1.2em;
	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;
	font-size: 1.2em;
}

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 ul {
	width: auto;
	margin-left: 0 !important;
	font-size: 1em;
	float: none;
}

.content dl {
	display: inline-block;
	padding:10px;
	vertical-align:top;
}

dl dt {
	margin: 5px 0 2px 0;
	font-weight: bold;
}

dl dd {
	margin-left: 20px;
	text-indent: -10px;
}

dl dd a {
	text-decoration: none;
}

label,
.section .content h3,
div.quicklinks a,
p.alert.ques,
.section .content span.label,
fieldset.leftlabel legend {
	width:20%;
}

input,
select,
textarea.halfwidth,
label.radio,
.section .content p,
.section .content em,
.section .content ul,
.section .content input,
.section .content select,
.section .content textarea.halfwidth,
.section .content .fieldtime,
.section .content table.indent {
	 margin-left:22%;
	//margin-top:0;
	margin-bottom:0;
}

input,
textarea.halfwidth {
	width:44%; /* 100 - 2*margin-left from above */
}

label.radio,
.section .content p,
.section .content em,
.section .content ul,
.section .content .fieldtime,
.section .content table.indent  {
	width: 78%;
}


input {
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	display: block;
}

.uploader div.button {
	z-index: 5;
}

select {
	width: auto;
	min-width: 10px;
	display: block;
	border-style:solid;
	border-width:1px;
}

@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*/
	}
}

.alertborder {
	border-width: 2px;
	border-style: solid;
}

textarea.alertborder {
	padding: 1px 7px 1px 2px;
}

input.alertborder {
	padding: 1px 4px 1px 4px;
}

textarea {
	width: 98%;
	margin: 10px 0 5px 0;
	padding: 2px 5px; 
	border-width: 1px;
	border-style: solid;	
	text-align: left;
	clear: left;	
	resize: none;
}

textarea.halfwidth {
	display: block;
}

input.link {
	width: auto;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

input.radio {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	display: inline;
	background-color: transparent;
}
input.radio[type=checkbox] {
	position:relative;
	/*top:25px;*/
}

input.file {
	width: auto;
}

fieldset {
	width: 99%;
	margin: 5px 0;
	border-width: 1px;
	border-style: solid;
	padding: 5px 0;
}

.clearfieldset {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: 100% !important;
}

fieldset.leftlabel {
	border: none;
	overflow: auto;
	width: auto;
}

fieldset.leftlabel legend {
	width: 20%;
	float: left;
	margin-top: 0;
	padding-top: 5px;
	top: auto;
}

fieldset.leftlabel label.show {
	top: auto;
	text-align: left;
	margin-top: 0;
	padding-left: 2px;
	display: inline;
}

fieldset.leftlabel input.radio {
	width: auto;
}

.section .content fieldset.leftlabel select,
.section .content fieldset.leftlabel input  {
	margin-top: 2px;
	margin-left: 0px;
}

label, legend, .section .content span.label {
	margin: -0.5em 0 0 0;
	padding: 0 2% 0 0;
	text-align: right;
	display: block;
	position: relative;
	top: 1.3em;
}

.section .content span.label {
	margin-top: -1em;
	top: 1.5em;
}

label.radio {
	padding: 0;
	line-height: 2em;
	text-align: left;
	top: 0;
}

*:lang(en) label.radio {
	display: block;
}

label.withinfopopup {
	display: inline !important;
	font-size: 1.2em !important;
	margin-left: 0;
}

p label.radio,
li label.radio {
	margin: 0;
	width: auto;
	display: inline;
	top: -3px;
}

label.radio input {
	width: auto;
	margin-right: 5px;
	display: inline;
}

input.short,label.short,.accessibleLabel.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.date {
	width: 70px !important;
	max-width: 70px;	/*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;
}

label.confMessage {
	top: auto;
}

.confMessage,
div#confMesg2,
div#evisitconfMesg2 {
	width:98%;
}

.confMessage {
	margin: 10px 0 -11px 0;
	padding: 0 3px;
	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 {
	margin: 10px 0 -11px 0;
	padding: 0 5px;
	font-size: 0.9em;
	text-align: left;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

div#evisitconfMesg2 {
	margin: 0;
	padding: 0 3px;
	font-size: 0.9em;
	text-align: left;
	border-width: 0;
	border-style: none;
}

div#confMesg2 ul,
div#evisitconfMesg2 ul {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 3px 0;
	overflow:auto;
	padding-bottom: 5px;
}

div#confMesg2 li,
div#evisitconfMesg2 li {
	width: 50%;
	display: block;
	float:left;
}

div#confMesg2 label,
div#evisitconfMesg2 label {
	width: 90%;
	margin: 0;
	padding: 2px 0;
	font-size: 1.2em;
	position: static;
	display: inline;
}

div#confMesg2 input,
div#evisitconfMesg2 input {
	clear: none;
	width: auto;
}

div#confMesg2 p,
div#evisitconfMesg2 p {
	margin-left: 0;
}

div#confMesg2 img,
div#evisitconfMesg2 img {
	width: 16px;
	height: 16px;
}

div#innertabs {
	width: 74%;
	margin: -18px auto auto auto;
	font-size: 1.1em;
	text-align: center;
}

div#innertabs > div {
	display: inline;
}

div#innertabs > div > a {
	white-space: nowrap;
	border: none;
}

div#innertabs > div > a.selected {
	white-space: nowrap;
	font-weight: bold;
	border: none;
	text-decoration: none;
	cursor: default;
}

div#innertabs > div.sprtr {
	background-image: url(../images/tab_sprtr.png);
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 3px;
	margin-right: 4px;
}

/*CONTENT FORMATTING*/

.popupiconcontainer {
	display: inline;
	position: relative;
	cursor: auto;
}

.popupInstructions {
	border-style:solid;
	border-collapse: separate;
	border-width:1px;
	position: absolute;
	z-index:-1;
	padding: 10px;
	font-size: 1.0em;
	text-align: left;
	width: 400px;
	overflow: auto;
	top: -9000px;
	left: -9000px;
	color: black;
	font-weight: normal;
}

.section .content .popupInstructions span.header {
	float: left;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	width: 100%;
}

.section .content td.proxyphoto {
	padding-left: 1px;
	min-height: 60px;
	width: 90px; 
}

.section .content .hidephoto td.proxyphoto {
	min-height: auto;
}

.section .content div.photobuttons {
	width: 16px;
	display: inline;
	float: left;
	margin-left: 4px;
	clear: right;
} 

.section .content img.photo {
	max-height: 60px;
	max-width: 60px;	
	float: left;
	margin-right: 0px;
	clear: left;
}

.section .content table.photo td.tableProxyMessage {
	background-color: transparent;
}
	

.photo iframe.fileselector {
	width: 19px;
	height: 19px;
	z-index: 1000;
	border: none;
	opacity: 0;
	filter: alpha(opacity = 0);
	float: left;
	margin-top: -18px;
	position: relative;	
	margin-left: -1px;
}

.section .content img.photoedit {
	float: left;
	cursor: pointer;
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;	
	cursor: pointer;
}

div.photocontainer {
	width: 60px;
	height: 60px;
	float: left;
	clear: left;
} 

a.photodelete {	
	width: 16px;
	height: 16px;
	float: left;
	padding-left: 1px;
	padding-top: 1px;
}

a.photodelete img {
	clear: both;	
	width: 16px;	
	padding: 0px 0px;		
}


table.photo .progbar img {
	width: 55px;
}

.popupInstructions .right{
 	float: right;
 	margin-bottom: 5px;
}
 
.popupiconcontainer .popupInstructions p {
	clear: both;
	width: 100%;
	margin-left: 0;
}

.popupInstructions p div ul,
.popupInstructions p div p { 
	font-size: 1em;
}

.section {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: left;
	position: relative;
}

.section .helptext {
	font-size: 1em;
	margin-top: -6px !important;
	margin-bottom: 5px !important;
	top: 1.2em !important;
}

.section label span.fineprint {
	color: gray;
	display: block;
	font-size: 0.85em;
}

#main.nomenu .section .alert{
	margin-top: 0px !important;
}

.filecontainer .helptext, 
.filecontainer .helptext .alert {
	margin-top: 0px !important;
	font-size: 7pt !important;
}

.section .content p.helptext {	
	white-space: normal;
}

#bodyerr, 
#messageerror {
	margin-left: 0%;
}

.section .helptext#bodyerr {
	margin-top: 2px !important;
}

.section h1,
.section h2,
.section .content h2,
.section .terms h2 {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	font-size: 1.3em;
	clear: left;
	position: relative;
}

.section.search h1 {
	font-size: 1.75em;
}

.section h1 img.icon {
	width: 32px;
	height: 32px;	
	top: 10px;
	vertical-align: text-bottom;
	position: relative;
}

.section h1 .right {
	position: absolute;
	right: 0;
}

.section h1 span {
	bottom: 2px;
}

.section h1 .right select.date {
	margin :0 5px;
	float: left;
}

.section h1 .right input.date{
	margin :0;
	float: left;
	font-size: 0.9em;
}

.section h2 + span.right {
	position: absolute;
	top: 0;
	right: 0;
}

.section h2 .right {
	position: absolute;
	right: 0;
}


.section h2 span {
	bottom: 2px;
}

.section h2 .right select.date {
	margin :0 5px;
	float: left;
}

.section h2 .right input.date{
	margin :0;
	float: left;
	font-size: 0.9em;
}

.section h4, .section span.source {
	display: inline;
	padding-left: 20px;
	margin: 15px auto 0 auto;
	font-size: 1em;
}

.section span.source {
	display: block;
	font-weight: bold;
}

.section .withhr {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 15px;
}

.section p {
	margin: 1.2em 0;
	font-size: 1.2em;
}

.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;
	font-size: 1.2em;
}

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 {
	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: 5px;
	margin-top: -7px;
}

.section .content h4 {
	width: 100%;
	margin: 3px 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	clear: left;
}

.section .content p,
.section .content em,
.section .content ul {
	margin-top: .3em;
	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 input,
.section .content select,
.section .content textarea.halfwidth {
	display: inline;
}

.section .content select.multiple {
	margin-bottom: 7px;
}

.section .content .fieldtime 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.autowidth {
	width: auto;
	margin-top: 5px;
}

.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 
{
	position: relative;
	outline-color:#000000;
}

 .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: 45%;
  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 p {
	margin: 10px 0;
	width: auto;
}

.section .message h4 
{
	margin: 10px 0;	
	padding-left: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
}

#discharge_info ul,
#instructions ul,
#discharge_instructions ul 
{
	list-style: outside disc;
	margin: 0 0 0 30px;
	padding: 0;	
}

#instructions ol,
#discharge_info ol,
#discharge_instructions ol 
{
	list-style: outside decimal;
	margin: 0 0 0 25px;
	padding: 0;		
}

#discharge_info ul ul, #discharge_info ol ul,
#instructions ul ul, #instructions ol ul,
#discharge_instructions ul ul, #discharge_instructions ol ul
{
	margin: 0 0 0 50px	!important;	
}

#discharge_info li,
#instructions li,
#discharge_instructions  li
{
	vertical-align: middle;
}

#discharge_info img,
#instructions img,
#discharge_instructions img
{
	width: auto !important;
	height: auto !important;
	margin: 3px;
	vertical-align: baseline;
}

#discharge_info p,
#instructions p,
#discharge_instructions p,
#department p
{
	white-space:normal;	
}

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;
}

ul#proxyTabs {
	margin-top:-25px;
	position:absolute; /* needed for z-index */
	z-index:1000;
	height:32px;
	width:972px; /* #wrap width minus padding-right */
	padding:0 0 2px 3px;
}
ul#proxyTabs li {
	background-image:url(../images/proxytabs.png);
	background-repeat:no-repeat;
	background-position: 0 -25px;    /* default proxy tab is the second one in the image */
	float:left;
	height:19px;
	list-style-type:none;
	margin:5px 0px -5px 0px;
	padding-left: 18px;
}
ul#proxyTabs li[class*='color'] {             /* animate non-current tabs ... */
	   -moz-transition: all 0.1s ease-out;
	/*  -ms-transition: all 0.1s ease-out;   The transitions only look good in Firefox for now.
	     -o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out; 
	        transition: all 0.1s ease-out;   */
}
ul#proxyTabs li[class*='color']:hover {      /* (on hover) with these properties, ... */
	height:24px;
	margin-top:0;
}
ul#proxyTabs li#moreTabsTab:hover {          /* except for the 'more tabs' ones (must copy attributes from original rules) */
	height:19px;
	margin-top:5px;
}
ul#proxyTabs li.curr#moreTabsTab:hover {
	height:25px;
	margin-top:0;
}
ul#proxyTabs li a {
	background-image:url(../images/proxytabs.png);
	background-position: 100% -25px; /* default proxy tab is the second one in the image */
	background-repeat:no-repeat;
	display:block;
	height:100%;
	line-height:18px;
	margin:0px 5px 0px -23px;
	outline:none;
	padding: 0px 21px 0px 0px;
	position:relative;
	right: -25px;
	text-decoration:none;
}
ul#proxyTabs li a:hover,
ul#proxyTabs li a:focus {
	text-decoration:underline;
	text-shadow: 0 1px 4px #FFFFFF;
	cursor:pointer;
}
ul#proxyTabs li a span {
	border:1px solid transparent;
}
ul#proxyTabs li a:focus span {
	border:1px dotted #FFFFFF;
}


ul#proxyTabs li:first-child, ul#proxyTabs li.curr + li, ul#proxyTabs li a {box-shadow:inset 0 -3px 2px -2px rgba(0,0,0,0.2);}
ul#proxyTabs li.curr,
ul#proxyTabs li.curr a,
ul#proxyTabs li p#moretabs a,
ul#proxyTabs li#configIconTab a {box-shadow:none;}


ul#proxyTabs li.curr,
ul#proxyTabs li.curr:hover {position:relative;z-index:40;margin:0px;height:25px;}
ul#proxyTabs li.curr a {font-size:19px;font-weight:bold;line-height:25px;text-shadow:0 0px 6px #fff;}
ul#proxyTabs li.curr a:hover {text-decoration:none;cursor:default;}

ul#proxyTabs li.curr a.normal {font-size:0.85em;font-weight:normal;line-height:18px;}
ul#proxyTabs li.curr a.normal:hover {text-decoration:underline;cursor:pointer;}




#moreTabsTab {
	position:relative;
	z-index:-1;
}

/*
 *  This is a keyboard-accessible way to show and hide hover menus
 */ 
.mtHide, #moreTabsTab       #moretabs {margin-top:-9999px;}
#moreTabsTab #moretabs.mtShow, #moreTabsTab:hover #moretabs {margin:5px -2px 0 10px;}
li.curr .mtShow, li.curr#moreTabsTab:hover #moretabs {margin-top:10px;}

#moretabs {
	position:absolute;
	left:0;
	top:14px;
	white-space:normal;
	
	   -moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	
	-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
	        box-shadow:0 3px 10px rgba(0, 0, 0, 0.5);
}
#moretabs a {
	background-image:url(../images/gradient_moreproxies.png) !important;
	background-repeat:repeat-x !important;
	background-position:0 0 !important;
	border:1px solid transparent; 
	font-size:0.85em;
	right:0 !important;
	margin:0px 0 !important;
	padding:6px !important;
	white-space: pre !important;
	min-width:60px;
}
#moretabs a:focus {
	border:1px dotted #FFFFFF;
}

li.curr p#moretabs a {text-shadow:none;}




.section .remoteLinks
{
	width: 100%;
	display: block;
	text-align: center !important;
}

.section .remoteLinks img
{
	border: none;
	margin: 0 20px 10px 20px;
}

#menuexternallink a {
	cursor: pointer;
}

.section .remoteLinks .button
{
	padding: 5px;
}

.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;
}

form#remotelinksform label {
	margin-left:45px;
}

form#remotelinksform label input {
	margin-left: -30px;
}

#srotext {
	width: auto;
	margin: 0 0 20px 0;
	padding: 10px;
	position: relative;
	min-height: 32px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
}

#srotext p {	
	clear: none;
	margin: 0 0 0 45px;
}

#srotext img {
	width: 32px;
	height: 32px;
	margin: 3px 10px 0 0;
	float: left;
}

a.messagedoclink {
	display: block;
	margin: 5px 0;
}

div#placeholder {
	height:400px; 
	width:99%; 
	border:1px 
	solid red;
}

div#placeholder p {
	font-size:3em;
	padding:10px; 
	text-align:center;
}
	
.nolinelist:link
{
	text-decoration:none;	
}

.nolinelist:visited
{
	text-decoration:none;	
}

.nolinelist:hover
{
	text-decoration:none;	
}

.nolinelist:active
{
	text-decoration:none;	
}

#skipnavigation,
.screenreaderContent {
	width:1px;
	height:1px;
	overflow:hidden;
}

#skipnavigation
{	
	left:0px;
	top:-500px;
}

#assistiveicons
{
	margin:-29px 0 0;
	padding-bottom:0px;
	padding-top:0px;
	text-align:right;
	vertical-align:top;
	min-height:37px;
}

.assistiveicon
{
	margin:0 0 5px 1px;
	padding-bottom:0px;
	padding-top:0px;
	text-align:right;
	vertical-align:top;	
}

#searchboxlabel
{
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	top: 0;
	display: inline;	
}

.leftalignedlabel
{
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	top: 0;
}

.clearlabel
{
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: left;
	top: 0;
	display: inline-block;
	font-size: 0 !important;
	position: absolute !important;
}

.section .content p.clearlabel {
	visibility: hidden;
}

.dateslabel
{
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
	position: relative;
	text-align: left;
	top: 3px;
}

.section .content .clearspan {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	text-align: right; 
	display: inline; 
	position: relative; 
	top: 0; 	
}

.section .content .clearspan-bold {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	text-align: right; 
	display: inline; 
	position: relative; 
	top: 0; 	
	font-weight: bold;
}

.hiddenlabel
{
	height:1px;
	width:1px;
	overflow:hidden;
	margin:-4px;
}

.phoneentry
{
	width: auto;	
}

.loginhint
{
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}

.hiddenimg
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.signUpFieldError
{
	text-align: justify;
	clear: both; 
	width: 45%;
	font-size:1em;
 	font-weight:normal;
	left:0;
	line-height:1.2em;
}

#signupform .signUpFieldError
{
	padding-left: 25%;
}

.recoverFieldError
{
	text-align: justify;
	clear: both; 
	width: 95%;
	font-size:1em;
 	font-weight:normal;
	left:0;
	line-height:1.2em;
}

img.uploadedimageinline {		
	margin: 5px 5px 5px 5px;
	max-width: 90%;
	max-height: 275px;
	text-align:center;
	vertical-align:middle;
	width: auto !important;
	display: inline !important;
}

div.uploadedimageinline {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.imagecontainerinline {
	text-align:center;
	display: block;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;	
}

.section .content H3.imagetitleinline {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	top: 0px;
	font-weight: bold;
}


.lb_overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1000;
	
	/* browser-dependent tags */
	/* IE */
	filter: alpha(opacity = 60); 
	background:#666666;
	
	/* Everything else */
	opacity:0.5;
	background:-moz-linear-gradient(center bottom , #000000 0%, #666666 50%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0)), color-stop(0.5,rgb(102,102,102)));
	-webkit-box-shadow:inset 0 -20px 100px 25px rgba(0, 0, 0, 0.7); 
	   -moz-box-shadow:inset 0 -20px 100px 25px rgba(0, 0, 0, 0.7);
	        box-shadow:inset 0 -20px 100px 25px rgba(0, 0, 0, 0.7);
}

.lb_content {
	display:none;
	background-color:transparent;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-392px; /* half the width */
	width:785px;
	z-index:1002;
	outline:0;
	-webkit-box-shadow:0 10px 50px 0 rgba(0, 0, 0, 0.8);
	   -moz-box-shadow:0 10px 50px 0 rgba(0, 0, 0, 0.8);
	        box-shadow:0 10px 50px 0 rgba(0, 0, 0, 0.8);
}

div.posthelp {
	padding-bottom:5px;
}

div.posthelp p {
	margin:20px 0px 5px 0px;
}

div.posthelp ul {
	list-style-type:disc;
	margin-left:12px;
	list-style-position:inside;
}

div.tabcontainer {
	border-style: solid;
	border-width:	1px;
	margin-top: 40px;
	margin-bottom: 10px;
	   -moz-box-shadow:inset 0 0 3px #555555;
	-webkit-box-shadow:inset 0 0 3px #555555;
	        box-shadow:inset 0 0 3px #555555;
	
	padding: 7px;
	width: 714px;
	   -moz-border-top-left-radius:0;
	-webkit-border-top-left-radius:0;
	        border-top-left-radius:0;
}

ul.sectiontabs {
	margin-top: -32px;
	margin-left: -11px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 32px;
	width: 730px;
	padding: 0 0 2px 3px;
}

ul.sectiontabs li {
	background-image: url(../images/section_tabs.png);
	background-repeat: no-repeat;
	background-position: 0 -35px;
	float: left;
	height: 19px;
	list-style-type: none;
	margin:5px 3px -5px 0;
}

ul.sectiontabs li a {
	background-image: url(../images/section_tabs.png);
	background-position: 100% -35px;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	line-height: 19px;
	margin: 0px 5px 0px -18px;
	outline: none;
	padding: 0px 25px 0px 0px;
	position: relative;
	margin: 0 -3px 0 3px;
	padding: 0 25px 0 22px;
	text-decoration: none;
}

ul.sectiontabs li.selected {
	background-position: 0 0px;
	height: 23px;
	margin-top:1px;
}

ul.sectiontabs li.selected a {
	background-position: 100% 0px;
	height: 23px;
	line-height:22px;
}

ul.sectiontabs li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

ul.sectiontabs li a span {
	border: 1px solid transparent;
}

ul.sectiontabs li a:focus span {
	border-width: 1px;
	border-style:	dotted;
}

div.cptLink {
	width: 100%;
}

div.cptLink p {
	text-align: right;
}

div .section .addenda {
	width: 95%;
	margin: 5px auto;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	text-align: left;
}

.uploader iframe.fileselector {
	border: none transparent 0px;
	width: 3px;	/* set at runtime */
	font-family: tahoma, sans-serif;	
	overflow-x: auto;
	overflow-y: hidden;
	height: 25px;
	position: absolute;
	left: -5px;
	top: -5px;	
	filter:alpha(opacity=0);	 
	-moz-opacity:0.0;	 
	-khtml-opacity: 0.0;	 
	opacity: 0.0;
	cursor: pointer;
	z-index: 6;
}

.uploader div.prettyfileinputhasfocus {
	border-style: dotted;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.section #imgalert {	
	display: inline;
	width: 65%;
	margin-left: 5px;
}


.uploader div.uploaderbutton {
	position: relative;
	display: inline;
	width: 50px;
}

.uploader #iframelabel {
	display: inline;
	top: auto;
	margin: 0px 3px 0px 2px;
}

.uploader #iframeinfodiv {	
	width: auto;
	display: inline;
	margin-top: 0px;
	top: 0px;
	position: relative;
}

.uploader #iframeinfodiv .popupinstructionsicon {
	margin: 0px;
}


div.quicklinks,
p.alert.ques {
	margin: 25px 0 25px;
	width: 100%;
	text-align: center;
}

div.quicklinks a,
p.alert.ques {
	display: inline-block;
	font-size: 1.15em;
	padding: 5px 7px 5px 7px;
	margin: 7px;
	text-align: center;
	text-decoration: none;
	width: 25%;
	vertical-align: middle;
}

.notice {
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	vertical-align: middle;
	width: 94%;
	display: block;
	padding: 5px 7px 5px 7px;
	margin: 5px auto 15px;
}

.notice p {
	margin: 1px;
}	

.notice .content h3 {
	top: 1.25em;
}
.notice .content p {
	margin-left: 27%;
}

p.alert.ques {
	display: block;
	width: auto;
	height: auto;
	padding: 10px;
	text-align: left;
	min-height: 40px;
}


div.quicklinks.nohdr a {
	height: 110px;
}

span.h3 {  /* For things that we want to look like H3, but cannot be for whatever reason */
	display: inline;
	font-size: 1.17em;
	font-weight: bold;
	font-style: normal;
}

div.quicklinks a img {
	margin: 0 auto 5px;
	display: block;
}

.imagecontrolcontainer {
	font-size: 1em;
	width: 98%;
	overflow-x: auto;
	overflow-y: hidden;	
}

.imagecontrolcontainer h2 {
	position:absolute;
}

.imagescontainer {	
	width: 1000px;	/* set inline by image upload control to imagewidth+15 * number of images */
	height: 280px;	
	border-style: none; 
	border-width: 0px;	
	margin-top: 1px;
}

div.uploadedimage {
	text-decoration: none;
	display: block;
	padding: 3px;
	margin-right: 5px; 	
	height: 150px;
	text-align: center;	
	cursor: pointer;
}

div.filecontainer,
div.uploadedimage {
	width: 150px;
}

.section .content h3.alert {
	width: auto;
	text-align: left;
	top: auto;
	margin-top: auto;
	padding:0;
	display: inline;
}

textarea.filedescription {
	scrolling: none;
	overflow: hidden;
	margin-top: 0px;
	width: 146px;
}

div.filecontainer {
	float: left;	
	margin-right: 10px;	
	height: auto;
}

img.uploadedimage {
	max-width: 150px;
	max-height: 150px;
}

a.deletex, a.zoom {
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none;
	top: 0px;
}

div.buttondiv {
	text-align: right;
}

.section .content h3.filedescription, 
label.filedescription {
	text-align: left;
	display: block;	
	width: 150px;
	position: static;	
}

label.filedescription {
	padding-top: 20px;
}

.section .content h3.filedescription { 
	padding-top: 25px;
	overflow: hidden;
	word-wrap: break-word;		
}

.filecontainer p.imagelabelerror {
	width: 100%;
	margin-left: 0px;
	width: 150px;
	top: auto;
	display: block;
	position: static; 	
}

p.imagelabelerror img {
	position: static;
	display: inline;
}

div.errHolder {
	display: inline;
}

table#LINKS {
	margin-top:-15px;
}

p.posttext {
	color: gray;
}

.content table.activeqtn  div.popupInstructions {
	width:325px;
	font-size:.95em;
	line-height:1.3em;
}

.content table.activeqtn  tr td a.popupinstructionsicon {
	text-decoration:none;
	white-space: nowrap;
}

.content table.activeqtn   tr td .popupInstructions span.qnrpopup {
	text-align:right;
	width:17%;
	display: block;
}

.content table.activeqtn   tr td .popupInstructions p.qnrpopup,
.content table.activeqtn   tr td .popupInstructions ul.qnrpopup  {
	margin-left:19%;
	width:83%;
	margin-top:-1.3em;
}

.plaintxtpopup {
	margin-top: 5px;
	margin-left: 22%;
	width: 78%;
}

#relatedresultstoggle {
	text-align: right;
}

a.plainanchor {
	color: inherit;
	cursor: text;
	text-decoration: none;
}

/* Makes an element invisible and take up no space. */
.hiddenrendered
{
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/* Makes an element invisible and take up no space. The element becomes visible and uses space when focused. */
.hiddenfocusable {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.hiddenfocusable:active,
.hiddenfocusable:focus {
    position: static;
}

.nooutline,
.nooutline:focus
{
    outline: none;
}

.section .content .singleqnrlink {
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 2px 0 rgba(0, 1, 0, 0.7);
	height: auto;
	margin: 20px auto;
	min-height: 40px;
	padding: 2% 2% 1% 5%;
	text-align: left;
	display: block;
	color: black;
	font-weight: bold;
	color: #363636;
	font-family: Calibri,Arial,sans-serif;
	font-size: 1em;
}

.section .content .singleqnrlink img.icon
{
	width: 32px;
	height: 32px;
	padding-right: 8px;
	float: left;
}

a.apptsingllink {
    	display: block;
	margin: 0 auto;
    	text-align: center;
    	text-decoration: none;
    	width: 52%;
}

span.singleqnrlink:hover {
	background-color: #E0E8F6;
}
