@charset "utf-8";

/* UDC Styles */

body
{
	background-image:url(../media/general/bg.gif);
	background-repeat:repeat;
	background-color:#cccccc;
	color:#E8E8E8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

a
{
	color:#999999;
	font-weight:bold;
}

.subhead
{
	margin-bottom:6px;
	font-size:14px;
	color:#CCCCCC;
	font-weight:bold;
}

#flash-div
{
	position: absolute;
	width:945;
	height:305;
	top:  50%;
	left: 50%;
	margin-left: -472px;
	margin-top: -309px;
	border: thin #333333 solid;

}

#inner-container
{
	padding:10px;
}

#header
{
	margin-bottom:20px;
}

#main-content
{
	width:600px;
	float:left;
	margin-right:25px;
}

#side-bar
{
	float:left;
	width:300px;
}

#project-item
{
	border-bottom:solid 1px #666666;
	padding-bottom:15px;
	margin-bottom:10px;
	width: 600px;
	color:#CCCCCC;
}

#project-item b.client
{
	font-size:12px;
	font-weight:bold;
	color:ffffff;
}

#project-item b.info-label
{
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
