@charset "UTF-8";

	/*--------------------------------------+
    |       KILROY booking flow 2008 		|
	+---------------------------------------+
    |              S T E P 1				|
	+---------------------------------------+
	+---------------------------------------+
    |             www.coma.dk				|
	+--------------------------------------*/




/* G E N E R A L
--------------------------------------*/

html{
	background-image:url(../gfx/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color: #111;	
	margin:0;
	padding:0;
}


body, div, td {
	font-family: Arial;
	font-size: 11px;
}

a:link,a:visited,a:active {
}

a:hover {
}

#show_hide_search_form {
    float: right;
    display: inline;
    margin-top: 1em;
    clear: both;
    text-align: right;
}

#search select, #search option {
    font-size: 10px;
}

#filter select, #filter option {
    font-size: 10px;
}

#sorting select, #sorting option {
    font-size: 10px;
}

#showing {
    text-align: center;
    margin-bottom: 10px;
}

#calendarmatrix {
    width: 690;
    float: left;
}
#calendarmatrix a {
    text-decoration: none;
}
#calendarmatrix #matrix {
    float: left;
    display: inline;
    margin: 15px 10px 15px 10px;
}
#calendarmatrix #matrix.matrix7{
    width: 470px;
}
#calendarmatrix #matrix.matrix3{
    width: 266px;
}
#calendarmatrix #matrix .info {
    color: black;
    display: none;
    position: absolute;
    z-index: 95;
    height: 275px;
    width: 161px;
    background: url(../gfx/calendar-matrix/bg_tooltip.gif) no-repeat;
}
#calendarmatrix #matrix .info {
    text-align: left;
}
#calendarmatrix #matrix .info .leg {
    margin: 10px 10px 0 10px;
    width: 137px;
}
#calendarmatrix .day {
    font-size: 13px;
}
#calendarmatrix .header {
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #c4c4c4;
    margin-bottom: 5px;
}
#calendarmatrix .total {
    font-size: 14px;
    font-weight: bold;
    border-top: solid 1px #c4c4c4;
    margin-bottom: 5px;
}
#calendarmatrix .big {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
#matrix td.return {
    width: 52px;
    height: 54px;
    background: url(../gfx/calendar-matrix/bg_return.gif) 50% 1px no-repeat;
    text-align: center;
    vertical-align: top;
}
#matrix td.depart {
    width: 52px;
    height: 48px;
    background: url(../gfx/calendar-matrix/bg_depart.gif) 50% 1px no-repeat;
    text-align: center;
    vertical-align: top;
}
#matrix .month {
    color: white;
}
#matrix .day .day {
    font-weight: bold;
}

#matrix td.option {
    width: 55px;
    height: 49px;
    text-align: center;
    vertical-align: center;
    background: url(../gfx/calendar-matrix/bg_option.gif) 50% 50% no-repeat;
    cursor: pointer;
}
#matrix td.cheapest {
    background: url(../gfx/calendar-matrix/bg_option_green.gif) 50% 50% no-repeat;
}
/*
#matrix td.refdate {
    background: url(../gfx/calendar-matrix/bg_option_black.gif) 50% 50% no-repeat;
    color: #ffffff;
}
*/
#matrix td.hover, #matrix td.selected {
    background: url(../gfx/calendar-matrix/bg_option_blue.gif) 50% 50% no-repeat;
    color: #ffffff;
}
#matrix td.selected > span {
    font-size: 12px;
    font-weight: bold;
}
#matrix td.selected > .info {
    font-weight: normal;
}
#matrix td.unavailable {
    color: #c4c4c4;
    text-decoration: line-through;
}
#matrix td .ribbon {
    position: absolute;
    width: 55px;
    height: 24px;
}
#matrix td.option .ribbon img {
    position: absolute;
    bottom: 0;
    right: 0;
}
#matrix td.option .price {
    position: relative;
    display: block;
    width: 55px;
    height: 0;
    top: -5px;
}
#matrix #selectedCell {
    display: none;
    position: absolute;
    width: 69px;
    height: 60px;
    z-index: 90;
    background: url(../gfx/calendar-matrix/bg_option_selected.gif) 50% 50% no-repeat;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#matrix #selectedCell > span {
    position: relative;
    top: 24px;
}
#matrix #selectedCell > span.nooption {
    top: 16px;
}
#matrix #selectedCell > span.unavailable {
    color: #c4c4c4;
    text-decoration: line-through;
}

#calendarmatrix #info {
    float: left;
    dipslay: inline;
    margin: 15px 10px 15px 10px;
}
#calendarmatrix #info .top {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 0 10px;
    height: 20px;
}
#calendarmatrix #info.narrow .top {
    background: url(../gfx/calendar-matrix/info_narrow_top.gif) no-repeat;
    width: 170px;
}
#calendarmatrix #info.wide {
    width: 331px;
}
#calendarmatrix #info.wide .top {
    background: url(../gfx/calendar-matrix/info_wide_top.gif) no-repeat;
    width: 321px;
}
#info .cheapest {
    background: url(../gfx/calendar-matrix/bg_cheapest.gif) no-repeat;
    width: 171px;
    height: 46px;
    margin-top: 10px;
}
#info .inner {
    float: left;
    background: #ffffff;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
}
#calendarmatrix .button {
    margin: 10px;
}
#calendarmatrix #info .leg {
    margin: 10px 0 0 10px;
}
#calendarmatrix #info.narrow {
    float: left;
    width: 168px;
    display: inline;
}
#info.wide div.leftfloat {
    width: 150px;
}
#info.wide .inner {
    width: 329px
}
#info.wide div.nooption {
    float: left;
    display: inline;
    margin: 10px;
}
#info.narrow .inner {
    width: 168px;
}
#info.narrow div.leftfloat {
    width: 150px;
}

