/*Firefox workaround to avoid content moving on page length ===*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body, html {
	background-color: #333;
	margin:0;
	padding: 15px 0 5px 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color:#FFF;
}

td, select {
	font-size: 11px;
}

td a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

td a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

form {
	margin:0px;
}

input {
	width:120px;
	border:1px solid #ccc;
	font-size: 11px;
}

.wideinput {
	width:300px;
}

.delete {	
	width:20px;
}

.container {
	background-color: #4E4E4E;
	width: 500px;
	text-align:left;
	margin: 0 auto;
	border-bottom:6px solid #000;
}

.leftblock {
	background-color: #4E4E4E;
	width: 100px;
	padding: 45px 22px 45px 22px;
	float: left;
	text-align:center;
}

.header {
	float: left;
}

.rightblock {
	background-color: #000;
	width: 286px;
	padding: 36px 35px 80px 35px;
	float: left;
}

.titles {
	
}

h1 {
	font-family: Georgia;
	font-size: 20px;
	font-weight:100;
	margin:0;
	margin-bottom: 23px;
}

.pretitles {
	font-family: Georgia;
	font-size: 14px;
}

.txtcontainer {
	margin-left: 15px;
}

.txt {
	line-height: 16px;
}

.smalltxt {
	font-size: 9px;
	line-height: 12px;
}

a.txt:link, a.txt:visited, a.txt:visited:hover, a.txt:active {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

a.txt:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer {
	width: 500px;
	margin: 0 auto;
}

.copy {
	width: 250px;
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
	color:#999;
	text-align: left;
	float: left;
}

div.copy a {
	color:#999;
	text-decoration:none;
}

div.copy a:hover {
	color:#ccc;
	text-decoration:underline;
}

.credits {
	width: 250px;
	text-align: right;
	float: left;
}

#menu
{
	text-align: right;
	margin-top:57px;
}

#menu a
{
	font-family: "Arial Black";
	color: #FFFFFF;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
	cursor:pointer;
	padding-right:2px;
}

#menu a {
	width:98px;
	display:block;
	text-decoration:none;
}

#menu a:hover
{
	font-family: "Arial Black";
	color: #FFFFFF;
	background-color:#5F5F5F;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
	cursor:pointer;
	padding-right:2px;
	text-decoration:none;
}

#submenu
{
	margin-bottom: 5px;
}

#submenu a {
	padding-top:3px;
	padding-bottom:3px;
	font-family: "Arial Black";
	color: #cccccc;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 8px;
	text-align: right;
}


#submenu a:hover
{
	padding-top:3px;
	padding-bottom:3px;
	font-family: "Arial Black";
	color: #eeeeee;
	background-color:#565656;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 8px;
	text-align: right;
	cursor:pointer;
}

.records {
	border: 1px solid #4e4e4e;

}

.next
{
	font-family: "Arial Black";
	color: #cccccc;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 15px;
	text-align: right;
	cursor:pointer;
}

.nexthover
{
	font-family: "Arial Black";
	color: #eeeeee;
	background-color:#565656;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 15px;
	text-align: right;
	cursor:pointer;
}

.previous
{
	font-family: "Arial Black";
	color: #cccccc;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 15px;
	text-align: left;
	cursor:pointer;
}

.previoushover
{
	font-family: "Arial Black";
	color: #eeeeee;
	background-color:#565656;
	font-size: 8px;
	text-transform: lowercase;
	line-height: 15px;
	text-align: left;
	cursor:pointer;
}

#modal {
	background: #222 url(img/photo_copyright.gif) no-repeat bottom right;
	border:1px solid #444;
	position: relative;
	width:760px;
	margin:auto;
	margin-top:5px;
	top: 10px;
	text-align:center;
	z-index: 100;
	display:none;
}

#modal a {
	text-decoration:none;
	color:#999999;
}

#modal a:hover {
	text-decoration:none;
	color:#FFcc00;
}


#modal div {
	background:#1A1a1a;
	padding-top:5px;
	padding-bottom:5px;

}

#modal img {
	margin:20px;
	margin-bottom:30px;
}

#message {
	text-align:center;
	visibility:hidden;
	position:absolute;
	left:20%;
	right:20%;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	z-index: 999;	
	font-size:11px;
	padding:3px;
	width:60%;
	margin:auto;
	background:#333333;
}