degrad.winmenu {
	display: none;
	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;
}



.btnpanel
{
	display: none;
	position:absolute; 
	top: 38px; 
	width: 100%; 
	Left: 0; 
	height: 38px; 
	spacing: 0; 
	padding: 1mm; 
	Border: 1px solid #CCD; 
	background-image: url(img/degrad-3.png);
}


.divtabs
{
	display: none;
	font-family :Verdana;
	font-size  : 2.25mm;
	background-image: url(img/degrad-blue.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	border: 1px solid #ABB3E5;
	margin: 0, 0, 0, 0;
	position: absolute;
	left:1px;
	top: 1px;
	height: 35px;
	width: 100%;
	z-index:2;
	overflow: hidden;
	padding: 0, 0, 0, 4mm;
}




div.scrollable 
{ 	
	display: none;
	border: 1px solid;
	border-color:#93AED0 #EEEEEE #EEEEEE #93AED0 ;
	float:left;	
    position:relative; 
    overflow:hidden; 
    left: 0;
    width: 60%; 
    height:30px; 
}
	 
div.scrollable div.items { 
	display: none;
    width:20000em; 
    position:absolute;
} 
div.scrollable div.items div { 
    float:left;
} 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.items div {
	float:left;

}

.tabu
{
	float: left;
	border: 1px solid #BBCCDD;
	padding-left: 2mm; 
	display: inline;
	padding-right: 1mm;
	height : 30px;
	PADDING-TOP : 6px;
	padding-bottom: 0px;
	margin: 0; 
	font-size : 3mm; 
	color: black;
	float: left;
	font-family: Verdana, Geneva, sans-serif;	
}

 .tabu:hover
{
	float: left;
	background-image: url(img/blanc-trans.png);	
	cursor: pointer;
	border: 1px solid #ddeeff;
	padding-left: 2mm; 
	padding-right: 1mm;
	height : 30px;
	PADDING-TOP : 6px;
	padding-bottom: 0px;
	margin: 0; 
	margin-bottom: 0px;
	font-size : 3mm; 
	color: gray;
	font-family: Verdana, Geneva, sans-serif;	
}

.tabactive img, .tabu  img
{
	padding-right: 1px;
	padding-left: 2mm;
}

.tabactive
{
	float: left;
	border: 1px solid #BBCCDD;
	padding-left: 2mm; 
	display: inline;
	padding-right: 1mm;
	height : 30px;
	PADDING-TOP : 6px;
	padding-bottom: 0px;
	margin: 0; 
	font-size : 3mm; 
	color: black;
	float: left;
	font-family: Verdana, Geneva, sans-serif;	
	background: #EEF url(); 	
}

.tabactive:hover
{
	cursor: pointer;
	border: 1px solid #BBCCDD;
	padding-left: 2mm; 
	display: inline;
	padding-right: 1mm;
	height : 30px;
	PADDING-TOP : 6px;
	padding-bottom: 0px;
	margin: 0; 
	font-size : 3mm; 
	float: left;
	color: gray;
	font-family: Verdana, Geneva, sans-serif;	
	background: #EEF url(); 	
}
.closebtntab
{
	z-index : 20000; 
	border: 1px solid transparent; 
	background: transparent; 
	float: right;
}



/* this makes it possible to add next button beside scrollable */

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/hori_small.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin: 6px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -20px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-20px -20px; }
a.right:active 	{ background-position:-40px -20px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-20px 0; }
a.left:active  	{ background-position:-40px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(vert_large.png) no-repeat; 
	float: none;
	margin: 2px 10px;
}

/* up */
a.up:hover  		{ background-position:-20px 0; }
a.up:active  		{ background-position:-40px 0; }

/* down */
a.down 				{ background-position: 0 -20px; }
a.down:hover  		{ background-position:-20px -20px; }
a.down:active  	{ background-position:-40px -20px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


#regletteBtn
{
	font-size: 2.5mm;
	font-family: arial;
	padding: 2mm;
	text-align: center;
	background-image:  url(img/degrad-blue.jpg);
    border: 1px inset #d3d0d0;
	cursor: pointer;
	height: auto;
}