﻿.bodymaster
{
    background: #FAFAE0 url(images/curvewebbackground.jpg) no-repeat left top;
}

body
{
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	padding: 0px;
	color: black;
}


/* 2 column layout */
#columnleft
{
    float: left;
    margin-left:auto;
    display:block;
    width:30%;
    /*position: relative; */
}

#columnright
{
	float:right;
	margin-left: auto;
	display:block;
	width:70%;
}

.leftblock
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    background: #FAFAE0;
    vertical-align: top;
    width: auto;
}

 .rightblock
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background: white;
    width: 98%;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 0px solid #CCCCCC;
    width: 95%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background: white;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
	border-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: right;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-bottom-width: thin;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  padding: 1px 1px 1px 1px;
}

#MainContent
{
	position: absolute;
	top: 200px;
	left: 0px;
}

#navtop
{
	margin: 0px;
	padding-top: 9px;
	list-style-type: none;
	position: absolute;
	top: 165px;
	left: 220px;
	width: 800px;
	text-align: center;
	z-index: 20000;
}

#navbottom
{
    margin-right: 25px;
    text-align: center;
    clear: both;
    width: 100%;
    display: block;
}


p
{
	line-height: 18px;
}

/* Lcol */

.lcol
{
	font-size: 10px;
	padding-top: 0px;
	text-align: center;
}


a:link
{
	color: #00496E;
	text-decoration: underline;
}
a:visited
{
	color: #00496E;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
a:active
{
	text-decoration: none;
	color: #000000;
}

input, select, textarea
{
	font-size: 1em;
	font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
	margin: 2px 0 2px 0;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #232264;
}
.membercard h3
{
	font-size: 1em;
}

#loginbanner h2
{
	font-size: 1em;
	font-weight: normal;
	margin-top: 2px;
}

#poster h1
{
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
}

#poster h2
{
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 20px;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
	font-size: 1.6em;
}

.rightblock h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}


#NewsEvents
{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


.eventmonth h3
{
	padding-left: 20px;
	padding-right: 20px;
}

.eventlist label
{
	font-weight: bold;
	padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

.top-Text
{
	color: #FAFAE0;
	font-size: 35px;
	font-style: oblique;
	font-family: harrington;
}

.bottom-Text
{
	font-family: "Palatino Linotype" , Palatino, Georgia, "Times New Roman" , Times, serif;
	color: #FAFAE0;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

h1
{
	padding: 0px;
	margin: 0px;
	color: #014961;
	font-size: 24px;
	font-family: "Palatino Linotype" , Palatino, Georgia, "Times New Roman" , Times, serif;
	font-style: italic;
	font-weight: bold;
	border: 0px;
}

h2
{
	padding: 0px;
	margin: 0px;
	color: #014961;
	font-size: 20px;
	font-style: italic;
	font-family: "Palatino Linotype" , Palatino, Georgia, "Times New Roman" , Times, serif;
}

/* Picture at the top of the site */
#poster
{
	background: url(images/poster.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 70px;
	margin-top: 0px;
}

/* Navigation strips */

#footer
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 22px;
	color: #CCCCCC;
}

#LeftAddress
{
	color: #342E5A;
	font-size: 18px;
	font-style: italic;
	left: 10px;
}

#QuoteDiv
{
}

#LogoDiv
{
}



/* Menu Styles */
.Menu
{
    height: 25px;
    text-align: center;
    width: 100%;
    text-align: left;
    padding: 0px;
    font-size: 12pt;
    cursor: hand;
    color: black;
    font-family: Arial;
    background-color: transparent;
    text-decoration: none;
}

.Menu a
{
	color: black;
	text-decoration: none;
}

.MenuHover
{
	height: 25px;
	width: 100%;
	color: white;
	font-size: 12pt;
    text-align: left;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	z-index: 10000;
}

.MenuHover a
{
	text-decoration: underline;
}


.SubMenu
{
	height: 25px;
	width: 250px;
	text-align: left;
	padding: 0;
	font-size: 12pt;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	cursor: hand;
	color: black;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
	z-index: 100000;
}

.SubMenu a
{
	text-decoration: none;
}


.SubMenuHover
{
	height: 25px;
	color: black; /* 	border-top: black 1px solid; 	border-bottom: black 1px solid; 	*/
	font-size: 12pt;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	text-decoration: none;
	z-index: 100000;
}

.SubMenuHover
{
	text-decoration: underline;
}


.topbanner /* Main top banner */
{
	width: 100%;
	height: 80px;
}

.bottommenu
{
	width: 100%;
	height: 30px;
	text-align: right;
}

#MiddleDiv
{
	padding: 10px;
	margin: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	height: auto;
	width: auto;
}





/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
	border: 1px solid #CCCCCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background: #FAFAE0;
	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: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}


.dayNumber
{
	float: right;
	border-bottom: 1px solid #C7C272;
	border-left: 1px solid #C7C272;
	clear: none;
	padding: 2px;
}


.calcurrentmonth
{
	/* no styles needed at this time */
}
.calothermonth
{
	background-color: #DCD78E;
}
.calcurrentday
{
	background-color: #FFFFC1;
}
.calweekend
{
	background-color: #FEEB95; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	border-collapse: separate;
	border-spacing: 5px;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
	float: right;
	right: 0;
	padding-right: 25px;
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
	margin: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* 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;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
	background: #DDEBF8 url(images/background_thumbnail.jpg) repeat-x center;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.picture
{
	background: #DDEBF8 url(images/background_thumbnail.jpg) repeat-x center;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 5px;
}


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
	margin: 0px 0px 0px 0px;
	width: 95%;
}

/* surrounds the buttons for list items */
.editbuttons
{
	padding-top: 6px;
}

/* 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;
}

/* Used in the two column lists */

.membercard
{
	background-color: #FAFAE0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 200px;
}

.clearcard
{
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
}

#membercardcolumnleft
{
	float: left;
	position: relative;
}
#membercardcolumnright
{
	margin-left: 226px;
}
.membercard p
{
	margin: 5px;
}


/************************************************************************
* 
* 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;
}


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
	background: url(images/background_button_small.gif) repeat-x;
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font-size: 9px;
	padding-bottom: 9px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
	text-decoration: underline;
	background: url(images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
	margin-right: 5px;
	vertical-align: middle;
	border: none;
}

/* Header on view details type pages */
.itemdetails
{
	font-size: 1.1em;
	width: 100%;
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #CCCCCC;
	font-size: 0.7em;
}

#popupinner
{
	border: 1px solid #CCCCCC;
	margin: 5px;
	background: #FAFAE0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#popupbody h2
{
	font-weight: bold;
	margin: 0px;
	padding: 1px 0px 1px 1px;
	display: block;
}

.selected, .unselected
{
	width: 80px;
	height: 100px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.unselected
{
	background-color: transparent;
	border: solid 1px #FAFAE0;
}

.selected
{
	background: #CCCCCC;
	border: solid 1px #CCCCCC;
}

.scrollablelist
{
	overflow: auto;
	height: 230px;
	width: 460px;
	border: solid 1px #CCCCCC;
}

.scrollablelist2
{
	overflow: auto;
	height: 230px;
	width: 210px;
	border: solid 1px #CCCCCC;
}


.scrolledtable
{
}

.selectablephoto
{
	background: #DDEBF8 url(images/background_thumbnail.jpg) repeat-x center;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.contextbuttons
{
	margin: 5px 3px 5px 3px;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
	width: 120px;
	vertical-align: top;
}

/* value column */
.formvalue
{
	vertical-align: top;
}

.txtfield
{
	width: 300px;
}

.txtblock
{
	width: 300px;
}

#yellow
{
	background: #ffff00;
}

