﻿html {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

.header_bg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;}

.sidebar {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #69C7DD;
}

.menuTitle 
{
    color: #666666;
    font-weight: bold;
    font-size : 14px;
    text-decoration: none;
}

.grey {color: #666666;font-weight: bold;}
.red {color: #FF0000; font-weight: bold;}
.darkblue {color: #336699; font-weight: bold;}

#menutable, #menutable td, #menutable th {
	border: 1px solid #FFFFFF;
}

.PagerCss TD A { WIDTH: 30px; FONT-SIZE: 20px }
.PagerCss TD SPAN { FONT-WEIGHT: bold; FONT-SIZE: 24px; WIDTH: 30px; COLOR: red }