.Box
{
    width: 100%;
	margin-bottom: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
}

.boxTitle 
{
	border-left: 0;
	border-right: 0;
	margin-bottom: 3px;
	text-decoration: none;
    font-size: 14px;
	text-align: left;
	width: 100%;
	font-weight:bold; 
	color:white;
}

.BoxItem
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #444444;
}
.BoxItem:first-child {border-top:1px solid #444444;}

.whiteLink a {color: white;}
.BoxItem a:hover {text-decoration: underline;}
.BoxMore
{
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.BoxItemText
{
	font-size: 12px;
}
.BoxPremium
{
	font-size: 12px;
	font-weight: bold;
}
.BoxPremium a, .BoxPremium a:visited { color: #73A1FA; text-decoration: none;}
.BoxPremium a:hover {color: #5481D6;}
.BoxItemForumLink {font-weight:bold;font-size:14px;}
.BoxItemJobLink {font-weight:bold;font-size:14px;}
.BoxItemJobDisplayName {font-weight:bold;font-size:14px;}
.BoxItemJobImage {width:75px; border:0; margin-right:5px;}
.BoxPremium_A
{
	font-size: 12px;
}
