﻿body, td, th, input, textarea, select
{
	font-family:"Trebuchet MS";
	font-size: 14px;
	line-height:20px;
}

INPUT.Default
{
	background-color: #CCC0B5;
}

.AdminLoginBox 
{
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 20px; width: 300px;
	position: absolute; 
	top:50%; 
	margin-top: -200px; 
	left: 50%; 
	margin-left: -150px;
}

.hline 
{
	border-bottom:1px solid #666666;
	font-size: 5px;
	clear: both;
}

H1.ModMainTitle 
{
	font-size: 14px;
}

A.ModEditButton
{
	background: url(../images/AdminImages/mod_edit.gif) top no-repeat #555555;
	float: right;
	width: 12px;
	height: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
}

A.ModModifyButton
{
	background: url(../images/AdminImages/mod_edit.gif) top no-repeat #555555;
	float: left;
	width: 12px;
	height: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	position:relative;
	left:-25px;
	top:-30px;
}


.ModSaveButton
{
	float: left;
/*	width: 71px;
	height: 25px;*/
}

.ModDeleteButton
{
	padding-left: 10px;
	float: left;
/*	width: 78px;
	height: 25px;*/
}

.ModCancelButton
{
	float: right;
/*	width: 71px;
	height: 25px;*/
}

.msg_warning
{
	text-align: center;
	font-weight: bold;
	color: #990033;
	padding: 10px;
}

.msg_error
{
	text-align: center;
	font-weight: bold;
	color: #EE0033;
	padding: 10px;
}

.msg_message
{
	text-align: center;
	font-weight: bold;
	color: #661100;
	padding: 10px;
}
