@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: white;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px; /* 1.1em; */	
}

a, a:visited {
	color: #DDD;
}

a:hover, a:focus {
	color: gray;
}

#left_content_text a {
	color: #fff;
	text-decoration: none;
	
}

label {
	font-size: 14px; /* 1.06em; */
	font-weight:600;
}

input {
	color: rgb(110,110,110);
	font-size: 14px; /* 1.1em; */
}

textarea {
	color: rgb(110,110,110);
	font-size: 15px; /* 1.1em; */
}

#pager {
	font-size: 15px; /* 1.1em; */
	font-weight: bold;
}

#image_navigator {
	font-weight: bold; 
}

#thumbnail_navigator {
	font-size: 10px;
}