/*****************************/
/* TENET Master              */
/*****************************/

/*****************************/
/* General Classes            */
/*****************************/

.pageTitle
{
    font-weight: bold;
    font-size: 16px;
}
.container
{
	/* This is the class of EchoReporter Listing generated tables */
	width:550px;
	border-collapse:collapse;
}
.searchTable
{
	width:700px;	
}
.searchCell
{
	padding: 5px 0px 5px 0px;
}

.group
{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}
.groupDescript
{
	/* 	This is the class of the Service Descriptions on the search listing
	(description will only appear if the Service Title and Descriptions 
	feature is checked on in echo) */
	DISPLAY: block;
	MARGIN: 0;
	PADDING: 0;
}
.SearchHeader
{
	FONT-SIZE: 10pt;
	COLOR: BLACK;
}
.error
{
	/*	This is the class of error labels (i.e. the session expired label */
	COLOR: RED;
	FONT-SIZE: 10pt;
}
.leftColumn
{
	width: 125px;
	text-align: right;
	padding-right:5px;
}
/*****************************/
/* Class Classes            */
/*****************************/

.eventName
{
    font-size: 14px;
    font-weight: 700;
    color:Navy;
}
#notfound
{
    display: none;
}
.calLocBlock
{
    display: none;
}

/*****************************/
/* Survey Classes            */
/*****************************/

.surveyOpener
{
	/* This is used on the survey page, for the table cell containing the opening text */
}
.surveyCloser
{
	/* This is used on the survey page, for the table cell containing the closing text */
}
/*****************************/
/* Calendar Classes          */
/*****************************/
.calendar
{
	/* Container for the calendar */
	width:807px;
	border-collapse: collapse;
	table-layout: fixed;
}
#lastMonth
{
	/* Previous Month Button in Calendar View */
	FONT-SIZE: 25px;
	CURSOR: pointer;
	text-decoration: none;
}
#nextMonth
{
	/* Next Month Button in Calendar View */
	FONT-SIZE: 25px;
	CURSOR: pointer;
	text-decoration: none;
}
.calendarHeader
{
	/* The headers at the top of the calendar stating the day of the week (Sunday, Monday...) */
	width:114px;
	color:white;
	border-collapse:collapse;
	background-color: #0067c5;
}
.dayHeader
{
	/* This is the class for the first row of the each calendar cell */
	background-color: #cde2f4;
}
.dayheader a
{
	float: right;
}
.calendarCell
{
	height:100px;
	width:114px;
	margin: 0;
	padding: 0;
	background-color: #dcddde;
	border-collapse:collapse;
}

.calendarExpandView
{
	/* This is is the class for the calendarCell when the expand link is clicked */
	height: 200px;
	width: 210px;
	overflow: auto;
	/* A background color MUST be set here, it is recommended that this be the same
	 * color as the calendarCell class' background color for continuity */
	background-color: #dcddde;
	border: 1px black solid;
}

/*****************************/
/* Html Settings             */
/*****************************/

body, td
{
    background-repeat: repeat-x;
    background-position:top;
	line-height: normal;
	FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 10pt;
	color: Black;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
H1
{
    font-size: 16px;
    font-weight: 700;
}
select, textarea, input
{

}
a:link, a:visited, a:active
{
	COLOR: #336699;
	text-decoration: underline;
}
a:hover
{
    COLOR: Navy;
    text-decoration: underline;
}




	