/*******************************************************************************
Colors:

Grays:
background-color: #000;
background-color: #fff;
background-color: #300;
background-color: #ccc;

Blues:
background-color: #005;
background-color: #003;

Reds:
background-color: #500;

Greens:
background-color: #050;

*******************************************************************************/

body
{
	background-color: #000;
	color: #46f;
	
	margin: 10%;
	margin-top: 10pt;
	padding: 0%;
	width: 80%;
	border: none;
	///font-family: verdana, times, serif;
	///font-family: georgia, verdana, serif;
	///font-family: times, serif;
	font-family: monaco, courier, monospace;
	font-size: 9pt;
	line-height: 100%;
}

/*******************************************************************************
Div Types
*******************************************************************************/

#pagetitle
{
	///background-color: #000;
	///color: #46f;
	///border-bottom: 1px solid;
	margin-bottom: 24pt;
	padding: 1pt;
}
#pagetitle h1
{
	text-align: center;
	font-size: 22pt;
	///border: 1px solid #6d6;
}
#pagetitle p
{
	///font-size: 10pt;
	text-align: center;
	text-indent: 0em;
	padding: 8pt;
	///border: 1px solid #6d6;
}

.main
{
	///background-color: #002;
	///color: #ccc;
	margin: 0px;
	padding: 18pt;
	border: 1px solid;
	///overflow: hidden;
	///font-family: georgia, verdana, serif;
	///font-size: 12pt;
	line-height: 130%;
}

div.spacer
{
	clear: both;
	font-size: 3pt;
	padding: 0px;
	margin: 0px;
}


.project
{
	margin: 0pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border: 1px solid;
	///border: 1px solid #c33;
}
.project div.title
{
	border-bottom: 1px solid;
	background-color: #004;
	margin: 0px;
	padding: 6pt;
	///font-weight: bold;
	///border: 1px solid #33c;
}
.project div.title span.name
{
	float: left;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	///border: 1px solid #c33;
}
.project div.title span.timestamp
{
	float: right;
	text-align: right;
	font-size: 7pt;
	///border: 1px solid #c33;
}
.project div.description
{
	margin: 0px;
	padding: 6pt;
	///border: 1px solid #3c3;
}

.status
{
	color: #c11;
	margin: 0pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border: 1px solid;
	///border: 1px solid #c33;
}
.status div.title
{
	border-bottom: 1px solid;
	background-color: #400;
	margin: 0px;
	padding: 6pt;
	///font-weight: bold;
	///border: 1px solid #33c;
}
.status div.title span.name
{
	float: left;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	///border: 1px solid #c33;
}
.status div.title span.timestamp
{
	float: right;
	text-align: right;
	font-size: 7pt;
	///border: 1px solid #c33;
}
.status div.description
{
	margin: 0px;
	padding: 6pt;
	///border: 1px solid #3c3;
}




/*******************************************************************************
"Normal" tags
*******************************************************************************/


p
{
	///text-indent: 2em;
	///margin: 0pt;
	///border: 1pt solid #fa6;
}


img
{
	border: none;
	margin: 5px;
	padding: 0px;
}

h1
{
	///font-family: arial, sans-serif;
	font-size: 24pt;
	text-align: center;
	padding: 18pt;
}

h2
{
	///font-family: arial, sans-serif;
	font-size: 20pt;
	///padding-bottom: 12pt;
	///border: 1px solid #ddd;
	line-height: 100%;
}

h3
{
	///font-family: arial, sans-serif;
	font-size: 16pt;
}

h4
{
	///font-family: arial, sans-serif;
	font-size: 14pt;
}
/*
a
{
	color: #006;
}
a:visited
{
	color: #606;
}
*/
a:hover
{
	color: #900;
	///border: 1px dotted #c00;
}


/*******************************************************************************
History.
*******************************************************************************/





