﻿
/* Page Classes */

body 
{
	background-image: url("Images/bg.gif");
	color: #505050;
	font-family: Tahoma;
	font-size: small;
}

BUTTON
{
	font-family: Tahoma;
}

INPUT
{
	font-family:Tahoma;
}

a
{
	text-decoration: none;
	color: #0099ff;
}

a:active
{
	color: #0099ff;
}

a:link
{
	color: #0099ff;
}

a:visited
{
	color: #005599;
}

a:hover
{
	text-decoration: underline;
	color: #00bbff;
}

/* My Classes */

.middle
{
	background-image: url(Images/mid.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 5px;
	color: White;
	height: 34px;
}

.header
{
	background-image: url(Images/negative.gif);
	background-repeat: repeat-x;
	height: 25px;
}

.middle A
{
	color:White;
}

.middle A:hover
{
	color: White;
	text-decoration: underline;
}

.middle A:visited
{
	color: White;
}

.tbl
{
	background-color: #fafafa;
	border-color: #9c9c9c;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
}

.loginback
{
	background-color: #cccccc;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.BtnPng
{
	behavior: url( "pngbehavior.htc" );
	width: 100px;
	height: 80px;
}

.lbl
{
	color: #505050;
}

.menuItem
{
	border-bottom: gray 1px solid;
}

.PopupPanel
{
	border: solid 1px black;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	
	margin-top: -80px;
	margin-left: -140px;
}

.PopupPanelModalArea
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color:silver;
	z-index: 99;
	border: 0;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/* Accordion Menu */

.msg_head
{
	background-image: url(Images/negative.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 8pt;
	font-weight: bold;
	color: #777777;
	cursor: pointer;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
}
.msg_body
{
	background-color: #fafafa;
	border-color: #9c9c9c;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
}

#invisible
{
	display: none;
}