
/*-------

This is the layout for Kalmarflyg webpage.
This layout is based on the main_all.css

Classes and uses:

 h1 = Title, change this color to the layout color
 #container = Change the container background for the specific company
 #header = Change the background of the header
 #footer = Change the border top color.
 .headerBox = Change the left top background of the boxes
 .headerBox h2  = Change the right top background of the boxes
 .menuBox = Change the left menu's background
 .menuBox h2 = Change the left menu's background

--------*/

/*--- Container background width colored borders for specific company ---*/

#container {
   background: url(../images/kalmarflyg_container_bg.png) repeat-y;
}

/*--- End specific container ---*/


/* Title color */

h1 {
	color: #5385C0;
}

/* background image on the header */

#header {
	background: url(../images/kalmartop.png) no-repeat;
}

/* use orange border top */
#footer {
	background: url(../images/kalmarflyg_container_bottom.png) no-repeat right bottom;
}

#footer #cs9StandardFooter {
	 border-top: 1px #5385C0 solid;
}

/*----
	 Style for the header of the boxes start.
	  The header background should be replaced with the background used in the
	   orange version of Sverigeflyg
-----*/

/* -- start headerbox -- */
/* -- use orange background with white text  -- */
.headerBox, .headerBox h2 {
	background: url(../images/boxtopleftlightblue.png) no-repeat  left top;
}

.headerBox h2 {
	background: url(../images/boxtoprightlightblue.png) no-repeat  right top;
}

/* -- end -- */
/* -- class for header box end -- */

/* here changes the menu's background  */

.menuBox {
	background: url(../images/leftmenulightblue.png) no-repeat  left top;
}

.menuBox .listLevel1 {
	background: url(../images/rightmenulightblue.png) no-repeat right top;
}

/*---- Confirm page begin -------*/

#bookCartConf h3 {
	background: url(../images/confirmheaderlightblue.png) repeat-x;
}

div.travellerInformation, div.bookingDetails, div.buttons, div.bookingSummary, div.customerInformation,
#bookCartConf .bookingSummary .bookingSummary th.cs9Middle,
#bookCartConf .bookingSummary .bookingSummary td.cs9Middle {
	background-color:#F7F7F7;
	border: 1px solid #5385c0;
}

#bookCartConf .buttons td .showConf {
   background: #5385c0;
}

#bookCartConf .customerInformation td, #bookCartConf .customerInformation th,
#bookCartConf .bookingSummary .bookingSummary td, #bookCartConf .bookingSummary .bookingSummary th,
#bookCartConf .travellerInformation td, #bookCartConf .travellerInformation th {
   background-color: #ededed;
	border: 1px solid #5385c0;
}

/*----- Confirm page end -----*/

 /*-------- Agent login information begin ----*/

.curuserpos table tr td{
	color: #5385C0;
}


/*-------- Agent login information end ----*/