
/* DEBUG CSS - DON'T CHANGE */


DIV#Debug
{
	height: 5px;
	position: absolute;
	overflow: hidden;
	width: 100%;
}

TABLE.Debug
{
	border-width: 0px;
	width: 100%;
	background: #000000;
}

A.Debug
{
	color: #ffffff;
	text-decoration: underline;
}

SPAN.Debug
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
}

/* SITE SPECIFIC CSS */

DIV.MainText
{
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10pt
}

TD
{
	font-family: Verdana;
	font-size: 10pt
}

SPAN.TableTitle
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 3px;
}

SPAN.StatusNew
{
	font-weight: bold;
	color: #ff0000
}

SPAN.StatusOpen
{
	font-weight: bold;
	color: #0000ff
}


SPAN.StatusClosed
{
	font-weight: bold;
	color: #33cc66
}

SPAN.Small
{
	font-size: 9px
}

DIV.Menu
{
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 8px;
	font-family: Verdana;
	font-size: 10pt;
}

A.Menu
{
	text-decoration: none;
	color: #000000;
}

A.Menu:hover
{
	text-decoration: underline;
}

A
{
	text-decoration: none;
	color: #3333cc
}

A:hover
{
	text-decoration: underline;
}
