/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */
#RegisterForm table {
		/*width: 480px;*/
}
#Primary {
		/*width: 470px;*/
}
input {
	/*float: left;*/
}
label.checkbox {
	/*float: left;
	margin-left: 9px;*/
}
.requiredmarker {
	/*float: left;
	padding-top: 3px;*/
}
label.required {
	/*float: left;
	margin-left: 12px;*/
}
.submit-button {
}

/*
#Field034_date_span {
		width: 220px;
}
#RegisterForm {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid white;
}
	#RegisterForm table {
		width: 100%;
	}
	#RegisterForm table td {
		padding: 5px 0px;
		width: 50%;
	}
	#RegisterForm input.radio {
		border: none;
	}
	#RegisterForm input.text {
		width: 200px;
	}
	#RegisterForm textarea {
		width: 200px;
		height: 125px;
	}
	#RegisterForm input.submit-button {
		display: inline;
		width: 85px;
		height: 23px;
		font-family: Arial;
		font-size: 83.5%;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		background: url(/images/templates/bg_button_medium.gif) top left no-repeat;
		border: none;
	}
	#RegisterForm .large-button {
		display: block;
		margin: 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 150px;
		height: 23px;
		text-align: center;
		background: url(/images/templates/bg_button_large.gif) top left no-repeat;
		border: none;
	}
		#RegisterForm .large-button a {
			font-family: Arial;
			font-size: 91.7%;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			text-decoration: none;
		}
	*/
	
/* ####################################
   Calendar Styles
   ################################## */

/* ############################################################################
   ##
   ##  Calendar Module Stylesheet
   ##
   ######################################################################### */

/*
E0E0E0 -> FFC00F
FF0000 -> C2910B
4B4B4C -> 4B4B4C
000000 -> 000000
666666 -> FFC00F
D0D0D0 -> FFF687
*/
   
/* ####################################
   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: 70px;
	
	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 #FFC00F 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: #FFC00F;
	font-weight: bold;
	vertical-align: top;
	
	border: 1px solid white;
	background-color: #FFC00F;
}

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;
}

/* ####################################
   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 20px 20px;
	width: 200px;
	float: right;
}

#monthview .events
{
	margin-top: 1em;
}

#monthview #calendarheader
{
}

#monthview #calendartitle
{
	padding: 0.5em;
}

#monthview #eventselector
{
	float: right;
	padding: 0.5em;
}

#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/templates/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: #FFC00F;
	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: #FFC00F;
	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: #FFC00F;
	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: #FFC00F;
	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: #FFC00F;
	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: #FFC00F;
	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: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

.cmMV_link
{
	color: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-weight: bold;
	text-decoration: none;
}

.cmMV_button 
{
	background-color: #FFC00F;
	color: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

/* ####################################
   Custom Element Styles - Tool Tips
   ################################## */

.tooltip-foreground
{
	background: #f8f8f8;
}

.tooltip-background
{
	background: #FFF687;
}

.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%;
}

/* ####################################
   General Styles
   ################################## */

#submenu
{
	margin-top: 15px;
	padding-top: 0px;
	width: 220px;
}

#submenu .submenu-section
{
	margin-top: 0px;
	padding-top: 0px;
}

#content
{
	position: relative;
	padding: 15px 10px 0px 35px;
}

/* ####################################
   Day View Page
   ################################## */

#dayview
{
	/*float: left;*/
	margin-right: 2em;
}

/* ####################################
   Feature & Upcoming Events View
   ################################## */

#featureview
{
	_float: left;
}

/* ####################################
   Month View Page
   ################################## */

#monthview
{
	position: relative;
	clear: right;
	float: right;
	width: 220px;
	margin: 0px 10px 25px 25px;
}

#monthview #calendarheader
{
	/*width: 100%;*/
}

#monthview #calendartitle
{
	padding: 0px;
	float: none;
}

#monthview #eventselector
{
	padding: 0px;
	float: none;
}

#monthview #eventselector select
{
	font-size: 91.7%;
	width: 91px;
}

/* ####################################
   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: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px;
}

.cmMV_td_thismonth
{
	width: 14.3%;
	background-color: #e8e8e8;
	color: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px;
}

.cmMV_td_events
{
	width: 14.3%;
	background-color: #FFC00F;
	color: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	text-decoration: none;
	padding: 5px;
}

.cmMV_td_current
{
	width: 14.3%;
	background-color: #f0f0f0;
	color: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px;
}

.cmMV_td_highlight
{
	width: 14.3%;
	background-color: #f0d498;
	color: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 68.75%;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px;
}

.cmMV_th
{
	width: 14.3%;
	background-color: #c0c0c0;
	color: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-size: 62.75%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	border: 1px solid white;
	padding: 5px;
}

.cmMV_date
{
	color: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 83.5%;
	font-weight: bold;
}

.cmMV_link
{
	color: #FFC00F;
	font-family: verdana, helvetica, arial;
	font-size: 68.75%;
	font-weight: bold;
	text-decoration: none;
}

.cmMV_button
{
	background-color: #FFC00F;
	color: #FFC00F;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}


/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: #FFF687;
  font-size: 110%;
}

.calendar .nav {
  background: #FFF687;
  height: 22px;
  font-size: 100%;
  font-weight: bold;
  padding-top: 0px;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #FFC00F;
  /*color: CaptionText;*/
  color: #000000;
  text-align: center;
  font-size: 100%;
  height: 22px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: #FFF687;
  color: ButtonText;
  font-size: 100%;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #C2910B;
  font-size: 100%;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
  font-size: 100%;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
  font-size: 100%;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
  font-size: 100%;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: #FFF687;
  color: ButtonText;
  font-size: 100%;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: #FFC00F;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #C2910B;
  font-size: 100%;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #FFC00F;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
  font-size: 100%;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
  font-size: 110%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: #FFC00F;
  font-size: 100%;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #C2910B;
  background-color: #000;
  color: #0f0;
}

