﻿body { background-color: #4A4A4A;
       font-family: Tahoma, Verdana, Arial, Sans-Serif;
       font-size: 10pt;
       color: #C7BDB4;
       margin: 0px; }

table { border: 0px;
        border-collapse: collapse; }

table#logoTable,
table#referencesTable { width: 100%; }

td#logoCell { border-bottom: #C7BDB4 1px solid; }

td#logoCell p { text-align: right; }

td#logoCell img { vertical-align: bottom;
	              border: none; }

table#menuTable td,
table#referencesTable td { padding-left: 10px; 
						   padding-right: 10px; 
						   padding-top: 0px; 
						   padding-bottom: 4px }
                     
.copyright { width: 120px;
	         padding: 5px;
	         font-size: 10px;
	         color: #9E9A9B; }

a { text-decoration: none; }

a[target=_blank] { text-decoration: underline; }

a:link,
a:visited { color: #C7BDB4; }

a:active,
td.active a { color: #C2B782; }

a:hover { color: #FFFFFF;
	      cursor: pointer; }

li { line-height: 15pt; }

/* ---------------
/* Footer       *
 * ---------------
 */

table#footerTable { width: 100%;
	                border-top: #C7BDB4 1px solid; }

#footerCell { width: 100%;
	          padding: 5px; }

.footerText { color: #9E9A9B; 
	font-size: 10px; 
	margin-left: 15px; 
	text-align: right; }


/* ---------------
 * gallery      *
 * ---------------
 */

#gallery a{
    border-color: #000;
	border-style: solid;
	border-width: 0px;
}
.gallery-item{
	display: block;
	float: left;
	margin: 5px;
	width:102px;
	height:102px;
	text-align:center;
}
.gallery-item a img{
    border-color: #5E5439;
	border-style: solid;
	border-width: 1px;
	height: 100px;
	width: 100px;
}
.gallery-item a:hover img{
	border-color: #FFFFFF;
}


/* ---------------
 * lightbox      *
 * ---------------
 */

#lightbox {
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-color: #4A4A4A;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 0px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #fff;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}



