/* ############################################################################
   ##
   ##  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: 70px;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	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: 90%;
	color: #323232;
	
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	
}

/* ####################################
   Month View Calendar
   ################################## */

.cmMV_table {
	width: 100%;
	background-color:#FFFFFF;
	color: #333399;
    font-size: 91.7%;
	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: #e4e2df;
	color: #666666;
	font-family: verdana, helvetica, arial;
	font-size: 90%;
	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: 90%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px 4px;
}

.cmMV_td_current {
	width: 14.3%;
	background-color: #f0f0f0;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	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: 90%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px 4px;
}

.cmMV_th {
	width: 14.3%;
	background-color: #333399;
	color: #ffffff;
	font-family: verdana, helvetica, arial;
	font-size: 90%;
	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;
}

/* ####################################
   General Styles
   ################################## */

h3 {
}

th {
	text-align: left;
}

#calendarmanagement {
	clear: both;
	border-top: 1px #e0e0e0 dotted;
	padding-top: 0.5em; 
	margin-top: 1em;
}

.tentative {
	color: #cc9900;
}

.confirmed {
	color: #40781B;
}

.postponed {
	color: #cc0000;
}

.cancelled {
	color: #cc0000;
}


table.display {
	margin: 20px 0px;
	padding: 0px;
	width: 400px;
	/*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 #EBEBEB;
	/*background-color: #cccccc;*/
}

table.display td.label {
	margin: 0px;
	padding: 6px 5px 5px 5px;
	width: 25%;
	height: auto;
	
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	
	border: 1px solid #EBEBEB;
	/*background-color: #E4E2DF;*/
}

table.display td.value {
	margin: 0px;
	padding: 5px 5px;
	color: #333333;
	font-weight: normal;
	vertical-align: top;
	
	border: 1px solid #EBEBEB;
	/*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%;
}

/* ####################################
   Simple Event Item
   ################################## */

.eventSimple {
	margin-bottom: 1em;
	/*font-size: 91.7%;*/
}

.eventSimple .title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.eventSimple .dateAndLocation {
	margin-bottom: 0.5em;
    font-size: 91.7%;
    font-weight: bold;
	/*color: #254379;*/
}

/* ####################################
   Feature & Upcoming Events View
   ################################## */

#featureview {
	color: #333333;
}

#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: 100%;
}

#featureview .event .eventstatus {
	clear: left;
	/*float: left;*/
	margin-top: 0.25em;
	margin-right: 1em;
	font-size: 100%;
}

#featureview .event .eventlocation {
	/*float: left;*/
	margin-top: 0.25em;
	margin-right: 1em;
	font-size: 100%;
}

#featureview .event .eventattendees {
	margin-top: 0.25em;
	font-size: 100%;
}

#featureview .event .eventsummary {
	clear: left;
	margin-top: 0.5em;
}

/* ####################################
   Event View Page
   ################################## */

#eventview {
    padding-bottom: 20px;
}

#eventview .eventdetails
{
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}

/* ####################################
   Day View Page
   ################################## */

#dayview {
	margin: 0px;
	padding: 0px;
}
#dayview .eventsummary-moreinfo {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* ####################################
   Month View Page
   ################################## */

#monthview-eventslist .event {
	margin-bottom: 1.5em;
}

#monthview {
	margin: 20px 0 0 20px;
	padding-right: 20px;
}

    #monthview h3 {
        margin-top: 0;
    }

#monthview .events {
	margin-top: 1em;
}

#monthview #calendarheader {
}

#monthview #calendartitle {
	padding: 0.5em;
}

#monthview #eventselector {
	padding-bottom: 0.5em;
}

#monthview #eventselector .submit {
	display: inline;
	margin: 2px 0px 0px 0px;
	width: 33px;
	height: 20px;
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

#monthview #eventselector select {
    width: 40%;
}

#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%;
}

/* ####################################
   Custom Element Styles - Tool Tips
   ################################## */

.tooltip-foreground {
	background: #f8f8f8;
}

.tooltip-background {
	background: #d0d0d0;
}

.tooltip-caption {
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
	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%;
}

