.listIndent {
	margin-left:15px;
}

.sectionHeader {
	background-color:#f5f5f5;padding:10px;font-weight:bold;
}

.brochureSection {
	margin-top:27px;
	width:500px;
}

div.brochureSection p {
	margin-bottom:1em;
	margin-top:.5em;
}

#UserAddForm div.input.text {
    padding-bottom: 15px;
}

.footerLink {
	text-decoration:none;
	color:#666;
}

.footerLink:hover {
	text-decoration:underline;
}

.userSettingsField {
	margin-bottom:25px;
}

.ruleItem {
	background-color:#f2f2f2;
	padding:15px;
	margin-top:7px;
	margin-bottom:7px;
}

pre {
	font-size: 12px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #F2F2F2;
	border-left: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 10px 0;
	display: block;
	background-color: #F2F2F2;
}

.dashBlurb {
		background:url('/img/dashBlurbTile.gif') repeat-x;
		background-color:#f6f6f3;
		margin-top:25px;
		margin-bottom:25px;
		padding-top:17px;
		padding-bottom:17px;
		padding-left:12px;
}

.customButton,
.customButton a,
.customButton input {
	background:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cccccc));
	background-image: -moz-linear-gradient(top, #f2f2f2, #cccccc);
	border-color: #555555;
	color: #000;
	text-shadow: #f2f2f2 0px 1px 0px;
	font-size:110%;
	font-weight:normal;
	padding: 4px 8px;
	border:1px solid #555;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	width:auto;
}

.customButton:hover {
	background:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f2f2f2));
	background-image: -moz-linear-gradient(top, #cccccc, #f2f2f2);
	cursor:pointer;
}



/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#container {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	background:url('/img/footerTile.gif') repeat-x;
	margin-top: -50px; /* negative value of footer height */
	height: 40px;
	background-color:#faf9f5;
	font-size:80%;
	text-align:center;
	clear:both;
	padding-top:10px;
	} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.hidden {
	display:none;
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/
