﻿/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

#poster
{
    /*background: url(img/poster.jpg) no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 802px;
    height: 184px;
    margin-top: 15px;
    /*border: 1px solid silver;*/
}

.front_poster 
{
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    height: 84px;
    margin-top: 15px;
    margin-bottom: -1px;
}

/* Navigation strips */
#navtop
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    height: 30px;
    margin-bottom: 0px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    text-indent:10px;
}
#navbottom
{
    margin-top: 0px;
}

#footer
{
    width: 800px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
    margin-top: 5px;
    color: gray;
    font-variant:small-caps;
    text-indent: 30px;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul 
{
    margin: 5px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 245px;
    
    list-style-type: none;
    height: 15px;
    text-align: left;
}

#navbottom ul 
{
	margin: 5px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: left;
}

#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #909090;
    margin-left: 15px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #909090;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #909090;
    text-decoration: none;
}

body
{
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif, Tahoma;
    margin: 0px;
    background: #ffffff url(img/front_page.jpg) no-repeat center;
    background-position: left top;
    font-size: 12px;
}

.front_body_new 
{
	font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif, Tahoma;
    margin: 0px;
    background: #ffffff url(img/front_page_new.jpg) no-repeat center;
    background-position:  left top;
    font-size: 12px;
}

a:link
{
    color: gray;
}
a:visited
{
    color: gray;
}
a:hover
{
    text-decoration: none;
    color: #101010;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size: 11px; 
    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;
}

h4 
{
	font-variant: small-caps;
	font-size: 12px;
	padding-bottom: 0px;
	color: 	#707070;
}

h3 
{ 
	font-size: 14px;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 0px;
}

h2 
{
	font-variant: small-caps;
	font-size: 20px;
	padding-bottom: 0px;
	color: 	#707070;
	font-weight:600;
}	

h1
{
	font-variant: small-caps;
    font-size: 40px;
    font-weight: bold;
	margin: 0px 0 0px 0;
	padding-left: 15px;
}	

h5 
{
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: blue;
}

.membercard h3
{
    font-size: 8px;
}

#loginbanner h2
{
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
}

#poster h2
{
	font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    float: left;
    margin-left: 0px;
    color:  black;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 24px;
    font-variant: small-caps;
}

.rightblock h3
{
    font-size: 20px;
    font-variant: small-caps;
    margin: 0px;
    padding: 0px;
    display: block;
}

.right_header 
{
	font-size: 24px;
	font-variant: small-caps;
	color: White;
	display: block;
    width:410px;
    text-indent: 15px;
    padding-top: 4px;
    padding-bottom: 0px;
    background-repeat: repeat-x repeat-y;
    background-image: url(images/header_right.gif);
    float: left;
    margin-left: 30px;
}

.left_header 
{
	font-size: 24px;
	font-family: Tahoma;
	font-variant: small-caps;
	background-color: #909090;
	color: White;
	display: block;
    width: 250px;
    text-indent: 15px;
    padding-top: 4px;
    padding-bottom: 0px;
    height: 0px;
    background-repeat: repeat-x;
    background-image: url(images/header_right.gif);
}

.front_rightheader 
{
	font-size: 24px;
	font-family: Tahoma;
	font-variant: small-caps;
    margin-left: 250px;
    margin-top: 0px;
    background-color: #1997D1;
    background-image: url(images/header_right.gif);
    display: block;
    text-indent: 15px;
    padding-top: 4px;
    color: White;
    margin-top: 115px;
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 250px;
    margin-top: 0px;
	
	margin-left: -1px;
	margin-bottom: -1px;
}

#columnright
{
    margin-top: 0px;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    margin-bottom: -1px;
    float: left;
}

.leftblock
{
    padding: 0px;
    vertical-align: top;
    color: #909090;
}

.treeblock
{
    padding: 15px;
    padding-top: 0px;
    padding-left: 10px;
    vertical-align: top;
    font-family: Arial;
    font-size: 12px;
    color: #909090;
}

.treeparentnode 
{
	 font-variant:small-caps;
	 font-weight:bolder;
	 font-family: Tahoma;	 
}

.rightblock
{
	
    padding: 15px;
    width: 300px;
    color: #909090;
    padding-left: 0px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

#front_columnleft
{
	
    float: left;
    width: 330px;
    height: 183px;
    margin-top: 200px;
    margin-bottom: 15px;
    margin-left: 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;
}




/* 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: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: #f5f5f5;
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 120px;
}

.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: 15px;
    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.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 #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: 75px;
    height: 70px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px silver;
}

.selected
{
     background: #d0d0d0;
     border: solid 1px black;
}

.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:200px;
    border: solid 1px #909090;
    padding: bottom 2px;
    margin-bottom: 5px;
}

.txt
{
    width:120px;
    border: solid 1px #909090;
    padding: bottom 2px;
    margin-bottom: 5px;
}

.txtblock
{
    width:200px;
    border: solid 1px #909090;
}

.password_field 
{
	
	width: 140px;
	border: solid 1px #909090;
}

.password_button 
{
	border: solid 1px #909090;
}

.stepview_rootnode 
{
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Front pages columns*/

#front_contentleft 
{
	margin-top: 40px;
	width:175px;
	padding:0px;
	padding-top: 50px;
	float:left;
	background: Transparant;
	}

#contentleft 
{
	width:175px;
	padding:0px;
	padding-top: 50px;
	float:left;
	background: Transparant;
	}

#contentcenter
{
	width:300px;
	height: 150px;
	padding:15px;
	padding-top: 0px;
	float:left;
	background: transparent;
	margin-left: 30px;
	}
	
#contentcenter ul li 
{	
	padding-bottom: 5px;
}	
	
#contentimage
{
	width:300px;
	height: 170px;
	padding:15px;
	padding-top: 0px;
	float:left;
	background: transparent;
	margin-left: 30px;
}	

#middle_bar 
{
	margin-top: 40px;
	width:15px;
	height: 430px;
	padding:0px;
	float:left;
	background-color: #202020;
	}
	
#contentcenter_two 
{
	margin-top: 40px;
	width:270px;
	height: 430px;
	padding:0px;
	margin-bottom: 15px;
	float:left;
	background:#454545;
	}	

#contentright 
{
	margin-top: 40px;
	width:160px;
	padding:0px;
	padding-top: 230px;
	float:left;
	background-color: Transparent;
	background:  no-repeat;
	}

#contentheader {
	background:#fff;
	margin-top: 30px;
	}

/* For internal pages*/	
#internal_content
{
	width:250px;
	height: auto;
	padding: 15px;
	padding-right: 40px;
	float:left;
	background: transparant;
}	

#right_column {
	width:200px;
	height: auto;
	padding: 0px;
	padding-bottom: 15px;
	float:left;
	background:#454545;
}	

/* For private pages*/	
#internal
{
	padding: 15px;
	width:300px;
	height: auto;
	float:left;
	background: transparant;
	border-left: solid 1px silver;
	margin-bottom: -1px;
	margin-left: 30px;
}	

.internal_photo
{
	padding: 15px;
	padding-top: 0px;
	width:364px;
	height: auto;
	float:left;
	background: transparant;
	border-left: solid 1px silver;
	margin-bottom: -1px;
}	

.right_photo {
	width:150px;
	height: auto;
	padding: 0px;
	padding-bottom: 15px;
	float:left;
	background:#f0f0f0;
}	

.header_photo
{
	font-size: 1px;
	font-variant: small-caps;
	color: White;
	display: block;
    width:300px;
    text-indent: 15px;
    padding-top: 4px;
    padding-bottom: 0px;
    background-repeat: repeat-x;
    background-image: url(images/header_right.gif);
    float: left;
}

#right {
	width:200px;
	height: auto;
	padding: 0px;
	padding-bottom: 15px;
	float:left;
	background:#454545;
}	

.menu, .submenu
{
	margin-bottom: -1px;
	margin-right: -1px;
	float: right;
	margin-left: -1px;
	border-bottom: solid 1px #f0f0f0;
	border-top: solid 1px #f0f0f0;
	background-color: #fafafa;
}

.menu_item 
{
	 border-bottom: 1px solid #f0f0f0;
	 padding: 2px;
	 padding-left: 0px;
	 border-left: none;
	 font-variant:small-caps;
	 margin-top: -1px;
}

.submenu_item
{
	 border-bottom: 1px solid #f0f0f0;
	 padding: 2px;
	 padding-left: 0px;
	 font-variant:small-caps;
}

.menu_no_margin, .submenu_no_margin
{
	margin-bottom: -1px;
	
}

.submenu_no_margin
{
	margin-left: -1px;
	border-bottom: 1px solid #ccc;
}


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #f0f0f0;
    width: 400px;
    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: 694px;
    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 #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 */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
    width: 350px;
}

.ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index: 100;
	float: right;
	margin-right: -1px;
	}

.ul li {
	position:relative;
	z-index: 100;
	}

.ul_li_a, .ul_ul {
	display: block;
	text-decoration: none;
	text-align: right;
	font-variant:small-caps;
	color: #777;
	/*background: no-repeat right; /* IE6 Bug */ 
	/*background-image: url(img/blue_arrow.gif);*/
	padding: 1px;
	padding-right: 5px;
	border: 1px solid #ccc;
	border-bottom: none;
	z-index: 100;
	}


