﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 12px;
}

a:link
{
    color: #8A3700;
}

a:visited
{
    color: #542100;
}

a:hover
{
    text-decoration: none;
    color: #A45521;
}

a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:12px;
}

.dashedline
{
    border-bottom: 1px dashed #CCCCCC;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#headingLarge {
    font-size: 20px;
    font-weight: bold;
    color: #339900;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:30px 
}

.headingMedium {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    text-align:left;
    margin-bottom:10px;
    text-transform:uppercase;
}

.headingSmall {
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
    text-transform:uppercase;
}

#page {
	margin-left: auto;
	width: 986px;
	margin-right: auto;
	position: relative;
	top: 0px
}

#pageContent {
	position: relative
}

#main {
	margin-left: 10px;
	width: 966px;
	position: relative
}

#mainContentCentered
{
	width: 870px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:130px;
	min-height:750px;
	overflow:hidden
}  

.topBackground {
	background-image: url(/images/TopBackground.jpg);
	padding-top: 10px;
	background-repeat: repeat-x;
	height:100%;
}

.bottomBackground {
	background-position: left bottom;
	background-IMAGE: url(/images/BottomBackground.png);
	background-REPEAT: repeat-x;
	position: relative;
	TEXT-ALIGN: center
}

.topContent {
	background-image: url(/images/TopPageBackground.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left
}

.bottomContent {
	background-position: left bottom;
	background-image: url(/images/BottomPageBackground.jpg);
	background-repeat: no-repeat
}

.footerContent {
	display: block;
	background-image: url(/images/BaseReflect.jpg);
	background-repeat: no-repeat;
	height: 121px;
	background-color: #ffffff;
}

.headerContent
{
	text-align:right;
    margin-right: auto;
    margin-left: auto;
    width: 966px;
    height: 290px;
    vertical-align:bottom;
}

#navTop
{
    font-size: 12px;
    width: 966px;
    height: 45px;
	text-transform:uppercase;
	margin-top:2px
}

#navBottom
{
    font-size: 12px;
    width: 966px;
    height: 45px;
	text-transform:uppercase;
    /*margin-top:70px*/
}

#navTop ul, #navBottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 15px;
    text-align: center;
}
#navTop ul li, #navBottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 1px;
}
#navTop a:link, #navBottom a:link, #navTop a:visited, #navBottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navTop a:hover, #navBottom a:hover
{
	color: #FFCC00;
    text-decoration: none;
    /*text-decoration: underline;*/
}
#navTop a:active, #navBottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Gallery specific formatting 
*
************************************************************************/

.PhotoCard
{
    background-color: #EAEAEA;
    border: 1px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
    width: 250px;
    height: 100px;
}

.PhotoCard p
{
    margin: 5px;
}

.MemberCard
{
    background-color: #EAEAEA;
    border: 1px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
    width: 250px;
    height: 150px;
}

.MemberCard p
{
    margin: 5px;
}

.ClearCard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

.Navigation
{
	width:600px;
	margin-top:30px;
	text-align: center;
	margin: 0 auto;
}

/************************************************************************
* 
* Table specific formatting 
*
************************************************************************/

.TableContent {
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #8394B2;
	color: #000000;
	padding: 0px;
}

.TableHeader1 {
	background-color: #EAEAEA;
	color: #CC0000;
	font-weight: bold;
	height: 32px;
	font-size:12px;
	padding-left:3px;
}

tr.TableHeader1 a {color:#FFFFFF;text-decoration:none}
tr.TableHeader1 a:hover {color:#C0C0FF;text-decoration:none}

.TableHeader2 {
	background-color: #EAEAEA;
	color: #333333;
	font-weight: bold;
	height: 28px;
	padding-left:3px;
}

td.TableHeader2 a {color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
td.TableHeader2	a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

.TableCell 
{
	color:#404040;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #ACCBEE;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    background: #EBF3FB;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ACCBEE;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #ACCBEE;
    border-left: 1px solid #ACCBEE;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #C4D8F1;
}
.calcurrentday
{
    background-color: #FFFFFF;
}
.calweekend
{
  /*  background-color: #EAEAEA; */

  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #ACCBEE;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* surrounds the buttons for list items */
.actionbuttons
{
	text-align:right;
	position: relative; 
	padding: 1px 1px 1px 1px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
	width: 80px;
	height: 120px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.unselected
{
	background-color: #EBF3FB;
	border: solid 1px #9FB6CD;
	vertical-align:top;
}

.selected
{
	background: #EEE9E9;
	border: solid 1px #CC0000;
	vertical-align:top;	 
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 260px;
    /*position: relative; */
}

#columnright
{
	float: right;
    width: 590px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin-bottom: 10px;
    background: #F2F2F2;
    vertical-align: top;
    font-size:14px;
}

 .rightblock
{
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin-bottom: 10px;
    background: #F2F2F2;
    position: relative;
	font-size:14px;
    width: 555px;	
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 12px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{

    padding: 5px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

