@charset "utf-8";
/* CSS Document */

.month { font-family: Tahoma; font-size:11px; font-weight:bold; color:#eff2f8; text-decoration:none; }

.day { font-family: Tahoma; font-size:10px; font-weight:bold; color:#dbdee5; text-decoration:none; }

.date { font-family: Tahoma; font-size:10px; font-weight:normal; color:#e6e6e8; text-decoration:none; }
a.date:hover { font-family: Tahoma; font-size:10px; font-weight:normal; color:#ffffff; text-decoration:none; }
.currentdate { background:#081025 ; border:#909bb6 solid 1px; height:5px;  }

.rightarrow { background-image:url(../images/right_arrow1.png) ; background-repeat:no-repeat; }
a.rightarrow:hover { background-image:url(../images/right_arrow1_hover.png); background-repeat:no-repeat; }
.test { padding-top:-250px; margin-bottom:-250px;}

.watermark {
	background: #FFAAF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:#3A3A3A;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#EEEEEE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
	width:250px;
}

.modalSignUp {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
	width:250px;
}
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
