/* CSS Document */

body {
	margin: 5px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: black;
	background: #D9CAB9;
}

.contentheading 
{
height: 30px;
color: #000000;
font-weight: bold;
font-size: 13px;
white-space: nowrap;
}

/* For layout debugging purposes:
td
{
	border: 1px solid black;
} */

table.moduletable
{
	padding-top: 10px;
	padding-left: 0px;
}

a.mainlevel:link
{
	display: block;
	background: url(images/button_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	height: 25px !important;
	height: 35px;
	width: 100%;
        text-decoration: none;

        /* Mozilla ignores crazy MS image filters, so it will skip the following */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/button_bg.png');
}

a.mainlevel:visited 
{
	display: block;
	background: url(images/button_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	height: 25px !important;
	height: 35px;
	width: 100%;
        text-decoration: none;
        /* Mozilla ignores crazy MS image filters, so it will skip the following */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/button_bg.png');
}

a.mainlevel:hover {
	display: block;
	background: url(images/button_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	height: 25px !important;
	height: 35px;
	width: 100%;
	text-decoration: none;
}


table#layouttable {
	text-align:center;
	width: 800px;
	height: 100%;
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 5px;
	padding: 0px;
	/* border: 1px solid green; */
	border-spacing: 0px;
	border-collapse: collapse;
}

td#topmodules
{
	height: 10px;
	background-color: white;
}

td#leftmodules
{
	background-color: white;
	height: 400px;
	width: 160px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td#rightmodules
{
	background-color: white;
}

td#footer
{
	height: 10px;
	background-color: white;
	vertical-align: middle;
}

td#center
{
	height: 100%;
	background-color: white;
	padding-top: 13px;
	padding-left: 20px;
	text-align: left;
}

table#menulayout
{
	width: 160px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	background: url(images/menu_bg.png) repeat-y; 

}

td#menutop
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

td#menubottom
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: bottom;
}

#header
{
	background-color: #54AEF0;
	background: url(images/header_03.gif) no-repeat;
	height: 148px;
	text-align: right;
	vertical-align: top;
}

