﻿/************************************************************************
* Generic element styles
************************************************************************/
body
{
    font-family: Tahoma, Arial, Helvetica, Helvetica-Narrow, Verdana, sans-serif;
    margin: 0px 0px 20px 0px;
    background: #000015 url(images/bgPattern.gif) repeat;
    font-size: 11px;
    color:#666666;
}
a
{
	font-family: Tahoma, Arial, Helvetica, Helvetica-Narrow, Verdana, sans-serif;
}
a:link, a:visited
{
    color: #b10000;
    text-decoration: none;
}
a:hover, a:active
{
	color: #d60000;
    text-decoration: underline;
}
input, select, textarea
{
    font-size:10px; 
    font-family: Tahoma, Arial, Helvetica, Helvetica-Narrow, Verdana, sans-serif;
}
h1, h2, h3
{
	font-family: Tahoma, Arial, Helvetica, Helvetica-Narrow, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding:0px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #FFFFFF;
}
p
{
	color:#666666;
	line-height:18px;
	margin:0px;
	padding:10px;
}
hr
{
	height:1px;
	border:none;
	border-bottom:solid 1px #999999;
	margin-top:18px;
	margin-bottom:18px;
	padding-top:0px;
	padding-bottom:0px;
}
.membercard h3
{
    font-size: 11px;
}

.floatright
{
	float:right;
}

/************************************************************************
* Master page containers
************************************************************************/
#bodyContainer
{
	width: 894px;
	border:solid 3px #000;
	border-top:none;
    background:#FFF;
    margin-right: auto;
    margin-left: auto;
}
#footerContainer
{
	width:962px;
    margin-right: auto;
    margin-left: auto;
}

/************************************************************************
* Master page layout divs
************************************************************************/
#header
{
	height:300px;
	overflow:hidden;
}
#headerSection
{
	height:110px;
	overflow:hidden;
}
#headerCenter
{
	width:514px;
	height:300px;
	border:none;
	position:relative;
	float:left;
}
#headerRight
{
	width:153px;
	height:300px;
	background:url(images/headerRightBg.gif) no-repeat;
	overflow:hidden;
	float:left;
}
#headerSectionRight
{
	width:667px;
	height:110px;
	float:right;
}
#logo
{
	width:227px;
	height:110px;
	overflow:hidden;
}
#navtop
{
    width:227px;
    height:190px;
    background: url(images/headerNavBg.gif) no-repeat;
}
#eventInfo
{
	padding:15px;
}
#splash
{
	width:514px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#screen
{
	width:514px;
	height:110px;
	background:url(images/headerScreen-trans.png) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#loginbanner
{
	height:25px;
	background:#cf0000;
	color:#FFF;
	text-align:right;
	line-height:25px;
	padding-right:10px;
	vertical-align:center;
}
#loginbanner a
{
	color:#FFF;
}
.adminbuttons
{
	margin-top:2px;
	margin-left:10px;
	height:20px;
	padding:0px;
	cursor:pointer;
}
#bodySection
{
	width:677px;
	float:right;
}
#body
{
	/*position:relative;*/
}
#footer
{
	height:51px;
	background:url(images/bgFooter.gif) no-repeat;
	clear:both;
}

/************************************************************************
* Master page element styles
************************************************************************/
#headerRight p
{
    font-size:11px;
    color:#868686;
	line-height:18px;
    margin:0px;
    padding:20px 20px 0px 20px;
}
#headerRight p.first
{
    margin-top:10px;
}
#headerRight b
{
	color:#b10000;
	font-weight:bold;
	text-decoration:underline;
}
#footer p
{
    color: #FFF;
	margin:0px;
	padding:20px 20px 0px 250px;
}
.bulletins
{
	padding:20px;
}
/************************************************************************
* Common page styles
************************************************************************/
/* 2 column layout */
#columnContainer
{
	width:894px;
	/*background:#FF0000;*/
	background:url(images/columnContainer.gif) repeat-y left top;
}
#columnleft
{
    width:227px;
    background:transparent;
    padding-bottom:10px;
    float:left;
    /*position:relative;*/
}
#columnleft img.tmb
{
	display:inline;
	width:72px;
	height:72px;
	border:none;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	float:left;
	clear:left;
}
#columnleft a img
{
	border:none;
}
#columnleft p
{	
	line-height:14px;
	margin-top:8px;
	margin-bottom:3px;
	padding:0px;
}
#columnright
{
	width:667px;
	background:transparent;
	/*border:solid 1px #0000FF;*/
	float:right;
	/*position:relative;*/
}
.clearColumns
{
	clear:both;
}
.contentPadding
{
	padding:24px;
}
.contentPadding p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.featureImg
{
	margin-top:18px;
	margin-bottom:0px;
}
.crowd
{
	margin-top:40px;
	width:667px;
	height:51px;
	background:url(images/imgCrowd.jpg) no-repeat;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #d5dfe5;
    background:#fbffff;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #999999;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:center;
  position:relative;
  float:right;
  z-index:99;
}
.centerbuttons
{
  text-align:center;
  position:relative;
  z-index:99;
}
.actionbuttons a, .centerbuttons a
{
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
}
.actionbuttons a:link, .actionbuttons a:visited, .centerbuttons a:link, .centerbuttons a:visited
{
	color:#FFFFFF;
	/*color:#C89F3D;*/
}
.actionbuttons a:hover, .actionbuttons a:active, .centerbuttons a:hover, .centerbuttons a:active
{
	color:#FFFFCC;
	/*color:#A45521;*/
	/*text-decoration:underline;*/
}
.button
{
	cursor:pointer;
	/*overflow:visible;*/
}
.linklist
{
	color:#b10000;
	font-size:11px;
}
ul.linklist li
{
	padding:5px;
}

/************************************************************************
* Calendar styles
************************************************************************/
/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/
    /*width: 694px;*/
    /*margin-right: auto;
    margin-left: auto;
    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;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    clear: none;
    padding: 2px;
}
.calcurrentmonth
{
	width:100%;
    /* no styles needed at this time */
}
.calothermonth
{
	width:100%;
}
.calcurrentday
{
	background:#cf5050;
	color:#FFF;
}
.calcurrentday .dayNumber
{
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.calcurrentday a, .calcurrentday a:link, .calcurrentday a:visited, .calcurrentday a:hover, .calcurrentday a:active
{
	color:#FFF;
}
.calweekend
{
	
}
.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
	height: 60px;
	border: 1px solid #999999;
    text-align: left;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    /*position:relative;*/
    border-collapse:separate;
    /*border-spacing: 5px;*/
}
.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}
.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* Next / previous specific formatting 
************************************************************************/
.nextlink
{
	float:right;    
}

/************************************************************************
* Global formatting
************************************************************************/
/* all the legend tags use this same style */
legend
{
	position:absolute;
	left:10px;
	top:-10px;
	margin:0px;
	padding:0px;
	/*
    font-weight: bold;
    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
{
	/*border:solid 1px #CCCCCC;*/
	position:relative;
	-moz-border-radius:5px;
	padding:15px;
	/*
    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 #999999;
}

.picture
{
    background: Transparent;
    border: solid 1px #999999;
    /*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;*/
}
.listitem p
{
    margin:0px;
    padding:10px;
    /*border:solid 2px #FF0000;*/
}
/* surrounds the buttons for list items */
.editbuttons
{
    float:right;
    position:relative;
    padding-left:10px;
}

/* 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
{
	margin-top:10px;
	margin-bottom:10px;
}
.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
{
	width:auto;
	overflow:visible;
	height:22px;
	border:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height:20px;
    padding-left:5px;
    padding-right:5px;
    margin:2px;
    cursor: pointer;
}
.buttonsmall
{
	background:url(images/actionbutton.gif) repeat-x;
	color: #FFFFFF;
}
.buttonsmall-ovr
{
	background:url(images/actionbutton-ovr.gif) repeat-x;
	color: #FFFFCC;
}

/************************************************************************
* 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: #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: 100px;
    text-align: center;
    padding: 5px 2px 2px 2px;
}
.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}
.selected
{
     background: #002157;
     border: solid 1px #DBDB79;
}
.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; 

}

/************************************************************************
* Forms
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
* Login banner
************************************************************************/
.txtInput
{
	width:200px;
	height:14px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}

/************************************************************************
* Login page
************************************************************************/
.loginpanel
{
	width:250px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.loginbox
{
	border:solid 1px #d5dfe5;
	background:#fbffff;
	margin-top:100px;
	margin-bottom:100px;
	padding:10px;
}
.loginbox p
{
	text-align:center;
}

/************************************************************************
* PNG Alpha Filter fix for IE
************************************************************************/
* html .IEfix
{
	/*position:relative;*/
	z-index:99;
}

/************************************************************************
* Helpful Links section
************************************************************************/
.helpfulLinks ul
{
	list-style:none;
	margin:0px;
	padding:20px;
}
.helpfulLinks li
{
	margin:0px;
	padding:5px;
}
.helpfulLinks li p
{
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.helpfulLinks a
{
	font-weight:bold;
}

/************************************************************************
* 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;
}
#UploadProgress
{
	width:250px;
	float:right;
	position:relative;
}

/************************************************************************
* Member Details styles
************************************************************************/
#MemberDetails
{
	width:500px;
	float:left;
	position:relative;
}
#AvatarManager
{
	width:390px;
	float:right;
	position:relative;
}

/************************************************************************
* Video Manager styles
************************************************************************/
#AddVideoControl
{
	border:solid 1px #BBB;
}
.videoControls
{
	border:solid 1px #47669b;
	/*margin-bottom:10px;*/
	padding:10px;
}
.VideoList
{
	width:550px;
	float:right;
	margin-top:15px;
	position:relative;
}

/************************************************************************
* Content Manager styles
************************************************************************/
.PageContentContainer p
{
	margin:0px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:0px;
}
.modalBackground
{
	background:url(/images/bgModal.png) repeat;
}
* html .modalBackground
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgModal.png', sizingMethod='scale');
}

/************************************************************************
* Home Page styles
************************************************************************/
.linkbuttons
{
	/*padding:20px;*/
	padding-top:10px;
}
.linkbuttons a
{
	/*margin:10px;*/
}
.linkbuttons .button
{
	border:none;
	cursor:pointer;
	margin-left:6px;
}

/************************************************************************
* Store - Complete Your Order
************************************************************************/
#OrderForm input
{
	font-size:11px;
	width:150px;
}
/*
#radOrderDate
{
	position:absolute;
	left:20px;
	top:20px;
	z-index:999;
}
*/
/*
.calendarWrapper
{
	position:absolute;
	top:10px;
	left:10px;
	z-index:99;
}
*/
.btnPopup
{
}

/************************************************************************
* Contact Us
************************************************************************/
.contactBox
{
	padding:20px;
	border:solid 1px #d5dfe5;
	background-color:#fbffff;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}