/* General */

body {
   color: #000000;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 0;
}

td {
   color: #000000;
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
}

a {
   color: #D05F31;
   text-decoration: none;
}

a:hover {
   color:#D05F31;
   text-decoration: underline;
}

input {
   font-size: 9pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

select {
   font-size: 11px;
   font-family: arial, helvetica, sans-serif;
}

textarea {
   font-size: 9pt;
   font-family: verdana, arial, helvetica, sans-serif;
}

.form_label {
   font-weight: bold;
   font-size: 11px;
   font-family: arial, helvetica, sans-serif;
}

.big {
   font-size: 14px;
   font-family: arial, helvetica, sans-serif;
}

.small {
   font-size: 11px;
   font-family: arial, helvetica, sans-serif;
}

/* Hide Overflow-x */

overflowxhide {
   overflow-x: hidden;
   overflow-y: hidden;
}

/* Navigation */

a.nav {
   color: #000000;
   text-decoration: none;
}

a.nav:hover {
   color: #D05F31;
   text-decoration: none;
}

a.nav_on {
   color: #FFFFFF;
   background-color: #D05F31;
   text-decoration: none;
}

a.nav_on:hover {
   color: #FFFFFF;
   background-color: #D05F31;
   text-decoration: none;
}

.nav_bgd {
   background-color: #D05F31;
}

.footer {
   color: #000000;
   font-size: 10px;
   font-family: arial, helvetica, sans-serif;
}

/* Background objects */

#blackbar {
   background-image: url('http://www.frictionent.com/images/v3/bgd_blackbar.gif');
   background-repeat: repeat-x;
   position: absolute;
   top: 615px;
   left: 0px;
   width: 100%;
   height: 138px;
   z-index: -3;
}

#greybar {
   background-image: url('http://www.frictionent.com/images/v3/bgd_greybar.gif');
   background-repeat: repeat-x;
   position: absolute;
   top: 70px;
   left: 0px;
   width: 100%;
   height: 8px;
   z-index: -2;
}

#dancer {
   background-image: url('http://www.frictionent.com/images/v3/bgd_dancer.gif');
   background-repeat: no-repeat;
   background-position: top right;
}

#leaf {
   background-image: url('http://www.frictionent.com/images/v3/bgd_leaf.jpg');
   background-repeat: no-repeat;
   background-position: top right;
   position: absolute;
   top: 70px;
   left: 84%;
   width: 160px;
   height: 270px;
   z-index: -1;
}

/* Calendar */

a.calendar {
   color: #FFFFFF;
   text-decoration: none;
}

a.calendar:hover {
   color:#000000;
   text-decoration: none;
}

.calendarHeader td {
   color: #000000;
   background-color: #EEEEEE;
   font-weight: bold;
   font-size: 12px;
}

.calendarDay {
   color: #000000;
   background-color: #FFFFFF;
   font-size: 12px;
}

/* color: orange */
.calendarEvent {
   color: #FFFFFF;
   background-color: #D05F31;
   font-weight: bold;
   font-size: 12px;
}

/* color: red */
.calendarEventSpecial1 {
   color: #FFFFFF;
   background-color: #990000;
   font-weight: bold;
   font-size: 12px;
}

/* color: green */
.calendarEventSpecial2 {
   color: #FFFFFF;
   background-color: #006600;
   font-weight: bold;
   font-size: 12px;
}

/* color: blue */
.calendarEventSpecial3 {
   color: #FFFFFF;
   background-color: #003399;
   font-weight: bold;
   font-size: 12px;
}

/* color: purple */
.calendarEventSpecial4 {
   color: #FFFFFF;
   background-color: #660099;
   font-weight: bold;
   font-size: 12px;
}

/* color: pink */
.calendarEventSpecial5 {
   color: #FFFFFF;
   background-color: #FF0099;
   font-weight: bold;
   font-size: 12px;
}

/* color: yellow */
.calendarEventSpecial6 {
   color: #FFFFFF;
   background-color: #FF9900;
   font-weight: bold;
   font-size: 12px;
}

/* Gallery */

.pageNumber {
   font-weight: bold;
   font-size: 14px;
}

/* Colors */

.green {
   color: #009900;
}

.orange {
   color: #D05F31;
}

.red {
   color: #FF0000;
}

.white {
   color: #FFFFFF;
}

/* Enlarge Image Script */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
