body,html
{ font: 12px Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  margin: 10px;
  padding: 0;
  background: #ddd;
  text-align: left;
}

td
{ font: 12px Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  margin: 0;
  padding: 2px;
  background: #ddd;
}

a
{
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	color: #339;
	text-decoration: none;
}

a:hover
{ color: #900;
  text-decoration: underline }

 
h1
{ font: bold 20px Verdana,Arial,Helvetica,sans-serif;
  color: #000; }

h2
{ font: bold 18px Verdana,Arial,Helvetica,sans-serif;
  color: #000; }

h3
{ font: bold 14px Verdana,Arial,Helvetica,sans-serif;
  color: #000; }

h4
{ font: bold 12px Verdana,Arial,Helvetica,sans-serif;
  color: #900; }


#workarea
{
	margin-left: 151px;
}

#teammenu
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 150px;
	padding: 0px;
	background-color: #ddd;
}
#teammenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 600px;
	width: 170px;
	overflow: auto;
}
#teammenu a
{
	font: normal 10px Verdana;
	color: #339;
	text-decoration: none;
	display: block;
	width: 140px;
	background: #eee;
	padding: 2px;
}
#teammenu a:hover
{
	color: #900;
	background: #ffc;
}

.menu1
{
	width: 80%;
	margin: 0 auto;
	border: 1px dotted black;
	padding: 10px;
	background: #e6ffcc;
}
.menu1 td { background: #e6ffcc; }

.menu2
{
	width: 80%;
	margin: 0 auto;
	border: 1px dotted black;
	padding: 10px;
	background: #cce6ff;
}
.menu2 td { background: #cce6ff; }


.separator { clear: both; }
.sepleft { clear: left; }


/* TEXT FORMATTING */

.splitmessage {	border-bottom: 1px solid black; }
.smalltable { margin: 0 auto; }
.smalltable table { margin: 0 auto; }
.smalltablesplit {
	border-bottom: 1px solid black;
	margin: auto;
	padding-bottom: 10px;
}
.bump { margin-left: 30px; }

.highlight { font-weight: bold; color: #903; background: #fff; }
.alert { color: #f00; background: #ffc; }
.payattention { color: #00f; background: #fff; }


/* TABLE FORMATTING */

.fauxtable1
{
	float: left;
	width: 49%;
}
.fauxtable2
{
	float: right;
	width: 49%;
}


tr.stats-header td
{ background: #903;
  color: #fff;
  font-weight: bold; }

tr.stats-row0 td
{ background: #fff;
  color: #000;
  font-weight: normal; }

tr.stats-row1 td
{ background: #eee;
  color: #000;
  font-weight: normal; }

tr.stats-section td
{ background: #000;
  color: #fff;
  font-weight: bold; } 

table.tiny tr td { font: 11px Verdana,Arial,Helvetica,sans-serif; }


td.label
{
	text-align: right;
}

table.datagrid tr td.label
{
	padding: 3px 6px 3px 3px;
	color: #fff;
	background: #900;
	text-align: right;
}

table.datagrid tr td.value
{
	padding: 3px 3px 3px 6px;
	color: #000;
	background: #fff;
}

#content
{
	width: 590px;
	float: left;
	background-color: white;
	display: inline;
	margin: 0;
	padding: 5px;
	text-align: left;
	border-color: #666;
	border-width: 1px;
	background-color: #FFF;
	padding: 10px;
	border-style: solid;

}


#content p
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	padding: 6px 0 6px 0;
}

#content .byline
{
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 0 0 12px 0;
}

#content li
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	margin: 6px 0 6px 0px;
	list-style-type: square;
}

#content box li
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	margin: 6px 0 6px 0px;
	list-style-type: square;
}

#content h1
{
	font-size: 26px;
	margin: 6px 0 6px 0;
	font-family: helvetica, arial, sans-serif;
}

#content h2
{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 18px;
}

#content h3 
{ 
	margin: 4px 0 4px 0; 
	font-family: helvetica, arial, sans-serif;
}
#content h4 { font-size: 14px; }

#content p a
{
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}

#content li a
{
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}

p
{
	margin: 0;
	padding: 0;
}

div.caption
{
	font-size: 9px;
	font-weight: bold;
}
