A:active,A:link,A:visited{ 
color: #D89699; 
text-decoration: none; 
font-weight:bold;}

A:hover {
color:#404040;
text-decoration: none;
text-weight: bold;
font-style: italic;
cursor: pointer;
}

a:active.list {color: #2F3773; text-decoration: none; font-weight: normal;}
a:link.list {color: #2F3773; text-decoration: none; font-weight: normal;}
a:visited.list {color: #2F3773; text-decoration: none; font-weight: normal;}
a:hover.list {
color:#D5BD5D; text-decoration: none; cursor: pointer; font-weight: normal; font-style: italic;}

.header {
border-bottom: 2px solid #A98467;
padding-left: 10px;
padding-top: 2px;
padding-right: 10px;
padding-bottom: 2px;
width: 530px;
margin: 10px;
font-family: century gothic, tahoma;
color: #FFFFFF;
letter-spacing: 5pt;
font-size: 14px;
font-weight: none;
text-align: left;
 }

.navihead {
border: 1px solid #405A2E;
padding-left: 5px;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
width: 160px;
margin: 5px;
font-family: tahoma;
color: #4D3B3E;
letter-spacing: 1pt;
font-size: 11px;
font-weight: bold;
text-align: center;
background: #405A2E;
 }

.content {
padding-bottom: 1px;
padding-top: 1px;
padding-right: 10px;
padding-left: 10px;
font-family: arial;
font-size: 12px;
color: #212121;
}

body {
cursor:crosshair;
}

.update {
border: 0px dotted #212755;
padding-left: 5px;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
width: 550px;
margin: 10px;
font-family: arial;
color: #212121;
font-size: 12px;
 }

.uheader {
border-bottom: 1px dotted #2F2929;
padding-left: 5px;
font-family: tahoma;
color: #2F2929;
letter-spacing: 2pt;
font-size: 13px;
text-align: right;
font-weight: bold;
 }

td, tr, th, blockquote {
font-family: arial;
font-size: 12px;
color: #212121;
}

input, textarea, option, select {
	background-color: #B69780;
	font: 12px arial;
	color: #212121;
	border: 1px dotted #212121;
	padding:4px; }


/* Expanding Menu */

.menu{
padding-left:10px;
padding-top:5px;
padding-bottom: 5px;
padding-right: 5px;
height: 20px;
width: 160px;
margin: 1px;
font-family: arial;
color: #FFFFFF;
font-size: 14px;
font-weight: none;
text-align: left;
background: #80323B;
}

.submenu{
background: #7E464E;
height: 15px;
margin: 1px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 0px;
color: #333333;
width: 160px;
}

.submenutitle{
background: #7E464E;
height: 15px;
margin: 1px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 5px;
color: #2F2929;
width: 160px;
font-weight: bold;
}


/*Image Script */
#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(http://hoshikage.net/cosplay/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { 
	background: url(http://hoshikage.net/cosplay/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: 70%; 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; outline: none;}	 	


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



