/*
____________

Page Overviews
____________
*/

.pageOverview {
	margin: 5px;
	background-color: #FFFFFF;
}

.pageOverview .description {
	padding: 5px;
	margin: 0;
}

.pageOverview img {
	margin: 5px 5px 10px 5px;
	float: right;
}

/*
____________

Main Content Sets
____________
*/

.mainContentSet {
	margin: 0;
	background-color: #fff;
}

.mainContentSet .title {
	font-size: 120%;
	font-weight: bold;
	color: #25385a;
	border-bottom: 2px solid #25385a;
	margin: 0 0 5px 0;
	padding: 3px 5px 3px 5px;
	background-image:url('/staticfiles/PHMSA/SiteImages/Common/GrayGrad.jpg');
	background-position:left;
	background-repeat:repeat-y;
}

.mainContentSet .description {
	padding: 0 5px 5px 5px;
	margin: 0;
}

.mainContentSet img {
	margin: 0 10px 0px 10px;
	float: left;
}

.mainContentSet .item {
	padding: 0 5px 5px 2px;
}

.mainContentSet .item .bullet {
	background-image: url('/staticfiles/PHMSA/SiteImages/Common/bullet-arrow.gif');
	background-repeat: no-repeat;
	width: 12px;
}

.mainContentSet .item a,
.mainContentSet .item a:link,
.mainContentSet .item a:visited {
	text-decoration:underline;
}

.mainContentSet .item a:active,
.mainContentSet .item a:hover {
	text-decoration:underline;
}

.mainContentSet .item .itemTitle{
	vertical-align: top;
	width: 35%;
	padding:2px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.mainContentSet .item .briefDesc{
	vertical-align: top;
	width: 40%;
	padding:2px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.mainContentSet .item .publishDate{
	vertical-align: top;
	width: 25%;
	padding:2px;
	border-bottom:1px solid #ccc;
}

.mainContentSet .preemptionsItemLeft {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 70px;
}

.mainContentSet .preemptionsItemCenter {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.mainContentSet .preemptionsItemRight {
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 90px;
}

/*
____________

Side Content Sets
____________
*/

.sideContentSet-frame {
	width:245px;
	margin-right:5px;
	background-color: #fff;
}

.sideContentSet-frame .title {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-image: url('/staticfiles/PHMSA/SiteImages/Common/spiffyTop.gif');
	background-repeat: no-repeat;
	background-color: #25385a;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}

.sideContentSet-frame .description {
	padding: 0 5px 5px 5px;
	margin: 0;
}

.sideContentSet-frame img {
	margin: 5px 10px 5px 10px;
float:right;

}

.sideContentSet-frame .item {
	padding: 0 5px 5px 2px;
}

.sideContentSet-frame .item .bullet {
	background-image: url('/staticfiles/PHMSA/SiteImages/Common/bullet-arrow.gif');
	background-repeat: no-repeat;
	width: 12px;
}

.sideContentSet-frame .item a,
.sideContentSet-frame .item a:link,
.sideContentSet-frame .item a:visited {
	text-decoration: underline;
}

.sideContentSet-frame .item a:active,
.sideContentSet-frame .item a:hover {
	text-decoration: underline;
}

.sideContentSet-noframe {
	margin: 0;
	background-color: #fff;
}

.sideContentSet-noframe .description {
	padding: 0 5px 5px 5px;
	margin: 0;
}

.sideContentSet-noframe img {
	margin: 5px 10px 5px 10px;
	float: left;
}

.sideContentSet-noframe .item {
	clear:both;
	padding: 0 5px 5px 2px;
}

.sideContentSet-noframe .item .bullet {
	background-image: url('/staticfiles/PHMSA/SiteImages/Common/bullet-arrow.gif');
	background-repeat: no-repeat;
	width: 12px;
}

.sideContentSet-noframe .item a,
.sideContentSet-noframe .item a:link,
.sideContentSet-noframe .item a:visited {
	text-decoration: underline;
}

.sideContentSet-noframe .item a:active,
.sideContentSet-noframe .item a:hover {
	text-decoration: underline;
}

/*
____________

Content Menu
____________
*/

#contentMenu {
	background-color: #EEEEEE;
	border:1px solid #003366;
	width: 100%;
}

#contentMenu .button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 9px;
   	font-style: normal;
   	font-weight: normal;
   	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #003366;
}

#contentMenu .input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 9px;
   	font-style: normal;
   	font-weight: normal;
   	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}

#contentMenu .label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 10px;
   	font-style: normal;
   	font-weight: bold;
   	text-decoration: none;
	color: #000000;
}

/*
____________

In-Context Editing Links
____________
*/

.ice-link,
.ice-link:link,
.ice-link:visited { 
	color: #57687A; 
	text-decoration: none;
}

.ice-link:active,
.ice-link:hover {
	color: #FF0000;
	text-decoration: none;
}