﻿.date
{
	background-image: url(../images/date.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.disableDate
{
	background-image: url(../images/date.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: graytext;
}

.LabelTD
{
	background-color: #D0E3E7;
	vertical-align: top;
	font-weight: bold;
}

.LabelTD_1
{
	background-color: #EAF3F0;
	vertical-align: top;
}

.bodytxt
{
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	line-height: 20px;
}

.bookingtxt
{
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 11px;
}

.CompTitle
{
	font-size: 20px;
}

.TextBoxlabel
{
	font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
	font-size: 12px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	color: DarkSlateBlue;
	border-right-width: 0px;
	background-color: transparent;
	overflow: visible;
	cursor: default;
}

.NumTextBoxlabel
{
	font-family: "Geneva" , "Arial" , "Helvetica" , "san-serif";
	font-size: 12px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	color: DarkSlateBlue;
	border-right-width: 0px;
	background-color: transparent;
	overflow: visible;
	cursor: default;
	text-align:right;
}

.NumTextBox
{
	text-align:right;
}

.WeekCell
{
	font-size: x-large;
	font-weight: bold;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699FF;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	border-right-width: thin;
	border-bottom-width: thin;
	width: 120px;
}


.dynamicPopulate_Updating
{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	border: silver 1px inset;
	text-align: center;
	padding: 2px;
	height: 2em;
	margin: 5px;
	width: 200px;
}

.indexLink
{
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.BarLink
{
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.BarLink a
{
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.BarLink a:hover
{
	color: #FFFF66;
	text-decoration: underline;
}

.GV
{
	font-family: "Arial" , "Verdana" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
.GV a
{
	color: #404040;
}
.GV a:active
{
	color: #9B9B9B;
}
.GV a:visited
{
	color: #404040;
}
.GV a:hover
{
	color: #9B9B9B;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #ff0000;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}	

