ul           { list-style-image: url('bd14578_.gif') }
ul ul        { list-style-image: url('bd21344_.gif') }
ul ul ul     { list-style-image: url('bd21343_.gif') }
a:link       { color: rgb(0, 0, 255) }
a:active     { color: rgb(0, 102, 0) }
a:visited    { color: rgb(51, 0, 51) }
body         { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0) margin: 0px 0px 0px 0px; }
table        { table-border-color-light: rgb(102, 204, 51); table-border-color-dark: 
               rgb(0, 102, 0) }
h1           { color: #0054A0; }
h2           { color: #0054A0; }
h3           { color: #0054A0; }
h4           { color: black }
h5           { color: black }
h6           { color: black }
button       { background-color: rgb(51, 0, 153); color:#fff;}
label        { color: rgb(0, 0, 0) }
textarea     { color: rgb(11, 0, 0) }
fieldset     { color: rgb(11, 0, 0) }
legend       { color: rgb(51, 0, 153) }
select       { color: rgb(11, 0, 0) }
caption      { color: rgb(51, 0, 153) }
th           { color: rgb(0, 0, 0) }
body         { vertical-align: none; text-align: none; font-family: Trebuchet MS, Arial; 
               font-style: normal; font-weight: normal; font-size: 10pt }
button       { font-size: 8pt; font-style: normal; font-family: Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
caption      { font-size: 14pt; font-style: Normal; font-family: Trebuchet MS, Arial, Helvetica }
fieldset     { font-family: Arial, Helvetica; font-size: 8pt; font-style: normal; 
               border-style: solid; border-width: 1pt }
h1           { font-weight: normal; font-style: normal; font-size: 24pt; font-family: 
               Trebuchet MS, Arial, Helvetica }
h2           { font-family: Trebuchet MS, Arial, Helvetica; font-style: normal; font-size: 18pt; padding:0.1em; margin:0; 
               font-weight: normal }
h3           { font-family: Tebuchet MS, Arial, Helvetica; font-size: 14pt; font-weight: normal; 
               font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               Trebuchet MS, Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               Trebuchet MS, Arial, Helvetica }
h6           { font-family: Trebuchet MS, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               font-weight: normal }
label        { font-style: normal; font-family: Arial, Helvetica; font-size: 8pt }
label, .mstheme-label { font-size: 8pt; font-family: Arial, Helvetica; font-style: normal }
legend       { font-style: Normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica }
marquee      { font-family: Verdana, Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: Arial, Helvetica; font-size: 8pt; 
               border-style: solid; border-width: 1pt }
table        { font-family: Trebuchet MS; vertical-align: none; font-size: 10pt; font-style: 
               normal; font-weight: normal; text-align: none }
textarea     { font-style: normal; font-size: 8pt; font-family: Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
th           { font-family: Verdana, Arial, Helvetica; font-style: normal }
comptext     { font-family: Arial; font-size: 8pt; color: olive}

#photodiv td { border:none; border-right: 1px solid grey;	border-bottom: 1px solid grey;	background: e8e8f0;
					font-size: 8pt; font-family:trebuchet ms, verdana, arial }
				
#header {
		font-size:20px;
		margin: 0px 0px 0px 0px;
		padding: 72px 0px 5px 150px;
		height:90px;
		background-image: url("/02/images/newlogobanner.gif");
		background-position: top left;
		background-repeat:no-repeat;
		color: #FFD64d;
		}
		
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; color:#dc143c; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


