/* Start of CMSMS style sheet 'main' */
body { background-color:whitesmoke ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777777;
margin:17px;
background-image: url('img/bg.gif');
background-repeat: repeat-x;
background-attachment: fixed;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777777;
line-height: 1.4;
}

a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:#222222;
background-color: white}


.shadow{
border:0px;
position:relative;
display:inline;
background:white;
z-index:50;
}

.greybox{
border: 1px solid #777777;
position: relative;
display: inline-table;
background: white;
padding: 7px;
}

.pink{
color: #ed35c6;
font-weight:bold;
}

.blue{
color: #55c0ee;
font-weight:bold;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=20); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.2; /*firefox 1.5 opacity*/
-moz-opacity:0.2; /*mozilla opacity*/
-khtml-opacity:0.2; /*opacity*/
z-index:30;
}

.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#444444;
}

li { 
list-style-type: none;
list-style-image:url(img/fullstop.gif); 
} 

#comments textarea { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; width:200px; height:100px; }
#comments input { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px; width:150px; }

#evtcal a:link {font: normal 10px "Verdana", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 10px "Verdana", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 10px "Verdana", "Helvetica", "Sans Serif"; color: #004400; text-decoration: underline;}	/* mouse over link */
#evtcal a:active {font: normal 10px "Verdana", "Helvetica", "Sans Serif"; color: #004400; text-decoration: none;}		/* selected link */
/* End of 'main' */

