/* Reset page styles */
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code,select { font-size:1em; }
div,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,th,td { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
caption,th { text-align:left; }
fieldset,img { border:0; }
th,td { vertical-align: top; }

/*
	CLEARFIX by Tony Aslett: http://www.positioniseverything.net/easyclearing.html
	IE7 fix found at http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* Base HTML elements */
p {
	padding-left: 10px;
}
h3,h4,pre {
	font-size: 1.5em;
}
a:link {
	color: #168;
}
a:visited {
	color: #168;
}
a:hover {
	color: #034;
}
a:active {
	color: #168;
}
body {
	color: #2A2A2A;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
table {
	clear: both;
	font: 100% Georgia, "Times New Roman", Times, serif;
    width: 750px;
}
th  {
	background-color: #146b85;
    padding: 3px 8px;
	color: #FFF;
}
td {
	padding: 2px 2px 2px 2px;
}
tr.even {
	background-color: #FFF;
}
tr.odd {
	background-color: #f5f5f5;
}

/* Layout styles */
#frame {
	background: #FFF;
	padding-right: 8px;
	width: 972px;
}
#header {
	padding-top: 15px;
	border-bottom: 4px solid #1b6880;
}
#footer {
	clear: both;
	color: #4D4D4D;
	padding: 40px 0 20px 19px;
	position: relative;
}
#footer #copyright {
	float: left;
	font-size: 1em;
}
#footer .vcard {
	float: right;
	text-align: right;
}
#notification {
	font-size: 1.2em;
	margin: 0 15px 15px 15px;
	/*float: left;*/
	z-index: -1;
}
#notification h1 {
	color: #146b85;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}
#notification h2 {
	color: #146b85;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
#content {
	font-size: 1.2em;
	padding: 0 15px 15px 15px;
	/*float: left;*/
	z-index: -1;
}
#content h1 {
	color: #146b85;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}
#content h2 {
	color: #146b85;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
#content h3 {
	color: #146b85;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}

/* Sidebar */
#sidebar {
	background: #FFF;
	float: right; 
	/* position: fixed; */
	/*left: 795px; */
	border-top: 2px solid #F5F5F5;
	width: 176px;
}

#sidebar .box {
	background: #F5F5F5;
	margin-bottom: 8px;
	padding: 0 15px 15px 15px;
}
#sidebar h1 {
	background: #ffc700 url(/images/bg_sidebar_title.gif) 50% 100% no-repeat;
	color: #5f340e;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -15px;
	margin-right: -15px;
	padding: 7px 0 23px 0;
	text-align: center;
	text-transform: uppercase;
}
#sidebar li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#sidebar p {
	font-size: 1.2em;
}

/* Search result table */
#resultDiv {
    width: 950px;
}
#results {
    border: 1px solid #666666;
	font: 100% Georgia, "Times New Roman", Times, serif;
    width: 950px;
}
#results thead tr th {
	background-color: #146b85;
    padding: 3px 8px;
	color: #FFF;
}
#results tbody tr.odd td {
	background-color: #c0c0c0;
    padding: 3px 8px;
}
#results tbody tr.even td {
	background-color: #FFF;
    padding: 3px 8px;
}
#results tr.ruled td {
    background-color: yellow;
    padding: 3px 8px;
}

/* Table layouts for data display */
.datagrid {
	font: 100% Georgia, "Times New Roman", Times, serif;
    width: 750px;
    padding: 0px 0px 0px 0px;
	background-color: #cccccc;
	clear: none;
}
.datagrid thead tr th {
	background-color: #146b85;
    padding: 3px 3px 3px 3px;
	color: #FFF;
}
.datagrid tbody tr {
    padding: 0px 0px 0px 0px;
	background-color: white;
}
.datagrid tbody td {
    padding: 3px 3px 3px 3px;
}

/* Result set navigation controls */
.nav {
    border: 0px;
    font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: black;
	text-decoration: none;
    width: 950px;
}

.resultnav {
	clear: none;
	width: 750px;
}

.debug {
	font-family: monospace;
	font-size: 1.3em;
}

/* Visibility */
.hidden {
    display:none !important;
}

/* Colors */
.blue { 
    color: blue;
}
.red { 
    color: red; 
}
.orange { 
    color: orange;
}
.green { 
    color: green; 
}

/* Other styles */
#logo img {
	border: 0;
}
.image img {
	border: 0;
}
.searchhint { 
    font-size: .9em;
}
.dfv-errors { 
    color: red; 
    font-weight: bold;
}
.sectiontitle {
	background: #1b6880;
	width: 750px;
	color: white;
	font-weight: bold;
}
.sectiontitle td {
	padding: 0px 0px 0px 0px;
}
