/* Content Classes should go here */

h1{font-size:38px;color:red;}
p{line-height:1.5em;}


.errormessage
{
   display: none;
   color: red;
}

.LabelText
{
}

.mystar
{
text-color:red;
}


.eventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
}

.eventText a{color: #666;}
.eventDate {
	color: #0057ac;
	font-weight: normal;
}


.hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: black;
margin: 3px 8px;


