﻿#pContent {
	width: 100%;
}
.ms-WPBody TD{
	font-family:Arial, Verdana, Tahoma;
}
.Green {
	background-color: #faf6f2;
}
/*--------------------------------*/
#Pagination {
	font-size: 11px;
	text-align: right;
}
#Pagination A:link {
	color: #000;
}
#Pagination A:active {
	color: #000;
}
#Pagination A:visited {
	color: #000;
}
#Pagination A:hover {
	color: #8e4b04;
	text-decoration: underline;
}
#Pagination .Previous {
	padding: 0px;
	/*background: url('../images/masterportal/ArrowPrevious.gif') no-repeat 0px 0.3em;*/
}
#Pagination .Next {
	padding: 0px;
	/*background: url('../images/masterportal/ArrowNext.gif') no-repeat 100% 0.3em;*/
}
#Pagination #Pages {
	padding: 0px 8px;
	display: inline;
}
#Pagination #Pages A {
	padding: 0px 8px 0px 5px;
	background: url('/SiteCollectionImages/masterportal/l2.gif') no-repeat 100% 0.1em;
}
#Pagination #Pages A.Last {
	padding-right: 8px;
	background: none;
}


/*ContentGR------------------------------------------------------*/
.ContentTB {
	margin: 20px 0px;
	width: 99%;
}
.ContentTB TD {
	font-size: 12px;
	padding: 5px 30px;
}
.ContentTB .Header {
	height: 29px;
	background: #959595 url('/SiteCollectionImages/MasterPortal/ContentTBHeaderBG.gif') no-repeat;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.ContentTB .HColStart {
	width: 100px;
	border-right: 1px solid #b3b3b3;
}
.ContentTB .HColEnd {
	width: 560px;
	background-position: right top;
}
.ContentTB .Detail {
	border-left: 1px solid #cfcace;
	border-bottom: 1px solid #cfcace;
	vertical-align: top;
	color: #333;
}
.ContentTB .DCol1 {
	text-align: center;
}
.ContentTB .DColEnd {
	border-right: 1px solid #cfcace;
}

.ContentTB p {
  margin-left:2px;
  padding:0 0 6px 12px;
}

.ContentTB A:link, .ContentTB A:active, .ContentTB A:visited {
	font-size: 12px;
	color: #333;
}

.ContentTB A:hover {
	font-size: 12px;
	color: #ec1b2e;
	text-decoration: underline;
}


