/* CSS Document */

td.mybackground {
	background-color:#000000;
	padding-left:22px;
}
td.mybackground:hover {
	color: #000000; 
	background-color:#7d8181;
}

/*td:rollover.over{background-color:#F0F4F0;}
td:rollover.out {background-color:#CCCCCC;}*/

a:link { 
color: #ffffff;
/*background-color:#000000;*/
width:150px;

text-decoration: none;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}
a:visited { 
color: #ffffff; 
/*background-color:#000000;*/
width:150px;
text-decoration: none;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;


}
a:hover {
color: #ffffff; 
/*background-color:#7d8181;*/
width:150px;
text-decoration: none;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

} 

.ul{
	width:175px;
}

.componentheading {
font-size:14px;
font-weight:bold;
}

.contentheading {
font-size:14px;
font-weight:bold;
}

.moduletable{
	padding-left:46px;
}

body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #1c1e1e;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #bdc2c2;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #2b2d2d;
	scrollbar-track-color: #777b7b;
	scrollbar-arrow-color: #FFFFFF;
	color:#ffffff;
}

.thetop {
	background:url(../images/top.jpg);
	width:1029px;
	height:106px;
	text-align:right;	
}

.themiddle {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:1029px;
	height:420;
    max-height:420px;	
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	background-color:black;
}

.themiddleLEFT {
    /*background-color:#000000;*/
		color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/dag.jpg);
	width:497px;
	height:420px;
	float:left;
	/*display:inline;*/
	background-repeat: no-repeat;
}

.themiddleLEFT1 {
	width:215px;
	height:420px;
	float:left;
	display:inline;
	text-align:left;
	vertical-align:text-top;
	vertical-align:top;	
}

/*.themiddleLEFT2 {
	width:282px;
	height:420px;
	float:left;
	display:inline;
}*/

.themiddleRIGHT {
    background-color:#2c2e2d;
	width:512px;
    min-height:400px;
	padding:10px;	
	float:left;
	display:inline;
	text-align:left;
}

.thebottom {
	/*background:url(../images/bottom.jpg);*/
	width:1029px;
	height:45px;	
}


#menuH{
  display:inline;
  float:right;
}


#restaurant{
	width:214px;
	height:106px;
	background:url(../images/restaurant.jpg);
	float:right;
	background-repeat: no-repeat;
}

#restaurant:hover{
	width:214px;
	height:106px;
	background:url(../images/restaurant_over.jpg);
	float:right;
	background-repeat: no-repeat;
}
#hotel{
	width:214px;
	height:106px;
	background:url(../images/hotel.jpg);
	float:right;
	background-repeat: no-repeat;
}

#hotel:hover{
	width:214px;
	height:106px;
	background:url(../images/hotel_over.jpg);
	float:right;
	background-repeat: no-repeat;
}

#hotel:active{
	width:214px;
	height:106px;
	background:url(../images/hotel_over.jpg);
	float:right;
	background-repeat: no-repeat;
}

#restaurant:active{
	width:214px;
	height:106px;
	background:url(../images/restaurant_over.jpg);
	float:right;
	background-repeat: no-repeat;
}

table.adminform {
     background-color:#000000;
}
