body {
	background-color: #F7F0E6;
	background-image: url(images/background-body.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #505050;
}

div.clear{
	clear: both;
}

.warwithin-layout {
	width: 1010px;
  margin-left: auto;
  margin-right: auto; 
}

.warwithin-layout #header {
	background-image: url(images/background-header.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 105px;
}

.warwithin-layout #header table {
	height: 105px;
}

.warwithin-layout div#header-placeholder {
  float: right;
  height: 105px;
}

.warwithin-layout #state-selection {
	display: block;
	border: 1px solid #CEBEA5;
	width: 252px;
	padding: 4px;
	background-color:#FFFFFF;
	font-size:14px;
	color: #215173;
	font-weight:bold;
  cursor:pointer;
  cursor:hand;
	margin-bottom: 10px;
	text-align:left;
}

.warwithin-layout #state-selection:hover, .warwithin-layout #state-dropdown a:hover {
	background-color:#F7F0E6;
}


.warwithin-layout #state-dropdown {
	position: absolute;
	float:left;
	width: 260px;
	background-color:#FFFFFF;
	border: 1px solid #CEBEA5;	
	height: 468px;
	overflow:auto;
	margin-top: -11px;
}

.warwithin-layout #state-dropdown a{
	display:block;
	width: 100%;
  text-align:left;
  cursor:pointer;
  cursor:hand;	
	color: #505050;
}

.warwithin-layout #state-dropdown img{
	margin: 2px;
}


#header-button {
  width: 230px;
  height: 80px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.warwithin-layout div#main-logo {
  padding-top: 35px;
  float:left;
}

.warwithin-layout #header-left {
	background-image: url(images/header-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 18px;
	height: 105px;
}

.warwithin-layout #header-right {
	background-image: url(images/header-right.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 18px;
	height: 105px;
}

.warwithin-layout #content {
	background-color: #FDF8F1;	
	padding-top: 12px;
	padding-bottom: 3px;
}

.warwithin-layout #content-left {
	background-image: url(images/content-left.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 18px;
}

.warwithin-layout #content-right {
	background-image: url(images/content-right.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 18px;
}

.warwithin-layout #footer-info {
  text-align:right;
  font-size:10px;
}

.warwithin-layout #footer {
	background-image: url(images/background-footer.png);
	background-repeat: repeat-x;
}

.warwithin-layout #footer-left {
	width: 18px;
	height: 18px;
	background-image: url(images/footer-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.warwithin-layout #footer-right {
	width: 18px;
	height: 18px;
	background-image: url(images/footer-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.warwithin-layout hr {
  background-color: #CEBEA5;
	height: 1px;
	border: 0;
	margin: 10px 0px;
}


.w150{
	width: 145px;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	color: #215173;
	margin-bottom:10px;
}

h2 {
	font-size: 15px;
	font-weight:bold;
	color: #9F6F46;
	margin-bottom:0px;
}

a {
	color: #215173;
}

pre {
	font-size: 12px;
	color:#BBBBBB;
}

a:hover{
	color: #215173;
}

.layout-box {
	width: 100%;
	border: 1px solid #CEBEA5;
	background:  #FFFFFF;
	border-collapse:collapse;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 10px;
}

.layout-box th {
  padding: 5px;
	background-image: url("images/background-box-header.png");
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 13px;
	font-weight: bold;
	color: #9F6F46;
	text-align: left;
}
.layout-box td {
  padding: 5px;
	background-image: url("images/background-box-content.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
}

#column-left {
	width: 242px;
	text-align: center;
	padding-right: 16px;
}

#column-center {
}

#column-right {
	padding-left: 16px;
	width: 252px;
	text-align: center;
}

#tab-active {
	background-image: url(images/background-tab-active.png);
	background-repeat: repeat-x;
	background-position: bottom left;
  padding-bottom: 4px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #635856;
}

#tab-inactive {
	background-image: url(images/background-tab-inactive.png);
	background-repeat: repeat-x;
	background-position: bottom left;
  padding-bottom: 5px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #635856;
}

#tab-inactive a {
  text-decoration:none;
	color: #FFFFFF;
}

#tab-inactive a:hover {
  text-decoration:none;
	color: #000000;
}

.error {
  color:#FF0000;
}

.registration {
	background-color:#FFFFFF;
  border:1px solid #CEBEA5;
  font-size: 13px;
	padding: 10px;
	text-align:left;
  width: 950px;
}

.registration #page {
  height: 450px;
}

.registration #practice_reg_page {
	height: auto;
}

.registration hr {
  background-color: #CEBEA5;
	height: 1px;
	border: 0;
	margin: 10px 0px;
}

.registration #caption th{
	font-size: 20px;
	font-weight: bold;
	text-align: left; 
	padding-left: 10px;
	color: #215173;
}

.registration #caption td{
  background-image:url("images/background-steps.png");
	background-position: 0 0;
	font-size: 16px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	text-align: center;
}

.registration td#green{
  background-image:url("images/background-steps.png");
	background-position: -40 0;
}

.registration td#lightgreen{
  background-image:url("images/background-steps.png");
	background-position: -80 0;
}

.registration td#red{
  background-image:url("images/background-steps.png");
	background-position: -121 0;
}

.registration #entry td {
  font-size: 13px;
	color: #505050;
}

.registration #note, .registration td#note{
  font-size:13px;
	color: #9F6F46;
	text-decoration:none;
}

.registration #label {
	font-size:13px;
	width: 120px;
	height: 28px;
	text-align:left;
	padding-right: 10px;
	white-space: nowrap;
}

.registration input, .registration select, .registration #entry label {
  font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #215173;
}

.registration textarea {
  font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #215173;
  width: 500px;
	height:300px;
}

.registration #entry input#short {
  width: 110px;
  margin-right:10px;
}

.registration #entry input#medium, .registration #entry select#medium {
  width: 160px;
  margin-right:10px;
}

.registration #entry input#long, .registration #entry select#long {
  width: 450px;
  margin-right:10px;
}

.registration #entry input#zipext {
  width: 60px;
  margin-left:10px;
  margin-right:10px;
}

.registration td#error, .registration div#error, .registration span#error{
	font-size:13px;
	text-align:left;
	color:#FF0000;
}

.registration #buttons{
  width:100%;
}

.registration #buttons td#right{
  text-align:right;
}

.registration #basicPracticeInfo {
	float: left;
	width: 50%;
}

.registration #practiceRightContainer{
	float: left;
	margin-top: 5px;
	width: 50%;
}

.registration #practiceRightContainer div.provText {
	float: left;
	width: 90%;
}

.registration #practiceRightContainer div.editProvLink {
	float: right;
	width: 10%;
}

.practice-result {
  width: 100%;
	border-collapse:collapse;
}

.practice-result tr{
	border-top: 1px solid #CEBEA5;
	border-bottom: 1px solid #CEBEA5;
}

.practice-result td#practice{
	background-image:none;
}

.practice-result td#action{
	background-image:none;
	text-align:right;
}

.registration #warning {
  color:#FFFFFF;
	background-color:#C00000;
	padding: 10px;
	margin-bottom: 10px;
}

.registration img {
  border: 0;
	vertical-align:middle;
}

.csz-buttons{
  top: 40px;
	width: 925px;
	position:absolute;
	padding: 0px;
	border: 2px solid #800000;
	background-color:#FFFFFF;
	z-index:100;
}

.csz-buttons #caption{
  padding: 5px;
	background-image: url("images/background-box-header.png");
	background-repeat: repeat-y;
	background-position: top left;
	border-bottom: 2px solid #800000;
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
	text-align: left;
}

.csz-buttons #buttons{
	width: 920px;
  padding-left: 5px;
  padding-top: 5px;
  height: 580px;
	overflow:auto;
}

.csz-buttons button {
  font-size:15px;
  height:32px;
	margin-bottom:5px;
}

.csz-buttons #cancel {
	border-top: 1px solid #CEBEA5;
  padding: 5px;
}

#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	opacity:0.5;
	-khtml-opacity:0.5
}

.map-legend, .map-footer {
  background-color:#FFFFFF;
	border-top: 1px solid #CEBEA5;
	border-left: 1px solid #CEBEA5;
	border-right: 1px solid #CEBEA5;
  width: 682px;
	font-size:11px;
}

.map-footer {
	border-bottom: 1px solid #CEBEA5;	
	border-top: none;
}

#mapDiv {
	border: 1px solid #CEBEA5;
  background-color:#FFFFFF;
	text-align: center;
  width: 680px;
}

.map-legend td{
	border: 1px solid #CEBEA5;
}

.map-legend #mapColorNone{
  white-space:nowrap;
	background-color:#F7F0E6;
}

.map-legend #mapColorLow{
	background-color:#DDFFDD;
}

.map-legend #mapColorMedium{
	background-color:#99FF99;
}

.map-legend #mapColorHigh{
	background-color:#00FF00;
}

.result-layout {
  height:600px;
	width:100%;
	visibility:hidden;
}

.result-layout #left{
	width:1%;
	padding: 0px;
}

.result-layout #right{
	padding: 0px;
}

.result-layout td{
  background-image:none;
}

.result-layout #result-list {
	border: 1px solid #CEBEA5;
  overflow:auto;
	width: 320px;
	height: 600px;
}

.result-layout #result-map {
	border: 1px solid #CEBEA5;
	width: auto;
	height: 600px;
}

.map-popup ul{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.result-layout #result-header {
	border-left: 1px solid #215173;
	border-top: 1px solid #215173;
	border-right: 1px solid #215173;
  background-color:#215173;
	color:#FFFFFF;
	padding: 5px;
	width:auto;
}

.result-layout #result-list a {
  display:block; 
	border-bottom: 1px solid #CEBEA5;
  cursor:pointer;
  cursor:hand;
	padding: 8px;
}

.result-layout #result-list table td {
  line-height: 110%;
	font-size: 13px;
  margin:0px;
  padding:0px;
}

.result-layout #result-list a:hover {
  background-color:#F0F0F0;
}

.result-layout #result-list a:focus {
  outline: none;
}

.result-layout a#result-show-all {
	border-top: 1px solid #CEBEA5;
	border-bottom: none;
	font-size:16px;
  padding-top: 20px;
  padding-left: 8px;
  padding-bottom: 20px;
  text-decoration: underline;
	color: #9F6F46;
	text-align: center;
}

.result-layout a#result-show-all #hint {
	font-size: 0.7em;
	text-decoration: none;
	margin-top: 5px;
}

.result-layout #result-list a strong{
	color: #215173;
	font-size: 11pt;
}

.result-layout #result-list #hit {
	color: #7F0000;
}

.result-layout #result-list ul {
  list-style-type:none;
  padding-left:10px;
	margin: 5px 0px 0px 0px;
}

.result-layout #result-list #result-provider {
	color: #215173;
	font-weight:bold;
}

.result-layout #table-practice #label {
	color: #9F6F46;
	width: 65px;
	text-align: right;
	padding-right: 2px;
}

.result-layout #table-provider #label {
	color: #9F6F46;
	width: 55px;
	text-align: right;
	padding-right: 2px;
}

.result-layout #result-map #label {
	color: #215173;
}

div#noresult {
	margin: 50px 10px 10px 50px;
	display:none;
}

div#noinsurance {
	margin: 10px;
	display:none;
}

.result-layout a{
	color: #9F6F46;
	text-decoration:none;
}

.result-layout a:hover{
	color: #215173;
}

.result-layout span#result-typelink {
	color: #215173;
}

.result-layout span#result-typelink:hover{
	color: #215173;
	text-decoration: underline;
}

.result-caption {
  width: 100%;
	margin: 0px;
	padding: 0px;
}

.result-caption td{
  background-image: none;
	font-size: 14px;
	color: #9F6F46;
	white-space:nowrap;
	padding: 0px 5px 0px 0px;
}

.result-caption #result-count {
  font-weight:normal;
	font-size:13px;
}

.result-caption #result-title {
  font-weight:bold;
}

.result-caption #result-actions {
	font-size:13px;
  text-align:right;
	width:100%;
	padding-right: 10px;
}

.administration #list{
	padding: 0px;
	margin: 0px;
	
}

.administration #list form {
	padding: 8px 4px 0px 4px;
	margin: 0px;
}

.administration td.legend {
	padding-top: 10px;
}

.administration #list tbody {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; 
  vertical-align:top;
	height:400px;
}
 
.administration #list th {
	border-top: 1px solid #CEBEA5;
	border-bottom: 1px solid #CEBEA5;
}

.administration #list td {
  background-image: none;
  cursor:pointer;
  cursor:hand;
	padding: 2px;
	border-bottom: 1px solid #CEBEA5;
}

.administration #list tbody tr:hover {
  background-color:#F0F0F0;
}

.administration label#filter {
  display:inline-table;
  width:60px;
  height:24px;
}

.administration #list tbody tr#progress:hover {
  background-color: transparent;
}

.administration #list tbody #progress td{
  background-color: transparent;
  cursor:default;
	border-bottom: none;
}

.administration #progress img{
  vertical-align:middle;
}

.administration #list table {
	table-layout:fixed;
}

.administration .reports div {
	float: left;
	width: 235px;
}

.administration #report-table-loading .layout-box td {
	background-image: none;
	border-bottom:1px solid #CEBEA5;
}

#report-table-loading td {
	border: none;
}

#reportTable{
	display: block;
	float: left;
	width: 37%;
}

#list .reportGraph {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 60%;
}

