INPUT { font: 10pt Verdana, Helvetica, sans-serif; }
TEXTAREA { font: 10pt Verdana, Helvetica, sans-serif; }
SELECT { font: 10pt Verdana, Helvetica, sans-serif; }

a.link_s:link{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none;}
a.link_s:hover{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none;}
a.link_s:visited{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none;}
a {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none;}
a.textlink:link{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none; background-color: #ffffff; font-weight: bold}
a.textlink:hover{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none; background-color: #ffffff; font-weight: bold}
a.textlink:visited{font-family: "Arial", "Helvetica", "sans-serif"; font-size: 65%; color: #ffffff; padding-right: 5px; padding-left: 5px; text-decoration: none; background-color: #ffffff; font-weight: bold}



.WhitetextBig { font-family: arial; font-weight: normal; font-size: 100%; color: #ffffff; }
.Whitetext { font-family: arial; font-weight: normal; font-size: 90%; color: #ffffff; }
.Whitetextsmall { font-family: arial; font-weight: normal; font-size: 75%; color: #ffffff; }
.language { font-family: arial; font-weight: normal; font-size: 75%; color: #000000; }
.navthird { font-family: arial; font-weight: normal; font-size: 70%; color: #BFBFBF; }

.main_title { font-family: arial; font-weight: normal; font-size: 70%; color: #ffffff; }
.main { font-family: arial; font-weight: normal; font-size: 70%; color: #9d9d9d; }
.body { font-family: arial; font-weight: normal; font-size: 75%; color: #4d4d4d; }
.body_small { font-family: arial; font-weight: normal; font-size: 55%; color: #4d4d4d; }

.backG {background-color: #FFFFFF;
	background-image: url(../images/spacer.gif);
	background-position: center;
	background-repeat: repeat-y;	}
	
.NavBackG {background-color: #FFFFFF;
	background-image: url(../images/nav/2nd_nav_bg.gif);
	background-position: center;
	background-repeat: repeat-x;	}
	
.NewBackG {background-image: url(../images/main/what_new_bg.gif);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;   }
	
.MagBackG {background-image: url(../images/main/shiru_mag_bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;   }	
	

.formstyle { color:000000; background-color:ffffff; border-width: 0px;  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-weight: normal; font-size: 8pt; color: #ADACAC; border-color:ffffff }



.table { border-width: 1px; border-style: solid; border-color: #d9d9d9; padding:2; margin-left:auto; margin-right:auto }




BODY {
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ababab;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHTLIGHT-COLOR: #D3D1D2;
	SCROLLBAR-3dlight-COLOR: #eeeeee;
	SCROLLBAR-darkshadow-COLOR: #B4B3B4;
	SCROLLBAR-shadow-COLOR: #eeeeee;
	SCROLLBAR-track-COLOR: #eeeeee;
}



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	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: transparent url(../images/script/blank.gif) no-repeat; /* 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/script/prev_move.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/script/next_move.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 2.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 90%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
