﻿/* Login Page */

.login_error
{
    font-size: small;
    color: Gray;
}

.login_prompt
{
	font-size: small;
}

.login
{
	width: 400px;
	height: 170px;
	margin: auto auto auto auto;
	border: solid 1px gray;
	padding: 20px 50px 0 50px;
	text-transform: none;
}

.login input
{
	border: solid 1px black;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	text-transform: none;
	background: white;
	width: 160px;

}	

/* editing features */

.edit_box
{
	padding: 5px 5px 5px 5px;
	background-color: Black;
	border: solid 4px Gray;
	position: absolute;
	font-size: 8pt;
	text-transform: uppercase;
}

.edit_box input
{
	background-color: White;
	border: solid 1px #EEEEEE;
	text-transform: none;
}

.modal_background
{
	background-color: White;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 0;
}

.edit_header
{
	width: 99%;
	background-color: Navy;
	color: Yellow;
	font-size:10pt;
    font-weight: bold;
    height: 20px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
}

.admin
{
	position: fixed;
	color: Black;
	font-size: 10pt;
	left: 1px;
	bottom: 1px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana;
	padding-top: 5px;
	background-color: Pink;
}

.admin input
{
	height: auto;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-size: 10px;
	text-transform: none;
}
