.winmenu {
	font-family :Verdana;
	color: #FFFFFF;
	background-image: url(awmdata/main-button-tile.jpg);
	background-repeat: repeat-x;
}

.texteDiv
{
	font-family :Verdana;
	font-size  : 2.25mm;
	color: #222222;
}


.divtabs {display : none}
.btnpanel{display : none}	

#tabs_container
{
	position: absolute; 
	left: 22px; 
	top: 1px; 
	height: 100%; 
	
	overflow: hidden; 
	border: 0px solid blue;
	padding: 0, 4px, 0, 4px;
	Z-index: 7;
}


.tabs {
	font-family :Verdana;
	font-size  : 2.25mm;
	background-image: url(img/degrad-blue.jpg);
	background-repeat: repeat-x;
    list-style-type: none;
	float: left;
	height: 4mm;
    border-bottom: 1px solid #ABB3E5;
	border: 0px solid yellow;
    margin: 0;
	padding : 2px; 
	z-index: 9;
}


ul#tabnav {
	font-family :Verdana;
	font-size  : 2.25mm;
    font: bold 2mm verdana, arial, sans-serif;
    list-style-type: none;
	width: auto;
    border: 0px solid #ABB3E5;
    margin: 0;
}

ul#tabnav li {
	font-family :Verdana;
	font-size  : 2.25mm;
    float: left;
    height: 21px;
	width: auto;
    margin: 2px 2px 0 2px;
    border: 1px solid #ABB3E5;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

ul#tabnav li.active {
	font-family :Verdana;
    float: left;
    height: 21px;
	width: auto;
	font-size  : 2.25mm;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

ul#tabnav li.active a 
{
	font-family :Verdana;
    float: left;
	width: auto;
	font-size  : 2.25mm;
    color: #000;
}

#tabnav a 
{
	font-family :Verdana;
	font-size  : 2.25mm;
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
	font-family :Verdana;
	font-size  : 2.25mm;
    background: #fff;
}

#regletteBtn
{
	font-size: 2.5mm;
	font-family: arial;
	padding: 2mm;
	text-align: center;
	background-image: url(img/bgbtndecl.png);
    border: 1px inset #939070;
	cursor: pointer;
	width: 99%;
	height: auto;
}