﻿
.calendarDisplay
{
	float: left;
	width: 30%;
	margin-left: 5px;	
}

.eventDisplay
{
	float: right;
	width: 68%;
	display: block
	
}
.tableEventDataLink
{
  color: blue;
  font-size:10pt;
  cursor: hand;
  text-decoration: underline;
  display: block;
}

.eventDetailBox
{
	display: none; 
	visibility: hidden; 
	background-color: #D6DFE1;
	word-spacing: normal;
	border: solid 1px navy;
}


.tableEventData
{
	padding: 0;
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
	border: 0;
	width: 100%;
	vertical-align: top;

}
.eventDetailBoxCol1
{
	text-align: right;
	width: 25%;
	font-size: x-small;
	font-weight: bold;
	height: 20px;
}
.eventDetailBoxCol2
{
	text-align: left;
	font-size: x-small;
	word-spacing: normal;
	margin-bottom: 10px;
	height: 20px;
}
th
{
	background-color: #F3D48D; 
	height: 20px; 
	vertical-align: middle; 
}

.eventAddBox
{
	/* width: 100%; */
	vertical-align: middle;
	word-spacing: normal;
	line-height: 25px;
}
.eventAddLabel
{
	font-size:1em;
	font-weight:bold; 
	color: #444; 
	text-align: right;
	font-weight: bold;
}
.eventAddEntry
{
	width: 75%;
	/*padding-left: 10px;
	font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; */
	color: #444; 
	font-weight: bold;

}
.eventTextBox
{
	width: 600px;
	border: 1px #ccc solid;
	height: 25px;
	line-height: 25px;
/*
	width: 600px;
	border-style: solid;
	border-width: 1px;
*/
}

.eventAddButton
{
	width: 75%;
	padding-left: 10px;
	font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
	color: #444; 
}
.eventAddButton .linknormal
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #369;
	color:white;
	text-decoration:none;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	outline-style: solid;
	outline-width: thick;
}

.eventAddButton a:hover
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:Orange;
	color:white;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	outline-style: solid;
	outline-width: thick;
}
.eventLink
{
	font: 0.8em/1.0em Verdana, Arial, Helvetica, sans; 
	/*color: #444;*/
	text-decoration: underline; 
	text-align:	left;
	width: 25px;
	padding: 10px 0 0 5px;
	line-height: 13px;	
}
.eventShow, .eventShow P 
{
	
	font-size: 18px; 
	word-spacing: normal;
	text-align: justify;
	padding:10px;
}

.eventShowTitleOLD
{
	font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
	font-weight: bolder;
	background-color: #0099CC; 
	background-color: #388484;
	color: White; 
	height: 10px; 
	text-align: justify; 
}

.eventShowTitle 
{
	font-size:1.2em;
	color: White;
	/*border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background-color: #415871;
	padding:5px;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}


#eventPageTitle {
  font: 3em "Times New Roman", Times, serif; 
  color: #444; 
  text-align: left;
  /*border: 1px #444 solid;*/
  float: left;
}

#eventFilterBox
{
	float: right;
    /*border: 1px red dotted;*/
    /*font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; */
    font-size: 1.1em; 
	color: #333;
	font-weight:bold;
	vertical-align: top;
}

.calDayHeader 
{
	font: 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: White;
	border-right: 1px dotted #C1DAD7;
	/*border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 6px 3px 6px;
	background-color: #415871;
	text-align: center;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}
.calDayItem
{
	font-size: 12px;
    font: Verdana, Arial, Helvetica, sans; 
	border-right: 1px dotted #C1DAD7;
	border-bottom: 1px dotted #C1DAD7;
	/*background: #fff;*/
	padding: 6px 6px 6px 6px;
	color: #444;
	text-align: left;
	vertical-align: top;
}
