@CHARSET "UTF-8";
body{
	font:normal 11px verdana;
	margin:0;
	padding:0;
	border:0px none;
  /*    overflow:hidden*/
}
img{
	border:0px;
}
#homePageContainer .top-banner{
	height:50px;
	background-color:#B1DFFF;
	background-image:url(../images/homePage/top-bg-big.gif);
	background-repeat: repeat-y;
	background-position:center;
	
}
.text, .tallText{
	font-family:georgia;
	font-size:16px;
}
.tallText{
	line-height: 20px;
	text-align: justify;
}
.chars{
	color: #606060;
	font-size: 9px !important;
	text-align:center;
}

#homePageContainer .signIn-formLabel{
	color:#787878;
	font-size:13px;
	font-weight:bold;
	padding-top:4px;
}
.error{
	color:#FF0000;
	font-size:11px;
	height:15px;
}
.logH{
	color:#000000;
	font-size:11px;
	height:15px;
}
.page-loading{
	position:absolute;
	left:45%;
	top:40%;
	border:3px solid #b0b0b0;/*B2D0F7*/
	background:white url(../images/homePage/block-bg-gray.gif) repeat-x;
	padding:10px;
	font:bold 14px verdana,tahoma,helvetica;
	color:#606060;/*003366*/
	width:150px;
	text-align:center;
	z-index:10080 !important;
}

.loading-indicator {
	font-size:8pt;
    background-image:url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	width:70px;
	text-align:left;
}

.signup{
	cursor:pointer;
	padding-bottom:2px;
}
.helpIcon{
	cursor:pointer;
	float:right;
	padding-right:15px;
	padding-top:1px;
}
.signup{
	border:none;
	width: 80px;
	height: 26px;
	cursor:pointer;
	background: url(../images/firstPage/register.png) no-repeat;
}
.login{
	border:none;
	width: 80px;
	height: 26px;
	cursor:pointer;
	background: url(../images/firstPage/login.png) no-repeat;
}
.text{
	font-size: 12px;
	font-family: verdana;
	
}

.calendarSelect{
	font-size:10px;
	width:65px;
}

.calendarInputs{
	font-size:10px;
	width:80px;
}

.calendarCont{
	margin-bottom: 12px;
	position: relative;
	top: -5px;
}

.calTable{
	display: inline;
	float: right;
	margin-top: -28px;
}