/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 1.6em;
	background-color: white;
}


TABLE.mediumtext
{
	font-size: 10pt;
}

TABLE.smalltext
{
	font-size: 9pt;
}

TABLE.smallertext
{
	font-size: 8pt;
}


BIG
{
	font-size: 1.17em;
}

A.BOLD
{
	font-weight: bold;
	color: black;
}

INPUT
{
	font-size: 10pt;
	font-family: verdana;
}

SELECT
{
	font-size: 10pt;
	font-family: verdana;
}

#header
{
	width: 100%;
	
	background-color: #9c0000;
	background-repeat: no-repeat;
}

#toolbar
{
	width: 100%;
	border-bottom: darkgray 1px solid;
	height: 20px;
	background-color: #000000;
}


A.BOLD:hover
{
	font-weight: bold;
	color: #cc3333;
}

TD.PostHead
{
	font-size: 8pt;
	color: #ffffcc;
	font-family: Verdana;
	background-color: #993300;
}

TABLE.Post
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	font-size: 8pt;
	font-family: Verdana;
}

/* ASP.Net Menu Fix */
.adjustedZIndex {
    z-index: 1;
}
