/* This style sheet applies to all the forms of the website */

/*--------------------- CONTENT HOLDER --------------------- */

table#content-holder{
	width:800px;
}

table#content-holder td{
	border-collapse:collapse;
	vertical-align:top;
}

td#content-top {
	background-image:url(../images/main/search_top.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:10px;
}

td#content-middle{
	background-image:url(../images/main/search_bg.jpg);
	background-repeat:y-repeat;
	width:800px;
}

td#content-bottom {
	background-image:url(../images/main/search_btm.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:9px;
}

.content_div{
	font-family:verdana;
	font-size:11px;
	padding-right:15px;
	padding-left:15px;
	line-height:20px;
	text-align:justify;
}

/*--------------------- HEADERS --------------------- */

h1{
	font-size:20px;
	color:#16325C;
	font-style:italic;
	margin-left:15px;
}

h5{
	font-size:12px;
	color:#16325C;
	margin-left:10px;
}

h6{
	font-size:10px;
}

/*--------------------- SEARCH RESULTS --------------------- */

div.tx-indexedsearch{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-family:verdana;
	font-size:11px;
}

div.tx-indexedsearch a{
	color:#16325C;
}

div.tx-indexedsearch a:hover{
	background-color:#CCD0DB;
}

div.tx-indexedsearch-searchbox{
	width:750px;
	padding:10px;
	margin-bottom:10px;
	background-color:#FAFAFB;
	border:1px solid #CCD0DB;
}

div.tx-indexedsearch-searchbox form{
	margin-left:auto;
	margin-right:auto;
	width:250px;
	padding:15px;
}

div.tx-indexedsearch-searchbox input{
	margin-left:10px;
	font-family:verdana;
	font-size:11px;
	margin-bottom:10px;
}

.tx-indexedsearch-rules{
	color:#8C90A4;
}

.tx-indexedsearch-sw{
	color:#CE1725;
}

.tx-indexedsearch-res{
	margin-top:10px;
	margin-bottom:10px;
}


/*--------------------- ALL FORMS --------------------- */

table.csc-mailform{
	width:760px;
	border-collapse:collapse;
}

table.csc-mailform td{
	vertical-align:top;
}

.csc-form-fieldcell input,.csc-form-fieldcell select,.csc-form-fieldcell textarea{
	font-family:verdana;
	font-size:11px;
	margin-top:11px;
	margin-left:30px;
}

.csc-form-fieldcell input,.csc-form-fieldcell textarea{
	padding:3px;
}