/* CSS Document */
#pageBox {
	height: 90px;
	width: 99%;
	border: 1px dashed #CCCCCC;
	display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#thumbBox, #docBox {
	height: auto;
	width: 100%;
	border: 1px dashed #CCCCCC;
	display: block;
	overflow: scroll;
	text-align: center;
	font-size: 0.8em;
	background-color: #f0f0f0;
	background-image: none;
}

.tabBox {
	height: 20px;
	width: 100%;
	border: 1px dashed #CCCCCC;
	display: block;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
}

.gallery, .slide, .doc{
	border: 1px solid #CCCCCC;
	padding: 19px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
	background-color: #FFFFFF;
}


.pageImage{
	border: none;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;

}

.activeImage{
	border: 2px solid #3c1c06;
	padding: 8px;
	margin: 0px;
	background-color: #fff8e1;

}

.pageThumb {
	float: left;
	margin-right: 20px;
}

.pageThumb a{
    border: 2px solid #ffffff;
	display: block;
	margin: 3px;
}

.pageThumb a:hover{
	border: 2px solid #ffffff;
	margin: 3px;
}


.galleryThumb, .slideThumb {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 250px;
	width: auto;
}


.docThumb {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 160px;
	overflow: hidden;
}

form {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a5eefd;
	margin: 0px 0px 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a5eefd;
}
.adminButton {
	vertical-align: middle;
}
.recordset {
	color: #3c1c06;
	font-size: 0.8em;
	font-weight: bold;
	line-height: normal;
	padding: 5px 5px 5px 20px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/recordset.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.loginTitle {
	color: #3c1c06;
	font-size: 0.8em;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/bg_yellow-stripe_login.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: normal;
	padding: 5px 5px 5px 30px;
	margin: 0px;

}


/* CSS Document */
body {
	font-weight: normal;
	margin: 0px;
	background-color: #cccccc;
	color: #000000;
	font-size: 0.8em;
	background-image: url(../images/stripe.png);
	background-repeat: repeat;
	font-family: Tahoma, Arial, sans-serif;
}

#preWrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 918px;
	background-attachment: scroll;
	background-image:  url("../images/template/bg_page.gif");
	background-repeat: repeat-y;
	background-position: left top;

}

#head {
	background-attachment: scroll;
	background-image:  url("../images/template/bg_head.gif");
	background-position: center top;
	height: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	clear: both;
}

#page {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 30px;

}


#foot {
	background-attachment: scroll;
	background-image:  url("../images/template/bg_footer.gif");
	background-repeat: no-repeat;
	height: 84px;
	width: 918px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
}

#foot div  {
	margin-top: 30px;
	margin-left: 40px;
	float: left;
	width: 50%;
}


/*    primary navigation  */ 
#topNav {
	background-color: #000000;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	line-height: 2.5em;
	display: block;
	letter-spacing: 0.3pt;
	clear: both;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

#topNav A {
	color: #ffffff;
	text-decoration: none;
	margin-right: -3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}


#topNav A:hover
{
	background-color: #f7d21a;
	

}

a, a:visited {
	color: #35aebf;
	text-decoration: none;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;

}

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



/*    END primary navigation  */ 

#banner {
	height: 50px;
	background:#ffffff;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;

}


h1 {
	font-size: 1.3em;
	color: #3c1c06;
	margin: 0px 0px 30px;
	line-height: 1.3em;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:  url("../images/template/bg_yellow-stripe.gif");
	background-repeat: no-repeat;
} 

h2 {
	font-size: 1.5em;
	color: #825a3e;
	margin: 0px 0px 20px;
} 

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #8c0223;
	font-style: italic;
	margin-bottom: 0px;
} 

h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}


.clearAll {
	clear: both;
	line-height: 0px;
	font-size: 0px;


}


#leftWideBlock {
	float: left;
	height: auto;
	width: 600px;
	padding-right: 0px;
	padding-top: 20px;
	line-height: 1.4em;
	font-size: 1.2em;
}

#adminWideBlock {
	float: left;
	height: auto;
	width: 100%;
	padding-right: 0px;
	padding-top: 20px;
	line-height: 1.4em;
	font-size: 1.2em;
	padding-bottom: 20px;
	
}



#rightNarrowblock {
	float: right;
	height: auto;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}

#photoholder {
  width:400px;
  height:400px;
  background:url(../../images/loading/loading.gif) no-repeat 50% 50%;
}

#thephoto {
	width:400px;
	height:400px;
}

form {
	margin: 0px;
	padding-left: 10px;	
}

#print {
	text-align: right;
	margin-right: 210px;
}


.lastUpdate {
	font-size: 90%;
	color: #999999;

}

.searchBox {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.breadcrumbs {
	text-align: left;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #999999;
}

.totals {
	text-align: left;
	margin: 5px;
	font-size: 0.8em;
	color: #999999;
}

.stripe {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:  url("../images/template/bg_yellow-stripe.gif");
	background-repeat: no-repeat;
}

.orderBy {
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 3px;
	margin-right: 2px;
}


/* help links */

a.tooltip:hover {
	background:#ffffff; 
	text-decoration:none;
} /*BG color is a must for IE6*/

a.tooltip span {
	display:none; 
	margin-left:8px; 

}

a.tooltip:hover span{
	display:inline; 
	position:relative; 
	background:#E8FFFF;  
	color:#000000;
	line-height: 1.1em;
}


.tooltip {
	text-align: center;
	cursor: help;
	position:absolute;
	font-size: 1.1em;
	width: auto;
	line-height: 1.1em;
	font-weight: normal;
}
/* end help links */

.status {
	float: right;
	text-align: center;
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #999999;
	margin-right: 40px;
}
.zones {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;
	border: 1px solid #cccccc;
}
.sectionLogo {
	position: relative;
	top: 10px;
	left: 780px;
}
.actionButtons {
	vertical-align: middle;
	border: none;
	height: 16px;
	width: 16px;
	margin-right: 1px;
	margin-left: 1px;
}

.disabledButton {
	vertical-align: bottom;
	margin-left: 5px;
	height: 20px;
	width: 49px;
}

