div{
	scrollbar-3d-light-color:#ffd700; /* deep yellow */
	scrollbar-arrow-color:white;
	scrollbar-base-color:white; 
	scrollbar-darkshadow-color:darkgray;
	scrollbar-face-color:black;
	scrollbar-highlight-color:grey;/* toolbar background*/
	scrollbar-shadow-color:gray;
}

#mainTD{
 background-color: #000000;
 background-image: url(/images/calendarbeer.jpg); 
}

/* Main Events CSS Section */
.eventmain{
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	width:100%;
	height: 100%;
	color:white;	
	position: relative;
}
.event{
	width:340px;
	padding: 24px;	
	height:90%;
}
.cal{
	width:260px;
	float:right;
	padding: 8px;	
}

/* the list of events above the calendar */
.eventlist{
	height:95px;
	overflow: auto;
	text-align:left;
	position:relative;
}
.eventlist a, .eventlist a:visited{
	color: #998985;
	text-decoration: none;
	font-weight: bold;

}
.eventlist a:hover{
	color:white;
}
.eventlist ul{
	padding:0;
	margin:0;
	width:100%;
}
.eventlist li{
	list-style-type: none;
	padding-top:2px;
}


/* the event detail text on the LHS */
.detail_title{
	margin-top:110px;
	font-size: 24px;
	font-weight:bold;
}

.detail_date{
	font-size: 18px;
	padding-top:6px;
}

.detail_body{
	font-size: 15px;
	padding-top:14px;
}


/* the event calendar */
.eventcal{
	text-align:center;
	color:grey;
	font-size:18px;
	padding:4px;
	margin-top:24px;
	background: url(/images/alphabackground.png) 0 0 repeat;
	border: 1px solid black;
}

.MonthHeader, .MonthHeader a, .MonthHeader a:visited {
	color:black;
	font-weight: bold;
	padding-bottom: 4px;
}
.eventcal th {
	font-size: 12px;
	padding:4px;
	background-color: darkblue;
	color: white;
}
.eventcal td{
	padding:3px;
}
.eventcell a, .eventcell a:visited{
	color:black;
	text-decoration: none;
}
.eventcell div{
	background-color: #A0C544;
	border: 1px solid yellow;
	width:100%;
	height:100%;
	cursor: pointer;
}
.noeventcell{
	border:1px solid black;
}
.noeventcell:hover{
	border:1px solid #ddd;
}

img
{  
	border-style: none;
	border:0;
}


/*  General styles */
.right{
	float:right;
}

.alert {
    background: #fff6bf url(../images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 2px solid #ffd324;
}

.info {
	background: #f8fafc url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #b5d4fe;
}
	
.accept {
	background: #f8fafc url(../images/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #390;
}
	
.download {
	background: #cfc url(blog/images/download.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
	border: 2px solid #3C6;
}
