
/* calendar styles */

a.submit-an-event {
	position:absolute;
	left:15px;
	bottom:10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	}
	
a.submit-an-event:hover {
	color:#F0F4F9;
	}

select {
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
	
div#calendar {
	background-color:#fff;
	}

div.calendar-top {
	background-color:#79b8e0;
	}
	
div.calendar-top div {
	height:5px;
	overflow:hidden;
	}
	
div.calendar-top-left {
	background:url(/images/calendar-top-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div.calendar-top-right {
	background:url(/images/calendar-top-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
div.calendar-bottom {
	background:url(/images/bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	}
	
div.calendar-bottom div {
	height:10px;
	overflow:hidden;
	}
	
div.calendar-bottom-left {
	background:url(/images/calendar-bottom-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
div.calendar-bottom-right {
	background:url(/images/calendar-bottom-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
#calendar-search {
	background-color:#79b8e0;
	padding:20px 0 25px 25px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	height:60px;
	}
	
#calendar-search input, #calendar-search select {
	font-size:12px;
	}
	
#calendar-search #calendar-title {
	position:absolute;
	top:35px;
	left:15px;
	}
	
#calendar-search div {
	display:inline-block;
	height:44px;
	padding-top:17px;
	position:absolute;
	}
	
#calendar-search-field {
	background:url(/images/calendar-search.gif);
	background-repeat:no-repeat;
	top:5px;
	left:335px;
	width:240px;
	}
	
#calendar-search-field input {
	width:240px;
	}
	
#calendar-categories {
	background:url(/images/calendar-categories.gif);
	background-repeat:no-repeat;
	top:5px;
	left:585px;
	width:200px;
	}
	
select#categoryfilter {
	width:200px;
	}
	
#calendar-when {
	background:url(/images/calendar-when.gif);
	background-repeat:no-repeat;
	top:5px;
	left:790px;
	width:100px;
	}
	

	
div#calendar-dates {
	background:url(/images/calendar-dates-bg.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	color:#fff;
	top:50px;
	left:325px;
	width:573px;
	}
	
button#formbutton {
	position:absolute;
	top:35px;
	left:910px;
	width:70px;
	background-color:#79b8e0;
	border-top:solid 1px #bcedff;
	border-left:solid 1px #bcedff;
	border-right:solid 1px #5b8aa8;
	border-bottom:solid 1px #5b8aa8;
	color:#fff;
	font-size:12px;
	padding:7px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
button#formbutton:hover {
	background-color:#66CCFF;
	cursor:pointer;
	}
	
button#formbutton:active {
	border-bottom:solid 1px #bcedff;
	border-right:solid 1px #bcedff;
	border-left:solid 1px #5b8aa8;
	border-top:solid 1px #5b8aa8;
	}

button#formbutton:active {
	outline:none;
	}
	
select#startyear, select#endyear  {
	width:75px;
	}
	
select#startday, select#endday {
	width:20px;
	}
	
#calendar-body {
	padding:15px;
	background:#fff;
	padding-bottom:10px;
	font-size:10pt;
	float:left;
	width:970px;
	display:inline;
	}
	
#column-1 {
	float:left;
	width:775px;
	display:inline;
	overflow:hidden;
	margin-right:15px;
	}
	
#column-2 {
	float:left;
	width:180px;
	display:inline;
	overflow:hidden;
	}
	
table#calendar-listings {
	border-collapse:collapse;
	width:775px;
	}
	
table#calendar-listings h4 {
	margin:5px 0;
	}
	
table#calendar-listings h3 {
	margin-top:5px 0;
	}
	
table#calendar-listings th {
	padding:5px;
	background-color:#999;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	}
	
	
table#calendar-listings td {
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	}
	
td.eventdates {
	border-right:dashed 1px #ccc;
	padding-right:15px;
	width:25%;
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	}
	
td.eventlisting {
	border-right:dashed 1px #ccc;
	padding-right:15px;
	padding-left:15px;
	width:55%;
	}
	
td.eventlisting img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	}
	
td.eventcategories {
	padding-left:15px;
	wdith:20%;
	padding-top:10px;
	}
	
p.event-description {
	line-height:normal;
	}
	
#calendar-edit {
	background-color:#fff;
	}
	
table.event {
	border-collapse:collapse;
	width:100%;
	line-height:normal;
	}
	
form#editevent {
	padding:0;
	margin:0;
	}
	
table.event h4 {
	margin-top:0;
	}
	
table.event td, table.event th {
	vertical-align:top;
	padding:5px 0;
	border-bottom:solid 1px #bbb;
	}
	
table.event th {
	color:#666;
	text-transform:uppercase;
	padding:8px;
	text-align:left;
	width:25%;
	}
	
div#calendar-edit td {
	border-bottom:solid 1px #ccc;
	padding:8px;
	}
	
div#calendar-edit th {
	padding-top:20px;
	padding-bottom:2px;
	border-bottom:solid 2px #333;
	font-size:14px;
	background-color:#eee;
	padding-left:5px;
	text-align:left;
	}
	
select#startday, select#endday {
	width:60px;
	}
	
form#user {
	margin:0 10px;
	padding:10px;
	background-color:#fff;
	float:left;
	width:930px;
	display:inline;
	}

	
#calendar h1 {
	font-weight:normal;
	margin-top:0;
	margin-bottom:.25em;
	line-height:normal;
	}
	
h3 {
	font-size:14pt;
	}
	
div#ya_formtable_actionrow {
	padding:15px;
	border-top:solid 1px #ccc;
	}

/* end calendar styles */


