﻿/************************************************************************
* Generic element styles
************************************************************************/
body
{
    font-family:Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    margin:0px 0px 20px 0px;
    background:#FFF url(images/bgBody.gif) repeat;
    font-size:11px;
    /*color:#C89F3D;*/
    color:#000;
    line-height:16px;
}
* html a
{
	/*position:relative;	*/
}
a:link, a:visited
{
    color:#6aa7a3;
    text-decoration:none;
}
a:hover, a:active
{
	color:#83cec9;
    text-decoration:underline;
}
input, select, textarea
{
    font-size:10px; 
    font-family:Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
}
h1
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:5px;
	border-bottom:solid 3px #e5e5e5;
}
h2
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}
h3
{
	font-size:12px;
    font-weight:bold;
	margin:0px;
	padding:0px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #FFFFFF;
}
hr
{
	height:0px;
	border-top:solid 1px #999;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:transparent;
	clear:both;
}
* html hr
{
	margin-top:0px;
	margin-bottom:0px;
}
hr.dashed
{
	border-top:0px;
	border-bottom:dashed 1px #999;
}
p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
}

/************************************************************************
* Master page containers
************************************************************************/
#bodyContainer
{
	width:800px;
	margin-top:12px;
	margin-right:auto;
    margin-left:auto;
	border:none;
	background-color:#FFF;
}
#bodyPadding
{
	padding:5px;
}
#header
{
	position:relative;
	height:65px;
	background:url(images/bgHeader.gif) no-repeat;
}
#bodyColumns
{
	width:790px;
	background:url(images/bgBodyColumns.gif) repeat-y center top;
}
#bodyLeftBg
{
	width:790px;
	background:url(images/bgBodyLeft.gif) no-repeat left bottom;
}
#bodyLeft
{
	float:left;
	width:594px;
}
#bodyRight
{
	float:right;
	width:196px;
}
#footer
{
	height:74px;
	background:url(images/bgFooter.gif) no-repeat;
    color:#2e738e;
}

/************************************************************************
* Master page layout divs
************************************************************************/
a#logo
{
	display:block;
	position:absolute;
	left:19px;
	top:13px;
	z-index:2;
	cursor:pointer;
}
a#logo img
{
	border:none;
	text-decoration:none;
}
#slogan
{
	position:absolute;
	left:45px;
	top:70px;
	z-index:1;
	width:350px;
	height:20px;
}
#loginbanner
{
	width:400px;
	position:absolute;
	top:46px;
	right:10px;
	z-index:99;
	color:#FFF;
}
#loginbanner a:link, #loginbanner a:visited
{
	color:#FFF;
}
#loginbanner a:hover, #loginbanner a:active
{
	color:#FFF;
	text-decoration:underline;
}
#breadcrumb
{
	/*progress indicator clear*/
	clear:right;
	float:right;
	/*position:relative;*/
	/*padding:10px 20px 0px 20px;*/
	padding-top:12px;
	color:#a3a3a3;
	text-align:right;
	line-height:14px;
}
#breadcrumb a:link, #breadcrumb a:visited
{
	color:#6aa7a3;
}
#breadcrumb a:hover, #breadcrumb a:active
{
	color:#83cec9;
}


/************************************************************************
* Master page element styles
************************************************************************/
#bodyRight h2
{
	font-size:13px;
    font-weight:bold;
	margin:0px;
	padding:10px 0px 10px 15px;
	background-color:#8cc0bd;
}
.contentPadding
{
	padding:25px;
}
.adminPadding
{
	padding:25px;
	background:url(images/bgBodyLeft.gif) repeat-x left bottom;
}
.sectionPhoto
{
	width:196px;
	height:94px;
	/*overflow:hidden;*/
}
.bodyRightContent
{
	padding:15px;
	color:#468b86;
}
.bodyRightContent h3
{
	margin:0px;
	padding:0px;
	color:#1a5d77;
	font-size:11px;
	font-weight:bold;
}
.bodyRightContent p
{
	padding-top:2px;
	padding-bottom:15px;
}
#footer p
{
	display:inline;
	float:left;
	margin:0px;
	padding:15px 18px 0px 18px;
	line-height:16px;
}
#fineprint p
{
	margin:0px;
	padding:30px;
	color:#AAA;
	text-align:center;
}

/************************************************************************
* Navigation layout divs
************************************************************************/
#navtop
{
	position:absolute;
	right:27px;
	top:0px;
	z-index:2;
	width:525px;
    height:46px;
}

/************************************************************************
* Common page styles
************************************************************************/
#logo img
{
	border:none;
}
/* 2 column layout */
#columnleft
{
    width:540px;
    /*border:solid 1px #00FF00;*/
    float:left;
    position:relative;
}
#columnright
{
	width:350px;
	/*border:solid 1px #0000FF;*/
	float:right;
	position:relative;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #e5e5e5;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #e5e5e5;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:both;
}
.solidline
{
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:both;
}
.separator
{
	height:10px;
	clear:both;
}

/* Command buttons on pages */
.actionbuttons
{
	clear:right;
	float:right;
	text-align:right;
}
* html .actionbuttons
{
	position:relative;
}
.actionbuttons a, .centerbuttons a
{
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}
.actionbuttons a:link, .actionbuttons a:visited, .centerbuttons a:link, .centerbuttons a:visited
{
	/*color:#63aed9;*/
	/*color:#C89F3D;*/
}
.actionbuttons a:hover, .actionbuttons a:active, .centerbuttons a:hover, .centerbuttons a:active
{
	/*color:#b2e1f8;*/
	/*color:#A45521;*/
	text-decoration:underline;
}
.actionbuttons a:hover img, .actionbuttons a:active img
{
	text-decoration:none;
}
.centerbuttons
{
  text-align:center;
  position:relative;
  z-index:99;
}

.floatleft
{
	float:left;
	clear:right;
}
.floatright
{
	float:right;
	clear:right;
}
a img.iconLink, a:link img.iconLink, a:visited img.iconLink, a:hover img.iconLink, a:active img.iconLink
{
	vertical-align:middle;
	cursor:pointer;
	margin-left:5px;
	border:none;
	text-decoration:none;
}
* html .iconLink
{
	position:relative;
}

.linkNav
{
	cursor:pointer;
	margin-right:10px;
}
* html .linkNav
{
	position:relative;
}


/************************************************************************
* Next / previous specific formatting 
************************************************************************/

.nextlink
{
	float:right;    
}



/************************************************************************
* Global formatting
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #FFF;
    font-size: 11px;
    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
{
    padding: 0px;
    margin: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: Transparent;
    border: solid 1px #6aa7a3;
}

.picture
{
    background: Transparent;
    border: solid 1px #6aa7a3;
    /*padding: 5px;*/
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* List type pages
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px;
    /*border:solid 2px #FF0000;*/
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: left;
    margin: 0 10px 0 0;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:left;
    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: #002157;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.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;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************
* Rollover buttons
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
	background:Transparent;
    border: none;
    height: 22px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html .buttonsmall, * html .buttonsmall-ovr
{
    overflow:visible;
}
.buttonsmall
{
	color:#6aa7a3;
}
.buttonsmall-ovr
{
	color:#83cec9;
    text-decoration:underline;
}

/************************************************************************
* Page specific
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    
}

/************************************************************************
* Photo selection controls
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #6aa7a3;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #83cec9;
    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: 100px;
    text-align: center;
    padding: 5px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #6aa7a3;
}

.selected
{
	color:#FFF;
     background: #83cec9;
     border: solid 1px #83cec9;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    border: solid 1px #e5e5e5;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    border: solid 1px #e5e5e5;
}


.scrolledtable
{
}

 .selectablephoto
{
    border:solid 1px #6aa7a3;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* Forms
************************************************************************/

/* label column */
.formlabel
{
    text-align:right;
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}
.button
{
	cursor:pointer;
}
* html .button
{
	position:relative;
}

/************************************************************************
* Login banner
************************************************************************/
.txtInput
{
	width:200px;
	height:14px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}

/************************************************************************
* PNG Alpha Filter fix for IE
************************************************************************/
* html .IEfix
{
	position:relative;
}

/************************************************************************
* Links Page styles
************************************************************************/
#LoadLinks li
{
	margin:0px;
	padding:5px 10px 5px 10px;
}
#LoadLinks li a
{
	font-weight:bold;
}
#LoadLinks li p
{
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}
/************************************************************************
* GridView styles
************************************************************************/
.gridstyle
{
	border:solid 1px #C89F3D;
	color:#FFF;
}
.gridheader
{
	background:#000;
	color:#aa641f;
	text-align:left;
}
.gridrow
{
	background:#333;
}
.gridaltrow
{
	background:#111;
}

/************************************************************************
* Upload Controls
************************************************************************/
.fileControls
{
	/*width:600px;*/
	float:left;
	position:relative;
	margin-right:40px;
}
#UploadProgress
{
	width:250px;
	float:right;
	position:relative;
}

/************************************************************************
* Member Details styles
************************************************************************/
#MemberDetails
{
	width:400px;
	float:left;
	position:relative;
}
#AvatarManager
{
	width:290px;
	float:right;
	position:relative;
}