/* ---- Import global styles ---- */
@import url(global.css);

body {
	color: #003333;
	font-family: Verdana, Helvetica, Arial, "Times New Roman";
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}



/* ---- Main Content ---- */
div.maincontent {
	background-color: #FFFFFF;
	padding: 10px 0 0 10px;
	width: 770px;
	min-height: 450px;
	border-bottom: 1px solid #FFFFFF;
	
}
* html div.maincontent {
	height: 450px;
}	


/* ---- Search ---- */
div.maincontent div.searchmainbody div.pagetitle {
	width: 99%;
	border-bottom: 1px dotted #26959F;
}
div.maincontent div.searchmainbody div.pagetitle h1 {
	color: #26959F;
}
div.maincontent div.searchmainbody div.intropanel {
	margin: 10px 0 30px 0;
}


/* ---- Contact Sheet View ---- */
div.maincontent div.searchmainbody div.contactsheet table {
	background-color: #CFE7EA;
	color: #6F7588;
	width: 763px;
	padding-bottom: 5px;
}
div.maincontent div.searchmainbody div.contactsheet table a {
	color: #6F7588;
	text-decoration: underline;
}
div.maincontent div.searchmainbody div.contactsheet table table {
	background-color: #EDEEF2;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 0;
}
div.maincontent div.searchmainbody div.contactsheet table table tr {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div.maincontent div.searchmainbody div.contactsheet table table td {
	border: 5px solid #FFFFFF;
	background-color: #EDEEF2;
}
div.maincontent div.searchmainbody div.contactsheet table table table {
	margin-top: 10px;
}
div.maincontent div.searchmainbody div.contactsheet table table table td {
	border: 0px;
}
div.maincontent div.searchmainbody div.contactsheet table table table table {
	border: 1px solid #4D5A7F;
	width: auto;
}
div.maincontent div.searchmainbody div.contactsheet table table table table td {
	background-color: #FFFFFF;
	padding: 4px;
}


/* ---- List View ---- */
div.maincontent div.searchmainbody div.listview table {
	background-color: #CFE7EA;
	color: #6F7588;
	width: 763px;
	padding-bottom: 3px;
}
div.maincontent div.searchmainbody div.listview table a {
	color: #6F7588;
	text-decoration: underline;
}
div.maincontent div.searchmainbody div.listview table div.title, 
div.maincontent div.searchmainbody div.listview table div.text {
	display: none;
}
div.maincontent div.searchmainbody div.listview table td img {
	display: none;
}
div.maincontent div.searchmainbody div.listview table table td img {
	display: block;
}
div.maincontent div.searchmainbody div.listview table table {
	padding: 0;
}
div.maincontent div.searchmainbody div.listview table table table {
	width: 100%;
	/*background-color: #990000;*/
	/*background-color: #4D5A7F;*/
	border-top: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
}
div.maincontent div.searchmainbody div.listview table table table table {
	border: 1px solid #4D5A7F;
	background-color: #FFFFFF;
	width: auto;
	padding: 0;
}
div.maincontent div.searchmainbody div.listview table table table table td {
	background-color: #FFFFFF;
	padding: 4px;
}


/* ---- Display ---- */
div.maincontent div.searchmainbody div.display td {
	text-align: left;
	font-size: 0.80em;
	color: #376283;
	padding-top: 5px;
}
div.maincontent div.searchmainbody div.display td div.photo1 {
	/*text-align: center;*/
}
div.maincontent div.searchmainbody div.display td div.photo1 img {
	/*text-align: center;*/
	border: 1px solid #4D5A7F;
	padding: 3px;
	margin-left: 0px;
}
div.maincontent div.searchmainbody div.display td img {
	margin-left: 5px;
}
div.maincontent div.searchmainbody div.display td.bodytext, 
div.maincontent div.searchmainbody div.display td.bodytext p {
	font-size: 0.80em;
	color: #376283;
	padding: 0;
	margin: 0;
}
div.maincontent div.searchmainbody div.display td.bodytext a , 
div.maincontent div.searchmainbody div.display td.bodytext p a {
	color: #000000;
	text-decoration: underline;
}
div.maincontent div.searchmainbody div.display .bodytextb, 
div.maincontent div.searchmainbody div.display .bodytextb p {
	font-size: 0.80em;
	color: #376283;
	padding: 0;
	margin: 0;
}
div.maincontent div.searchmainbody div.display td.bodytext div img {
	margin-left: 0px;
}


/* ---- Footer ---- */
div.footer {
	margin: 10px 0 20px 10px;
	width: 763px;
}
div.footer div.tuclogopanel {
	padding: 0 0 20px 8px;
}
div.footer div.footerlinks {
	width: 98.5%;
	border-top: 1px dotted #376283;
	padding: 3px 0 0 10px;
}
div.footer div.footerlinks p {
	font-size: 0.65em;
	color: #376283;
	padding: 0;
	margin: 0;
}
div.footer div.footerlinks p a {
	color: #376283;
	text-decoration: underline;
}
