﻿.ResumeBriefList
{
	width:100%;
}

.ResumeBriefList .TextBox
{
	background-color:#eff6fb;
	border-width:1px;
	border-color:#98bbd7;
	border-style:solid;
}

.ResumeBriefList .Content
{
	border-color:#a7c5e2;
	border-style:solid;
	border-width:1px;
	width:100%;
}

.ResumeBriefList .Content .Header td
{
	background-color:#e4edf4;
	border-bottom-color:#a7c5e2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	height:30px;
	text-align:center;
}

.ResumeBriefList .Content .Item td
{
	border-bottom-color:#a7c5e2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:30px;
	text-align:center;
}

.ResumeBriefList .Content .Footer td
{
	border-bottom-color:#a7c5e2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:40px;
	text-align:center;
}

.ResumeBriefList .Footer
{
	width:100%;
}

.ResumeBriefList .Footer .Left
{
	width:20%;
	padding-left:10px;
	text-align:left;
}

.ResumeBriefList .Footer .Center
{
	height:30px;
	text-align:center;
}

.ResumeBriefList .Footer .Right
{
	width:20%;
	padding-right:10px;
	text-align:right;
}

.ResumeBriefList a:link
{
	color:#2c77bd;
	text-decoration:none;
}

.ResumeBriefList a:visited
{
	color:#2c77bd;
	text-decoration:none;
}

.ResumeBriefList a:hover
{
	color:Red;
	text-decoration:underline;
}

