@IMPORT url("header.css");
@IMPORT url("navigation.css");
@IMPORT url("input.css");
@IMPORT url("navigation-side-bar.css");
@IMPORT url("footer.css");
body {
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
}
a:link,
a:visited {
	color: #49a0bd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#layout {
	margin: auto;
	width: 1000px;
}
#content {
    clear: both;
	min-height: 350px;
	border: 1px solid #FFFFFF;
}
#mainContent {
	margin-left: 228px;
	margin-right: .5em;
	width: 752px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#mainContent table {
	margin-top: .5em;
}
#mainContent table tr{
	border: 1px solid #CCCCCC;
}
#mainContent table td{
	vertical-align: top;
}
.PressInfo {

}
.Title {
	font-weight: bold;
}
.Headline {
	font-weight: bold;
	font-size: .7em;
	display: block;
}
span.APSCompany {
	color: #0099CC;
}
.DetailInfo {
	padding-top: .5em;
	display: block;
}
.LatestReleaseSection {
	background-color: #f1f5f5; 
	border: 1px solid #cccccc; 
	padding: .2em;
	margin-top: 5px; 
	font-weight: bold; 
	font-size: 11px; 
}
/* Pager tab*/
.BlockBar {
    border: 1px solid #CCCCCC;
	background-color: #F3F6F6;
	text-align: left;
	padding: 3px;
}
.BlockBar .TitleBlockBar {
	font-weight: bold;
}
div.TitleTab {
    border: 1px solid #CCCCCC;
	background-color: #F3F6F6;
    text-align: right;
    padding: 3px;
	vertical-align: center;
	margin-top: 7px;
    font-weight: bold;
}
div.TitleTab .TitleSection {
    float: left;
}
div.TitleTab .Pager {
    float: left;
    text-align: center;
    margin-top: 2px;
    _margin-top: 1px;
    width: 45%;
}
div.TitleTab .Filter {

}
div.TitleTab .TitleSection{
	font-size: 12px;
	padding-top: 3px;
}

div.PagerControl {
	width: 45%;
	text-align: center;
	float: left;
	border: 1px solid red;
}
.Follow {
	display: block;
	float: left;
	margin-left: 5px;
	width: 20em;
}
.Row {
	padding-top: .5em;
}
.Clear {
	clear: both;
}
.LabelRequired {
    color: red;
}
.Required {
    color: red;
}
.Label {
    font-weight: bold;
}	
	