a
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
a:active
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
body
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* end controled by editor */
	margin: 0;
	padding: 0;
}
form
{
	margin-bottom: 0px;
	margin-top: 0px;
}
img
{
	border: none;
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input[type="text"],input[type="password"]
{
	font-size: 12px;
	color:#023c59;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px none white;
	width: 100%;
	color: red;
	overflow: hidden;
}
table
{
	background-color: #FFFFFF;
	border: 0;
}
td
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* end controled by editor */
	white-space: nowrap;
	background-repeat: repeat-x;
}
th
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* end controled by editor */
	white-space: nowrap;
}
.textTableOddColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.textTableEvenColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.textTableInactiveOddColor
{
	/* start controled by editor */
	color: #BBBBBB; /* end controled by editor */
}
.textTableInactiveEvenColor
{
	/* start controled by editor */
	color: #BBBBBB; /* end controled by editor */
}
.headerColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.bgActiveColor
{
	/* start controled by editor */
	background-color: #ACBBC2; /* end controled by editor */
}
.bgInactiveColor
{
	/* start controled by editor */
	background-color: #E9EDF0; /* end controled by editor */
}
.bgInactiveColor:hover
{
	/* start controled by editor */
	background-color: #E9EDF0; /* end controled by editor */
	color:#000000;
}
.textActiveColor
{
	/* start controled by editor */
	color: #FFFFFF; /* end controled by editor */
}
.textInactiveColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.bgTableOddColor
{
	/* start controled by editor */
	background-color: #FFFFFF; /* end controled by editor */
}
.bgTableEvenColor
{
	/* start controled by editor */
	background-color: #E9EDF0; /* end controled by editor */
}
.bigText
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* end controled by editor */
	font-weight:bold;
}
.smallText
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; /* end controled by editor */
}

.normalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.periodLinkColor
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
.inputField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #000000;
}
.buttonStyle
{
	color: #023C59;
	background-color: #E9EDF0;
	width: 80px; /*padding:0;*/
	margin: 1;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 30px !important;
	border: 1px solid #666666;
	padding: 1px;
}

.buttonStyle:hover
{
	color: #000000;
	background-color: #E9EDF0;
	width: 80px; /*padding:0;*/
	margin: 1;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 30px !important;
	border: 2px solid #666666;
	padding: 0px;
}

.smallButtonStyle
{
	color: #023C59;
	background-color: #E9EDF0;
	width: 80px; /*padding:0;*/
	margin: 1;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 20px !important;
	border: 1px solid #666666;	
	padding: 5px;
}
.smallButtonStyle:hover
{
	color: #000000;
	background-color: #E9EDF0;
	width: 80px; /*padding:0;*/
	margin: 1;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 20px !important;
	border: 2px solid #666666;
	padding: 4px;
}

.calendarTimeRowOuterTd
{
	vertical-align:top;
	border-collapse:collapse;
	border:0;
	padding:0;
}

.calendarTimeRowOuterTdInnerTable
{
	text-align: center;
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	background-color: #E9EDF0;
	
}

.calendarTimeRowOuterTdInnerTableContent
{
	text-align: center;
	height: 50px;
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF0 0px solid;
	border-left: #E9EDF0 1px solid;
	border-bottom: #E9EDF0 1px solid;
	font-weight:normal;
	color: #023C59;
}

.buttonStyleHelp
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	width: 75px;
	border: 1px solid #666666;
}

.alternatingRowStyle
{
	background-color: #E9EDF0;
}

.labels
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gridViewStyle
{
	font-family: Verdana;
	text-align: left;
}

.linkButtons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A7787;
}

.errorHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

.errorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.modalDiv
{	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index:10;
}

.modalBackground
{
	filter: alpha(opacity=30);
	/*-moz-opacity: 0.5;*/
	opacity: 0.3;
	width: 100%;
	height: 100%;
	/*background-color: #023c59;*/
	background-color:Gray;
	position: absolute;
	z-index: 10;
	top:0;
	left:0;
}

.modalBody
{
	position: relative;
	padding: 10px;
	background-color: White;
	border: 1px solid gray;
	z-index: 100;
}

.BookingCalendarCell
{
    height: 40px;
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 1px solid;
    border-left: #E9EDF0 0px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 1px solid;
    background-color: White;   
}

.BookingCalendarCurrentWeekCell
{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black;
    width: 13%;
    height: 40px;
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 1px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 1px solid;
    background-color: #E9EDF0;
    color: #023C59;
    text-align: center;
    
}

.BookingCalendarWeekdayDate
{
    text-align: center;
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 1px solid;
    border-left: #E9EDF0 0px solid;
    border-bottom: #E9EDF0 1px solid;
    background-color: #E9EDF0;
    color: #023C59;
}

.BookingCalendarAssymetryDates
{
	border-left: #E9EDF0 1px solid;
	text-align: center;
	height: 40px;
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF0 1px solid;
	border-bottom: #E9EDF0 1px solid;
	background-color: #E9EDF0;
	color: #023C59;
}

.BookingCalendarAssymetryDatesMostLeft
{
	text-align: center;
	height: 40px;
	border-left: #E9EDF0 1px solid;
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF0 1px solid;
	border-bottom: #E9EDF0 1px solid;
	background-color: #E9EDF0;
	color: #023C59;
}


.BookingCalendarEmpty
{
    border-width: 0px;
    padding: 0px;
    border-style: none;
    border-color:white;
}

.BookingCalendarEvenRow
{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color:gray;
    height:60px
}

.BookingCalendarOddRow
{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color:gray;
    height:60px;
}

BookingCalendarTimeRowEvenRow
{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color:gray
}

.BookingCalendarTimeRowOddRow
{
    border-width: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black
}

.BookingCalendarBookingLinksOuterCell
{
    border-width: 1px;
    border-bottom: 0px;
    padding: 0px;
    border-style: solid;
    border-color:black
}

.BookingCalendarAssymetricBookingLinksOuterCell
{
    border-width: 0px;
    border-bottom: 0px;
    padding: 0px;
    border-style: none;
    border-color:black;
    border-collapse: collapse;
}

.BookingCalendarBookingLinksContainerTable
{
    vertical-align:top;
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
}

.BookingCalendarBookingLinksCellEven
{
    height: 50px;
    border-width: 0px;
    border-bottom: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black;
}

.BookingCalendarAssymetricBookingLinksCellEven
{
    border-width: 0px;
    border-bottom: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    height: 60px;
}

.BookingCalendarBookingLinksCellOdd
{
    height: 50px;
    border-width: 0px;
    border-bottom: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black;
}

.BookingCalendarTimeTableOuterCell
{
    vertical-align:top;
    height: 50px;
    border-width: 1px;
    border-bottom: 0px;
    padding: 0px;
    border-style: solid;
    border-color:black
}

.BookingCalendaTimeTableContainerTable
{
    vertical-align:top;
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: collapse;
}

.BookingCalendarBookingIconsOuterCell
{
    padding:0;
    vertical-align:top
}

.BookingCalendarBookingIconsOuterCellInnerTable
{
    border-collapse:collapse;
    padding:0;
    border:0;
    vertical-align:top;
    height:100%;
    width:100%
}

.BookingCalendarBookingIconsOuterCellInnerTableInnerRows
{
	padding:0;
	text-align:center;
	height:50px;
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF00px solid;
	border-left: #E9EDF0 0px solid;
	border-bottom: #E9EDF0 1px solid;
}

.BookingCalendarBookingIconsOuterCellInnerTableInnerRowsAssymetry
{
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF0 1px solid;
	border-bottom: #E9EDF0 1px solid;
	height: 70px;
	padding-left: 10px;
	border-width: 0px;
	padding: 10px;
	text-align: center;
}

.BookingCalendarBookingIconsOuterCellInnerTableInnerRowsAssymetryMostLeft
{
	border-right: #E9EDF0 1px solid;
	border-top: #E9EDF0 1px solid;
	border-bottom: #E9EDF0 1px solid;
	border-left: #E9EDF0 1px solid;
	height: 70px;
	padding-left: 10px;
	border-width: 0px;
	padding: 10px;
	text-align: center;
}


.BookingCalendarOpeningTableOuterTd
{
	vertical-align:top;
}

.BookingCalendarOpeningTableOuterTdInnerTable
{
	text-align: center;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.BookingCalendarTimeTableCellEven
{
    height: 50px;
    border-width: 0px;
    border-bottom: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black
}

.BookingCalendarTimeTableCellOdd
{
    height: 50px;
    border-width: 0px;
    border-bottom: 1px;
    padding: 0px;
    border-style: solid;
    border-color:black
}

.BookingCalendarTimeIntevallContainerTable
{
    vertical-align:top;
    border-collapse:collapse;
    border:0;
    padding:0;
    color: #023C59;
}

.BookingCalendarEvenTimeIntevallCell
{
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 0px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 0px solid;
    background-color: White;
    height: 50px;
}

.BookingCalendarOddTimeIntevallCell
{
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 0px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 0px solid;
    background-color: White;
    height: 50px;
}

.BookingCalendarEvenBookingCell
{
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 0px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 0px solid;
    background-color: White;
    height: 50px;
}

.BookingCalendarOddBookingCell
{
    border-right: #E9EDF0 1px solid;
    border-top: #E9EDF0 0px solid;
    border-left: #E9EDF0 1px solid;
    border-bottom: #E9EDF0 0px solid;
    background-color: White;
    height: 50px;
}

.ddl
{
    width:250px;
	color: #023C59;
	background: #E9EDF0;
	font-size: 12px;
}

.MainFormTable
{
	width: 100%;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: White;
	vertical-align:top;
	border-collapse: collapse;
}