﻿body {
	margin:0 0 0 0;
	background-position:center;
	background-attachment:fixed;
	background-repeat:repeat;
}
.MainTable {
	background-color: #9900FF;
}
.OpeningTable {
	background-color: #66CCFF;
}
.header {
	background-image: url('../images/banner/background_menu1.jpg');
}
.waterbackground {
	background-image: url('../images/background/tableback01.gif');
}
.logo{
	position:absolute;
	float:left;
	margin-left:0;
	z-index:2;
}
legend {
	color:black;
}

/*
************************************************
****** BEGINNING of Dropdown Menu Section ******
************************************************
*/

.slidetabsmenu{
position:relative;
top:57px;
left:10px;
float:left;
width:790px;
font-size: 12px;
line-height:normal;
border-bottom: 1px solid gray;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url('../images/dropdown/slide-left.gif') no-repeat left top;
filter:alpha(opacity=40);	/* for IE */
opacity:0.40;	  /* CSS3 standard */
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
color:#3B3B3B;
}
.slidetabsmenu a span {
float:left;
display:block;
background:url('../images/dropdown/slide-right.gif') no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
filter:alpha(opacity=90);	/* for IE */
opacity:0.90;	  /* CSS3 standard */
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
background-image: url('../images/grymarb.gif');
width: 200px;
visibility: hidden;
}

.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}

/*
******************************************
****** END of Dropdown Menu Section ******
******************************************
*/


/*
**************************************
****** BEGINNING of Oval Button ******
**************************************
*/

a.ovalbutton{
background: transparent url('../images/button/oval-blue-left.gif') no-repeat top left;
filter:alpha(opacity=50);	/* for IE */
opacity:0.5;	  /* CSS3 standard */
display: block;
float: right;
font: normal 10px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/button/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
filter:alpha(opacity=90);	/* for IE */
opacity:0.90;	  /* CSS3 standard */
}

a.ovalbutton: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; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*
********************************
****** END of Oval Button ******
********************************
*/

