@charset "utf-8";
body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/gradient_background.png);
	background-repeat: repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	font-size:14px;
}
.signOn_field {
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
}
#bannerBar {
	background-image:url(images/mds.gradient.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#mainTable {
	border-color:#000066;
	border-style:solid;
	border-width:1px;
	background-image: url(images/background.public.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#MainArea {
	padding:10px;
}

a.squarebutton{
	background: transparent url('./images/square-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}

a.squarebutton span{
	background: transparent url('./images/square-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
}
#FooterArea {
	font-size:10px;
	padding:10px;
}
#mainTable_members {
	border-color:#000066;
	border-style:solid;
	border-width:1px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
/*font-size:11px;*/
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 180px;
padding: .2em .8em;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}
.tinyMenu {
	color: #000000;
	text-decoration: none;
}
.tinyMenu:hover {
	color: #990000;
	text-decoration: underline;
}

