/*
	PolQuest.com Calendar - Professional Event Management System
	Copyright © 2007 PolQuest.com
	
	
*/

.eventHead {
	text-align:center;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #687C8F;
	border-right-color: #687C8F;
	border-bottom-color: #687C8F;
	border-left-color: #687C8F;
	background-color: #CCCCCC;
	}
.eventDate {
	text-align:left;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 5px;
	}
a.eventTitle {
	text-align:left;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	}
a.eventTitle:hover {
	text-align:left;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	}
	
a.eventLink {
	text-align:left;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #0000FF;
	line-height: 15px;
	}
a.eventLink:hover {
	text-align:left;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #3D3F3E;
	line-height: 15px;
	}
.borderaround {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #687C8F;
	border-right-color: #687C8F;
	border-bottom-color: #687C8F;
	border-left-color: #687C8F;
	background-color: #e3e3e4;
	}
.text {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
	}
