/* ############################################################################
   ##
   ##  Calendar Module Stylesheet
   ##
   ######################################################################### */

/* ####################################
   Place custom styles here if needed to overwrite standard site styles
   ################################## */

#mvMonth {

	display: inline;
	
	margin: 0px 2px 0px 0px;
	padding: 1px;

	width: auto;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 83.5%;
	color: #323232;
	
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	
}

#mvYear {

	display: inline;
	
	margin: 0px 2px 0px 0px;
	padding: 1px;

	width: 70px;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 83.5%;
	color: #323232;
	
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	
}

h1.eventtitle {
	font-size: 130%;
	font-weight: bold;
}

/* ####################################
   General Styles
   ################################## */

th {
	text-align: left;
}

#header {
}

#footer {
	clear: both;
}

#calendarmanagement {
	clear: both;
	border-top: 1px #e0e0e0 dotted;
	padding-top: 0.5em; 
	margin-top: 1em;
}

.tentative {
	color: #cc9900;
}

.confirmed {
	color: #339933;
}

.postponed {
	color: #cc0000;
}

.cancelled {
	color: #cc0000;
}


table.display {
	margin: 5px 0px;
	padding: 0px;
	background-color: #f0f0f0;
}

table.display td.heading {
	margin: 0px;
	padding: 6px 5px 5px 5px;
	width: auto;
	height: auto;
	
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	
	border: 1px solid white;
	background-color: #cccccc;
}

table.display td.label {
	margin: 0px;
	padding: 6px 5px 5px 5px;
	width: 25%;
	height: auto;
	
	color: #666666;
	font-weight: bold;
	vertical-align: top;
	
	border: 1px solid white;
	background-color: #e0e0e0;
}

table.display td.value {
	margin: 0px;
	padding: 5px 5px;
	
	font-weight: normal;
	vertical-align: top;
	
	border: 1px solid white;
	background-color: #f0f0f0;
}

table.display td.blank {
	margin: 0px;
	padding: 10px 5px 0px 5px;
	background-color: ffffff;
}

table.display small {
	font-size: 80%;
	font-weight: normal;
}

/* ####################################
   Add / Edit Form
   ################################## */

#manageview {
}

#manageview .eventdetails {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 90%;
}
/*
#manageview .label {
	width: 110px;
	height: 100%;
	padding: 4px;
	background-color: #e0e0e0;
	border: 1px solid white;
	font-weight: bold;
}

#manageview .label small {
	font-weight: normal;
}

#manageview .value {
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid white;
}
*/
/* ####################################
   Simple Event Item
   ################################## */

.event-simple {
	margin-bottom: 1em;
	font-size: 91.7%;
}

.event-simple .eventtitle {
	font-weight: bold;
	margin-bottom: 0.25em;
}

.event-simple .eventinfo {
	font-size: 91.7%;
	margin-bottom: 0.25em;
}

.event-simple .eventdate {
	color: #254379;
}

/* ####################################
   Feature & Upcoming Events View
   ################################## */

#featureview {
}

#featureview h1 {
}

#featureview .events {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#featureview .event {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#featureview .event .eventtitle {
	margin-bottom: 0.5em;
}

#featureview .event .eventdate {
	margin-right: 1em;
	font-size: 91.7%;
}

#featureview .event .eventstatus {
	clear: left;
	/*float: left;*/
	margin-top: 0.25em;
	margin-right: 1em;
	font-size: 91.7%;
}

#featureview .event .eventlocation {
	/*float: left;*/
	margin-top: 0.25em;
	margin-right: 1em;
	font-size: 91.7%;
}

#featureview .event .eventattendees {
	margin-top: 0.25em;
	font-size: 91.7%;
}

#featureview .event .eventsummary {
	clear: left;
	margin-top: 0.5em;
}

#featureview .event li {
	list-style: none;
}

/* ####################################
   Event View Page
   ################################## */

#eventview {
}

#eventview .eventdetails {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}
/*
#eventview .label {
	width: 120px;
	height: 100%;
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid white;
	font-weight: bold;
	vertical-align: top;
}

#eventview .value {
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid white;
	vertical-align: top;
}

#eventview #eventmanage {
	margin-bottom: 1em;
}
*/

/* ####################################
   Day View Page
   ################################## */

#dayview {
	margin: 0px;
	padding: 0px;
}
/*

#dayview .eventdetails {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 90%;
}

#dayview .label {
	width: 120px;
	height: 100%;
	padding: 4px;
	background-color: #e0e0e0;
	border: 1px solid white;
	font-weight: bold;
	vertical-align: top;
}

#dayview .value {
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid white;
	vertical-align: top;
}
*/
#dayview .eventsummary-moreinfo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* ####################################
   Month View Page
   ################################## */

#monthview-eventslist .event {
	margin-bottom: 1.5em;
}

#monthview {
	clear: both;
	margin: 0px 0px 10px 20px;
	width: 200px;
	float: right;
}

#monthview h3 {
	margin-top: 0px;
}

#monthview .events {
	margin-top: 1em;
}

#monthview #calendarheader {
}

#monthview #calendartitle {
	padding: 0.5em;
}

#monthview #eventselector {
}

#monthview #eventselector .submit {
	font-size: 83.5%;
}

#monthview #monthcalendar {
	clear: both;
}

#monthview .event {
	margin-top: 1em;
	margin-bottom: 1em;
	
	border: 1px solid red;
}

#monthview .event .eventtitle {
}

#monthview .event .eventtime {
	font-size: 83.5%;
}

#monthview .event .eventtype {
	font-size: 83.5%;
}

#monthview .event .eventstatus {
	font-size: 83.5%;
}

#monthview .event .eventlocation {
	font-size: 83.5%;
}

#monthview .event .eventattendees {
	font-size: 83.5%;
}

/* ####################################
   Month View Calendar
   ################################## */

.cmMV_table {
	width: 100%;
	background-color:#FFFFFF;
	color: #333399;
	border: 1px solid white;
	border-collapse: collapse;
}

.cmMV_tr  {
	background-color:#FFFFFF;
	color: #333399;
}

.cmMV_td  {
	width: 14.3%;
	background-color: #f8f8f8;
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px 4px;
}

.cmMV_td_thismonth {
	width: 14.3%;
	background-color: #e8e8e8;
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px 4px;
}

.cmMV_td_events {
	width: 14.3%;
	background-color: #FFCB05;
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px 4px;
}

.cmMV_td_current {
	width: 14.3%;
	background-color: #f8f8f8;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px 4px;
}

.cmMV_td_highlight {
	width: 14.3%;
	background-color: #f0d498;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px 4px;
}

.cmMV_th {
	width: 14.3%;
	background-color: #c0c0c0;
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 8px 4px;
}

.cmMV_date  {
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

.cmMV_link {
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-weight: bold;
	text-decoration: none;
}

.cmMV_button  {
	background-color: #e0e0e0;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

/* ####################################
   Custom Element Styles - Tool Tips
   ################################## */

.tooltip-foreground {
	background: #f8f8f8;
}

.tooltip-background {
	background: #d0d0d0;
}

.tooltip-caption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: bold;
	padding: 5px;
}

.tooltip-textfont {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

.tooltip-closefont {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

	#upcomingevents ul {
		list-style-type: none;
		list-style-position: outside;
		margin: 13px 0 13px 0;
		padding: 0;
	}
	
	#upcomingevents ul li {
		background: url('/images/templates/home/icons/horse-tax.gif') no-repeat 0px 3px;
		padding: 0 0 0 94px;
		margin: 0 9px 0 0px;
		text-indent: -80px;
	}
	
	#upcomingevents ul li.super, #upcomingevents ul li.Superannuation {
		background: url('/images/templates/home/icons/horse-super.gif') no-repeat 0px 3px;
	}
	
	#upcomingevents ul li a {
		font-weight: bold;
		text-decoration: none;
		color: #990000;
	}
	
	#upcomingevents ul li a:hover {
		text-decoration: underline;
	}
	
	#upcomingevents ul li a .date {
		font-size: 100%;
		color: #0099CC;
	}
