
.calendar, .calendar table {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	background: #F5F5F5;
	font-family: verdana,sans-serif;
	z-index:10;
}


/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;    /* They are the navigation buttons */
	padding: 3px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #263F6A no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
	font-weight: bold;      /* Pressing it will take you to the current date */
	text-align: center;
	background: #000;
	color: #fff;
	padding: 2px;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
	background: #263F6A;
	color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	background: #92A2BD;
}

.calendar thead .name { /* Cells <TD> containing the day names */
	border-top: 1px solid #BEC9D6;
	border-bottom: 1px solid #BEC9D6;
	padding: 2px 3px;
	text-align: center;
	color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #333;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background-color: #BEC9D6;
	color: #000;
	border: 1px solid #999999;
	padding: 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background-color: #92A2BD;
	border: 1px solid #999999;
	padding: 2px;
}


/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 2em;
	color: #666666;
	text-align: center;
	padding: 3px;
}
.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
	color: #A2AD00;;
}

.calendar table .wn {
	padding: 2px;
	border-right: 1px solid #000;
	background: #C7E1F3;
}

.calendar tbody .rowhilite td {
	background: #BEC9D6;
}

.calendar tbody .rowhilite td.wn {
	background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
	background: #92A2BD;
	padding: 2px;
	border: 1px solid #999999;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	background: #cde;
	padding: 2px;
	border: 1px solid #999999;
}

.calendar tbody td.selected { /* Cell showing today date */
	font-weight: bold;
	border: 1px solid #999999;
	padding: 2px;
	background: #fff;
	color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	color: #FF8080;
}

.calendar tbody td.today { /* Cell showing selected date */
	font-weight: bold;
	color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}


/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	background: #206A9B;
	color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #000;
	color: #fff;
	border-top: 1px solid #206A9B;
	padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	background: #B8DAF0;
	border: 1px solid #178AEB;
	color: #000;
	padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	background: #006AA9;
	padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #999999;
	background:#263F6A;
	color: #FFF;
	font-size: 90%;
	z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
	text-align: center;
	padding: 2px 0;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .hilite {
	background-color:#92A2BD;
	font-weight: normal;
}

.calendar .combo .active {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color:#BEC9D6;
	font-weight: normal;
}

.calendar td.time {
	border-top: 1px solid #000;
	padding: 1px 0px;
	text-align: center;
	background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 0px 3px 0px 4px;
	border: 1px solid #889;
	font-weight: bold;
	background-color: #F1F8FC;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	border-color: #000;
	background-color: #267DB7;
	color: #fff;
}

.calendar td.time span.active {
	border-color: red;
	background-color: #000;
	color: #A5FF00;
}

div.autosuggest {
	position: absolute;
	background-image: url(http://book.omegatravel.net/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer {
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(http://book.omegatravel.net/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#333333;
	overflow: hidden;
}

div.autosuggest div.as_footer {
	background-image: url(http://book.omegatravel.net/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(zhttp://book.omegatravel.net/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background:#333333;
}

div.autosuggest div.as_footer div.as_corner {
	background-image: url(http://book.omegatravel.net/img_inquisitor/ul_corner_bl.gif);
}

div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar {
	height: 6px;
	overflow: hidden;
	background-color: #333333;
}

div.autosuggest ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;
	display:block;
}

div.autosuggest ul li {
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.autosuggest ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	background-color: transparent;
	background-color: #333333;
	position: relative;
	padding: 0;
	width: 100%;
}

div.autosuggest ul li a:hover {
	background-color: #000;
}

div.autosuggest ul li.as_highlight a:hover {
	background-color: #000000;
}

div.autosuggest ul li a span {
	display: block;
	padding: 3px 6px;
	font-weight: bold;
	color:#FFFFFF;
}

div.autosuggest ul li a span small {
	font-weight: normal;
	color: #FFF;
}

div.autosuggest ul li.as_highlight a span small {
	color: #FFF;
}

div.autosuggest ul li.as_highlight a {
	color: #376397;
	background-image: url(http://book.omegatravel.net/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background:#1B5CCD;
}

div.autosuggest ul li.as_highlight a span {
	background-image: url(http://book.omegatravel.net/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background:#000000;
}

div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {
	background-color: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

div.autosuggest ul li a .tr {
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
	left: 0;
	background-image: url(http://book.omegatravel.net/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
	background:#000000;
}

div.autosuggest ul li.as_highlight a .tr {
	right: 0;
	background-image: url(http://book.omegatravel.net/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
	background:#000000;
}

div.autosuggest ul li.as_warning {
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em {
	font-style: normal;
	color: #376397;
}
