/* CSS Document */

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
				color: #4b4b4b; 
			    font-size: 8pt;
				text-decoration:none; border:'border-width' 'border-style' '#ffffff';
				 
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
				color: #4b4b4b; 
			    font-size: 8pt;
				text-decoration:underline; 
}

h1 { 
				font:Garamond; 
			    font-style:italic;
			    color: #4b4b4b; 
			    font-size: 18pt;
				font-weight:normal; 
				 
		     }

.main_header { 
				font:Garamond; 
			    font-style:italic;
			    color: #4b4b4b; 
			    font-size: 18pt; 
		     }
		 
.bread {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color: #4b4b4b; 
			    font-size: 8pt; 

		}

.bread-big {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-style:italic;
				color: #4b4b4b; 
			    font-size: 12pt; 

		}
		
.bread-small {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color: #4b4b4b; 
			    	font-size: 7pt;
				border:2pt solid;
}

		
.footer { 
				font-family:Verdana, Arial, Helvetica, sans-serif;
			    color: #4b4b4b; 
			    font-size: 8pt; 
		     }
			 
.calendar {color:#4b4b4b; border:2pt solid;}

.box {color:#4b4b4b; border:2pt solid; background-color:#F9F9F9;}

.calendar-month {color:#FFFFFF; font-weight:bold; background-color:#244969;}

.kantlinje {color: #000000; border: 1px solid #4b4b4b; height:23px; width:23px; text-align:center;    }

.currentday {color: #000000; border: 1px solid #4b4b4b; height:23px; width:23px; text-align:center; font-weight:bold; }

.cellbooked {color: #ffffff; border:1px solid #4b4b4b; height:23px; width:23px; background-color:#336797; text-align:center;}

.cellbooked_arrival {color: #000000;height:23px; width:23px; text-align:center; background-image:url(images/cal_booked_arrival.jpg)}

.cellbooked_departure {color: #000000;height:23px; width:23px; text-align:center; background-image:url(images/cal_booked_departure.jpg)}

.cellbooked_arr_dep {color: #FFFFFF;height:23px; width:23px; text-align:center; background-image:url(images/cal_booked_arr_dep.jpg)}

.cellselected {color: #ffffff; border:1px solid #4b4b4b; height:23px; width:23px; background-color:#244969; text-align:center;}

.cellpast {color: #CCCCCC; border:1px solid #FFFFFF; height:23px; width:23px; background-color:#FFFFFF; text-align:center;}

.listbox {background-color: #244969; color:#FFFFFF; font-weight:bold; width:158pt;}

.personlist {width:49pt;}

.ruta {width:45pt;}

.price {width:70pt;}

.price_en {width:75pt;}

.scrollbox {
	padding: 5px;
	height: 200px;
	width: 435px;
	border: none; 
	overflow:auto; 	
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc; 
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;

}

.linktext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b; 
	font-size: 8pt;
	text-decoration:none; border:'border-width' 'border-style' '#ffffff';
	line-height: 20px;
				 
}

.lineheight20 {
	line-height: 20px;
]