﻿html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
p, h1{margin:0px; padding:0px;}
html,body{height:100%}
body,td
{
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}
a:link, a:visited, a:hover, a
{
	text-decoration: none;
	color: #000;
}
a:hover, .menu li a:hover
{
	color: #000;
}
h1
{
	font-size: 15px;
}
.PageHeader
{
	color: #ffffff;
	width:490px; 
	height:38px;
	padding: 0px 30px 0px 0px;
	background-image: url('/App_Themes/C_blue/Img/page_header.gif');
}
.PageBody
{
	margin: 10px 12px 0px 0px;
}
.LogoTxt
{
	color: #005180;
	font-size: 20px;
	font-weight: bold;
}
#lblName img
{
	margin: 10px 5px 0 0;
}
.rightmenu
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.rightmenu li a
{
	color: #3D556F;
	font-weight: bold;
	font-size: 12px;
	display:block;
	width: 236px;
	line-height: 27px;
	padding-right:40px;
	background-image: url('img/menu_button.gif')
}
#container
{
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
	min-height: 100%;
}
#footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
	clear: both;
}
.topmenu
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.topmenu li
{
	float:right;
	font-weight: bold;
	font-size: 13px;
	margin:0 3px 2px 0;
}
.topmenu li a
{
	padding:7px;
	display:block;
	color: #fff;
	background-color: #3592FF;
	border-style: solid;
	border-color:#fff;
	border-width:1px 1px 0px 1px;
}
#lblTop{position:relative; top: -100px; right: 30px;}