
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	list-style-type: disc;	
}
.decimal_main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position:outside;
	list-style-type:decimal;	
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.main_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #153E7E;  /* dodger blue */
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TipOfTheDay_category {
	font-size: 14px;
	font-weight: bold;
	color: #153E7E;  /* dodger blue */
	font-family:  Calibri,Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.TipOfTheDay_text {
	text-indent: 0px;
	font-size: 14px;
	font-style: Italic;
	font-weight: normal;
	color: #153E7E;  /* dodger blue */
	font-family:  Calibri, Arial, Helvetica, sans-serif;
}

BR.sliver {
	font-size: 5px;
}

TD.errorBox {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

A:visited
{
	color: #9d11b3;
}
div#tod
{
	height:128px;
	width:406px;
	background-color: #d5e1ec;
	padding: 0px 0px 7px 0px;
	margin: 2px;
	/*border-left:black 1px solid;*/
	position:relative;
	float:right;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;	
}


div#tipTitle
{
	background-color: #004e91;
	color:#FFFFFF;
	padding: 10px 10px 8px 10px; 
	font-weight:bold;
	font-size:14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}
div#tipCategory
{
	background-color: #b5cbdf;
	padding: 8px 10px 6px 12px; 
	font-size:11px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}

div#tod p
{
	padding: 10px 10px 8px 10px; 
	font-size:11px;
	line-height:18px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
div#icon
{
	position:absolute;
	top:0px; 
	right:0px; 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}

/* Event Calendar Styles */
table#eventCal
{
	width:100%;
	border: none;
	text-align:left;
	padding:0;  
	/*margin: 20px 5px 20px 5px;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

table#eventCal th, table#eventCal td
{
	padding: 10px 2px 10px 2px;
}
 
table#eventCal tr.search th
{
	background-color: #004e91;
	color: #FFFFFF;
	font-weight: bold;
}

table#eventCal tr.searchHead td
{
	border-bottom: 0px;
}


table#eventCal th
{
	background-color: #b5cbdf;
	color: #000000;
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid #ffffff; 
}
 
table#eventCal th
{
	background-color: #b5cbdf;
}
 
table#eventCal td
{
	border-bottom: 1px solid #d5e1ec;
}
 
table#eventCal tr.alt td
{
	background-color: #e6eef6;
}

table#unpadded
{
	width:100%;
	border: none;
	text-align:left;
	padding:0;  
	/*margin: 20px 5px 20px 5px;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}
