﻿/*     TAGS start  -----------------------------------------------------------   */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
input, select {
	color: #112335;
	font-size: 11px;
	vertical-align: middle;
}
option {
	font-size: 9px;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 23px;
	color: #17b8d5;
	margin-bottom: 6px;
	letter-spacing: -1pt;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	color: #11889D;
	font-weight: bold;
	font-size: 11px;
}

div#test p:first-child { text-decoration: underline;}

div#test p:last-child { font-weight: bold;}

/*     general ----------------------------------------------------------- */

/* Formatting -----------------*/

.nine , .nine td .CyanTbl TD a , .title , #master , a.RatesLink:Link, a.RatesLink:Visited , a.RatesLink:hover , .listContent a , .TitleStyle , .NextPrevious a {
font-size:9px;
}
.Ten , .Ten TD {
font-size: 10px;
}
.eleven , .eleven td , .eleven div , .eleven div * td , .eleven * span , .content , #Bookingcontent , .hotelTDS , .hotelTDS a , .TopTable a  , .UserContent a , .CalendarHolder TH , .CalendarHolder TH , .InfoHolder TH , #breadcrumb , #breadcrumb a , a.FormBtn:link , a.FormBtn:visited , a.FormBtn:hover {
font-size:11px;
}
.eleven th {
	font-weight: normal;
	font-style: normal;
}
.theFont , body , font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twelve {

font-size:12px;
}
.white , .white td , #ul ul , #ul ul li a {
	color:#FFFFFF;
	text-decoration: none;
}
.blue, .blue a {
	color: #003b70;
}
.black , .black TD {
	color: #333333;
	line-height: 15px;
}
.Grey , .Grey a {
	color: #877E7E;
}
.Grey a:hover {
	color: #333333;
}
.NoWrap {
	white-space: nowrap!important;
}
.none {
display: none;
}
.Normal , .Normal TD {
font-style:normal;
}
.NoDecor a {
	text-decoration: none;
}
.GreyBg {
background-color: #cecec7;
}
/*---------------Borders Solid----------*/

.BotBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.Border {
	border: 1px solid #cecec7;
}
.TopBorderThick {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}



/*---------------Borders Dotted----------*/

.BotBorderDot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.BotBorderDotG {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838383;
}
.LBorderDbl {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/*-------Half Paddings---*/
.HalfPadding {
	padding: 2px 3px;
}
/*-------Paddings---*/
.NoPadding {
padding: 0;
}
.Padding , .Padding TD {
padding: 6px;
}
.PaddingDbl , .PaddingDbl TD, .PaddingDbl TH {
padding: 12px;
}
.RPadding {
padding-right: 6px;
}
.LPadding {
padding-left: 6px;
}
.HalfLPadding 
{
	padding-left:3px;
}
.LPaddingDbl {
padding-left: 12px;
}

.BotPadding {
padding-bottom: 6px;
}
.TopPadding {
padding-top: 6px;
}
.TBPadding , .TBPadding TD , .TBPadding TH {
padding: 6px;
}
/*-------Double Paddings---*/
.BotPaddingDbl {
padding-bottom: 12px;
}
.RpaddingDbl , .RpaddingDbl TH {
padding-right: 12px;
}
.LpaddingDbl , .LpaddingDbl TD , .LpaddingDbl TH {
padding-left: 12px;
}
.ToppaddingDbl {
padding-top: 12px;
}
/*-------Triple Paddings---*/
.TopPaddingTrpl {
padding-top: 36px;
}

.BotPaddingTrpl {
padding-bottom: 36px;
}
.LPaddingTrpl {
padding-left: 36px;
}
/*-------Margins---*/

.TopMarginMin {
margin-top: 6px;
}
.TopMargin , .TopMarginDbl {
margin-top: 12px;
}
.BottomMargin {
margin-bottom: 12px;
}
.RightMargin {
margin-right: 12px;
}
.LeftMargin {
margin-right: 12px;
}
.TopMarginTrpl {
margin-top: 36px;
}
/*-------Margins END---*/
.CyanTbl TD
{
	padding-top:3px !important;
}
.caps , .CyanTbl TD a {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.Left , .Left TD , .Left TH {
	text-align: left;
}
.Top , .Top TD , .Top TH {
	vertical-align: top;
}
.Bottom {
	vertical-align: text-bottom;
}
.Right {
	text-align: right;
}
.BgCyan {
	background-color: #17b8d5;
}





/* General Links -----------------*/
.white a, a.white:link , a.white:visited {
	color: #FFFFFF;
}
a.white:hover , .white a:hover {
	color: #BFE9FF;
}

.black a, .blue a, a.blue:link , a.blue:visited {
	color: #003b70;
}
.black a:hover, .blue a:hover, a.blue:hover {
	color: #17b8d5;
}

#ul
{
	background-color: #003b70 !important;
	position:relative;
	height:30px;
}

#ul ul {
	margin:0;
	padding:0;
	position:absolute;
	left:710px;
	top:7px;
}

#ul ul li 
{
	float: left;
	list-style:none;
	text-decoration: none;
	padding-right: 5px;

}
#ul ul li a {
	text-decoration: none;	
}
#ul ul li a:hover {
	color: #17b8d5;
	background-color: #003b70 !important;

}
/*----------*/


/*     DIVS start ----------------------------------------------------------- */
#MasterDiv , #MasterDivSec {
	width: 1000px;
	
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background: url(../Images/leftBlueColumn.gif) left repeat-y;

} 

#header
{
	width:1000px;
	position:relative;
	height: 140px;
}

#Img {
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 268px;
	text-align: center;
}

#GlobalLinks {
	width: 720px;
	position: absolute;
	bottom: 0px;
	top:120px;
	left:280px;
	margin:0px;
	padding:0px;
}

#HeaderDiv {
	clear: both;
	width: 1000px;
	background-color:#ffffff;
}
#SubHeaderDiv {
	clear: both;
	width: 100%;
}
#Marketing 
{
	position:relative;
	height:284px;
}

#BookingDiv {
	position: absolute;
	text-align: center!important;
	width: 268px;
	z-index:0;
	position:absolute;
	left:0px;
	top:10px;
}

#RotatorDiv
{
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}

#SubHeaderLeft {
	background-color: #132750;
	width: 268px;
	float: left;
	height: 32px;
	text-align: left;
}

#SubHeaderMid {
	background-color: #132750;
	width: 720px;
	float: right;
	text-align:center;
}



#WorkSpaceDiv {
	text-align:right;
	padding-bottom:60px!important;
	margin-bottom: 50px;
	vertical-align: top!important;
}

#BottomDiv {
	clear: both;
	width: 1000px;
}

#LeftDiv {
 width: 268px;
 float: left;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 text-align: center!important;
}
#CenterDiv {
	width: 720px;
	
	float: right;
} 


/*     BASIC CLASSES start ----------------------------------------------------------- */



.TopTable {
	padding-top: 7px;
	padding-right: 1px;
	padding-left: 1px;
	color: #867F7E;
}
.cellContent {
	padding-right: 15px;
	color: #6B6666;
	padding-top: 20px;
}

.plainContent, .UserContent {
	color: #6B6666;
	font-size: 11px;
	line-height: 17px;
}

.SpecPad {
padding-top:11px}


.listContent {
	color: #5B5757;
	font-size: 9px;
	text-transform: uppercase;
}

.reservationRow {
	text-align: left;
}
.reservationTitle {
	padding-left: 25px;
	padding-top: 9px;
}
.SelectDates {
	font-size: 9px;
	color: #333333;
	padding: 0px 2px;
}

.SelectRooms {
	font-size: 9px;
	color: #333333;
	padding: 0px 2px;
	height: 117px;
}

.ResultsGrid, .PlainForm {
	/*width: 700px;*/
	width: 100%;
}
.ResultsGrid, .ResultsGridFlex, .PlainForm, .PlainFormFlex {
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.ResultsGrid TH, .ResultsGridFlex th, .PlainForm th, .PlainFormFlex th {
	color: #FFFFFF;
	background-color: #17b8d5;
	font-weight: bold;
	padding: 6px;
}
.ResultsGrid TD, .ResultsGridFlex td, .PlainForm td, .PlainFormFlex td {
	text-align: left;
	padding: 6px;
	line-height: 14px;
	color: #333333;
}
.ResultsGrid TH, .ResultsGridFlex th, .ResultsGrid TD, .ResultsGridFlex td
{
	border: 1px solid #CCCCCC; /* This is so that Opera doesn't have dark top and bottom cell borders !? */
}
.ResultsGrid a, .ResultsGridFlex a, .PlainForm a, .PlainFormFlex a {
	color: #5B5757;
	text-decoration: none;
	cursor: default;
}
.ResultSemiHeader {
	background-color: #EFEEED;
	color: #FFFFFF;
	padding: 6px;
}

.FirstLetter {
	font-size: 11px;
	color: #CC0000;
}

.squares {
	background-image: url(../../../App_Themes/Default/Images/PhotoImgOv.gif);
	width: 16px;
	cursor: hand;
	margin-right: 2px;
	border: 1px solid #999999;
}
.squares:hover {
	background-image: url(../../../App_Themes/Default/Images/PhotoImg.gif);
		width: 18px;
}
.plans {
	border: 4px none #000000;
	background-color: #CCCCCC;
	height: 16px;
	width: 18px;
	cursor: hand;
	margin-right: 2px;
	display: inline;
	background-attachment: fixed;
	background-image: url(../../Default/Images/planImg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.noBorders {
	border: none;
	padding: 2px 0px 0px;

}
.Borders {
	border: 1px solid #CBC9C7;
	padding: 0px;
	vertical-align: top;
}
.safariTable td {
vertical-align:middle!important;
}
 
/*     ADVANCED  ID's ----------------------------------------------------------- */    

#master {
	text-align: center;
	width: 750px;
	border: 1px white solid;
	padding: 0px;
	color: #6B6666;
}

#content , .content {
width: 720px;
text-align:left;
}

#content TD {
	line-height: 16px;
}
/*--Table.Thumbnails TD {
	padding-right: 12px;
}
Table.Thumbnails TD:last-child {
	padding-right: 12px;
	background-color: #FF9900;
}*/
.Thumbnail {
max-width: 115px;

}


#logoRow {
	height: 100px;
}
#topRow {

	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9B9494;
	border-bottom-color: #9B9494;
	display: block;
}
#Main {
	padding: 25px;
	color: #333333;
	border: 1px solid #BEB5B5;
	margin-top: 14px;
}
#MainNoBord {
	padding: 25px 25px 0px;
	color: #333333;
}
#breadcrumb {
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: bottom;
	white-space: nowrap;
}

#Bookingcontent {
	color: #6B6666;
	line-height: 17px;
	padding-left: 12px;
}

#hotels {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 13px;
	margin-left: -40px;
	visibility: visible;
}

#hotelsResv {
	zbackground-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 17px;
	margin-left: -93px;
	visibility: visible;
	background-color: #FFFFFF;
}

.hotelTDS {
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-left: 8px;
}

.hotelTDS a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
}
.hotelTDS a:hover {

	color: #333333;

}

#imgMain {
	cursor: pointer;
	padding-right:12px;
	max-width: 350px;
}



.BlueTbl , .LinksTbl {
	background-color: #003b70;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.LinksTbl {
padding:12px;
}


.BlueTbl TH {
	color: #17b8d5;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
.BlueTbl TD {
	text-align:left;
	color: white;
	padding: 12px;
	font-size: 11px;
}

.LinksTbl td {
	color: white;
	font-size: 11px;
	text-align:left;
}

.LinksTbl td.white.eleven {
padding-left:4px;
/*position:relative;
margin-left:auto;
margin-right: auto;
border: solid 1px red;*/
 }
 
 .LinksTbl td.white.eleven table * img {
	border: 1px solid #455881!important;
}
.LinksTbl td.white.eleven table * img:hover {
	border: 1px solid #566FA3!important;
}



	.BlueTbl TD a {
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	padding-bottom: 6px;
	list-style-type: none;
	padding-top: 6px;
}
.BlueTbl TD a:hover {
	color: #17b8d5;
}

.BlueLoginTbl {
	background-color: #003b70;
	width:100%;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.BlueLoginTbl TH  {
	color: #17b8d5;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:11px;
	text-align:left;
}

.BlueLoginTbl Td  {
	text-align:left;
	color: white;
	font-size: 11px;
	padding-left:12px;
	padding-bottom:11px;
}

.BlueLoginTbl input
{
	margin:0px;
	width: 80px;
	padding:0px !important;
}

.BlueLoginTbl TD a 
{
	color:#FFffff;
	text-decoration:underline;
}
.BlueLoginTbl .links
{
	padding-right:11px !important;

}


/*.BlueTbl * Input {
	vertical-align: top;
}*/

.errorPanel
{
	text-align:left;
	vertical-align:middle;
	overflow:visible;
	/*height:12px;*/
 
}

.errorPanel div
{	
	overflow:visible;
	position:relative;
}

.errorPanel ul
{
	padding:0px !important;
	margin:0px !important;
}

.errorPanel ul li
{
	list-style:none;
	list-style-position:outside;
	padding:0 !important;
	margin:0 !important;
}
.error , .error a , .error a span
{
	color: #CC0000;
	font-size: 11px;
	font-weight:bolder;
	text-decoration: none;
}
.error a:hover , .error a:hover span
{
	color: #4F0000;
}

/*.CyanTbl TD {
	text-align:left;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 11px;
}
.CyanTbl TD a {
	color: white;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	padding-bottom: 8px;
	list-style-type: none;
	padding-top: 0px;
	margin: 0px;
}
.CyanTbl TD a:hover {
color: #003b70;
}*/

.HotelsTbl TD img {
	margin-right: 32px;
	margin-left: 32px;
}

.HotelsTbl TD {
	vertical-align: text-bottom!Important;
	padding-top: 0px;
	padding-bottom: 0px!Important;
	margin-top: 0px;
	margin-bottom: 0px!Important;
	height: 50px;
}




/*     Link CLASSES START ----------------------------------------------------------- */


a.RatesLink:Link , a.RatesLink:visited  {
	text-transform: uppercase;
	color: #225289;
}
a.RatesLink:hover {
	text-transform: uppercase;
	color: #333333;
}

.TopTable a {
	color: #867F7E;
	text-decoration: none;
}
.TopTable a:hover {
	color: #333333;
	text-decoration: none;
}

.cellContent a {
	color: #6B6666;
	text-decoration: none;
}

.cellContent a:hover {
	color: #333333;
	text-decoration: none;
}


.UserContent a {
	color: #225289;
	text-decoration: underline;
}

.UserContent a:hover {
	color: #333333;
	text-decoration: underline;
}

.plainContent a {
	color: #6B6666;
	text-decoration: none;
}
.plainContent a:hover {
	color: #333333;
	text-decoration: none;
}
#breadcrumb a {
	color: #877E7E;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #333333;
	text-decoration: none;
}

.listContent a {
	color: #5B5757;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 25px;
	text-decoration: none;
	width: 280px;
}

.listContent a:hover {
	color: #333333;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 25px;
	text-decoration: none;
	width: 280px;
}

a.FormBtn:link , a.FormBtn:visited {
	color: #003b70;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	text-align: center;
	background-image: url(../../Default/Images/btn_Bg.gif);
	border: 1px solid #CCCCCC;
	padding-bottom: 3px;
	text-decoration: none;
	margin-left: 6px;
	text-transform: capitalize;
	margin-bottom: 30px;
	}

a.FormBtn:hover {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	text-align: center;
	background-image: url(../../Default/Images/btn_BgOv.gif);
	border: 1px solid #CCCCCC;
	padding-bottom: 3px;
	text-decoration: none;
	color: #333333 !important;
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.BlueLoginTbl a.FormBtn:link , .BlueLoginTbl a.FormBtn:visited , .BlueLoginTbl a.FormBtn:hover {
	margin-left: 0px;
	position: relative;

	}

/*--CORAL FORM BTN ----a.FormBtn:link , a.FormBtn:visited {
	color: #003b70;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: center;
	background-image: url(../../Default/Images/BtnBg.gif);
	border: 1px solid #CCCCCC;
	padding-bottom: 2px;
	text-decoration: none;
	margin-left: 6px;

}

a.FormBtn:hover {
	color: #003b70;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: center;
	background-image: url(../../Default/Images/BtnBgOv.gif);
	border: 1px solid #CCCCCC;
	padding-bottom: 2px;
	text-decoration: none;
	margin-left: 6px;
}---*/
#MasterDivSec *  a.FormBtn:link , a.FormBtn:visited  {
	margin-left: 0px;
}
#MasterDivSec *  a.FormBtn:visited  {
	margin-left: 0px;
}
#MasterDivSec *  a.FormBtn:hover  {
	margin-left: 0px;
}

.BottBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*.........UiBS Styles................... */
.theBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px!important;
	font-weight: bold;
	color: #072B5A;
	text-transform: uppercase;
}
.theRed {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px!important;
	font-weight: bold;
	text-transform: lowercase;
	color: #F03A1A;
}
.theArrow {
	font-size: 9px;
	font-weight: bold;
	color: #072B5A;
	vertical-align: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.uibs:link , a.uibs:visited{
	color: #072B5A;
	text-decoration: none;
	font-weight: bold;
}
a.uibs:hover{
	color: #072B5A;
	text-decoration: underline;
	font-weight: bold;
}

.small {
font-size:11px;
font-family:Tahoma, Verdana, sans-serif;
color:#6B6666;

}

a.small:link , a.small:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}
a.small:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*.........UiBS Styles END................... */


/* CALENDAR STYLES */

.CalendarHolder {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.CalendarHolder TH {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A0B3CA;
	display: block;
}


.cldrCurMonth {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	width: 120px;
	height: 180px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EBEBEB;
	}
	
.DayHeader {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

.DayStyle {
	color: #1C3752;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	padding: 2px;
	font-weight: bold;
}
.TitleStyle {
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	background-color: #A1B3CB;
	height: 17px;
	font-weight: normal;
	padding: 0px;
	white-space: nowrap;
	border: none;
}
.NextPrevious a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

.OtherMonth {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	padding: 2px;
	color: #848C94;
	font-weight: bold;
}
.SelectedDay {
	color: #1C3752;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	padding: 2px;
	font-weight: bold;
}
.TodayDate {
	font-weight: bold;
	color: #333333;
}

.CalendarHolder , .InfoHolder {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-style: none;
}
.CalendarHolder TH , .InfoHolder TH {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #B4B4B4;
	
	}


/*--------old calendar styles -----*/
.TESTcpMonthNavigation  , .TESTcpMonthNavigation  ,  

a.TESTcpMonthNavigation:link , a.TESTcpMonthNavigation:visited  ,  .TESTcpDayColumnHeader  , 

.TESTcpYearNavigation , .TESTcpCurrentMonthDate , .TESTcpCurrentMonthDateDisabled , 

.TESTcpOtherMonthDateDisabled , .TESTcpCurrentDate , .TESTcpCurrentDateDisabled , 

.TESTcpTodayText , .TESTcpTodayTextDisabled , a.TESTcpCurrentDate:link , 

a.TESTcpCurrentDate:visited

{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #1C3752;
}

.TESTcpYearNavigation {
	font-weight: bold;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #CBC9C7;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding: 0px;
	border: 2px solid #006600;

}
.TESTcpMonthNavigation {
	font-weight: bold;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #CBC9C7;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding: 4px 0px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.TESTcpMonthNavigation:link , a.TESTcpMonthNavigation:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	padding: 2px 0px;
	font-weight: bold;
}
.TESTcpDayColumnHeader {
	font-size: 9px;
			font-weight: bold;

}
.TESTcpYearNavigation {
			font-weight: bold;

	
}
.TESTcpCurrentMonthDate {
	width: 20px;
	padding-bottom: 2px;
	font-size: 9px;
	font-weight: bold;
	color: #1C3752;
}
.TESTcpCurrentMonthDateDisabled {
	font-size: 9px;
			font-weight: bold;

}
.TESTcpOtherMonthDate {
	font-size: 9px;
	font-weight: bold;
	color: #848C94;
	font-family: "Trebuchet MS", Arial, sans-serif;	
}
.TESTcpOtherMonthDateDisabled {
	font-size: 9px;
	font-weight: bold;
	width: 14px;
}
.TESTcpCurrentDate {
	font-size: 9px;
			font-weight: bold;

}
.TESTcpCurrentDateDisabled {
	font-size: 9px;
			font-weight: bold;

}
.TESTcpTodayText {

	color: #1C3752;
			font-weight: bold;
		font-size: 9px;
}
.TESTcpTodayTextDisabled {

	color: #999999;
		font-size: 9px;
				font-weight: bold;
}
.TESTcpText {
	color: #1C3752;
	}
TD.TESTcpDayColumnHeader {
	BORDER-BOTTOM: 1px solid #CCCCCC;
	TEXT-ALIGN: center;
	padding-top: 2px;
	padding-bottom: 2px;
		font-size: 9px;
				font-weight: bold;
}
.TESTcpCurrentMonthDate {
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
		font-weight: bold;
	COLOR: #1C3752;
	padding: 2px 0px;
		font-size: 9px;
}

.TESTcpOtherMonthDate {
	TEXT-ALIGN: center; TEXT-DECORATION: none; COLOR: #666666
		font-size: 9px;
				font-weight: bold;}
	
.TESTcpCurrentDate {
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #1C3752;
	font-weight: bold;
		font-size: 9px;
}

a.TESTcpCurrentDate:link , a.TESTcpCurrentDate:visited {
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	font-weight: bold;
		font-size: 9px;
}

.TESTcpCurrentDateDisabled {
	COLOR: #FFFFFF; TEXT-ALIGN: right; 
	TEXT-DECORATION: line-through
		font-size: 9px;
		font-weight: bold;
}

.TESTcpCurrentMonthDateDisabled {
	COLOR: #d0d0d0; TEXT-ALIGN: right; 
	TEXT-DECORATION: line-through
		font-size: 9px;
		font-weight: bold;
}
.TESTcpOtherMonthDateDisabled {
	COLOR: #d0d0d0; TEXT-ALIGN: right; 
	TEXT-DECORATION: line-through
		font-size: 9px;
		font-weight: bold;
}

TD.TESTcpCurrentDateDisabled {
	border: thin solid #CCCCCC;
		font-size: 9px;
		font-weight: bold;
}

TD.TESTcpTodayText {
	BORDER-TOP: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
		font-size: 9px;
		font-weight: bold;
}
TD.TESTcpTodayTextDisabled {
BORDER-TOP: 1px solid #CCCCCC; COLOR: #999999
	font-size: 9px;
	font-weight: bold;
	
	}


SPAN.TESTcpTodayTextDisabled {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
		font-size: 9px;
		font-weight: bold;
}

A.TESTcpTodayText {
	FONT-WEIGHT: normal; COLOR: #999999; padding-top: 2px;
	padding-bottom: 2px;
		font-size: 9px;
		font-weight: bold;
}

.TESTcpBorder {
	border: 1px solid #999999;
		font-size: 9px;
		font-weight: bold;
}


.botBord {

	cursor: crosshair;
	height: 70px;
}

.botBord a {
	cursor: crosshair;
}

/*----TESTS-------*/
div#test p:first-child 
{text-decoration: underline;
}
div#test p:last-child {
font-weight: bold;
}

.ajax__calendar_year, .ajax__calendar_month, .ajax__calendar_day
{
	color:#000000;
}

#DivFooter{
	position: relative;
	clear:left;
}

#DivFooterTop
{
	width: 720px; position: absolute; left: 280px; top: -46px;
}


#DivFooterBottom
{
	width: 1000px; position: absolute; left: 0px; top: 5px;
}

#languages
{
	position:absolute;
	top:35px;
	left:900px;
}

#chlSpecRequestsType td {white-space:nowrap!important;}


.WaitDiv /* Added 29.12.2008 */ {
 display: inline-block;
 border: 1px none #FFFFFF;
 font-weight: bold;
 text-align: center;
 width: auto;
 position: absolute;
 background-color: #132750;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
 filter: Alpha(Opacity=85);
 -moz-opacity:.85;
 opacity:.85;
 font-size: 12px!important;
 vertical-align: middle;
 z-index: 100;
 margin-top: -30px;
 padding: 35px;
 margin-right: auto!important;
 margin-left: auto!important;
}
