/* ############################################################################
   ##
   ##  Calendar Module Stylesheet
   ##
   ######################################################################### */

   
#Align #Template #Content, #Align #Template #Content-Inner {
	padding: 0;
	margin: 0;
	width: 999px;
	float: none;
}   

#Home-Features {
    padding: 0;
    text-align: right;
}

#Home-Features img {
    padding-top: 5px;
}

*html #Home-Features img, *:first-child+html #Home-Features img {
    padding-top: 2px;
}

/* ####################################
   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: 83.5%;
	color: #323232;
	
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	
}

#mvYear {

	display: inline;
	
	margin: 0px 2px 0px 0px;
	padding: 1px;

	width: 90px;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 83.5%;
	color: #323232;
	
	border: #a6adaf 1px solid;
	background-color: #ffffff;
	
}

/* ####################################
   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
{
	float: left;
	width: 749px;
	margin: 0;
	padding: 0;
}

#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;
}

/* ####################################
   Event View Page
   ################################## */

#eventview
{
}


.special-event-marker {
	float: left;
	padding: 5px 5px 0px 0px;
}

#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;
	/*float: left;*/
}
/*
#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
{
	float: right;
	width: 220px;
	padding: 0pt 10px 0pt 20px;
	margin: 0;
	border-left; 1px solid #EFDEDE;
}

#monthview .events
{
	margin-top: 1em;
}

#monthview #calendarheader
{
}

#monthview #calendartitle
{
	padding: 0.5em;
}

#monthview #eventselector
{
	/* float: right; */
	padding: 0.5em 0em;
}

#monthview #eventselector .submit
{
	display: inline;
	/*margin: 2px 0px 0px 0px;*/
	width: 33px;
	/*height: 23px;*/
	font-family: Arial;
	font-size: 83.5%;
	font-weight: bold;
	/*color: #ffffff;*/
	text-transform: uppercase;
	/*background: url(/images/bg_button_small.gif) top left no-repeat;*/
	/*border: none;*/
}

#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: #f0f0f0;
	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%;
}
