/* Test setting color to check it works!*/
/* #patternPage {
        font-family: "georgia", "verdana", Geneva, Arial, sans-serif;
        color:#FF0000;
}


*/

/*
from /pub/System/PatternSkinTheme2009/column_right.css
places the side bar at the right
depends on global settings in layout.css
*/

#patternMain {
	float:left;
	overflow:hidden;
}
.patternViewPage #patternOuter {
	margin-right:16em; /* Add space on right for patternSideBar */
	margin-left:16em; /* TTD: Adjust */
}
#patternSideBar { /* Move to Right */
	float:right;
	width:16em; /* includes left padding, see #patternSideBarContents */
	margin-right:-16em;
	margin-left:-1px;
	position:relative;
}
#secondSideBar {
	/* These are copied from the settings effective for patternSideBar by default */
	background:#fff;
	display:inline;
	float:left;
	margin-left:-16em;
	/*margin-right:-1px;*/
	overflow:hidden;
	width:16em;
}
#secondSideBarContents{
	/* These are copied from the settings effective for patternSideBarContents by default */
	line-height: 1.35em;
	margin-bottom: 1em;
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0em;
	padding-bottom: 2em;
	padding-left: 30px; /* Need to adjust these & maybe the values of the main text to fit without too much white space. */
	padding-right: 32px;
	padding-top: 1em;
	position: relative;
	width: 160px; /* From GA */
}

#dataMineClearHeaderSecondSideBar{
height:75px;overflow:hidden;}

