﻿body
{
    font-family: Arial;
    margin: 0px;
    background: #243c71 url(images/background_main.jpg) repeat-y center top;
    font-size:8pt;
    color:#243c71;
}
.mediumtextBlue {color:#243c71; font-size:10pt;}
.mediumtextBlack {color:Black; font-size:10pt;}
.mediumtextGreen {color:#005c3d; font-size:10pt;}
.mediumtextGold {color:#bcbc7a; font-size:10pt;}
.mediumtextGoldBold {color:#bcbc7a; font-size:10pt; font-weight:bold}
.mediumtextRed {color:red; font-size:10pt;}
.smalltextGold {color:#bcbc7a; font-size:8pt;}
.smalltextGoldBold {color:#bcbc7a; font-size:8pt; font-weight:bold}
.smalltextBlue {color:#243c71; font-size:8pt;}
.smalltextGreenBld {color:#005c3d; font-weight:bold; font-size:8pt;}
.smalltextRed {color:Red; font-size:8pt;}
.treetextGold {color:#bcbc7a; font-family: Tahoma, Verdana; font-size: 10px}
.tinytextBlue {color:#243c71; font-family: Tahoma, Verdana; font-size: 9px}
.tinytextRed {color:Red; font-family: Tahoma, Verdana; font-size: 9px}
.tinyTextGold {color:#bcbc7a; font-family: Tahoma, Verdana; font-size: 9px}
.tinytextGreen {color:#005c3d; font-family: Tahoma, Verdana; font-size: 9px}

.tableBORDERdblBGblue {
					margin-left: auto; margin-right: auto; border-right: #243c71 double; 
					border-top: #243c71 double; border-left: #243c71 double; border-bottom: #243c71 double; 
					background: #243c71 url(images/content_bg.jpg) repeat-y center top;
					}
.ihsbbo {font-size:28px; text-align:center; color:#bcbc7a; font-weight:bold; 
			font-family:Script MT Bold; font-style:italic;}
.pagetitle {font-size:18px; text-align:center; color:#bcbc7a; font-weight:bold; font-family:Arial;}


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

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


				
a:link
{
    /* color: #8A3700; */
    color: #bcbc7a;
}
a:visited
{
    /* color: #542100; */
    color: #bcbc7a;
}
a:hover
{
    text-decoration: none;
     color: #bcbc7a; 
    /*color: white;*/
}
a:active
{
    text-decoration: underline;
    color: #bcbc7a;
}

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

hr { color: #000042;  }

/* 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;
}


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

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

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

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

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

/*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;

}



.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: 750px;
    height: 120px;
   /* margin-top: 17px;*/
}

/* Navigation strips */
#navtop, #navbottom, #navtop1, #navright
{
     /*background: url(images/background_nav_main.gif) repeat-x;*/
    /*background: url(images/menu_bg.jpg) repeat-x;*/
    
    font-family: Arial;
    padding-top: 20px;
    padding-left: 0px;
    margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 45px;
}
#navright
{
 padding-left: 650px;
}
 #navtop1
 {
	/*background: url(images/background_nav_main.gif) repeat-x;*/
 }

#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #000042;
}

/* 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: #bcbc7a;
    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: #bcbc7a;
    text-decoration: none;
}

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

/* Main part of the page that holds contents */
#body
{
    width: 525px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 1px solid #000042;
    padding-left: 10px;
    padding-right: 10px;
     
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 200px;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

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

 .rightblock
{
    /* border: 1px solid #DBDB79; */
    border: 1px solid #000042;
    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: 150px;
    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: 500px;
    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: 10px;
    text-align: left;
    top: auto;
    font-size: 10px;
    color:#243c71;
}



/* 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;
}
.dashedlineBlue
{
    /* border-bottom: 1px dashed #DBCE6A; */
    border-bottom: 1px dashed #243c71;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}
.dashedlineGold
{
    /* border-bottom: 1px dashed #DBCE6A; */
    border-bottom: 1px dashed #bcbc7a;
    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;*/
    background: background: #243c71 url(images/content_bg.jpg) repeat center top
    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;
    background: #bcbc7a;
}

.eventmonthtable a:link
{
	color:#243c71;	
}

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


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth, .dayNumber
{
    background-color: #243c71;
    color: #bcbc7a;
    border-bottom: 1px solid #bcbc7a;
    border-left: 1px solid #bcbc7a;
    border: 1px solid #bcbc7a;
    /* 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;
    padding-left: 5px;
    background-color: LightGoldenrodYellow;
    color:#243c71; 
    font-size:8pt;
}

/* 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: 40px;
    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: Arial;
    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;
}


