﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: silver url(images/background_fullwidth.jpg) repeat-y center top; 
    font-size: 12px;
    color:#494949;
    scrollbar-arrow-color: #494949; 
	scrollbar-Track-Color: #494949; 
	scrollbar-Highlight-Color: #494949; 
	scrollbar-base-color: black; 
	scrollbar-Face-Color: #878383; 
	scrollbar-Shadow-Color: darkgrey; 
	scrollbar-DarkShadow-Color: #494949; 
	scrollbar-3dlight-color: #000042;
}

.bodyiframe
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: silver url(images/background_div.jpg) repeat-y center top; 
    font-size: 12px;
    color:#494949;
    scrollbar-arrow-color: #494949; 
	scrollbar-Track-Color: #494949; 
	scrollbar-Highlight-Color: #494949; 
	scrollbar-base-color: black; 
	scrollbar-Face-Color: #878383; 
	scrollbar-Shadow-Color: darkgrey; 
	scrollbar-DarkShadow-Color: #494949; 
	scrollbar-3dlight-color: #000042;
}
a:link
{
    /* color: #8A3700; */
    color: #494949;
}
a:visited
{
    /* color: #542100; */
    color: #494949;
}
a:hover
{
    text-decoration: none;
     color: #F5F5F5; 
    /*color: white;*/
}
a:active
{
    text-decoration: underline;
    color: #494949;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

hr { color: #494949;  }

/* 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: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}

/************************************************************************
* 
* Master Page Positioning
*
************************************************************************/

.divheader
{
	 width:960px;
	 margin-left: auto;
	 margin-right: auto;
}


.rightborderimage
{
	/*position: absolute; */

	padding-right: 53px;
	padding-top: 15px;
	float:right;
	width:100px;
}

.artistimage
{
	/*position: absolute; */
	position:relative;
	display: block;
	left: 57px;
	height: 260px;
}

.menuimage
{
	position:relative;
	display: block; 
	left: 280px;
	top: -985px;
	height: 260px;
	width: 550px;
}

.pageleftdiv
{
	position:relative;
	display: block; 
	left: 60px; 
	width: 200px;
	padding:3px;
	border: 1px solid #878383;
}

.pagecenterdiv
{
	position:relative;
	display: block;
	left: 260px; 
	width: 400px;
	padding:3px;
	border: 1px solid #878383;
}


.pagefullwidthdiv
{ 
	
	position:relative;
	left: 60px; 
	width: 735px;
	padding:3px;

}
.pagefullwidthdiv2
{ 
	opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background: url(images/background_div.jpg);
	background-repeat: repeat;
	position:relative;
	display: none; 
	left: 60px; 
	width: 735px;
	padding:3px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	
	background: url(images/background_div.jpg);
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.fieldBackground
{
	background-color:#F5F5F5;	
}


/************************************************************************
* 
* Formatted Large Page Buttons
*
************************************************************************/

.divbutton
{
	background: url(images/button_blank.jpg) ;
	width: 175px;
	height: 30px;
}

.btnchangepwd, .btnchangepwd-ovr
{
    background: url(images/btn_changepwd.gif);
    left:0px;
    width: 175px;
    height: 30px;
}

.btnchangepwd-ovr
{
	background: url(images/btn_changepwd_ovr.gif);
}

.btnupdateinfo, .btnupdateinfo-ovr
{
    background: url(images/btn_update_Info.gif);
    left:0px;
    width: 175px;
    height: 30px;
}

.btnupdateinfo-ovr
{
	background: url(images/btn_update_Info_ovr.gif);
}

/************************************************************************
* 
* Formatted Medium Page Buttons
*
************************************************************************/

.divbuttonmedium
{
	background: url(images/button_blank_medium.jpg) ;
	width: 140px;
	height: 30px;
}

.btnsubscribe, .btnsubscribe-ovr
{
    background: url(images/btn_subscribe.gif);
    left:0px;
    width: 140px;
    height: 30px;
}

.btnsubscribe-ovr
{
	background: url(images/btn_subscribe_ovr.gif);
}



/************************************************************************
* 
* Formatted small Page Buttons
*
************************************************************************/

.divbuttonsmall
{
	background: url(images/button_blank_small.jpg) ;
	width: 100px;
	height: 30px;
}

.btnlogin, .btnlogin-ovr
{
    background: url(images/btn_login.gif);
    left:0px;
    width: 100px;
    height: 30px;
}

.btnlogin-ovr
{
	background: url(images/btn_login_ovr.gif);
}

.btnlogout, .btnlogout-ovr
{
    background: url(images/btn_logout.gif);
    left:0px;
    width: 100px;
    height: 30px;
}

.btnlogout-ovr
{
	background: url(images/btn_logout_ovr.gif);
}


/************************************************************************
* 
* need to do this to remove border around img tags used as links
*
************************************************************************/
a hover{text-indent:0}

a img
{
	border:0;
}

/************************************************************************
* 
* Menu Item Positioning
*
************************************************************************/
.menudivtop
{
	position: absolute; 
	top: 150px; 
	left: 280px;
	height: 30px; 
	left: 310px; 
	width: 373px; 
	top: 149px;

}

.menudivbottom
{
	position: absolute; 
	top: 183px; 
	left: 355px;

}

/************************************************************************
* 
* Menu Item Rollovers
*
************************************************************************/
.menuhome, .menuhome-ovr
{
	position: relative;
    background: url(images/btn_home.gif);
    left:0px;
	height: 26px;
    width: 86px;
}
.menuhome-ovr
{
	background: url(images/btn_home_ovr.gif);
}

.menuabout, .menuabout-ovr
{
	position: relative;
    background: url(images/btn_about.gif);
    left:0px;
	height: 26px;
    width: 86px;
}
.menuabout-ovr
{
	background: url(images/btn_about_ovr.gif);
}

.menudates, .menudates-ovr
{
	position: relative;
    background: url(images/btn_dates.gif);
    left:0px;
	height: 26px;
    width: 86px;
}

.menudates-ovr
{
	background: url(images/btn_dates_ovr.gif);
}

.menunews, .menunews-ovr
{
	position: relative;
    background: url(images/btn_news.gif);
    left:0px;
	height: 26px;
    width: 86px;
}
.menunews-ovr
{
	background: url(images/btn_news_ovr.gif);
}

/*-----------------------*/

.menumusic, .menumusic-ovr
{
	position: relative;
    background: url(images/btn_music.gif);
    left:0px;
	height: 26px;
    width: 86px;
}
.menumusic-ovr
{
	background: url(images/btn_music_ovr.gif);
}

.menuphotos, .menuphotos-ovr
{
	position: relative;
    background: url(images/btn_photos.gif);
	left:0px;
	height: 26px;
    width: 86px;
}
.menuphotos-ovr
{
	background: url(images/btn_photos_ovr.gif);
}

.menulinks, .menulinks-ovr
{
	position: relative;
    background: url(images/btn_links.gif);
    left:0px;
	height: 26px;
    width: 86px;
}

.menulinks-ovr
{
	background: url(images/btn_links_ovr.gif);
}

.menucontacts, .menucontacts-ovr
{
	position: relative;
    background: url(images/btn_contact.gif);
    left:0px;
	height: 26px;
    width: 86px;
}
.menucontacts-ovr
{
	background: url(images/btn_contact_ovr.gif);
}






h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
}

#poster h1
{
    font-size: 20px;
    font-weight: bold;
    color: Silver;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: Silver;
}
.leftblock h2, .rightblock h2, .fullwidth h2, rightblockDefault h2
{
	/*font-family: Crown Title;
	letter-spacing: 2px; */
    font-size: 22px;
    color: silver;
    
}

.rightblock h3, rightblockDefault h3
{
	/* font-family: Crown Title; 
	letter-spacing: 2px; */
	color: silver;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	padding-left:5px;
	font-weight:normal;
	overflow:hidden;
	/*background-color:black;*/
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	/*background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;*/
	font-weight:bold;
	font-size: 22px;

}

/*#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}*/




.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    /* background: url(images/poster4.jpg) no-repeat; 
   background: url(images/poster5.jpg) no-repeat;*/
   background: url(images/poster2.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 120px;
   /* margin-top: 17px;*/
}

/* Navigation strips */
#navtop, #navbottom, #navtop1
{
    /*background: url(images/background_nav_main.gif) repeat-x;*/
    background: url(images/menu_bg.jpg) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    padding-top: 2px;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
 #navtop1
 {
	background: url(images/background_nav_main.gif) repeat-x;
 }

#navbottom
{
    margin-top: 15px;
}

#footer
{
	position:relative;
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    top:-100px;
    text-align: center;
    padding-bottom: 22px;
    font-size: 9px;
}

#footerStatic
{
	
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 22px;
    font-size: 9px;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul, #navtop1 ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type:  none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li, #navtop1 ul li
{
    display:  inline;
    color: #FFFFFF;
    margin-right: 1px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited, #navtop1  a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover, #navtop1 a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active, #navtop1 a:active 
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    position:relative;
	left: 60px; 
	width: 750px;
	padding:3px;
}

#bodydiv
{
	
}

/* 2 column layout */
#columnleft
{
    
    /*width: 230px;
    position: relative;
    display: block;
    padding: 5px;*/
    
    
}

#columnright
{
	/*position: relative; 
	padding: 5px;
    margin-left: 200px;
    top: 1px;
	width: 550px;
  border: 1px solid #878383;*/
}


.leftblock
{
    /*border: 1px solid #878383;
    padding: 1px;*/
    margin-bottom: 10px;
    background: url(images/background_columnleft.gif) repeat-y; 
    vertical-align: top;
    
}

 .rightblock
{
    /* border: 1px solid #DBDB79; */
    border: 1px solid #878383;
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

 .rightblockBios
{
    /* border: 1px solid #DBDB79; */
    border: 1px solid #000042;
    padding: 15px;
    margin-bottom: 10px;
    /*background: url(images/background_columnright.gif) repeat-y;*/
    position: relative;
    /*width:225px;*/
}

.rightblocklogon
{
    /* border: 1px solid #DBDB79; */
    border: 1px solid #000042;
    padding: 1px;
    margin-bottom: 10px;
    /*background: url(images/background_columnright.gif) repeat-y; */
    position: relative;
    width:475px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

#loginbanner
{
    /* border: 1px solid #000042;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left; */
}

.fullwidth
{
    border: 1px solid #000042;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    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 #000042;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    /* border-bottom: 1px dashed #DBCE6A; */
    border-bottom: 1px dashed #000042;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #000042;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #000042 url(images/background_fullwidth.jpg) repeat-y;
    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 #000042;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #000042;
    border-left: 1px solid #000042;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: Black;
    /* background: #000042 url(images/background_thumbnail.jpg) stretch; */
}
.calcurrentday
{
    background-color: silver;
    color: black;
}
.calweekend
{
	 
    /* background-color: #FEEB95; */
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #000042;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}



/************************************************************************
* 
* 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: Black url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #000042;
    padding: 5px;    
}

.picture
{
    background: Black url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #000042;
    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 0px 0px 0px;
    width:520px;
}

/* represents each item in a vertical list */
.blogreplies
{
    margin:0px 0px 0px 0px;
    padding-left: 30px;
    width:444px;
}

/* 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: black;
    border: 1px solid #000042;
    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: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 5px;
    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;
}

.buttonlarge, .buttonlarge-ovr
{
    background: url(images/background_button_large.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: bold;
    font-size: 11px;
    padding-top:3px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    cursor:  pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buttonlarge-ovr
{
    text-decoration: underline;
    background: url(images/background_button_large-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.3em;
}



/************************************************************************
* 
* 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 #000042;
    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: 80px;
    text-align: center;
    padding: 1px 1px 1px 1px;
}

.unselected
{
    background-color: transparent;
    /* border: solid 1px #000042;*/
}

.selected
{
     background: #000042;
     /*border: solid 1px #DBDB79; */
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #000042;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #000042;
}


.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;
}


