﻿

/*
 *		See "css_urls.css" for image specifications and urls.
 */

/*

	-- IE Hacks --
	IE6 - prefix with _
	IE7 - prefix with *

*/


html, body, form
{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;
}

body 
{
	background-color:#f7f7f7;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: small;	
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 995px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE6 Hack */
}

#header 
{
	height: 96px;
}

#navigation 
{
	height: 24px;
	text-align: center;
}


#content 
{
	width: 100%;
	padding-bottom: 0px;
	_height: 100%; /* IE6 Hack */	
}

#content table {
	display: table;
	width: 100%;	
}

#content table td.left {
	width: 18%;
	max-width: 150px;	
	padding: 10px;
	vertical-align: top;
}
#content table td.right {
	width: 82%;
	max-width: 825px;
	padding: 10px;
	vertical-align: top;
}

/*
	#content-left
	{
		_display: inline; _width: 150px; /* IE6 Hack /
		float: left;
		margin: 0 10px;
		width: 18%;
		max-width: 150px;
	}
		/* HACK: LoginView does not have a width attribute /
		#content-left table { width: 100%; }


	#content-right
	{
		_display: inline; _width: 825px;  /* IE6 Hack /
		float: right;
		width: 82%;
		max-width: 825px;
		margin-top: 10px;
	}
*/
#footer
{	
	position: absolute;
	bottom: 0;
	clear: both;
	width: 100%;
	height: 50px;
}

	#footer-top 
	{
		height: 20px;
		background-color: #ccc;
		color: #333;
	}
	#footer-bottom
	{
		height: 30px;
		background-color: #001866;
		color: White;
	}


.sidebar-header
{
	width: 100%;
	height: 27px;
	margin: 10px auto;
	text-align: center;
	color: White;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
}





div.text 
{
	padding: 10px;
}

.block-center { margin: 0 auto; }
