body{
	font-family: Verdana, "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	background-color: #8AADFE;
}
table.calendar {
	border-collapse: collapse;
	border: none;
}
table.calendar td.title {
	color: gray;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	width: 14%;
}
table.calendar td.day {
	border: solid 1px gray;
	height: 150px;
	text-align: left;
	vertical-align: text-top;
}
table.calendar td.day div.number {
	position: relative;
	background-color: #EEF3FF;
	/*background-color: #061D51;*/
	height: 17px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: #00008B;
	margin: 0;
	cursor: pointer;
}

.white {
	background-color: white !important;
	cursor: default !important;
}

table.calendar td.day div.content {
	clear: both;
	padding: 3px 2px 2px 2px;
	font-size: 10pt;
}
table.calendar td.day div.content li {
	/*margin: 0 0 0 15px;*/
	margin: 0;
	/*padding: 0 0 0 2px;*/
	list-style-type: circle;
	list-style-position: outside;
}
div.calendar {
	position: relative;
	width: 1024px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}
hr {
	height: 1px;
	background-color:gray;
	border: none;
}
table.calendar td.day div.content a, table.calendar td.day div.content a:visited {
	color: black;
	text-decoration: none;
}
table.calendar td.day div.content a:hover {
	color: #061d51;
	font-weight: bold;
	/*text-decoration: underline;*/
}
h3 {
	margin: 0;
}
a, a:visited {
	color: #061d51;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a.active {
	font-weight: bold;
}
table.calendar td.day div.content span.time {
	font-size: 8pt;
	border: solid 1px #808080;
	/*background-color: #CC99FF;*/
	background-color: #EEF3FF;
	/*color: white;*/
	color: #00008B;
	padding: 0 2px 0 2px;
	text-decoration: none;
	font-weight: bold;
}

input, textarea, select {
	color: black;
	padding: 2px;
	border: solid 1px gray;
	font-size: 10pt;
	background-color: white;
	margin: 2px;
}

input.button {
	cursor: pointer;
}

div.addNewEvent {
	background-color:#FFFF66;
	border: solid 3px gray;
	margin: 0 auto 0 auto;
	padding: 5px;
	position: relative;
	width: 431px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

div.login {
	margin: 0 auto 0 auto;
	width: 300px;
	border: solid 1px black;
	background-color: #ffffff;
}

div.login div.top {
	border-bottom: solid 1px black;
	padding: 2px;
	background-color: gray;
	color: white;
	text-align: center;
}

div.login div.bottom {
	padding: 10px;
	width: 200px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

div.create {
	margin: 0 auto 0 auto;
	width: 500px;
	border: solid 1px black;
    background-color: #ffffff;
}

div.create div.top {
	border-bottom: solid 1px black;
	padding: 2px;
	background-color: gray;
	color: white;
	text-align: center;
}

div.create div.bottom {
	padding: 10px;
	width: 350px;
	margin: 0 auto 0 auto;
	background-color: white;
}


a.delete, a:visited.delete {
	font-size: 8pt;
	color: red !important;
}

div.view_event {
	position: relative;
	margin: 0 auto 0 auto;
	width: 600px;
	border: solid 1px black;
	padding: 10px;
	background-color: #ffffff;
}
.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #000000;
}
a.footer
{
    color: #333333;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 9px;
}
a.footer:link { color: #333333; }
a.footer:visited { color: #333333; }
a.footer:hover { color: #333333;font-weight: bold; text-decoration: underline }