﻿.border{
	border-width: 0px;
}
.link_color {
	color: blue;	
}
.link_color_grey {
	color: #808080;	
}
.link_color_over_blue:hover{
	color: blue;
}
.link_color_black {
	color: black;
}
.link {
	text-decoration: none;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.picture_border {
	border-left:1px black solid; 
	border-top:1px black solid;
	border-bottom:1px black solid;
	border-right:1px black solid;
}
.indent {
	margin-left: 30px;
}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 25;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: none;
}
.darkenBackground2 {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 25;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.hiddendiv{
	position: absolute;
	width: 300px;
	z-index: 99;
	top: 40%;
	left: 50%;
	margin: -50px auto auto -150px;
	border: 1px solid black;
	text-align: center;
	background-color: #FFFFFF;
}
.input {
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: 1px solid;  
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Verdana; 
}
.grey_out {
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}
div.noscriptbar{
	clear: both;
	background: #f99; 
	border: 2px solid red; 
	padding: 2px; 
	margin: 2px 0; 
	width: auto; 
	text-align: center;
}
