/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #666666; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin:0;
	padding: 0;
	text-align: center;
}


div#MasterPageContainer {
	background:#ffffff;
	padding:0 65px 0 65px;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	background-color: #ffffff;
}

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
****************************************************/
#Search{
	background:#E3E2E2;
	float:right;
	padding:0.2em 0.4em 0.5em 0.8em;
	width:200px;
}

#Search label{
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
}

#Search #q{
	width:109px;

}

#SearchIcon{
	position:relative;
	top:5px;
}

#PartnerLink{
	background:transparent url(images/bg_partnerLink.gif) 0 0 no-repeat;
	width:210px;
	height:21px;
	float:right;
}

#PartnerLink a{
	color:#ffffff;
	background:transparent url(images/arrowExtranet.gif) 0 7px no-repeat;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:4px 0 0 11px;
	font-size:0.9em;
	margin-left:10px;
}

#PartnerLink a:hover{
	text-decoration:underline;
}


#HeaderLinks {
	color: #B5B5B5;
}


/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 10px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 10px;
}

div#ContentColumnInnerWide {
	padding-bottom: 10px;
	padding-top: 10px;
}

div#RightColumnInner {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}

/****************************************************
	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;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

