*{margin: 0; padding: 0; border: 0;}

body
{
	margin: 0;
	padding: 0;
	border: 0;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    color: black;
    scrollbar-arrow-color: #74a5cd;
    scrollbar-base-color: #74a5cd;
}

.header
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 20px;
    color: #74a5cd;
    font-weight: normal;
    text-align: center;
}

.main
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    color: #74a5cd;
}

#wrapper
{
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	background-color: #ffffff;

}


/********************** Content *****************************/

#content
{
	width: 100%;
	background-color: #ffffff;
}


#col1_2
{
	float: left;
	width: 215px;
	margin:0;
	margin-top: 10px;
	padding:0;
/*	background-color: #ff0000;*/
}
#col2_2
{
	margin-top: 10px;
/*	background-color: #00ff00;*/
	width: 580px;
	height: 392px;
	overflow-y: scroll;
	padding-right: 5px;
}
#col1_2_admin
{
	float: left;
	width: 160px;
	margin:0;
	margin-top: 10px;
	padding:0;
/*	background-color: #ff0000;*/
}
#col2_2_admin
{
	margin-top: 10px;
	width: 635px;
	height: 392px;
	overflow-y: scroll;
	padding-right: 5px;
}

#pageHeader
{
	font-size: 16px;
	font-weight: bold;
    color: #74a5cd;
}
p
{
	font-size: 12px;
	margin-top: 10px;
}
.main
{
	font-size: 12px;
    color: #000000;
}
.headerBold
{
	font-size: 14px;
	font-weight: bold;
    color: #74a5cd;
}
p.paraHeader
{
	font-size: 16px;
	font-weight: bold;
    color: #74a5cd;
}

#TermsAndConditions p
{
	font-size: 10px;
	margin-top: 10px;
}
#TermsAndConditions font.headerBold
{
	font-size: 10px;
	font-weight: bold;
    color: #74a5cd;
}

.testimonialSig
{
	text-align: right;
    color: #74a5cd;
}

.mainBlue
{
    color: #74a5cd;
}
.mainBlueBold
{
    color: #74a5cd;
	font-weight: bold;
}

ul
{
	margin-top: 10px;
	margin-left: 40px;
	list-style-type: disc;
}
li
{
	font-size: 12px;
    color: #74a5cd;
}

li span
{
	color: black;
}

.statelyHomesRight
{
	font-size: 10px;
}

div.row
{
	clear:right;
	width: 370px;
}

div.row span.left
{
	float: left;
	width: 120px;
	text-align: right;
	padding: 5px 5px 5px 0px;
}

div.row span.right
{
	float: right;
	width: 250px;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

#calendarOfEvents
{
	width: 560px;
/*	border: red 1px solid;*/
}
#calendarOfEventsAdmin
{
	width: 615px;
/*	border: red 1px solid;*/
}

div.eventsCalRowItem1
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
div.eventsCalRowItem1Over
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
    background-color: #74a5cd;
	cursor: hand;
}
div.eventsCalRowItem
{
	border-bottom: solid 1px black;
}
div.eventsCalRowItemOver
{
	border-bottom: solid 1px black;
    background-color: #74a5cd;
	cursor: hand;
}

div.eventsCalMonthHeader
{
	width: 100%;
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-color: #74a5cd;
	margin-top: 5px;
	margin-bottom: 5px;
}
span.eventDateHeader
{
	display: table-cell;
	width: 60px;
	height: 20px;
	font-weight: bold;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventEventHeader
{
	display: table-cell;
	width: 200px;
	font-weight: bold;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventCategoryHeader
{
	display: table-cell;
	width: 95px;
	font-weight: bold;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventVenueHeader
{
	display: table-cell;
	width: 95px;
	font-weight: bold;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventCostHeader
{
	display: table-cell;
	width: 95px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventCostHeaderAdmin
{
	display: table-cell;
	width: 50px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventDate
{
	display: table-cell;
	width: 60px;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventEvent
{
	display: table-cell;
	width: 200px;
	vertical-align: top;
	padding-left: 3px;
/*	border: green 1px solid;*/
}
span.eventCategory
{
	display: table-cell;
	width: 95px;
	vertical-align: top;
	padding-left: 3px;
/*	border: green 1px solid;*/
}
span.eventVenue
{
	display: table-cell;
	width: 95px;
	vertical-align: top;
	padding-left: 3px;
/*	border: green 1px solid;*/
}
span.eventCost
{
	display: table-cell;
	width: 95px;
	text-align: center;
	vertical-align: top;
/*	border: green 1px solid;*/
}
span.eventCostAdmin
{
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: top;
/*	border: green 1px solid;*/
}

/********************** Content *****************************/

/********************** Admin *****************************/

form
{
	width: 100%;
}
	

div.row span.right input
{
	height: 22px;
	font-size: 14px;
	font-weight: 500;
	width: 208px;
	border: solid #74a5cd 2px;
}
div.row span.right select
{
	font-size: 14px;
	font-weight: 500;
	width: 208px;
	color: #474D50;
	border: solid #74a5cd 2px;
}

div.row span.right input.checkbox
{
	width: 20px;
	border: 0;
}

div.row span.right input.numberInput
{
	font-size: 14px;
	font-weight: 500;
	color: #474D50;
	width: 100px;
	border: solid #74a5cd 2px;
}

.formButtons
{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.button
{
	height: 21px;
	width: 89px;
	color: white;
	background:url("/images/BGButton.jpg");
	cursor: hand;
}
.buttonS
{
	height: 21px;
	width: 37px;
	color: white;
	background:url("/images/BGButtonS.jpg");
	cursor: hand;
}

div.row span.right select.class_dropDownDay
{
    font-weight: bold;
    font-size: 12px;
    color: #74a5cd;
	width: 45px;
}
div.row span.right select.class_dropDownMonth
{
    font-weight: bold;
    font-size: 12px;
    color: #74a5cd;
	width: 100px;
}
div.row span.right select.class_dropDownYear
{
    font-weight: bold;
    font-size: 12px;
    color: #74a5cd;
	width: 65px;
}

/********************** Admin *****************************/


/********************** Links *****************************/

a
{
    font-size: 12px;
    color: #74a5cd;
    text-decoration: none
}

a:link
{
    font-size: 12px;
    color: #74a5cd;
}
a:visited
{
    font-size: 12px;
    color: #74a5cd;
}
a:active
{
    font-size: 12px;
    color: #74a5cd;
}
a:hover
{
    font-size: 12px;
    color: black;
    text-decoration: none;
}

a.eventsCalRowItem:hover
{
	color: black;
}
a.eventsCalRowItem:link
{
	color: black;
}
a.eventsCalRowItem:visited
{
	color: black;
}
a.eventsCalRowItem:active
{
	color: black;
}


/********************** Links *****************************/


/********************** Header *****************************/

#header
{
	width: 100%;
}
#headerTop
{
	width: 100%;
	height: 20px;
	background-color: #74a5cd;
}
#headerBottom
{
	width: 100%;
	height: 20px;
	background-color: #74a5cd;
}
#headerMiddle
{
	height: 120px;
	text-align: center;
	background-color: #74a5cd;
}

/********************** Header *****************************/


/********************** Footer *****************************/

#footer
{
	width: 100%;
	margin-top: 10px;
/*	background: url('../images/BGFooter.png') no-repeat;*/
	background-color: #74a5cd;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.footerMain
{
	color: white;
	font-size: 16px;
    font-weight: normal;
}
a.footerMain
{
	color: white;
	font-size: 16px;
    font-weight: normal;
}
a.footerMain:link
{
	color: white;
	font-size: 16px;
    font-weight: normal;
}
a.footerMain:active
{
	color: white;
	font-size: 16px;
    font-weight: normal;
}
a.footerMain:visited
{
	color: white;
	font-size: 16px;
    font-weight: normal;
}
a.footerMain:hover
{
	color: black;
	font-size: 16px;
    font-weight: normal;
	text-decoration: none;
}
.footerSmall
{
	color: white;
	font-size: 11px;
    font-weight: normal;
}

#footerGFX
{
	margin-top: 20px;
	width: 100%;
}

/********************** Footer *****************************/



/********************** Left Nav *****************************/


#leftNavMenu
{
    background-color: #ffffff;
}

#leftNavMenu a
{
    display:block;
	padding: 0px 0 0px 0px;		/*top right bottom left*/
	font-size: 13px;
    font-weight: bold;
/*    background-color:#DDE8D6;*/
	color: #74a5cd;
    text-decoration:none;
}

#leftNavMenu a:hover
{
/*	background-color:#cccccc;
	color:#ffffff;*/
	color:#000000;
}


#leftNavMenu a.selected
{
/*    background-color:#a8d360;*/
	color: #000000;
}

html>body #leftNavMenu a span
{
	width:auto;
}


/********************** Left Nav *****************************/


/********************** Events *****************************/

#eventsTable
{
	width: 500px;
}

.eventstableheader
{
    font-size: 12px;
    color: black;
    font-weight: bold;
    background-color: white;
	vertical-align: top;
}
.eventstablemonthheader
{
    font-size: 14px;
    color: black;
    font-weight: bold;
    background-color: #74a5cd;
}
.eventstablerowitem
{
    font-size: 12px;
    color: black;
    font-weight: normal;
    background-color: white;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.eventsheader
{
    font-weight: bold;
    font-size: 20px;
    color: #74a5cd;
    text-align: center
}

/********************** Events *****************************/

/********************** MCE *****************************/

textarea.mceEditor
{
	position: relative;
	left: 10px;
	top: 10px;
	width: 540px;
	height: 300px;
	border: solid 1px black;
}


/*******************************************************/




