@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font-family:arial,sans-serif;
	font-size:small;
	color:#8f8e8e;
}
a:link    {color:#8f8e8e; text-decoration:underline;}
a:visited {color:#8f8e8e; text-decoration:underline;}
a:hover   {color:#bd0707; text-decoration:underline; cursor:pointer; }
a:active  {color:#8f8e8e; text-decoration:underline;}
.formfield { border: 1px solid #6a6868; width:200px;height:22px;display: inline;vertical-align:middle;background-color:#fff;}
.formbutton {display: inline;vertical-align:middle;margin-left:10px;}
#container {
	height: auto;
	width: 100%;
}
header {
	width:100%;
	height:65px;
	float:left;
}
#topL {
	width:10%;
	height:65px;
	float: left;
}
#topR {
	width:85%;
	height:55px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#topR img {margin-left:30px;border:0px;}
#top {
	 top: 0;
	 width:100%;
	 position:fixed;
}
#main {margin-top:20px;	float:left;width:100%;height:auto;}
#maincontent {
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent img {border:0px;}
.photographer {
	height: 80px;
	width: 890px;
	float: left;
	margin-bottom: 8px;
}
.photographerL {
	height: 80px;
	width: 265px;
	text-align: left;
	float:left;
	padding-left: 10px;
}
.photographerL img {border:0px;margin-bottom:5px;}
.photographerR {
	height: 80px;
	width: 615px;
	float:left;
}
.photographerR img {margin-right:5px;border:0px;}
.tooltip {
	display:none;
	background:transparent url(../images/tooltip-bg.png);
	font-size:12px;
	height:22px;
	width:106px;
	padding:4px;
	margin-top: 80px;
	color:#fff;
	text-align:left;
	line-height:110%;	
}
.tableborder {border: 1px dashed #8f8e8e;}
