﻿/*************** For master ******************/
body 
{

	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000000;
	background-color: #000000;
	background-image: url(images/tiling.jpg);
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat;
	font-size: 0.7em;
	/*font-family: tahoma;*/
	scrollbar-3dlight-color: #210E09;
    scrollbar-track-color: #604227;
    scrollbar-shadow-color: #210E09;
    scrollbar-face-color: #210E09;
	scrollbar-arrow-color: #720000;
	scrollbar-darkShadow-color: #210E09;
}


a
{
   text-decoration:none;
}
a:hover
{
    text-decoration: none;
    color: #000000;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(images/tiling.jpg);
	margin-top: -45px;
	margin-right: auto;
	margin-left: auto;
	height: 670px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat;
	margin-bottom: 10px;
	
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 102px;
	width: 36px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	background-image: url(images/tiling.jpg);
	height: 529px;
	margin-left: 91px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 102px;
	right: 0px;
	width: 89px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	background-image: url(images/tiling.jpg);
	height: 529px;
}
.thrColAbsHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 397px;
	width: 534px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 127px;
	background-color: #000000;
	background-image: url(images/back_7.jpg);
	overflow: hidden;
	position: absolute;
}
.thrColAbsHdr #header {
	height: 202px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	background-image: url(images/tiling.jpg);
	width: 750px;
} 

.fullwidth
{
    padding: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 325px;
	border-right: #330000 thin;
	border-top: #330000 thin;
	border-left: #330000 thin;
	border-bottom: #330000 thin;
}


.loginLanguage
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	z-index: 1;
	position: absolute;
	top: 175px;
	left: 377px;
}
#loginbanner
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	z-index: 1;
	position: absolute;
	top: 175px;
	left: 590px;
}

.thrColAbsHdr #footer {
	padding: 0;
	background-color: #000000;
	background-image: url(images/bottom_2.jpg);
	height: 32px;
	width: 534px;
	margin-left: 127px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	overflow: visible;
	position: absolute;
	margin-top: 397px;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 10px;
	padding-top: 15px;
}


.thrColAbsHdr img
{
	border-top-style: none;
	 border-right-style: none; 
	 border-left-style: none; 
	 border-bottom-style: none
}



/* Use headers in the markup for accessibility reasons but control look with styles below*/
.leftblock h2, .rightblock h2, .fullwidth h2, .rightblockfix h2, .rightblocklight h2
{
	font-size: 1.6em;
	color: #000100; /*font-size: 11px;*/

	font-family: Tahoma;
}
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 2.0em;
    font-weight: bold;
   margin: 5px 0 5px 0;
}



.rightblocklight h3, .leftblock h3, .rightblock h3,.rightblockfix h3
{
	/*font-size: 1.2em;*/
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000100;
	font-size: 11px;
	font-family: tahoma;
	
}
.rightblocklight p, .rightblockfix p, .leftblock p, .rightblock p
{
	/*font-size: 1.0em;*/
	
	margin: 0px;
	padding: 0px;
	display: block;
	 color: #000100;
	font-size: 11px;
	font-family: tahoma;
	
}

/* Main part of the page that holds contents */
/* 2 column layout */
#columnleft
{
	position:absolute;
	width:140px;
	height:190px;
	z-index:1;
	left: 5px;
	top: 170px;
	overflow: hidden;
}

#columnright
{
	position: absolute;
	width: 375px;
	height: 380px;
	z-index: 1;
	left: 160px;
	top: 8px;
	overflow: auto;
}

#columnrightfix
{
	position: absolute;
	width: 375px;
	height: 380px;
	z-index: 1;
	left: 160px;
	top: 8px;
	overflow: hidden;
}


.dashedline
{
	clear: right;
	width: 320px;
	height: 3px;
	background-image: url(images/horizon_sep.jpg);
	overflow: hidden;
	background-color: transparent;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.leftblock
{
	padding: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
}

 .rightblock
{
	padding: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	position: relative;
	width: 335px;
	border-right: #330000 thin;
	border-top: #330000 thin;
	border-left: #330000 thin;
	border-bottom: #330000 thin;
	overflow: auto;
	
}
.rightblockfix
{
	padding: 10px;
	position: relative;
	width: 335px;
	border-right: #330000 thin;
	border-top: #330000 thin;
	border-left: #330000 thin;
	border-bottom: #330000 thin;
	overflow: hidden;
}

 .rightblocklight
{
	padding-left : 70px;
	margin-bottom: 10px;
	position: relative;
	width: 250px;
	border-right: #330000 thin;
	border-top: #330000 thin;
	border-left: #330000 thin;
	border-bottom: #330000 thin;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
 
 
 /*** FROM   ORIGINAL */
/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
	margin: 2px 0 5px 0;
	vertical-align: top;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #9999FF 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 #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: #cacaff;
}
.calcurrentday
{
    background-color: #4242ff;
}
.calweekend
{
    background-color: #8686ff;
  /*  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;    
}



/************************************************************************
* 
* 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;
}
.actionbuttons
{
	text-align: right;
	position: relative;
	padding: 1px 1px 1px 1px;
	height: 20px;
	width: 200px;
}

/************************************************************************
* 
* Image functionality
*
************************************************************************/
.photoPanel
{
	height: 255px;
	width: 255px;
	margin-left: 32px;
	vertical-align: top;
	text-align: center;
	
}
.photo
{
	background: #ffffff center;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
}

.picture
{
	border-right: black 5px solid;
	border-top: black 5px solid;
	border-left: black 5px solid;
	border-bottom: black 5px solid;
}

/****FROM ORIGINAL*/


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:334px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
	float: right;
	margin: 0px 10px 0px 0px;
}

/*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: transparent;
	margin-bottom: 3px;
	width: 70px;
	border-right: black 1px;
	border-top: black 1px;
	border-left: black 1px;
	border-bottom: black 1px;
	vertical-align: middle;
	margin-left: 10px;
}

.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: 12px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 3px;
    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: #9999FF;
    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: 70px;
    height: 70px;
    text-align: center;
    
}

.unselected
{
    background-color: transparent;
    border: solid 1px #fffffFF;
}

.selected
{
	
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.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: url(images/background_thumbnail.jpg) #feffc8 repeat-x center center;
	border: 1px solid #E8DCA3;
	padding: 1px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:50px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:200px;
}

.txtblock
{
    width:200px;
}





/*********************NEW PHOTOS************/
.center
{
	text-align: center;
}

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
}