/* Styles */



body {
	/*background-color: #D6D3D6;*/
	background-color:#FFEFD8;
	/* to make 1em = 10px */
	/*font-size: 62.5%;*/
	
}

p{color: #635142;}
strong{color: #635142;}
h3{color: #635142;}

.content {
	border: 0px;
	/*
	background-color: #D1E7EF;
	*/
	background-color: #FFEFD8;

}

.content .bullet a { font-size: 1.3em;font-family: 'Lucida Sans', Geneva, Verdana, Arial, sans-serif; text-decoration: none;  }
.content .bullet a:link { color: blue; }
.content .bullet a:visited { color: blue; }
.content .bullet a:active { color: blue; }
.content .bullet a:hover { color: orange; }

.content .listRow a { font-size: 1em;font-family: 'Lucida Sans', Geneva, Verdana, Arial, sans-serif; text-decoration: none; }
.content .listRow a:link { color: blue; }
.content .listRow a:visited { color: blue; }
.content .listRow a:active { color: lightblue; }
.content .listRow a:hover { color: orange; }

.title {
	text-align: left;
	border-bottom: 2px solid #00759F;
	border-right: 1px solid #00759F;
	/* background-color: #00A5DF; */
	padding: 5px;
	padding-left:0px;
	letter-spacing: 0.1cm;
	height: 25px;
	fon-sizet: 20px;
	font-family: 'Lucida Sans', Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: white;
	letter-spacing: 0.1cm;
	background: #006edf url(images/44372c_40x100_textures_02_glass_20.png) 0 50% repeat-x;color: #635142;
}
.title table {
	width: 100%;
}
.title table td {
	font: 20px Tahoma;
	font-weight: bold;
	color: white;
	letter-spacing: 0.1cm;
}
.toggleDisplay {
	font-size: 70%;
	color: lightgreen;
	cursor: pointer;
}
.error .title {
	background-color: darkred;
}

.list, .form, .floatingLinks {
	border-left: 0px;
	border-bottom: 0px;
	background-color: #fff;
}

.pager {
	background-color: #C3D8DF;
	width:195px;
	height: 88px;
	position: absolute;
	border: 0px solid #2196BD;
	bottom: 5;
	right: 15;
}
.pager .title {
	cursor: move;
}
.pager .bullet {
	font: 10px Tahoma;
	font-weight: bold;
	text-align: center;
}
.pager .move {
	font: 12px Tahoma;
	color: green;
}
.pager .pagedisplay {
	width: 40px;
}
.pager .pagesize {
	width: 44px;
}
.curpagerows {
	font-weight: bold;
}

.section {
	border-bottom: 0px;
	width: 100%;
}
.floatingLinks .section {
	width: 225px;
}
.section .bullet {
	border-left: 4px solid gray;
	border-right: 1px solid darkgray;
	padding: 5px;
	display: block;
	background-color: white;
}

.icon {
	border: 0;
	margin-left: 5px;
	margin-right: 8px;
	height: 24px;
	width: 24px;
}
.datefieldclear {
	height: 16px;
	width: 16px;
}

.formtable {
	width:100%;
	background-color:#FFEFD8;
	border-left:0px;
	border-right:0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:left;
	
}
.formtable th {
	width: 130px;
	border-right: 3px solid darkgray;
color: #635142;
	font: 13px Tahoma;
	border-bottom: 1px solid #C3D8DF;
	padding: 2px;
	padding-right: 5px;
	vertical-align: top;

	text-align: right;

}

.formtable td {
	font: 13px Tahoma;
	color:  #333;
	padding-left: 0px;
	padding-right: 10px;
}
.formtable .countRow td {
	padding-left: 5px;
	padding-right: 5px;
}
#errorTable tr.errorRow th {
	background-color: red;
	color: white;
	border-right: 4px solid orange;
	border-bottom: 1px solid orange;
}
#errorTable tr.noticeRow th {
	background-color: lightgreen;
color: #635142;
	border-right: 4px solid gray;
	border-bottom: 1px solid gray;
}

.phoneNote {
	color:#808080;
	font-size:0.8em;
}
input.blur {
	font-style: italic;
	color: #999;
}

.firstnames {
	height: 32px;
	overflow: auto;
	width: 160px;
}

form {
	margin: 0;
}
input, select, textarea {
	background-color: #EFEFEF;
color: #635142;
	font: 13px Tahoma;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px inset gray;
	border-top: 1px solid #424542;
	border-left: 1px solid #424542;
	border-right: 1px solid #DEDBDE;
	border-bottom: 1px solid #DEDBDE;
	/*width: 200px;*/
}
textarea {
	height: 50px;
}

table.category {
	text-align: right;
}
select.category {
	width: 100px;
}
.familyCountRow input,.childrenCountRow input { width: 25px; }
.cityRow input#city { width: 110px; }
.zipRow input#zip { width: 45px; }

