/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body {
background:gray;
color:#000000;
font-family:Trebuchet MS;
font-size:small;
height:100%;
margin:0;
padding:0;
}
form {
height:100%;
margin:0;
padding:0;
}
h1 {
font-size:2em;
margin-bottom:1em;
margin-top:0;
}
h2 {
font-size:1.25em;
margin-bottom:1em;
margin-top:0;
}
hr {
color:Red;
height:1px;
margin-bottom:10px;
margin-top:15px;
width:100%;
}
img {
border:0 none inherit;
text-decoration:none;
}
a {
color:red;
}
p {
line-height:1.5;
margin-bottom:0.5em;
}
table#list tr {
}
table#list tr#header {
font-weight:bold;
}
table#list tr#datarow:hover {
background-color:#FFFACD;
}
div#container {
background:#FFFFFF none repeat scroll 0 0;
height:auto;
margin:0 auto;
position:relative;
width:750px;
}
div#header {
background:#FFFFFF none repeat scroll 0 0;
clear:both;
padding:1em 1em 0.5em;
}
div#header p {
font-size:1.1em;
font-style:italic;
margin:0;
}
div#cookiecrumbs {
width:550px;
padding-left:1em;
padding-top:1em;
}
div#content {
background-color:#FFFFFF;
padding:1em 1em 5em;
}
div#content p {
margin:0 0 0.5em;
text-align:justify;
}
div#footer {
background:#414141;
clear:both;
color:#FFFFFF;
font-size:0.75em;
height:20px;
padding:20px;
width:710px;
}
div#footer p {
margin:0;
padding:1em;
}
div#footer a {
color:#FFFFFF;
}
.section_header {
background-color:Red;
color:white;
font-weight:bold;
padding:3px;
}
#left_panel {
float:left;
padding-right:10px;
width:200px;
}
#left_panel ul {
list-style-type:none;
margin:0;
padding:0;
}
#left_panel li {
margin:0;
padding:0;
}
#left_panel li a {
color:#000000;
text-decoration:none;
}
#left_panel li:hover {
background-color:#CCCCCC;
}
#right_panel {
clear:both;
float:right;
width:500px;
}
