/* CSS Document */

/* 
MedTouch CSS Library
Version 1.1
Creation Date: November 19th 
*/


/* Universal Redefinitions
---------------------------- */

a img { border:0;}

table td { vertical-align: top; }

form { padding: 0px; margin: 0px; }

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

legend {
	margin-bottom: 5px;
	font-weight: bold;
}

input:focus,
input.error:focus, 
.basic-form textarea:focus {	background-color: #FFC; border-color: #FC6; }


/*  Form Basics
----------------------------------------------------------------- */

.basic-form fieldset div { padding: 3px 0px; clear: both; }
.basic-form div.controlset div {
	clear: none;
	margin-left:170px;
	//margin-left: 173px;
}

.basic-form label, .basic-form span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.basic-form label.inline { 
	display: inline; 
	float: none;
	padding-right: 5px;
	margin-left: 10px;
	width: auto; /* New */
}

.basic-form input.normal { width: 188px; }

.basic-form .buttonrow {
	border-top: solid 1px #ccc;
	text-align: right;
	padding-top: 10px;
}

.basic-form .buttonrow input { cursor:pointer; }

.basic-form p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

.basic-form ul {
	margin-top: 0px;
}

.basic-form ul li {
	list-style-type:square;
}

.basic-form .zip { width: 50px; }

.asterisk {
	color: red;
	font-weight: bold;
}

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

.basic-form ul.checkboxset li {
  list-style-type:none;
  float:left;
  width:150px;
}
.basic-form ul.checkboxset {
  margin-bottom:0px;
  padding-left:0px;
}

/* Used by form validation scripts */
.inputNormal { background-color: white; }
.inputError { background-color: #ffddee; }


/*  Result Tables
----------------------------------------------------------------- */

table.results {
	width: 100%;
	//width: 97%;
	border: solid 1px #D6D6AD;
	border-collapse: collapse;
}

table.results th {
	text-align: left;
	background-color: #D6D6AD;
}

table.results td {
	border-right: solid 1px #D6D6AD;
}

table.results td, table.results th {
	padding: 4px;
}

table.results th a {
	display: block;
	color: #000;
}

table.results table td {
	border-width: 0px;
}

table.results .alt-color {
	background-color: #fff;
}