/* Global Styles */

body {

	background-color: #ccc;
	padding: px;
	margin: auto;
	
}

td {
	color:#FFFFFF;
	font-family: arial;
	font-size: 11px;
	}
	
a {
	color: #00A5CE;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #FFCCFF;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #A6A6FF;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #D5EAFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #FFFFFF;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

.tagline {
	color: #999999;
	letter-spacing:0.07em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.smallText {
	color: #FF0000;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.pageHeader {
	color: #FF0000;
	letter-spacing:0.2em;
	line-height:38px;
	font-family: "times new roman";
	font-size: 30px;
	}
	
.Asterisk {
	color: #FF0000;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.pageHeaderWhite {
	color: #ffffff;
	letter-spacing:0.2em;
	line-height:38px;
	font-family: "times new roman";
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	}
	
.bodyText {
	color:#333333;
	line-height:20px;
	font-family: arial;
	font-size: 14px;
	}
	
.bodyTextWhite {
	color:#ffffff;
	line-height:16px;
	font-family: arial;
	font-size: 14px;
	}
	
.pageName {
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:36px;
	font-family: georgia;
	font-size: 20px;
	}
.calendarRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-style: normal;
	letter-spacing: 0.08em;
}

.monospace {
	font-family: "Courier New", Courier, monospace;
	color: #DA0C10;
}

	
.subHeader {
	color: #FF0000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: "times new roman";
	font-size: 14px;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}


div#wrapper {

	width: 620px;
	margin: auto;
	
}



div#head {

	width: 600px;
	background-color: #fff;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	color: #666;
	padding: 10px;
	
}

div#main {

	background-color: #fff;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 600px;

}

div#error {

	background-color: #fff;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 600px;
	
}

div#success {

	background-color: #fff;
	color: #00CC00;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 600px;
	
}

div#spacer {

	width: 2px;
	float: left;
	
}

div#memmain {

	background-color: #fff;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	width: 185px;
	float: left;

}

div#container {

	float: left;
	
}


.textBox {

	border: 1px solid #000000;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	padding: 3px;

}

.secondRow {

	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}

.firstRow {

	background-color: #ccc;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}




td {

	padding: 0px;
	
}



.header {

	background-color: #666;
	color: #fff;
	width: 150px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;

	
}

.table {

	background-color: #999;
	color: #fff;
	width: 150px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;

}

.table a {

	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	
}

.header a {

	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	
}
