/* CSS Project List Document */

body { background-color:#000000; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 11px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }
td, th { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.templatetable { border-style: dashed; border-width: 1px; border-color:#999999; }
.templateheader { background-color:#D7D7D7; }
a:link {
    text-decoration: none;
    color: #FFFFFF;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a:active {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
}
.centerContainer
{
	width: 100%;
	float: left;
	text-align: center;
}
.centerFloat
{
	float: left;
	padding: 5px 5px;
}
.centerDynamic
{
	float: left; 
	margin-left: -700px; 
	width: 700px; 
	border: 1px solid #CCCCCC; 
	position: relative;
}
#fullheight{height:67%}