html, body
{
	height:100%;
}
body
{
	font-family: Verdana;
	font-size: 12;
	margin:0;
	padding:0;
}
a
{
	text-decoration: none;
}
p
{
	padding: 0 0 0 10px;
}
#theme_page_container 
{
	position: relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding: 0;
	text-align: left;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#theme_header 
{
	position: relative;
	background: url('../img/header_pattern.gif') repeat-x;
}
#theme_content 
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	
	padding: 12px;
	/* overflow: hidden; /* This chops off any overhanging divs */

	padding-bottom:100px; /* bottom padding for footer */
}
#theme_footer 
{
	clear: both;

	position:absolute;
	width:100%;
	height:85px;
	bottom: 0; /* stick to bottom */
	
	background: #2e3f4d url('../img/footer_pattern.gif') repeat-x;
	font-family: Trebuchet MS;
	font-size: 12;
	color: #979fa6;
}
#menu
{
	position: absolute;
	bottom: 0;
	right: 0;
}
#menu ul
{
	list-style: none;
	padding-right: 80px;
}
#menu li
{
	float:left;
	background:url("../img/menu_button_up.gif") no-repeat;
	width: 105px;
	height: 31px;
	text-align: center;
	line-height: 28px;
	margin: 0 2px 0 2px;
	padding: 0px;
}
#menu #current
{
	background:url("../img/menu_button_roll.gif") no-repeat;
}
#menu li a
{
	color: #ffffff;
}
h2
{
	font-family: Trebuchet MS;
	font-size: 21;
	color: #7dd326;
}
table
{	
	width: 100%;
	border-collapse: collapse;
}
th
{
	border-width: 1px;
	border-color: #c9d5df;
	border-style: solid;
	font-size: 13;
	padding: 5px;
}
td
{
	border-width: 1px;
	border-color: #c9d5df;
	border-style: solid;
	font-size: 12;
	padding: 5px;
}
#actions
{
	float: right;
}
#actions ul
{
	list-style: none;
}
#actions li
{
	float:left;
	text-decoration: underline;
	padding: 10px;
}