table.headerssummary tr td
{
	padding:0px;
	margin:0px;
	padding-left:2px;
	padding-right:3px;
}

table.headers tr td
{
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}
table.headers
{

}
html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:999px;
	margin:0 auto;
}
#header {
	width:999px;
	/* REMOVED height AHH */
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding-top:110px; padding-bottom:50px; padding-right:  1em; padding-left:  1em; } /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:989px;
	padding:5px;
}
#footer p
{
	margin:0px;
	padding:0px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body {
	color:#333;
	background:url(/images/bg.jpg);
	background-repeat:repeat;
}
#header {
		border-bottom: 0px solid #1DBBCD; /* set border COLOR as desired */
		color: #006699;
	background-color:#FFFFFF;
}
#footer {
		border-top: 1px solid #1DBBCD; /* set border COLOR as desired */
		color: #006699;
		font-variant: small-caps;
		background-color: #E7F5FE;
		text-align:center;
}
#content-wrap,
#content {background:#ffffff;}
#content {width:977px;}
#content a {text-decoration:underline; color:#333;}
#footer a {color:#111;}

/* CUSTOM */

#header table tr td img
{
	border:0px;
	vertical-align:bottom;
}

#header table tr.topbar td
{
	padding:5px;
	color:#333333;
	background-color:#FBFBFB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header table tr.topbar td a
{
	color:#006699;
	text-decoration:none;
}

#header table tr.topbar td a:hover
{
	color:#000000;
}

#header table tr td.subnavigation
{
	background-color: #EAF4FF;
	text-align:right;
	padding:8px;
}
#header table tr td.subnavigation a
{
	color:#006699;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;

}
#header table tr td.subnavigation a:hover
{
	text-decoration:none;
	color:#000000;

}

#content,#header,#footer
{
	border-left:1px solid #B1E8FC;
	border-right:1px solid #B1E8FC;
}

/*

	title bar
*/

table.titlebar,table.filterbar
{
	background-color:#416D92;
	color:#FFFFFF;
	font-weight:bold;
}

table.titlebar tr td
{
	color:#FFFFFF;
	padding:2px;
}
table.titlebar tr td h2
{
	color:#FFFFFF;
	font-size:14px;
}
	
	table.filterbar tr td
	{
		padding:4px;
		font-variant:small-caps;
	}
	
	table.filterbar tr td input
	{
		border:1px solid #FFFFFF;
		background-color:#DCEBF8;
		padding:1px;
		color:#333333;
	}
	.message
	{
		background-color:#649BC2;
		border-top:1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		font-weight:bold;
		padding:4px;
		color:#FFFFFF;
	}
	.current
	{display:none;}
