/* ERIC MEYER'S RESET */ 
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: url(/img/front/back.jpg) repeat-x;    	
        background-color: #FFFFFF;
	font-family: arial, helvetica;
	font-size: 13px;
	font-style: normal;
}
h1{
	font-family: arial;
	font-size: 27px;
	font-weight: bold;
}
h2{
	font-family: arial;
	font-weight: bold;	
	font-size:17px;
	font-weight:bold;
	padding-bottom:5px;		
}
ul {
	list-style: none;
}
ol {
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: underline;	
}

p {
	font-style:normal;
}

img {
	display: block;
	padding: 0;
	margin: 0;
}


/* GENERAL PAGE STYLES */

/*
* I put 'overflow:hidden' in some divs, that works as rounded corners,
* to avoid some extra padding added in the bottom of the divs in ie6.
*/
#container {    
    margin: 0 auto;    
    width: 1000px;
    overflow: hidden;
    height: auto !important;
    min-height: 900px;
    height: 900px;
}
    
    #header {	
	width: 950px;
	height: 65px;
    }

    #shadow_left {
	float:left;
	background: url(/img/front/shadow_left.png) no-repeat;
	width: 17px;
	height: 800px;
    }

    #content {
	/*border: 1px dotted #000000;*/        
	float: left;
	
	background-color: #FFFFFF;
	
        width: 945px;
        height: auto !important;
	min-height: 800px;
	height: 800px;
        
        padding: 0px 10px 0px 10px;
	
	/*overflow: hidden;*/
    }
    
    #shadow_right {
	float: left;
	background: url(/img/front/shadow_right.png) no-repeat;
	width: 10px;
	height: 800px;	
    }

/* MENU */
	#menu {
	    background: url(/img/front/menu.png) no-repeat;
	    width: 940px;
	    height: 25px;
	    margin-bottom: 10px;
	}
	
	    #menu_links {
		float: right;		
		height: 30px;		
	    }
		
	    #menu_links ul {
		margin-right: 15px;
	    }	

		#menu_links li {		    		    
		    display:inline;
		    float:left;		    		    
		    position:relative;
		    height: 20px;
		    height: auto !important;
		    min-height: 20px;	    
		    z-index: 3000;
		    padding-top: 5px;
		}
		    #menu_links a {
			display: block;			
			color: #FFFFFF;			
			width: 148px;
			/*width: auto !important;
			min-width: 130px;*/
			text-decoration: none;			
			text-align: center;
			font-size: 12px;			
		    }
		    
			#menu_links a:hover {
			    font-size: 14px;
			    font-weight: bold;
			}
		    
			    #menu_links ul li ul {		    	    			    
				float: left;
				position:absolute;			    
				display: none;
				margin-left:2px;			    
				z-index: 999;			    
				left: 0;
				top: 13px;
				height: 164px;
				width: 148px;
				width: auto !important;
				min-width: 148px;
				margin-right: 0px;
			    }
			    
			    #menu_links ul li:hover .first_sublist {
				display: block;	    
			    }
			
				#menu_links ul li ul a {								
				    color: #FFFFFF;								
				    width: 80px;
				    text-decoration: none;				
				}
				
				#menu_links ul li ul a:hover {													
				    font-size: 12px;
				    color: #FBB03B;
				}				
				#menu_links ul li ul li {
				    position: static;			    
				    min-height: 15px;
				}
				#menu_links ul li ul .list_middle_image {
				    padding-top:  5px;
				}
				
				
					#menu_links ul li ul li ul {
					    display: none;
					    height: 50px;
					    margin-left: 55px;
					}					
					#menu_links ul li ul li:hover ul {
					    display: block;					    
					}

    #parents {	
	margin-bottom:5px;
	width:940px;	
    }

    #left_panel, #center_panel, #right_panel {
	float: left;
    }
       
    #left_panel, #right_panel {
	width: 227px;
    }
    
    #left_panel {
	height: 400px;
	height: auto !important;
	min-height: 400px;
    }
    
    #right_panel {
	min-height: 210px;
    }

    #center_panel {
	height:auto !important;
	height: 200px;
	min-height: 200px;
	width:485px;
	margin-bottom:10px;
    }
    
    #center_panel_search {
	float: left;
	width:700px;
	height:auto !important;
	height: 200px;
	min-height: 200px;	
	margin-bottom:10px;
	margin-right: 12px;	
    }    

/* TOP PANEL */
	#top_panel {
	    height: auto !important;
	    min-height: 200px;
	    height: 200px;
	}

    /* TOP PANEL CENTER */
	#slideshow {
	    display: none;
	}
    
	    #top_panel_center {
		float: left;	           
		width: 465px;
		height: 200px;
		height: auto !important;
		min-height: 200px;
		margin: 0px 10px 0px 10px;
		padding: 0px 0px 10px 0px;		
	    }
	    
		#top_panel_center_middle {
		   height: 394px;
		}
	    
		    #top_panel_center_subtitle {
			color: #F15A24;
			font-size: 17px;
			font-weight: bold;
			padding-bottom: 5px;
			padding-left: 10px;
		    }
		    
		    #top_panel_center_title {
			color: #F15A24;
			font-size: 17px;
			font-weight: bold;
			padding-bottom: 10px;
			padding-left: 10px;
			width: 100px;
			min-width: 100px;
			width: auto !important;			
		    }
		    
		    #top_panel_center_rounded_top {
			background: url(/img/front/banner_frame_up.png) no-repeat;
			height: 9px;
			width: 438px;			
			position: absolute;
			z-index: 999;
		    }
		    
		    #top_panel_center_image {
			background: url(/img/front/banner_frame_middle.png) repeat-y;
			position: relative;
			width: 438px;
			height: 175px;			
			margin-left: 13px;
			margin-bottom: 10px;
			z-index: 1;
		    }
		    
			#top_panel_center_image img {
			    padding-left: 1px;
			}
		    
		    #top_panel_center_rounded_bottom {
			background: url(/img/front/banner_frame_down.png) no-repeat;
			height: 9px;
			width: 438px;
			position: absolute;
			top: 167px;
			z-index:999;
		    }		    
		    
		    #top_panel_center_text {
			padding: 5px 10px 10px 10px;
			color: #666666;
			font-size: 12px;
			line-height: 17px;
			height: 111px;
			overflow: hidden;
			margin-bottom: 10px;			
		    }
    
		    #top_panel_center_separator {
			width: 445px;
			margin-left: 10px;
			margin-right: 10px;
			height: 1px;
			background-color: #CCCCCC;
			padding: 0;
			overflow: hidden;
			clear: both;
		    }
		    
		    #top_panel_center_subtitle {
			float: left;
			width: 250px;
		    }
		    
		    #tell_a_friend {
			float: right;
			width: 130px;
			font-size: 12px;
			padding-top: 3px;
			height: 18px;
		    }
		    
			#tell_a_friend span, #tell_a_friend img {
			    float: left;
			}
			
			#tell_a_friend a {
			    color: #285D8C;
			    text-decoration: none;
			}
			
			#tell_a_friend img {
			    padding-left: 10px;
			}

    /* TOP PANEL RIGHT */	    
	    #top_panel_right {
		min-height: 100px;    		
	    }
		
		#top_panel_right_content {
		    height: 111px;
		    font-size: 12px;
		    line-height: 14px;
		}

		    #top_panel_right_content_content {
			color:#666666;
			font-size:12px;
			line-height:14px;
			padding:8px 10px 10px;
			height: 50px;
			overflow: hidden;			
			padding-bottom:8px;			
		    }

		    #top_panel_right_content_title h2 {
			color:#F15A24;
			
			font-size:17px;
			font-weight:bold;			
			padding-left:10px;
			padding-bottom: 0;
		    }

		#weather {
		    height:96px;
		    width:227px;
		}
		
		#weather_link_title {
		    text-decoration: none;
		    color: #F15A24;
		}
		
		    #weather_middle {
			height: 60px;
			padding-left: 15px;
		    }

			#weather_middle img {
			    float: left;
			}
		
		    #weather_title h2 {			
			padding-left: 10px;
		    }
	
	/* SPECIAL OFFER */
	
		#special_offer_top {
			position:relative;
			overflow:hidden;
			width:227px;
			height:127px;			
		}
		
		#special_offer_top img {
			position:absolute;			
			padding-top:9px;
			width:220px;			
		}
		
		#special_offer_frame {									
			width:226px!important;
			height:127px;
			padding-top:0px!important;
		}
		
		#special_offer_middle {
			width: 227px;
			height:auto;
			background: url(/img/front/offer_box_middle.png) repeat-y;
		}

		#special_offer_bottom {
			width:227px;
			height:11px;
			background: url(/img/front/offer_box_down.png) no-repeat;
		}
		
		#special_offer_price, #special_offer_hotel_name {
			margin-bottom: 5px;
		}
		
		#special_offer_stars {
			background: url(/img/front/offer_stars.png) no-repeat;
			height:18px;
			width:100px;
			margin: 0 auto;			
			margin-bottom:5px;
		}		
		
		#special_offer_price {
			text-align:center;
		}
		
		#special_offer_price a {
			font-weight:bold;
			font-size:34px;
			color:#F15A24;
			text-decoration: none;
		}
		
		#special_offer_title {
			background: url(/img/front/offer_blue_bar.png) repeat-x;
			font-size:12px;
			font-weight:bold;
			color:#FFF;
			padding: 5px 2px;
			width:222px;			
		}
		
		#special_offer_hotel_name {			
			text-align:center;						
		}
		
		#special_offer_hotel_name a {
			font-weight:bold;
			font-size:16px;
			color:#0071BC;
			text-decoration:none;
		}
		
		#special_offer_description {
			padding:5px;
			font-size:12px;			
			line-height:17px;
		}
		
		#special_offer_description a {
			text-decoration:none;
			color:#285D8C;
		}

    /* TOP PANEL LEFT */    
	    #top_panel_left {		
		height: auto !important;
		min-height: 200px;
		height: 200px;		
	    }

	    #top_panel_left_rounded_top {		
		background: url(/img/front/orange_box_up.png) no-repeat;
		width: 227.5px;
		height: 5px;
		overflow: hidden;
	    }
	    
	    #top_panel_left_middle {
		background: url(/img/front/orange_box_middle.png) repeat-y;
		width: 227.5px;
		/*height: auto !important;
		min-height: 200px;
		height: 200px;*/		
	    }
	    
	    #top_panel_left_rounded_bottom {
		background: url(/img/front/orange_box_down.png) no-repeat;
		width: 227.5px;
		height: 6px;
		overflow: hidden;
	    }	    

		#promos_title {
		    height: 20px;
		    color: #FFFFFF;
		    text-align: center;
		}
		
		    #promos_title h2 {
			font-size: 20px;
		    }

/* MIDDLE PANEL */
    /* MIDDLE PANEL CENTER */
	#middle_panel_center {
	    float: left;	         
	    width: 445px;
	    min-height: 160px;
	    margin: 0px 10px 0px 10px;
	    padding-right: 10px;
	}
	
	    #middle_panel_center_middle {
		min-height: 157px;
	    }
	    
		#tickets_title {		    
		    padding-left: 10px;
		}
		
		    #tickets_title h2 {
			color: #F15A24;
		    }
		
		#tickets_separator {
		    background-color: #CCCCCC;
		    width: 445px;
		    height: 1px;
		    margin: 0px 0px 6px 10px;
		    overflow: hidden;
		}
    
    /* MIDDLE PANEL LEFT */	    
	#middle_panel_left, #middle_panel_right {
	    height: 180px;    
	}
	
	#middle_panel_left {
	        
	}
	
	    #middle_panel_left_top {
		background: url(/img/front/waarom_box_up.png) no-repeat;
		height: 8px;
		width: 227px;
		overflow: hidden;
	    }

	    #middle_panel_left_middle {
		background: url(/img/front/waarom_box_middle.png) repeat-y;
		height: 165px;
		height: auto !important;
		min-height: 165px;
		width: 227px;
	    }
	    
	    #newsletter_confirmation {
		padding-left: 10px;
	    }
	    
	    #generic_container {
		padding-left: 10px;
	    }

		#newsletter_separator {
		    width: 440px;    
		    height: 1px;
		    margin-left: 10px;
		    margin-bottom: 10px;
		    background-color: #CCCCCC;
		    overflow: hidden;	    		
		}
	
		#newsletter_inscription_top {
		    background: url(/img/front/nieuws_box_up.png) no-repeat;
		    width: 220px;
		    height: 5px;
		    margin-left: 3px;
		    overflow: hidden;
		}
		
		#newsletter_inscription_middle {
		    background: url(/img/front/nieuws_box_middle.png) repeat-y;
		    width: 220px;
		    height: 55px;
		    min-height: 55px;
		    height: auto !important;
		    margin-left: 3px;
		    overflow: hidden;
		}
		
		    #newsletter_inscription_middle form {
			width: 200px;
			padding-left: 10px;
		    }
			    
			#newsletter_form div {
			    float: left;			    
			}
			
			    #newsletter_form_input {
				width: 167px;
				margin-right: 5px;
				padding: 0px 0px 8px 5px;
			    }
			    
			    #newsletter_form_submit {
				width: 20px;
				padding-top: 7px;
			    }
		
		    #newsletter_inscription_title {
			color: #FFFFFF;
			text-align: center;
			padding-bottom: 5px;
			padding-top: 5px;
		    }
		    
		    #newsletter_inscription_text {
			color: #FFFFFF;
			text-align: center;
			padding-bottom: 5px;
		    }
		    
			#newsletter_inscription_text img {
			    margin:0 auto;
			    padding:5px;			    
			}
		    
		    #newsletter_email {
				width: 165px;
				height:15px;
				margin-top:5px;			
				border: 1px solid #CCCCCC;
				font-size: 10px;
		    }
		
		#newsletter_inscription_bottom {
		    background: url(/img/front/nieuws_box_down.png) no-repeat;
		    width: 220px;
		    height: 5px;
		    margin-left: 3px;
		    overflow: hidden;
		}		
	    
		#forum_search {
			width: 185px;
			height:15px;
			border: 1px solid #CCCCCC;
			font-size: 10px;
			top: -4px;
			margin-top: 5px;
			position: relative;
		}

		#filter {
			position: absolute;
			top: 3px;
			right: 15px;
		}

		#filter ul li {
			display: inline;
		}

		#filter ul li a{
			color: #285A8B;
		}
		
		#filter ul li {
			color: #999999;
		}

	    #middle_panel_left_bottom {
		background: url(/img/front/waarom_box_down.png) no-repeat;
		height: 8px;
		width: 227px;
	    }
	    
	    #nieuwsbrief_title {						
		text-align: center;		
	    }
	    
		#nieuwsbrief_title h2 {
		    color: #FFFFFF;
		}
    
    /* MIDDLE PANEL RIGHT */    
	#middle_panel_right {
	    margin-left: 10px;
	}
	
	    #compare_offers_title {
		padding-left: 10px;
		padding-bottom: 5px;
	    }
    
		#compare_offers_title h2 {
		    color: #F15A24;
		}
		
		#compare_offers_container {
		    height: 148px;
		}		
		#compare_offers_container img {
		    width: 70px;
		    height: 28px;
		}
		
		#compare_offers_ul {
		    padding-left: 10px;
		}
		
		    #compare_offers_ul label {
			padding-top: 3px;
		    }
		
		#compare_offers_form {
		    height: 130px;
		}
		
		#compare_offers_form ul {
		    height: 130px
		}
		
		    #compare_offers_ul li {
			height: 27px;
			text-decoration: underline;
			color: #285D8C;			
		    }
		    
			#compare_offers_ul li label {
			    float: left;			    
			}			

			#compare_offers_ul li .check {
			    margin: 0;			    
			    margin-left: 10px;
			}
			
			#vergelijk {
			    margin-left: 0;
			}
	
/* CONTACT */
    #contact {
	padding-left: 10px;
    }
	
	#contact_middle {
	    height: 581px;
	    width: 465px;	    	    
	}
	    
	    #contact_text {
		padding: 0px 10px 10px 10px;
		color: #808080;
		font-size: 13px;
		line-height: 15px;
	    }
	    
	    #contact_form {
		padding-left: 10px;
		color: #808080;
		font-size: 11px;		
	    }
	    
		#contact_form li {
		   /* height: 30px;
		    height: auto !important;
		    min-height: 30px;*/
		    margin-bottom: 5px;
		}
		
		#captcha_li {
		    height: 35px;
		}
		
		#contact_form li#textarea {
		    min-height: 100px;
		    height: auto !important;
		    height: 100px;
		}
		
		    #contact_form textarea {
			border: 1px solid #CCCCCC;
		    }
		
		    #contact_form input {
			border: 1px solid #CCCCCC;
		    }
		    
		    #contact_form label {
			float: left;
			text-align: right;
			width: 100px;
			padding-right: 10px;
		    }
	    
	    #captcha, #captcha_image {
		float: left;		
	    }
	    
	    #captcha {
		padding-right:10px;
		text-align:right;
		width:100px;		
	    }
	    
	    #captcha_image {
		padding-bottom: 5px;
	    }
	    
/* BOTTOM PANEL */
	#bottom_panel {	    	    
	    margin-bottom: 10px;
	    clear: both;
	}
	    
	    #bottom_panel_rounded_top {
		background: url(/img/front/L_box_bluelight_up.png) no-repeat;
		height: 10px;
		width: 940px;
		overflow: hidden;
	    }
	    
	    #bottom_links_container {		
		background: url(/img/front/L_box_bluelight_middle.png) repeat-y;
		height:140px;
		height: auto !important;
		min-height: 140px;
		width: 100%;
		padding-top: 15px;		
	    }

		#bottom_links {
		    padding-left: 200px;
		    width: 650px;
		    height: 115px;
		}
		    
		    #bottom_links h3 {
			color: #666666;
		    }
		    
		    #bottom_links a {
			color: #999999;
			text-decoration: none;
		    }
		
		
		#bottom_separator_gray {
		    background-color: #CCCCCC;
		    width: 920px;
		    height: 1px;
		    margin-left: 10px;
		    overflow: hidden;		    
		}
		
		#bottom_separator_white {
		    background-color: #FFFFFF;
		    width: 920px;
		    height: 1px;
		    margin-left: 10px;
		    overflow: hidden;		    
		}		

	    #bottom_panel_rounded_bottom {
		background: url(/img/front/L_box_bluelight_down.png) no-repeat;
		height: 10px;
		width: 940px;		
	    }

	    #footer {
		height: 22px;		
	    }

	    #footer_links ul {
		float:left;
		margin-left: 20px;
		padding-top:6px;
		width:815px;
		height: 11px;
		overflow: hidden;
	    }
	    
		#footer_links li {
		    display: inline;
		    color: #999999;
		    float: left;
		    font-size: 11px;
		}
		
		    #copyright {
			float: left;
			padding-right: 5px;
		    }
		
		    #footer_links a {
			color: #999999;
			text-decoration: none;
			float: left;
			padding-right: 5px;
		    }
	    
	    #atobiz_logo {
		float: right;
		padding-right: 20px;
		padding-top: 5px;
	    }
		    
/* SEARCH */	
	#search_hotels {
	    height: 164px;		    
	}

	#search_hotel, #search_forum {
	    margin-bottom: 5px !important;
	}

	#search_title, #comment_title {
	    float:left;
	    color: #F15A24;
	    font-size: 17px;
	    font-weight: bold;
	    padding-bottom: 10px;
	    padding-left: 10px;
	    width: 175px;
	    min-width: 175px;
	    width: auto !important;
	}
	
	#comment_separator {
		width:615px;
		clear:both;
	}
	
	#search_flights {
	    height: 139px;
	}

		#search_form_hotel {
		    height: 110px;
		}
		
		#search_form_container_flights {
		    height: 84px;
		}
		
		#search_form_hotel ul {
		    height: 110px;
		}

		#search_form_hotel select, #search_form_flights select {
		    border: 1px solid #CCCCCC;
		    height: 20px;
		    background-color: #FFFFFF;
		}		    
		select.van_offers {
		    float:left;
		    width: 55px;
		}
		
		#day_selector_left_flights {
		    float: left;
		    padding-right: 21px;
		}
		
		#day_selector_left_hotel {
		    float: left;
		    padding-right: 21px;
		}		
			
#search_info {
    clear: both;
    padding: 0px 10px 10px 0px;    
}

    #search_info_title {
	color:#F15A24;	
    }

    #search_info_text {
	line-height: 15px;
	color: #808080;
	min-height:135px;		
    }	
	
    #search_info_title , #search_info_text {
	padding-left: 10px;
    }
    
#search_middle {
    height: 583px;
    height: auto !important;
    min-height:583px;
}


#vliegtickets_info {
    clear: both;
    padding: 0px 10px 10px 0px;
    height: 250px;
}

/* HOTEL */
#hotel {    
    width: 700px;
}

#hotel_middle {
    /*min-height: 588px;*/
    height: auto !important;
}

    #hotel_separator {
        clear: both;
        width: 675px;
    }
	
	
/* PAGES */
#breadcumb {
    margin-bottom: 5px;
    color: #F15A24;
}

#breadcumb img {
    display: none;
}

#breadcumb a {
    color: #F15A24;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}


#pages_content {
    margin-left: 10px;    
}

#pages_middle {    
	position: relative;
    height: auto !important;
    min-height: 200px;
    height: 200px;
}

    #pages_text {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 15px;
	color: #808080;
	height: 537px;
	height: auto !important;
	min-height: 537px;
    }
    
	#pages_text ul {	    
	    list-style-image: url(/img/front/bullet.png);
	    list-style-position: inside;
	}
	
	#pages_text h1 {
	    height:27px;
	    padding-bottom:5px;
	}

/* NEWSLETTER */	
#newsletter_confirm_middle {
    min-height: 581px;
}	

/* SITEMAP */
#error_links {
    list-style-image: url(/img/front/bullet.png);
    list-style-position: inside;    
}

    #error_links ul {
	list-style-image: url(/img/front/bullet.png);
	list-style-position: inside;    	
	margin-left: 30px;
    }

#reload_captcha {
    color:#F15A24;
}


#last_minutes_info_text {
    color:#808080;
    line-height:15px;
    overflow:hidden;
    padding-left:10px;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}

#weather_text {
    margin-top: 10px;
}

/* NEWS */

#news_rounded_top {
    background: url(/img/front/news_box_bluelight_up.png) no-repeat;
    width:704px;
}

#news_rounded_bottom {
    background: url(/img/front/news_box_bluelight_down.png) no-repeat;
    width:704px;
}

#news_middle {
    height: 581px;
    min-height: 581px;
    height: auto !important;
    width: 704px;
    background: url(/img/front/news_box_bluelight_middle.png) repeat-y;
}

.dragger {
    clear:both;
}

.side_panels {
    width: 228px;		
    margin-bottom: 10px;
}

.middle_panels {
    min-height: 100px;    
}

.right_panel {		    	    
    width: 217.5px;
    margin: 0px 0px 10px 0px;	    	    	
}


.large_select {
    width: 150px;
}

/* NEWSLETTER */
.nieuwsbrief_content  {
    margin: 0 auto;
    width: 190px;
    height: 20px;    
    height: auto !important;
    min-height: 20px;    
    padding-left: 5px;
    padding-bottom: 5px;
}

.nieuwsbrief_content div {
    float: left;		
}
	
.nieuwsbrief_company {		
    width: 30px;
    height: 30px;
}

.nieuwsbrief_text {
    width: 160px;
    padding-left: 10px;
    padding-top: 2px;
    height: 20px;
    height: auto !important;
    min-height: 20px;
    color: #FFFFFF;
}

/* TICKETS */
.tickets_content {
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:95%;
	line-height:17px;
}	    
	    
.tickets_content div {
    float: left;		
}
	
.tickets_company {		
    width: 110px;
    height: 25px;
    padding-top: 5px;
}

.tickets_text {
    width: 265px;
    padding-left: 10px;
    padding-top: 8px;
    height: 16px;
}

    .tickets_text a {
	color: #285D8C;
	font-weight: bold;
    }

.tickets_price {
    background: url(/img/front/price_box.png) no-repeat;
    width: 164px;
    padding-top: 5px;
    padding-left: 5px;
    color: #FFFFFF;    
    height: 27px;
    font-size: 18px;
}

    .price {
	padding-left: 5px;
    }

	.price a {
	    text-decoration: none;
	    color: #FFFFFF;
	}

    .price_message {
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-top:3px;
    }
    
	.price_message a {
	    color: #FFFFFF;
	    text-decoration: none;
	}

/* PROMOS */    
.promos {
    width: 217px;
    height: 65px;
    margin: 4px 5px 0px 5px;        
}

.promos_top {
    background: url(/img/front/product_box_up.png) no-repeat;
    height: 5px;
    width: 215px;
    overflow: hidden;
}

.promos_bottom {    
    background: url(/img/front/product_box_down.png) no-repeat;    
    height: 5px;
    width: 215px;    
}

.promos_middle {
    background-color: #FFFFFF;    
    height: 53px;
    width: 208px;
    padding-left: 7px;
    font-size: 12px;
} 

.promos_title {
   float:left;
   padding-left:7px;
   padding-bottom: 1px;
   width:130px;   
   font-size: 12px;
}

    .promos_title a {
	text-decoration: none;
	color: #0183A7;
    }

.promos_text {
    float: left;
    width: 130px;
    color: #999999;
    padding-left: 7px;
    height:25px;
    overflow:hidden;   
}

.promos_image {
    float: left;   
    height: 52px;
    width: 52px;
    position: relative;
    margin-top: 1px;
}

.promos_image_bottom {
    background: url(/img/front/image_box_down.png) no-repeat;
    width: 52px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    top: 48px;    
}

.promos_image_middle {
    background: url(/img/front/image_box_middle.png) repeat-y;
    height: 50px;
    width: 52px; 
}

    .promos_image_middle img {
	padding-left: 1px;	
    }

.promos_image_top {
    background: url(/img/front/image_box_up.png) no-repeat;
    width: 52px;
    height: 4px;
    overflow: hidden;
    position: absolute;
}

.promos_link {
   float: left;
   width: 65px;
   color: #CCCCCC;
   font-weight: bold;
   padding-left: 7px;
   padding-top: 4px;		   
}
 
     .promos_link a {
	 font-size: 11px;	 
	 color: #285A8B;
	 text-decoration: underline;
     }

.promos_price {
   float: left;
   width: 67px;
   padding-left: 5px;   
   text-align: right;
}

    .promos_price a {
	color: #0183A7;    	
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
    }

		    
/* SEARCH */
	    .search_title {			
		padding-bottom: 5px;
		padding-left: 10px;
	    }
	    
		.search_title h2 {
		    color:#F15A24;		    			    			    
		}
		

	    .search_form_container {
		padding-left: 10px;
		padding-right:10px;
		color: #69BBF7;
		font-size: 11px;
		font-weight: bold;
		height: 110px;
	    }

		.forum_search_form_container {
			height: 30px !important;
		}

		.search_form_container label {
		    float: left;
		    width: 50px;
		    color: #69BBF7;
		    padding-top: 3px;
		}
		    .search_form_container li {
			height: 25px;
		    }
		    
			.search_form_container li img {
			    float: left;
			    padding-top: 2px;
			    padding-left: 3px;
			}
	

		.tot_title {
		    float: left;
		    text-align: right;
		    padding-right: 6px;
		    padding-left: 7px;
		    padding-top: 3px;
		}	
			
    .search_results {
	width: auto !important;
	width: 455px;
	min-width: 455px;
	height: 105px;
	height: auto !important;
	min-height: 95px;
	/*padding-top: 5px;*/
	clear: both;
    }
    
	.search_content {
	    float: left;
	    height: 90px;
	    height: auto !important;
	    min-height: 90px;
	    width: 585px;
	}

	.search_images {	    
	    float: left;
	    padding-left:10px;
	    width:80px;
	    margin-bottom:10px;
	}
		
	.search_price {
	    float: left;	    	    
	    height: 20px;	    
	    margin-right: 10px;	    
	    font-size :17px;
	    font-weight: bold;
	    padding-left: 10px;
	    padding-top: 1px;
	}
	
	    .search_price a {
		color: #285A8B;
		font-size: 20px;
		text-decoration: none;
	    }
	
	    .search_offer_price {
		float: left;	
	    }
	    
	    .search_offer_time {
		float: right;
		padding-right: 7px;
	    }
	
	.search_text {	    
	    color:#999999;
	    float:left;
	    height:40px;	    
	    overflow:hidden;
	    width: 580px;
	}
	
	.search_link {
	    float: left;
	    background: url(/img/front/button_verstuur.png) no-repeat;
	    width: 74px;
	    height: 22px;
	    padding-top: 5px;
	    text-align: center;
	}
	
	    .search_link a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	    }
	    
	.comment_link {
	    float: left;
	    background: url(/img/front/button_verstuur2.png) no-repeat;
	    width: 90px;
	    height: 22px;
	    text-align: center;
		float: right; 
		margin-left: 10px; 
		padding-top: 0;
	}

	.comment_link a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}

	.plaats_reactie {
		float: left; 
		padding-left:10px; 
		margin-bottom: 20px; 
		line-height: 23px;
	}

	.plaats_reactie span {
		display: inline-block;
		float: left;
	}

	.search_separator {
	    clear:both;
	    width: 665px;    
	    height: 1px;
	    margin-left: 10px;
	    margin-bottom: 10px;
	    background-color: #CCCCCC;
	    overflow: hidden;	    
	}
	
	
	.vliegtickets_images {	    
	    float: left;
	    padding-left:10px;
	    width:120px;	    	    
	}
	
	.vliegtickets_content {
	    float: left;
	    width: 540px;	    
	}
		
	    .vliegtickets_content h2 {
		width: 355px;
	    }	
		
	.vliegtickets_results {
	    width: auto !important;
	    width: 455px;
	    min-width: 455px;
	    height: 45px;
	    padding-top: 5px;
	    clear: both;	    
	}
	
	.vliegtickets_offer_price {
	    float: right;	    
	    width: 78px;
	    text-align: left;
	}	
	
	.hotel_image {
	    margin-bottom: 5px;
	    border:1px solid #999;
	    height: auto !important;
	    min-height: 10px;
	}
	
	.search_images a img {
		border: 1px solid #999;
	}
	
	.hotel_name_city {	    
	    float: left;
	}
	
	.hotel_search_city {
		color: #808080;
	}
	
	.hotel_name_city a {
	    font-size: 14px;
	    color: #F15A24;
	    font-weight: bold;
	    text-decoration: none;
	}	
		
			    
/* ROUNDED BORDERS */			    
.small_rounded_top {
    background: url(/img/front/s_box_bluelight_up.png) no-repeat;
    width: 227px;
    height: 9px;
    overflow: hidden;
}
.small_rounded_bottom {
    background: url(/img/front/s_box_bluelight_down.png) no-repeat;
    width: 227px;
    height: 8px;
    overflow: hidden;
}

.small_middle {			   
    background: url(/img/front/s_box_bluelight_middle.png) repeat-y;
    width: 228px;
    height: auto !important;
    min-height: 50px;
    height: 50px;
}
	    
.large_rounded_top {
    background: url(/img/front/m_box_bluelight_up.png) no-repeat;
    width: 465px;
    height: 10px;
    overflow: hidden;
}

.large_rounded_bottom {
    background: url(/img/front/m_box_bluelight_down.png) no-repeat;
    width: 465px;
    height: 10px;
    overflow: hidden;
}

.large_middle {	    
    background: url(/img/front/m_box_bluelight_middle.png) repeat-y;
    width: 465px;    
}
		
.medium_rounded_top {
    background: url(/img/front/box_medium_up.png) no-repeat;
    width: 700px;
    height: 10px;
    overflow: hidden;    
}
.medium_rounded_bottom {
    background: url(/img/front/box_medium_down.png) no-repeat;
    width: 700px;
    height: 10px;
    overflow: hidden;
    margin-bottom:10px;
}
.medium_middle {
    background: url(/img/front/box_medium_middle.png) repeat-y;
    width: 700px;        
}

.link_meer_info {
    color: #285A8B;
    float: right;
    font-size: 11px;
    padding-right: 10px;
    font-weight: bold;
    text-decoration: underline;
    white-space:nowrap;
}

.bottom_links {
    float: left;
    width: 200px;
    height: 100px;
    padding-bottom: 15px;
    font-size: 11px;
}

    .bottom_links li {
	height: 20px;
    }

    .bottom_links img {
	float: left;
	padding-right: 5px;
    }
    
    .bottom_links span {
	float: left;
	padding-top: 2px;
    }

.checkbox_left_small {
    float: left;
    width: 80px;    
}

.checkbox_left_large {
    float: left;
    width: 100px;
}

    .checkbox_left_small label {
	width: 50px;
    }
    
    .checkbox_left_large label {
	width: 77px;
    }
    
    .checkbox_left_large label a, .checkbox_left_small label a {
	color: #285D8C;
    }

.checkbox_large label {
    width: 155px;
}

.checkbox_right {
    float: right;
}

.search_separator_small {
    width: 205px;
    height: 1px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
    overflow: hidden;	      
}

.small_separator {
    float: left;
    width: 1px;
    height: 11px;
    background-color: #999999;
    margin-right: 5px;    
    overflow:hidden;
}

.day_selector input {
    width: 67px;
    float: left;			    
    border: 1px solid #CCCCCC;
    font-size: 11px;
    margin-top: 2px;
}

.weather_info {
    float: left;
    max-width: 46px;
    width: auto !important;
    width: 46px;
    height: 56px;
    margin-right: 3px;
    overflow: hidden;
}

    .weather_info span {
	font-size: 9px;
    }

.contact_separator {
    width: 440px;
    height: 1px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
    overflow: hidden;
}

.hotel_results_separator {
    width: 675px;
    height: 1px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
    overflow: hidden;
}

.submit {
	text-align: center;
}

.error {
	color: #AD0628;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

.form_submission {
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

    #saved.form_submission {
	color: #FBB03B;
    }
    
    #not_saved.form_submission {
	color: #AD0628;
    }

/* HOTEL */
.hotel_text {
    color:#808080;
    height:auto !important;
    line-height:15px;
    min-height:115px;
    padding: 5px 10px;
    padding-bottom:10px;
}

    .hotel_price a {
	color:#285A8B;
	text-decoration: none;
    }

    .hotel_titles {
	height: 20px;
	padding-bottom: 5px;
    }
    
	.hotel_text h1, .hotel_text h2 {
	    float: left;
	    width: auto !important;
	    min-width: 100px;
	    width: 100px;
	    padding-right: 5px;
	    padding-bottom: 5px;
	}
	
	.hotel_text h1 a {
	    font-size: 17px;
	    color: #F15A24;
	}
    
	.hotel_text h2 a {
	    color: #808080;
	}
   
            .hotel_text .hotel_titles_a {
                text-decoration: none;                
            }

    /*.hotel_image_large {	
	padding-right:10px;
	padding-bottom: 10px;
    }*/
    
    .hotel_description {
	height: 50px;
	min-height: 100px;
	height: auto !important;
	overflow: hidden;
    font-size: 12px;	        
	text-align: justify;
	float: left;
	padding-left:10px;
	width:390px;
	margin-bottom: 10px;
    }
    
    .hotel_list {
	float: right;
	height: 30px;	
    margin-top: 20px;
    }
	
	.hotel_list img {
		border: 1px solid #999;		
	}
    
		.hotel_price_euro_size {
			font-size: 14px;
		}
    
	.hotel_list .search_link {
	    margin-top: 3px;
	}
    
	    .hotel_list .search_link a {
		color: #FFFFFF;
	    }
    
    .hotel_images {
	width: 265px;
	height: auto !important;
	height: 175px;
	min-height: 175px;
	float: left;
    }
    
	.hotel_images .hotel_image_large {
	    height:100px;
	    min-height: 100px;
	    height: auto !important;
	    border: 1px solid #999;
	}
    
	.hotel_list li {
	    display: inline;
	    float: left;
	    padding-right: 10px;
	}
	.hotel_price {
	    font-size: 20px;
	    font-weight: bold;
	    padding-top: 7px;
	}

.error-message {
    color: #AD0628;
    font-weight: bold;
    padding: 3px 0px 3px 111px;
}

h3 {
    font-size: 12px;
}

/* PAGINATION */
.pagination {
    float: right;
    height: 20px;   
    padding-right: 10px;
    padding-top: 3px;
    color: #808080;
    font-weight: bold;
}

    .pagination .current {
	color: #285D8C;
	font-size: 11px;
    }
    
    .pagination .next a, .pagination .prev a {
	text-decoration: none;
	color: #285D8C !important;
    }
    
    .pagination .prev a {
	color: #808080;
    }
    
    .page_numbers span {
	padding-left: 3px;
	padding-right: 3px;
    }

.prev, .next, .page_numbers {
    float: left;
}

.prev {
    padding-right: 5px;
}

.next {
    padding-left: 5px;    
}

.page_numbers a {
    color: #808080;
    text-decoration: none;
    font-size: 11px;
}

/* UL IMAGES */ 
.list_top_image {
    background-image: url(/img/front/submenu_up.png);
    width: 148px;
    height: 23px;
}

.list_bottom_image {
    clear: both;
    background-image: url(/img/front/submenu_down.png);
    width: 148px;
    height: 16px;
}

		
.list_middle_image {
    background: url("/img/front/submenu_middle.png") repeat-y;    
    height:auto !important;				
    min-height:10px;
    overflow:hidden;
    padding-top: 5px;
    padding-left:30px;
    width:110px;
    height: 23px;
}

.list_top_image_sub {
    background: url("/img/front/sub_submenu_up.png") no-repeat;    
    width: 148px;
    height: 54px;
}
.list_bottom_image_sub {
    clear: both;
    background: url("/img/front/sub_submenu_down.png") no-repeat;
    width: 148px;
    height: 16px;    
}
.list_middle_image_sub {
    background: url("/img/front/sub_submenu_middle.png") repeat-y;    
    height:auto !important;				
    min-height:10px;
    overflow:hidden;
    padding-top: 5px;
    padding-left:30px;
    width:110px;
    height: 23px;    
}

/* ERROR */
.error_border_red {
    border-color: #FF0000;    
}

.normal_border_gray {
    border-color: #CCCCCC;    
}
.error_contact {
    color:#FF0000;
    display:none;
    font-weight:bold;
    padding-left:112px;
}


.generic_separator {
    width: 440px;    
    height: 1px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
    overflow: hidden;			
}

/* NEWS */

.news {    
    color:#808080;
    height:auto !important;
    height: 20px;
    min-height: 20px;
    line-height:15px;
    padding: 5px 10px;
    width: auto !important;
}

.news_title {
    color:#F15A24;
}

h1.news_title {
    font-size:17px;
    padding: 20px 0px 10px 10px;
}

.news_date {
    font-size: 11px;
    color: #808080;
    font-weight: normal;
}

.news_title a {
    color:#F15A24;
    text-decoration: none;
}

.news_list {
    list-style: url("/img/front/bullet.png") inside;
    padding-left: 10px;
    padding-bottom: 10px;
}

.news_list a {
    text-decoration: none;
    color:#0183A7;
    font-weight: bold;
}

.news_separator {
    width: 680px;
    height: 1px; 
    margin-bottom: 10px;
    background-color: #CCCCCC;
    overflow: hidden;
}    

.home_news_title {
    margin-bottom: 5px;
}

.home_news_title a {
   color: #F15A24 ;
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
}

.home_news_date {
    color: #000000;
    font-weight: normal;
    font-size: 13px;
}

.home_news_body {
    margin-bottom: 10px;
    color: #808080;
}

.home_news_body a {
    color:#285A8B;
    font-size:11px;
    text-decoration:underline;
}

/* SCROLLABLE PLUGIN */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:absolute; 
    overflow:hidden; 
    width: 437px;
    height: 175px;    
} 

 
 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
    height: 176px;
    z-index: 1;
} 
 
    .items img {
        float: left;
        width: 437px;
        height: 175px;
    }
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* BUTTONS */ 
.scrollable {
    float:left;
}

a.browse {
    background:url(/img/front/hori_large.png) no-repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    float:left;
    font-size:1px;
    height:30px;
    margin:40px 10px;
    width:25px;
    position: absolute;
    z-index: 3000;
    top: 35px;
}

a.right {
    background-position:0 -30px;
    clear:right;
    margin-right:0;
    right: 0;
}

a.right:hover {
    background-position:-30px -30px;
}

a.right:active {
    background-position:-60px -30px;
}

a.left {
    margin-left:0;
    left: 0;
}

a.left:hover {
    background-position:-30px 0;
}

a.left:active {
    background-position:-60px 0;
}

a.up, a.down {
    background:url("http://flowplayer.org/tools/img/scrollable/arrow/vert_large.png") no-repeat scroll 0 0 transparent;
    float:none;
    margin:10px 50px;
}

a.up:hover {
    background-position:-30px 0;
}

a.up:active {
    background-position:-60px 0;
}

a.down {
    background-position:0 -30px;
}

a.down:hover {
    background-position:-30px -30px;
}

a.down:active {
    background-position:-60px -30px;
}

a.disabled {
    visibility:hidden !important;
}

/* DATEPICKER PLUGIN */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/css/redmond/images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/css/redmond/images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/css/redmond/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/css/redmond/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/css/redmond/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/css/redmond/images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/css/redmond/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/css/redmond/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 227px; padding: .2em .2em 0; display: none;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Apple overlay */

/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}

#triggers {
	margin-top:10px;
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	/*background-image:url(../img/overlay/white.png);*/
	background-color:#EDF7FB;
	border: 1px solid #000;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		

	/* a little styling */	
	font-size:11px;
	
	z-index:9999;

	padding-top: 10px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/img/cms/iconos/delete.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.apple_overlay label, .apple_overlay #captcha {
	float:left;
	width:200px;
	text-align:right;
	padding-right:10px;
}

.apple_overlay input, .apple_overlay textarea {
	width:203px;
}

.apple_overlay li {
	min-height:40px;
	padding-bottom:5px;
}

.hidden_list_fields {
	min-height:0px!important;
}

#make_comment {
	cursor:pointer;
}

#comments_loader {
	background-color:#FFFFFF;
	border:1px solid;
	display:none;
	height:30px;
	left:118px;
	padding:10px 0;
	position:absolute;
	top:135px;
	width:440px;
	text-align: center;
}

#more_comments_loader {
	display:none;
	margin:0 auto;
	width:32px;	
}

#more_loader_container {
	height:20px;
	/*background-color:#FFF;*/
	text-align:center;
	padding:5px;
}

#more_loader_container a {
	color: #285A8B;
	font-size:15px;
}

#comments_loader img {
	width:32px;
	margin: 0 auto;
}

#comments_loader p {
	padding-top:5px;
}

.comment_content {
	padding: 0 10px;
}

.comment_content ul {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0;
}

.comment_content ul.last{
	border: none;
}

.comment_content ul li.name { 
	padding-bottom: 3px;
}

.comment_name {
	color:#F15A24;
	font-weight:bold;
	text-decoration: none;
}

.comment_date {
	color: #808080;
	font-size: 11px;
	display: inline-block;
	float: right;
}

.comment_email {
	color: #666 !important;	
}

.comment_message {
	padding-top:5px;
	color: #808080;
}

#submit_comment {
	width:74px !important;
}

#over_test { 
	background-color: #000;
}

.clear {
	clear: both;
	margin: 0;
	height: 0;
	width: 0;
}

/* Forum */
div.page_forum .pagination {
	margin: 10px 10px 0 0;
}

ul.forum_list {
	list-style-image: none !important;
}

ul.forum_list li {
	list-style-type: none;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

ul.forum_list li.last {
	margin-bottom: 0;
	border-bottom: none;
}

ul.forum_list li a.picture {
	float: left;
}

ul.forum_list li div.title, 
ul.forum_list li div.last_comment,
ul.forum_list li div.actions,
ul.forum_list li div.last_comment_data, 
ul.forum_list li div.no_comments {
	margin-left: 80px;
}

ul.forum_list li div.last_comment {
	font-style: italic;
}

ul.forum_list li div.last_comment_data {
	color: #0183A7;
	font-size: 11px;
	font-weight: bold;
}

ul.forum_list li span.total_comments {
	font-size: 11px;
	color: #808080;
	font-weight: normal;
}

ul.forum_list li div.actions a {
	color: #285A8B;
}
