﻿body
{
	background-color: white;
	text-align: center;
	font-family: Calibri, Helvetica;
	font-size: 11pt;
}
fieldset
{
	border: 1px solid #3A789D;
	padding: 0.8em;
	width: 620px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


.select
{
	border: 2px solid white;
}
.select:hover
{
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-bottom: 2px solid silver;
	border-right: 2px solid silver;
}
input[type="button"], input[type="submit"], input[type="reset"]
{
	border: 1px solid #284279;
	color:  #284279;
	background-color: #FFFFFF;
	width: 120px;
	margin-top: 5px;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{	
	color: #990000;
	border: 1px solid #990000;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active
{
	background-color: black;
	color: white;
}

input[type="text"]
{
	border-style: inset !important;
	color: #102132 !important;
	border: 1px solid #284279;
	outline: White solid 1px;
}

input[type="text"]:hover
{
	border-color: #FFCC66;
	outline: #FFCC66 solid 1px;
}

.unselectable
{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
:focus
{
	outline: 0 solid White !important;
}


.small
{
	font-size: small;
}

#langselect
{
	float: left;
	display: inline-block;
	width: 125px;
	text-align: left;
}

#uilang
{
	float: right;
	display: inline-block;
	top: -14px;
	right: -7px;
	position: relative;
}

#uilang img
{
	cursor: pointer;
	outline: White solid 1px;
	opacity: 0.9;
}


#uilang img:hover, #showhelp img:hover
{
	opacity: .4;
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-filter: alpha(opacity=40);*/
}

.active
{
	outline: #FF9933 solid 1px !important;
}

#waitpic
{
	display: none;
}

#picholder
{
	display: inline-block;
	width: 16px;
	height: 16px;
}


#matches
{
	padding: 5px;
	text-align: left;
}

.exactMatch
{
	background-color: #FFFCD9;
	outline: 1px solid #FFFFAA;
}

#results
{
	padding: 0.8em;
	width: 600px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#helpholder
{
	display: none;
	z-index: 5;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

#helpbg
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: Silver;
	opacity: 0.6;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-filter: alpha(opacity=60);*/
	z-index: 10;
}

#helpwindow
{
	padding: 15px;
	border: 2px solid Maroon;
	position: relative;
	display: block;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	top: 10%;
	z-index: 20;
	text-align: left;
}

#showhelp
{
	cursor: pointer;
	text-decoration: underline;
	color: Navy;
}

#closebt
{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.5;
}

#closebt:hover
{
	opacity: 1;
}

#moronplate
{
	padding: 120px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	color: Red;
	background-color: White;
	font-family: 'Courier New' , Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
}

#footer
{
	clear: both;
	width: 100%;
	display: inline-block;
	background-color: Maroon;
	text-align: right;
	color: Yellow;
	font-size: 11px;
	height: 12px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

#footer a, #footer a:visited
{
	text-decoration: none;
	color: Yellow;
}


#footer a:hover
{
	text-decoration: underline;
	color: Yellow;
}

#duration
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: xx-small;
	color: #666666;
}

#infoholder
{
	padding: 2px;
	margin: 2px;
	border: 1px ridge #C0C0C0;
	background-color: #F2F2F2;
	float:right;	
}


#info
{
	font-size: 12pt;
	
}

