html { height:100%; } body { background-image: url(../images/body_bg1.jpg); background-repeat: repeat-y; background-position: center top; height:100%; margin:0; padding:0; }#box { background-image: url(../images/box_bg.png); background-repeat: no-repeat; text-align: center; width: 821px; height: 100%; height:763px; }#box_header { text-align: left; vertical-align: bottom; width: 821px; height: 130px; }#box_navi { background-image: url(../images/header_navi.jpg); text-align: right; width: 821px; height: 47px; }#box_middle { width: 821px; height: 266px; overflow:auto }#box_middle_oF { width: 821px; height: 266px; }#box_middle_2 { text-align: center; letter-spacing: 1px; position: inherit; top: 0; left: 0; width: 821px; height: 584px; padding-left: 2px; Overflow-y: scroll; Overflow-x: hidden ; }#box_middle_intro { text-align: center; letter-spacing: 1px; padding-left: 2px; position: inherit; top: 0; left: 0; width: 821px; height: 584px; }#box_middle_r { text-align: left; position: inherit; top: 0; right: 0; width: 43px; height: auto; float: right; }#box_footer { text-align: center; width: 821px; height: 318px; }.text_sidebox { color: #242424; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 12px; text-align: left; letter-spacing: 1px; margin: 5px 12px; }.text_content { color: #363636; font-size: 9pt; font-family: "trebuchet ms"; line-height: 11pt; text-align: left; letter-spacing: 1px; }a:link { color: #242424; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }a:visited { color: #242424; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }a:hover { color: #242424; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }a:active { color: #242424; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }textarea, input, select { display: block; float: left; width: 240px; margin-top: 5px; margin-bottom: 2px; }label { text-align: left; padding-top: 5px; padding-right: 10px; padding-left: 7px; }form br { clear: left; }input#submit { float: none; width: 50px; }a.menu:link { color: #c60; font-size: 9pt; font-family: "trebuchet ms"; text-decoration: none; letter-spacing: 1pt; width: 100%; }a.menu:visited { color: #c60; font-size: 9pt; text-decoration: none; font-family: "trebuchet ms"; letter-spacing: 1pt; width: 100%; }a.menu:active { color: #c60; font-size: 9pt; text-decoration: none; font-family: "trebuchet ms"; letter-spacing: 1pt; width: 100%; }a.menu:hover { text-decoration:none; color:#00267f; text-decoration: none; font-size: 9pt; font-family: "trebuchet ms"; letter-spacing: 1pt; width: 100%; }/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/*{padding: 0; margin: 0;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_window {  font: 12px Arial, Helvetica, sans-serif;  color: #333333;}#TB_secondLine {  font: 10px Arial, Helvetica, sans-serif;  color:#666666;}#TB_window a:link {color: #666666;}#TB_window a:visited {color: #666666;}#TB_window a:hover {color: #b91e1e;}#TB_window a:active {color: #666666;}#TB_window a:focus{color: #666666;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_overlay {  position: fixed;  z-index:100;  top: 0px;  left: 0px;  height:100%;  width:100%;}.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}.TB_overlayBG {  background-color:#000;  filter:alpha(opacity=75);  -moz-opacity: 0.75;  opacity: 0.75;}* html #TB_overlay { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_window {  position: fixed;  background: #ffffff;  z-index: 102;  color:#000000;  display:none;  border: solid 4px #fff;  text-align:left;  top:50%;  left:50%;}* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-color: #fff #ccc #ccc #fff; border-style: solid; border-width: 1px; }#TB_caption{  height:25px;  padding:7px 30px 10px 25px;  float:left;}#TB_closeWindow{  height:25px;  padding:11px 25px 10px 0;  float:right;}#TB_closeAjaxWindow{  padding:7px 10px 5px 0;  margin-bottom:1px;  text-align:right;  float:right;}#TB_ajaxWindowTitle{  float:left;  padding:7px 0 5px 10px;  margin-bottom:1px;}#TB_title{  background-color:#e8e8e8;  height:27px;}#TB_ajaxContent{  clear:both;  padding:2px 15px 15px 15px;  overflow:auto;  text-align:left;  line-height:1.4em;}#TB_ajaxContent.TB_modal{  padding:15px;}#TB_ajaxContent p{  padding:5px 0px 5px 0px;}#TB_load{  position: fixed;  display:none;  height:13px;  width:208px;  z-index:103;  top: 50%;  left: 50%;  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_HideSelect{  z-index:99;  position:fixed;  top: 0;  left: 0;  background-color:#fff;  border:none;  filter:alpha(opacity=0);  -moz-opacity: 0;  opacity: 0;  height:100%;  width:100%;}* html #TB_HideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_iframeContent{  clear:both;  border:none;  margin-bottom:-1px;  margin-top:1px;  _margin-bottom:1px;}/* ---------->>> ie png fix <<<----*/img, div { behavior: url(js/iepngfix.htc) }/* ---------->>> galerie play <<<----*/.toggler { color: #fff; margin: 0; padding: 2px 5px; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 11pt; }.element { }.element p { margin: 0; padding: 4px; }.float-right { padding:10px 20px; float:left; }blockquote { text-style:italic; padding:5px 0 5px 30px; }#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}#lightbox img{ width: auto; height: auto;}#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-image: url(data:image/gif;base64,AAAA); /* 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)url(images/prevlabel.gif) left 15% no-repeat; }#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif)url(images/nextlabel.gif) right 15% no-repeat; }#imageDataContainer{ color: #7daf1e; font: 9pt/11pt Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; 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{ color: #7daf1e; font: 9pt/11pt Verdana, Helvetica, sans-serif; display: block; clear: left; padding-bottom: 1.0em;	}			#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> lytebox <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }	#lbOverlay.grey { background-color: #000000; }	#lbOverlay.red { background-color: #330000; }	#lbOverlay.green { background-color: #003300; }	#lbOverlay.blue { background-color: #011D50; }	#lbOverlay.gold { background-color: #666600; }#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }#lbMain a img { border: none; }#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }	#lbOuterContainer.grey { border: solid 1px #db1651; }	#lbOuterContainer.red { border: 3px solid #DD0000; }	#lbOuterContainer.green { border: 3px solid #00B000; }	#lbOuterContainer.blue { border: 3px solid #5F89D8; }	#lbOuterContainer.gold { border: 3px solid #B0B000; }#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }	#lbDetailsContainer.grey { border-right: 1px solid #db1651; border-bottom: 1px solid #db1651; border-left: 1px solid #db1651; border-top-style: none; border-top-width: 1px; }	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }#lbImageContainer, #lbIframeContainer { padding: 10px; }#lbLoading {	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../js/images/loading.gif) center no-repeat;}#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }#lbImageContainer>#lbHoverNav { left: 0; }#lbHoverNav a { outline: none; }#lbPrev { width: 49%; height: 100%; background: transparent url(../js/images/blank.gif) no-repeat; display: block; left: 0; float: left; }	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../js/images/prev_grey.gif) left 15% no-repeat; }	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(../js/images/prev_red.gif) left 15% no-repeat; }	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../js/images/prev_green.gif) left 15% no-repeat; }	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../js/images/prev_blue.gif) left 15% no-repeat; }	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../js/images/prev_gold.gif) left 15% no-repeat; }	#lbNext { width: 49%; height: 100%; background: transparent url(../js/images/blank.gif) no-repeat; display: block; right: 0; float: right; }	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../js/images/next_grey.gif) right 15% no-repeat; }	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../js/images/next_red.gif) right 15% no-repeat; }	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../js/images/next_green.gif) right 15% no-repeat; }	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../js/images/next_blue.gif) right 15% no-repeat; }	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../js/images/next_gold.gif) right 15% no-repeat; }#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }	#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }	#lbDetailsData { padding: 0 10px; }	#lbDetailsData.grey { color: #333333; }	#lbDetailsData.red { color: #620000; }	#lbDetailsData.green { color: #003300; }	#lbDetailsData.blue { color: #01379E; }	#lbDetailsData.gold { color: #666600; }#lbDetails { width: 60%; float: left; text-align: left; }#lbCaption { display: block; font-weight: bold; }#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }	#lbClose.grey { background: url(../js/images/close_grey.png) no-repeat; }	#lbClose.red { background: url(../js/images/close_red.png) no-repeat; }	#lbClose.green { background: url(../js/images/close_green.png) no-repeat; }	#lbClose.blue { background: url(../js/images/close_blue.png) no-repeat; }	#lbClose.gold { background: url(../js/images/close_gold.png) no-repeat; }#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }	#lbPlay.grey { background: url(../js/images/play_grey.png) no-repeat; }	#lbPlay.red { background: url(../js/images/play_red.png) no-repeat; }	#lbPlay.green { background: url(../js/images/play_green.png) no-repeat; }	#lbPlay.blue { background: url(../js/images/play_blue.png) no-repeat; }	#lbPlay.gold { background: url(../js/images/play_gold.png) no-repeat; }	#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }	#lbPause.grey { background: url(../js/images/pause_grey.png) no-repeat; }	#lbPause.red { background: url(../js/images/pause_red.png) no-repeat; }	#lbPause.green { background: url(../js/images/pause_green.png) no-repeat; }	#lbPause.blue { background: url(../js/images/pause_blue.png) no-repeat; }	#lbPause.gold { background: url(../js/images/pause_gold.png) no-repeat; }