html
{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #FFFFFF , #AEC788);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF),  to(#AEC788));
	background-color: #AEC788;
	background-repeat: no-repeat;
}

.impact_tr 
{
	background-color: #06C;
}
.default_tr 
{
	background-color: #AEC788;
}

a{
	color: #333333;
}

a:hover, .active{
	color: #AEC788;
	text-decoration: underline;
}


#menu ul li.actual{
	background-color: #AEC788;
	background-repeat: no-repeat;
}

#menu ul li:hover{
	background-color: #AEC788;
	background-repeat: no-repeat;
}


#header_logo{

	background-position: 0 center;
	height: 75px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	
}

.toolbar div{
	margin-top:5px;
	padding-bottom: 0px
}	
	
.toolbar div span{
	/*float: left;*/
	padding: 0px;
	margin: 0px;
}	
	
.toolbar div span.space{
    width: 20px;
    display:block;
}


/*
 * Booking
 */

.boo_content_div{
	border-top: 1px solid #D4d4d4;
	border-left: 1px solid #EEE;
	/*background-color: #f9f9f9;*/
	background-color: #FEFEFE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boo_content_div:hover{
	border-left: 1px solid #454545;
}


.boo_content_num{
	text-align:center;
	font-weight: bold;
}

.boo_content_num p {	
	background-color: #454545;
	color: white;
	margin-top:0px;
	padding-top:0px;
}

.boo_content_img img{
	border: 1px solid #999;
	padding: 1px;
}

.boo_content_info{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

.boo_content_info .title{
	font-size: 14px;
	font-weight: bold;
}

.schedule_container{
	padding-bottom:5px;
}

.boo_schedule_content{
	/*background-color: #778899;*/
	padding-top:5px;
	border: 1px solid #d4d4d4;
	background-color: #EEE;
}

.boo_content_add_container{
	background-color: #EEEEEE; 
	border-top: 1px solid #d4d4d4; 
	padding-top:5px; 
	padding-bottom:3px
}

.boo_content_add_container:hover{
	background-color: #FEFEFE; 
}

.schedule_container{
	border-top: 1px solid #d4d4d4; 
}

/*Socialbar for content */

.socialbar a{
 	text-decoration:none;
	padding-left:20px;
}

.socialbar a.first {
	padding-left:0px;
}

.socialbar a:hover{
	text-decoration:none;
}

.socialbar a.web span{
	font-size: 8px;
}


.socialbar a.facebook{
 	background:url(../../../img/socialmedia/facebook_16.png)  no-repeat;
  	background-position:0px -1px;
}

.socialbar a.twitter{
  	background:url(../../../img/socialmedia/twitter_16.png) no-repeat;
  	background-position:0px -1px;   
}

.socialbar a.google{
  	background:url(../../../img/socialmedia/google_16.png) no-repeat;
  	background-position:0px -1px;
}

div.social_content{
	margin:0px;
	padding:0px;
	
}

.link_share_content{
	text-decoration:none;
}

.link_share_content:hover{
	text-decoration:none;
}


.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 200px;
}

#progress-bar, #upload-frame {
	display: none;
}
            
.dropbox-side{
	border: 1px dashed #999;
	padding: 10px;
	margin-top: -10px;
		
	color: #999;
	font-weight: bold;
	text-align:center;
}
	
.drop-enter{
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
	border: 1px dashed #bb2b2b
}

/* FOOTER WIDGETS*/
#footer_menuses{min-height: 150px;margin-top: 40px;margin-bottom: 10px;}
#footer_menuses #menuses_group{min-height: 150px;margin: auto;word-spacing: 0;padding-top: 15px;width: 1000px}
#footer_menuses #menuses_group div{margin: auto 20px;color:#000;font-size: 13px;font-family: monospace;}
#footer_menuses .menu {width: 130px;border-bottom: solid 1px #333;height: 15px;font-size: 11px;font-weight: bold;text-transform: uppercase;width: 100%;text-decoration: none;color: #444;}
#footer_menuses .submenu{height: 12px;}
#footer_menuses .submenu a{color: #CCC;text-transform: uppercase;text-decoration: none;font-family: monospace;font-size: 12px;width: 100%;font-weight: 500;margin-left: 5px;}


