/* 

DEQ Print Style Sheet- created June, 2005. For questions or comments, please contact bsmart (at) utah.gov

Global styles below: 

Body is used to set page font and size, margin, and BG color 

*/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
a:link {
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
/* Zeros all lists */
ul, ol {
	margin: 0px;
	padding: 0px;
}
/* This is to style tables, you can make variations of this and add the rules to the style sheet. Example: .datatable2, .datatable2 td, etc. */
.datatable {
	border: 1px solid #003366;
	border-collapse:collapse;
	font-size: 12pt;
}
.datatable td {
	border: 1px solid #000000;
	padding: 6px;
}
.datatable th {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	color: #000000;
}
.datatable caption {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-size: 14pt;
	font-weight: bold;
}
.datatable tr.altrow {
    background-color: #CCCCCC;
}
.skip {
	display: none;
}
acronym {
	border-bottom: none;
	cursor: help;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.centertext {
	text-align: center;
}
.floatright {
	float: right;
	padding: 20px;
	position: relative;
}
.noborder {
	border: none;
}
/* This should be applied as a class to an empty Div to create the blue headline backgrounds, then place h1-h6 tags inside Div */
.linefade {
	background-color: #AEC8E4;
	background-image: url(../images/body/heading_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 100%;
	margin-bottom: 10px;
}
/* Applies a rounded corner to elements contained in the linefade Divs, can be used on h1-h6 tags */
.linecorner {
    background-image: url(../images/body/heading_upper_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Bullet styles below, should be applied to li elements when needed */
.morebullet {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/body/more_bullet.gif);
	padding: 0px;
	margin-bottom: 10px;
}
.arrowbullet {
	list-style-position: outside;
	padding: 0px;
	margin-bottom: 10px;
	list-style-image: url(../images/body/arrow_bullet.gif);
}
.greenbullet {
	list-style-position: outside;
	padding: 0px;
	margin-bottom: 10px;
	list-style-image: url(../images/body/green_bullet.gif);
}



/* Div for Utah State Header JS include, disabled for printing */
#UtahStateHeader {
	display: none;
}



/* DEQ Header below, disabled for printing */
#DEQHeader {
	display: none;
}

#header_image {
	display: none;
}



/* Main Container, holds Content, Navigation, Sidebar, and Footer Divs, modified for printing */
#Container {
	margin: 0px;
	padding: 0px;
	width: 100%;
}



/* Navigation Div below, disabled for printing */
#Navigation {
	display: none;
}



/* Main Content container below: this is the div that controls the majority of the pages styles, modified for printing */
#ContentContainer {
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	border: none;
}
#ContentContainer p {
    margin: 0px;
	padding: 0px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
#ContentContainer h1 {
	margin: 12px 0px 0px;
	padding-bottom: 10px;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
}
#ContentContainer h2,h3,h4,h5,h6 {
	font-size: 14pt;
	color: #333333;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: bold;
}
#ContentContainer ol,ul {
	margin: 0px 0px 0px 30px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
#ContentContainer li {
	padding-bottom: 5px;
}


/* Right Sidebar Div below, disabled for printing */


#SideBar {
	display: none;
}



/* DEQ Footer below: */
#DEQFooter 	{
    display: none;
}



/* Div for Utah State footer JS include */
#UtahStateFooter {
		display: none;
}


/* Breadcrumb trail Div, disabled for printing */
#pmmcrumb {
	display: none;
}

