/* container for all columns */
#bodyColumns {
	width: 960px;
	margin: 15px auto;
	font-size: 13px;
	text-align: left;
	padding: 0;
	background: url("../images/vrule.gif") repeat-y 0 -20px;
}
#bodyColumns.oneCol {
	background-image:none;
}
/* container for left navigation (uses dynamicsidenav_new.css) */
#leftBar {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
/* Styles for feature block */
#leftBar .featureBlock, #leftBar #featureBlock {
	background-color: #f5f5f5;
	border: 1px solid #c5c6c6;
	padding: 2px 12px;
	line-height: 1.6em;
	font-size: 13px;
	margin-bottom: 10px;
}
#leftBar .featureBlock p, #leftBar #featureBlock p {
	line-height: 19px;
	font-size: 13px;
	margin-top: 0;
}
#leftBar .featureBlock h2, #leftBar #featureBlock h2 {
	color: #a8761e;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
.featureBlock ul, #featureBlock ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.featureBlock li, #featureBlock li {
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1em;
}
.featureBlock a, #featureBlock a {
	color: #2d7104;
}
.featureBlock a:hover, #featureBlock a:hover {
	color: #000;
}
/* 3 columns content style */
#bodyContent {
	margin: 11px 0 21px 21px;
	float: left;
	width: 439px;
	/*font-size: 1.2em;*/
	line-height: 1.6em;
	padding:0 0 20px 0;/*border-left:1px solid #DCDCDC; */
}
/* 1 column content style */
.oneCol #bodyContent {
	margin:11px 0 21px 0;
	float: left;
	width: 943px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding:0 0 20px 17px;
	border-left:none;
}
.twoCol #bodyContent {
	margin:11px 0 21px 21px;
	float: left;
	width: 699px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding:0 0 20px 20px;
}
/* heading styles */
/*
#bodyContent h1 {
	font-size: 1.6em;
	color: #00709C;
	margin:0 0 10px 0;
	padding:0;
}
#bodyContent h2 {
	font-size: 1.4em;
	color: #A8761E;
	margin: 10px 0 5px 0;
	padding:0;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
	font-size: 1.2em;
	color: #000;
	margin: 10px 0 5px 0;
	padding:0;
}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
	background: none;
}
*/
#bodyContent p {
	padding:0;
	margin:0 0 10px 0;
}
#bodyContent a, #TB_window a {
	color: #2d7104;
}
#bodyContent a:hover, #TB_window a:hover {
	color: #000;
}
#bodyContent ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	list-style-type: none;
}
#bodyContent ul {
	padding-left: 0px;
	margin-left: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#bodyContent ul.singleline li {
	margin-bottom: 2px;
}
#bodyContent ol li {
	margin-bottom: 5px;
}
#bodyContent ol.singleline li {
	margin-bottom: 2px;
}
#bodyContent code, #bodyContent samp, #bodyContent pre {
	border: 1px solid #ACC2D1;
	font-size: 1.2em;
	background-color:#F0F6FA;
	margin:10px 0 10px 10px;
	padding: 10px;
	display:block;
}
#bodyContent strong, #bodyContent b {
	font-weight:bold;
}
#bodyContent label, #bodyContentSingle label {
}
.caption {
	color:#666666;
	font-size:0.88em;
	font-weight:bold;
}
/* 3rd column*/
#rightBar {
	float:left;
	width:240px;
	margin-left: 20px;
	margin-top: 11px;
}
/* Footer styles */
.footerSmall {
	border-top:1px solid #acc6d8;
	color:#1a679e;
	margin-top: 20px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	clear: both;
}
.footerSmall a, .footerSmall a:visited {
	color:#1a679e;
	padding:0 10px;
	text-decoration:none;
}
.footerSmall a:hover {
	text-decoration:underline;
}

/*  */
a.button {
	color: #fff;
	background:url(/Shared/Styles/esricore2010/images/buttonbg.jpg) repeat-x center center;
	padding: 2px 10px;
	margin:0 auto;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
	display: block;
	width: 87px;
	
}
a.button:hover {
	background-image:url(/Shared/Styles/esricore2010/images/buttonbghover.jpg);
	text-decoration:underline;
}
#bodyContent a.button {
	color: #fff;
	display:block;
	background:url(/Shared/Styles/esricore2010/images/buttonbg.jpg) repeat-x center center;
	border: 1px solid #2d7104;
	padding: 2px 6px;
	margin:5px 10px;
	margin-left:0;
	font-weight: bold;
	float:left;
	text-decoration:none;
}
#bodyContent a.button:hover {
	background-image:url(/Shared/Styles/esricore2010/images/buttonbghover.jpg);
	text-decoration:underline;
}
input.button {
	color: #fff;
	display:inline-block;
	background:url(/Shared/Styles/esricore2010/images/buttonbg.jpg) repeat-x center center;
	border: 1px solid #2d7104;
	padding: 2px 6px;
	margin:0 0 0 10px;
	margin-left:0;
	font-weight: bold;
	text-decoration:none;
}
input.button:hover {
	background-image:url(/Shared/Styles/esricore2010/images/buttonbghover.jpg);
	text-decoration:underline;
}
.btnClear {
	clear: both;
	height: 0;
	_height: auto;
}

