/**/
*{
	margin:0;
	padding:0;
}
body
{
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#182c67;
}
a
{
	text-decoration:none;
	color:#FFF;
}
p
{
	margin-top:10px;
	color:#182c67;
}
div#foot
{	
	clear:both;
	height:55px;
	width:940px;
	background-image:url(/images/edtrak_24.jpg);
	background-repeat: no-repeat;
}
div#banner
{	
	height:83px;
	width:940px;
	background-image:url(/images/edtrak_home_01.jpg);
	background-repeat: no-repeat;
	border-bottom:1.5px solid #e0a034;
	margin:0;
	padding:0;
}
div#banner a
{
	display:block;
	width:930px;
	height:83px;
}
div#bannerHeader
{
	float:left;
	height:147px;
	width:940px;
	background-image:url(/images/edtrak_02.jpg);
	background-repeat: no-repeat;
	border-bottom:1.5px solid #e0a034;
	/*border:1px solid #000;*/
}
div#bannerBottom
{
	float:left;
	height:20px;
	width:938px;
	background-image:url(/images/edtrak_03.jpg);
	background-repeat: no-repeat;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
#container
{
	width:900px;
}
div#activitySection
{
	float:left;
	margin-right:6px;
}
div#pageTitle
{
	width:370px;
	height:50px;
	background-image:url(/images/mytrak.jpg);
	background-repeat: no-repeat;
	margin-left:-12px;
}
div#activitieList
{
	margin-top:6px;
	
	width:370px;
	height:372px;
	border:2px solid #1b3c70;
	overflow:auto;	
}

div#activitieList ul 
{
	margin-left:10px;
	margin-top:4px;
	list-style:none;
	font-weight:bold;
}

div#activityButton
{
	width:370px;
	height:60px;
	border:2px solid #1b3c70;
	margin-top:8px;	
}

div#activityView
{
	width:545px;
	height:500px;
	border:2px solid #1b3c70;
	float:left;
	overflow:auto;
}
div#activityViewTitle
{
	width:101px;
	height:23px;
	background-image:url(/images/view_edit.jpg);
	background-repeat: no-repeat;
}
div#activityViewSummary
{
	border-bottom:2px solid #e2a133;
	width:99%;
	
}
div#activityView span.summary_blue
{
	margin-left:7px;
	font-size:13px;
	font-weight:bold;
	
	color:#1b3c70;
	text-align:right;
}
div#activityView span.summary_black
{
	margin-left:7px;
	font-size:13px;
	font-weight:bold;
	
	color:#000;
	text-align:right;
}
div#activityItemLists
{
	width:540px;
	height:420px;
	overflow:auto;
	
}
table.summaryTable
{
	margin-bottom:10px;
}

table.summaryTable th
{
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#E6E6E6;
	width:530px;
	padding:3px;
}

table.summaryTable td
{
	font-weight:bold;
	font-size:12px;
}

table.summaryTable td.edit
{
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	color:#5680CB;
}

.top1
{
	padding-left:15px;
	margin-top:10px;
}
.top1 a
{
	color:#2b00d5;
	text-decoration:underline;
}