﻿/* Webpart - Press Release Details Dataview xls styling */
.PRDetail {
	color:gray;
}
.PRDate {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	
}
.PRTitle {
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}

/* Webpart - Top 5 Press Releases xls styling */
#Webpart_PressReleasesTop5 p {
	margin: 0px;
	padding: 8px 6px 6px 10px;
	font-size:12px;
	font-weight: bold;
	color: #666666;
	line-height: 120%;
}
#Webpart_PressReleasesTop5 ul {
	list-style:none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	color: #999999;
}

#Webpart_PressReleasesTop5 li.items {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	line-height: 100%;
}

#Webpart_PressReleasesTop5 li.items a {
	display: block;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #ccc;
}

#Webpart_PressReleasesTop5 li.items a:hover {
	text-decoration: underline;
	display: block;
	color:#FF9933
}
#Webpart_PressReleasesTop5 li.morelink {
	display: block;
	text-align:right;
	padding: 0px 10px 0px 10px;
}
#Webpart_PressReleasesTop5 li.morelink a {
	display: block;
	padding: 4px 4px 4px 4px;
	border-bottom: 0px solid #ccc;
	color: #999999
}

#Webpart_PressReleasesTop5 li.morelink a:hover {
	text-decoration: none;
	display: block;
	color:#FF9933
}
/* Webpart - MediaBar */
#mediabar {
float: right;
width: 168px;
text-align:left;
background: #EEEEEE;
color: #666666;
padding: 4px;
margin: 0px;

}

#mediabar h1 {
background: #666666;
color: #EEE;
font-size: 90%;
padding: 0px 2px 0px 2px;
margin-bottom: 6px;
}

#mediabar p{
font-size: 85%;
line-height: 100%;
clear: both;
margin: 0px;
padding: 0px;
}

#mediabar img {
float: left;
margin-right: 4px;
padding-bottom: 8px;
}

#mediabar .ms-PartSpacingVertical {
	margin: 6px auto auto auto;
}

#PressReleaseFilterSelection ul li a{
	color:#D05C00;
}

#PressReleaseList .colTitle a:visited {
	color: #E69D06;
}

#PressContactInfo {
	border: 1px solid #cccccc;
	padding: 12px;
	background: url("Images/Alltech/news-bg.gif") repeat-x top left;
	color: #666666;

}

#joblisting {
	border: 1px solid #cccccc;
	padding: 12px;
	margin: 24px 0px 0px 0px;
}


