body,td,th,.date,.remark,.counter
 { 	font-family:  arial, helvetica, sans-serif;
	font-size: 9pt;
        color: #CCC; }
	
body { 	margin:0px;
	padding:0px; }

.tab { height:100%; min-height:100%; }	
	
.date {	color:#5B5B5B;
	font-style:italic; }

.remark { color: #999;
	  font-size: 8pt; }
	  
.counter { color:#5B5B5B;
	   font-size: 8pt; }

.disclame { font-size: 7pt;
            color: #707070; }
            
hr {  border: 0;
      width: 100%;    }

hr.hr1 { color: #c8c8c8;
         background-color: #c8c8c8;
         height: 1px;   }

.menuLink { font-family:  arial, helvetica, sans-serif;
       	    font-size: 10pt;
    	    font-weight: bold;
    	    font-style: normal;
    	    font-variant: small-caps;
    	    text-decoration: none; }

.selectedMenu { font-family:  arial, helvetica, sans-serif;
       	    font-size: 10pt;
    	    font-weight: bold;
    	    font-style: normal;
    	    font-variant: small-caps;
    	    text-decoration: none;
            color: #FFFFFF; }

.menuLink:link      {   color: #999999; text-decoration: none; }
.menuLink:visited   {   color: #999999; text-decoration: none;  }
.menuLink:active    {   color: #FFFFFF; text-decoration: none;  }
.menuLink:hover     {   color: #FFFFFF; text-decoration: none;  }

.darkArea { background-color: #0d1d29; }
/*.brightArea { background-color: #214661; }*/
.brightArea { background-color: #214661; background: url(../images/edge4.png) right top no-repeat; }
.brightArea1 { background: url(../images/edge1.png) left 1% no-repeat; }
.brightArea2 { background: url(../images/edge2.png) left 1% no-repeat; }
.previewArea { background-color: #888888; }
}

a {   	font-family:  arial, helvetica, sans-serif;
    	font-size: 9pt;
    	font-weight: normal;
    	font-style: normal;
    	text-decoration: none; }

a:link      {   color: #888888; text-decoration: underline; }
a:visited   {   color: #888888; text-decoration: underline; }
a:active    {   color: #FFBB41; text-decoration: underline; }
a:hover     {   color: #FFBB41; text-decoration: underline; }


.frame {
	border: solid #FFF 0px;
}
.content{
	background-color: #0d1d29;
	border-top: solid #BBB 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
.content a{
	text-decoration:none;
}
.content a:hover{
	text-decoration:underline;
}
.button {
	background-color: #5C7888;
	border: #405460 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	border: solid #BBB 1px;
}
.images{
	background-color: #FFF;
	border: #BBB 1px solid;
	margin:4px;
}
.thumbnails{
	background-color: #FFF;
	border: #BBB 1px solid;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
}
.livethumbnail{
	margin: 2px;
}
.numbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	vertical-align: 20%;
}
.tooltip {
	position: absolute;
	display: none;
	background-color: #FFF;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	border: solid #CCC 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.framedBlack {
        border-right-style: solid;
        border-right-color: grey;
        border-right-width: 1px;
}

.framedWhite {
        border: 1px solid gray;
}

/* lightbox 2.04 css */

#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; }
#innerImageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 10px; 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) 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: 80%; float: left; text-align: left; padding-bottom: 1.2em; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; float: right;  clear: right; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right; vertical-align: bottom; padding-bottom: 0.7em; padding-top: 1.0em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
