/* @override http://sageupstate-org.117terry.com/css/sage/calendar.css */

@import '../common.css';

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;
}

/* Main Events CSS Section */
.eventmain{
	width:100%;
	position: relative;
}
.event{
	position:relative;
}
.cal{
	width:234px;
	float:right;
	padding: 8px;	
}


/* the list of events below the calendar */
.eventlist{
	overflow: auto;
	text-align:left;

	position:relative;
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.eventlist a, .eventlist a:visited{
	color: #141212;
	text-decoration: none;
	font-weight: bold;

}
.eventlist a:hover{
	text-decoration: underline;
}
.eventlist ul{
	padding:0;
	margin:0;
	width:100%;
	text-align:right;
}
.eventlist li{
	list-style-type: none;
	padding-top:2px;
}
/* this is the side bar event list on index.php */
#event-list .eventlist{
	height: 240px;
}
#seperate_event_list {
	padding-right:4px;
	height:216px;
}
#seperate_event_list a, #seperate_event_list a:visited{
	color:#5a4d55;
}

#seperate_event_list .right{
	width:280px;
}
 
.multiple_events{
	padding-top:2px;
}
.multiple_events hr{
	height: 1px;
	color: #808000; /* only works in IE */
	background-color: #808000; /* needed to color the HR in Firefox */
	border: 0px; /* needed for Firefox so that it renders the 1px height correctly */
}

/* the event detail text on the LHS */

.detail_title{
	font-size: 18px;
	font-weight:bold;
	padding-top:8px;
	margin-left:14px;
}

.detail_date{
	font-size: 14px;
	padding-top:6px;
	margin-left:14px;
}

.detail_body{
	padding-top:14px;
	margin-left:14px;
	padding-bottom: 12px;
}


/* the event calendar */
.eventcal{
	text-align:center;
	color:#222;
	font-size:18px;
	padding:3px;
	font-weight: normal;
}

.MonthHeader, .MonthHeader a, .MonthHeader a:visited {
	color: #302e20;
	font-weight: bold;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: UPPERCASE;
}
.eventcal th {
	font-size: 12px;
	padding:4px;
	background-color: #333;
	color: white;
}
.eventcal td{
	padding:3px;
}
.eventcell a, .eventcell a:visited{
	color:#222;
	text-decoration: none;
}
.eventcell div{
	background-color: #c8f654;
	border: 1px solid #302e20;
	width:100%;
	height:100%;
	cursor: pointer;
}

.eventcell div:hover{
	border:1px solid orange;
}
.noeventcell{
	border:1px solid #302e20;
	background-color: #78734f;
}


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

#spinner
{
	background: url(/images/spinner2.gif) center  no-repeat ;
	background-position: 15px 50%; /* x-pos y-pos */
	z-index:100;
    position:absolute;
    color:#222;
    top:14px;
    display:none;
}

#spinner2
{
	background: url(/images/spinner.gif) center  no-repeat ;
	background-position: 50% 100%; /* x-pos y-pos */
	width:100%;
	z-index:100;
    position:absolute;
    top:44px;
    display:none;
}

/* positions the spinner class on an event */
.event-spinner{
	margin-top: 10px;
}