/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-image: url("images/mvabodytop.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 987px;
}

div#Page {
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/

div#SearchAndFocus {
	float: right;
}

div#SearchAndFocus a,
div#SearchAndFocus a:visited {
	padding: 		0px 6px 0px 0px;
	margin-right: 		6px;
	margin-bottom:		4px;
	border-right:		1px solid #425968;
	color: 			#425968;
	text-decoration:	underline;
}

div#SearchAndFocus a:hover {
	text-decoration:	none;
}

div#SearchAndFocus input {
	color: 			#425968;
}

div#SearchAndFocus input#SearchText {
	border: 		1px solid #7F9DB9;
	width:			132px; /* old value: 172 */
}

div#SearchAndFocus input#SearchBtn {
	margin:			0px 10px 0px 4px;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#ColumnsContainer {
	background-image: url("images/bggradient.gif");
	background-repeat: repeat-x;
	background-color: #AEBBC6;
}

div#LeftColumnInner {
	padding: 8px 0 0px 8px;
}

div#ContentColumnInner {
	padding: 8px 8px 8px 8px;
}

div#RightColumnInner {
	padding: 8px 8px 8px 0px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
	width: 100%;
}

div#PagePrevious {
	float: left;
}

div#PageNext {
	float: right;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.ClearSpaceTop {
	height: 6px;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

div.SpaceBetweenLeftColumnElements {
	margin-bottom: 8px;
}

div.Banner {
	background-color: transparent;
	position: relative;
	border: 0px solid transparent;

}

div.Banner img {
	border: 0px solid transparent;

}

div.Banner a {
	border: 0px solid transparent;
}

div#RSSImages {
	float:right; 
	position:relative; 
	padding-right:30px; 
	margin-top:-4px;
}


/****************************************************
	T A B L E   D A T A
****************************************************/

table#table {
}

table#table thead tr td,
table#table tr th {
	background-color: #6E8492 !important;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 3px 3px 3px 4px;
}

table#table tbody tr:first-child td {
	font-weight: bold;
}

table#table tr td {
	background-color: #E2EAF0;
	text-align: center;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	color: #425968;
}


table#table2 {
}

table#table2 thead tr td,
table#table2 tr th {
	background-color: #6E8492 !important;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 3px 3px 3px 4px;
}

table#table2 tbody tr:first-child td {
	font-weight: bold;
}

table#table2 tr td {
	background-color: #E2EAF0;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	color: #425968;
}



