/*  MAIN   */

html, body {
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div.center {
	margin: auto;
	text-align: center;	
}

td, div, li, p, span, input{
	font-family: arial;
	font-size: 12pt;
	color: #333333;
}

a {
	font-size: 12pt;
}

img.menuButton {
	margin-top: 0px;
}

a.menuButton {
	padding-right: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	font-size: 10pt;
}

div.navigation {
	padding-top: 3px;
	background-color: #636363; 
	height: 20px;
	text-align: center;
}

#message { 
	padding: 10px; 
	text-align: left;
	border: 1px solid #DDDDDD;
}

#feedback-received{
	background-color: #ffffff;
	cursor: auto;
}

#feedback-box{
	border: 1px solid #aa5555;
	border-left: 0px;
	font-size: 80%;
	padding: 2px;
	width: 100%;
	background-color: #FFCCCC;
	position: fixed;
	_position: absolute;
	width: 60px;
	top: 50%;
	padding: 3px;
	cursor: pointer;
	left: 0px;
	color: #333333;
	text-align: left;
}

#notification-window {
	visibility: hidden;
}

#notification-menubar{
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
}

#notification-close {
	float: right;
	cursor: pointer;
	color: #999999;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#notification-display-text { 
	height: 90%;
}

.notification-container {
	display: block;
	position: fixed;
	_position: absolute;
	top: 40%;
	left: 35%;
	width: 350px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	z-index: 60;
	text-align: left;
}

#closeMessage {
	
}

#resultContent {
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 12px;
}

div.content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;	
	text-align: left;
}

div.section {
	height: 27px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 14pt;
}

table.intake {
	text-align: left; 
	width: 100%;
	border: 1px solid #DDDDDD;	
	border-top: 0px;
	border-bottom: 0px;
}

table.intake td {
	padding: 5px;	
	border-bottom: 1px solid #DDDDDD;
}

.row1 {
	background-color: #FFFFFF;
	}
	
.row2 {
	background-color: #FAFAFA;
}

#requiredFields {
	font-size: 10pt;
	}

.redAstrick {
	color: #FF0000;
	}

#question {
	color: #555555;
}

h1 {
	font-size: 18pt;
	font-weight: bold;	
}

/** Search **/
#searchAddressContainer {
	padding: 10px;
	background-color: #FFBBBB;
	border: 1px solid #FF9999;
	margin-bottom: 20px;
}

#searchBox {
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	text-align: center
}

#searchBox input {
	margin: auto;
	margin-bottom: 10px;
}

div.homeSearchToggle {
	width: 100%; 
	text-align: right;
	margin-top: 3px;
	margin-bottom: 0px;
}

div.homeSearchToggle a {
	font-size: 10pt;
}

input.searchField{
	height: 30px;
	font-size: 18pt;
	width: 700px;
}

/**GUI Questions**/
table.checkBox {
	width: 100%;
}

table.checkBox td{
	border: none;
	padding-left: 0px;
}

/** Referral.html **/

table.results {
	width: 100%;
}

table.results td {
	text-align: left; 
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;	
	height: 100%;
}

div.resultDescription {
	padding-left: 15px;
	
	font-size: 11pt;
	color: #555555;
}

div.milesAway {
	text-align: left; 
	font-weight: bold; 
	font-size: 13pt;
	color: #777777;	
}

div.resultContact td, th{
	font-size: 11pt;
	text-align: left; 
	padding: 5px;
}

th {
color: #333333;	
}

div.resultContact {
	width: 20%;
	float: right;
}

span.category {
	color: #777777; 
	background-color: #FFFF77; 
	padding: 3px;
}

.highlightSelectedAnswer {
	background-color: #FF5555;
	color: #FFFFFF;	
}

#highlightIntakeRow {
	background-color: #EEEEEE;
}

/** Program **/

.programFilter {
	text-align: left;
	padding: 10px;

}

.programFilter a{
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11pt;
}

#selectedProgramFilter {
	
}

div.programSection {
	color: #333333;
	font-weight: bold;
}

div.physicalLocation {
	background-color: #FFDDDD; 
	border: 1px solid #FFAAAA; 
	padding: 5px;
	width: 290px;
}

td.programInfoHeader {
	width: 150px;
	padding-right: 10px;
}

/**Paging**/
.pagination ul{
	text-align: center;
}


