/* --------------------------------------------------------------------------
Colorado.gov - Keyword to Contact
Author Jennifer Otto    				global.css


-------------------------------------------------------------------------- */

/* GENERAL RULES
-------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:15px;
}



/* Global Link Settings
-------------------------------------------------------------------------- */
a {
	color: #0033FF;
	text-decoration:underline;
}
form{
	font: 11px Arial, Helvetica, sans-serif;
}

/* Global Link Settings
-------------------------------------------------------------------------- */
h1 {
	font-size: 16px;
	color: #000;
}
h2 { /* Page Title */
	background: url(../images/bgrd_titleline.gif) no-repeat left bottom;
	font-size: 18px;
	color: #a0410d;
	padding-bottom: 0.1em;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom: .1em;
	padding-top: 1em;
}
.underline {
	text-decoration:underline;
}



/* General Elements
-------------------------------------------------------------------------- */
img {
	border: 0;
}

/* Often used Classes
-------------------------------------------------------------------------- */
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.center {
	text-align: center;
}
.pad3-right {
	padding-right: 3px;
}
.pad5-top {
	padding-top: 5px;
}
.pad5-right {
	padding-right: 5px;
}
.pad5-btm {
	padding-bottom: 5px;
}
.pad5-left {
	padding-left: 5px;
}
.pad5top-left{
	padding-top:5px;
	padding-left:5px;
}
.pad5top-btm-left{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.pad5-left-right{
	padding-left:5px;
	padding-right:5px;
}
.pad10-top {
	padding-top: 10px;
}
.pad10-right {
	padding-right: 10px;
}
.pad10-btm {
	padding-bottom: 10px;
}
.pad10-left {
	padding-left: 10px;
}
.pad10-left-top{
	padding-left:10px;
	padding-top:10px;
}
.pad20-right {
	padding-right: 20px;
}
.pad20-top {
	padding-top: 20px;
}
.pad20-left {
	padding-left: 20px;
}
.pad20-btm {
	padding-bottom: 20px;
}
.pad30-top{
	padding-top:30px;
}
.pad40-btm {
	padding-bottom: 40px;
}
.pad55-left {
	padding-left: 55px;
}
.pad70-left {
	padding-left: 70px;
}
.pad70-right {
	padding-right: 70px;
}
.pad85-left {
	padding-left: 85px;
}
.pad120-right {
	padding-right:120px;
}
.pad140-left {
	padding-left:140px;
}
.paddingAll{
	padding:5px;
}
.borderBottom{
	border-bottom:1px solid #333;
}
.deletedCopy{
	color:#ff0000;
}

/* Tables
-------------------------------------------------------------------------- */
ul {
	padding: 1em 0 0 3em;
}

li {
	list-style-type:none;
	font:12px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
.mainTable {
	background: #FFFFFF;
  	width: 780px;
	border-collapse: collapse;
	margin: 0 auto;
}
.contentTable {
	background: #FFFFFF;
	border-collapse: collapse;
	text-align: left;
	width: 780px;
}
.copyTable {
	border-collapse: collapse;
	text-align: left;
	width: 700px;
	font: 11px Arial, Helvetica, sans-serif;
}
.copyTableSmall {
	border-collapse: collapse;
	text-align: left;
	width: 700px;
	font: 11px Arial, Helvetica, sans-serif;
}
.copyTableNoCollapse{
	text-align: left;
	width: 700px;
}
/* Copy Table w/ Border
-------------------------------------------------------------------------- */
#copyTableBorder {
	text-align: left;
	border: 1px solid #333;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
}
#copyTableBorder td{
	padding-bottom:5px;
}
.copyTableBorder td.pad5top-left{
	padding-top:10px;
	padding-left:5px;
}
.copyTableBorder td.pad5-top{
	padding-top:5px;
}
.copyTableBorder td.pad10-top{
	padding-top:10px;
}
/* Copy Table w/o Border
-------------------------------------------------------------------------- */
#copyTableNoBorder {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
	width:100%;
}
#copyTableNoBorder td{
	padding-bottom:5px;
}

/* Copy Table w/ Border Search Results
-------------------------------------------------------------------------- */
#copyTableBorderSearch {
	text-align: left;
	border: 1px solid #333;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
}
#copyTableBorderSearch td{
	padding: 3px 0px 5px 3px;
}
/* Copy Table w/ Border and Gray Background
-------------------------------------------------------------------------- */
#copyTableBorderGray {
	text-align: left;
	background:#ebebeb;
	border-bottom: 1px solid #333;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
}
#copyTableBorderGray td{
	padding-bottom:5px;
}
/* Info window table
-------------------------------------------------- */
#copyTableNoGray {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:648px;
	border-collapse:collapse;
}
#copyTableNoGray  td{
	padding-bottom:5px;
}

/* Copy Table Border Red
-------------------------------------------------- */
#copyTableBorderRed {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width:700px;
	font-size: 11px;
	border-left:#ff0000 1px dashed;
	border-right:#ff0000 1px dashed;
	border-bottom:#ff0000 1px dashed;
	border-collapse:collapse;
	background:#ffebeb;
}
#copyTableBorderRed tr, th {
	padding-bottom:5px;
}
#copyTableBorderRed td{
	padding-bottom:5px;
}
/* Copy Table Border Contact
-------------------------------------------------- */
#copyTableBorderContact {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width:700px;
	font-size: 11px;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	border-bottom:#333 1px solid;
	border-collapse:collapse;
	background:#ebebeb;
}
#copyTableBorderContact td{
	padding-bottom:5px;
}
.copyTableBorderPad {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
}
.contactTableSm{
	width:200px;
	border:0;
	border-collapse: collapse;
}
/* Home page demo styles
-------------------------------------------------- */
table.demo {
	background: url(../images/demo.gif) repeat;
}
td.viewDemo {
	padding-left: 25px;
	width: 129px;
	height: 107px;
}
td.viewDemo img {
	float: left;
}
td.logo {
	float:right;
	padding-right: 25px;
}
td.logo img {
	float: right;
}

/*
------------------------------------- */
td.td20-40-40-40pad {
	padding: 20px 40px 40px 40px;
}
td.td20-40-20-40pad {
	padding: 20px 40px 20px 40px;
}
td.td20-40-0-40pad {
	padding: 20px 40px 0 40px;
}
tr.odd {
  background-color: #FFFFFF;
}
tr.even {
  background-color: #efefef;
}
tr.header {
  background-color: #666666;
}
td.grayLine-1 {
	background: #999999;
	height: 1px;
}
td.grayLine-3 {
	background: #999999;
	height: 3px;
}
td.blueLine-1 {
	background: #fff;
	height: 1px;
	border-spacing: 0;
}
td.whiteLine-1 {
	height: 1px;
	border-spacing: 0;
}
td.lineRightW{
	border-right:#fff 1px solid;
}
.td5 {
	width: 5%;
}
.td10 {
	width: 10%;
}
.td15 {
	width: 15%;
}
.td16 {
	width: 16%;
}
.td20 {
	width: 20%;
}
.td25 {
	width:25%;
}
.td30 {
	width: 30%;
}
.td40 {
	width: 40%;
}
.td50 {
	width: 50%;
}
.td60 {
	width: 60%;
}
.td65 {
	width:65%;
}
.td70{
	width:70%;
}
.td75 {
	width:75%;
}
.td85 {
	width: 85%;
}
.td90 {
	width: 90%;
}
.td100 {
	width:100%;
}
.tdWhite{
	color:#fff;
}
.drkGray{
	background:#666;
}
.red{
	background:#ff0000;
}
.lghtGray{
	background:#ccc;
}
.lighterGray{
	background:#d8d8d8;
}
.drkLineR{
	border-right:#666 3px solid;
}
.gryLineR{
	border-right:#efefef 2px solid;
}
.whtLineR{
	border-right:#fff 1px solid;
}
.tdGrayTop{
	background:#ebebeb;
}
.tdGray80{
	background:#606060;
}
.tdGray60{
	background:#737373;
}
.tdGray40{
	background:#7f7f7f;
}
.tdGray20{
	background:#8c8c8c;
}
.tdGray10{
	background:#e1e1e1;
}
.tdBorderTop{
	border-top:#333 1px solid;
}
/* tab align centers
------------------------------------------------------ */
.tdTab1{
	color:#fff;
	background:#606060 url(../images/tabTop1.gif) top right no-repeat;
	text-align:center;
}
.tdTab2{
	color:#fff;
	background:#737373 url(../images/tabTop2.gif) top right no-repeat;
	text-align:center;
}
.tdTab3{
	color:#fff;
	background:#7f7f7f url(../images/tabTop3.gif) top right no-repeat;
	text-align:center;
}
.tdTab4{
	color:#fff;
	background:#9e9e9e url(../images/tabTop4.gif) top right no-repeat;
	text-align:center;
}
.tdTab5{
	color:#fff;
	background:#666 url(../images/tabTop5.gif) top right no-repeat;
	text-align:center;
}
.tdTab6{
	color:#fff;
	background:#666 url(../images/tabTop6.gif) top right no-repeat;
	text-align:center;
}
.tdTab7{
	color:#fff;
	background:#666 url(../images/tabTop7.gif) top right no-repeat;
	text-align:center;
}
/* tab align left Search Section
------------------------------------------------------ */
.tdTab1Left{
	color:#fff;
	background:#606060 url(../images/tabTop1.gif) top right no-repeat;
	text-align:left;
}
.tdTab2Left{
	color:#fff;
	background:#737373 url(../images/tabTop2.gif) top right no-repeat;
	text-align:left
}
.tdTab3Left{
	color:#fff;
	background:#7f7f7f url(../images/tabTop3.gif) top right no-repeat;
	text-align:left;
}
.tdTab4Left{
	color:#fff;
	background:#9e9e9e url(../images/tabTop4.gif) top right no-repeat;
	text-align:left;
}
.tdTab5Left{
	color:#fff;
	background:#666 url(../images/tabTop5.gif) top right no-repeat;
	text-align:left;
}
.tdTab6Left{
	color:#fff;
	background:#666 url(../images/tabTop6.gif) top right no-repeat;
	text-align:left;
}
.tdTab7Left{
	color:#fff;
	background:#666 url(../images/tabTop7.gif) top right no-repeat;
	text-align:center;
}
/* Table Divs
-------------------------------------------------------------------------- */
#tableBg{
	width:700px;
	background:#fff url(../images/tableBG.jpg) top left no-repeat;
	}
	
#tableBgDeptInfo{
	width:648px;
	background:#fff url(../images/topLGTgray.gif) top left no-repeat;
	}

#tableBgDeptInfo table{
	width:648px;
	background:#fff url(../images/grayTbBody.gif) top left repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse:collapse;
	margin-top:15px;
	}
	
#tableBgDeptInfo table td.bottom{
	padding-bottom:5px;
	}
	
#tableBgDeptInfo p{
	width:648px;
	background:#fff url(../images/bottomLGTgray.gif) bottom left no-repeat;
	}		


/* Address Bar
-------------------------------------------------------------------------- */
.address {
	background:#5997b1;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	letter-spacing: 1px;
}
table.subnav {
	background: #34506d;
	border-collapse: collapse;
	border-spacing: 0;
	color: #FFFFFF;
	float: right;
	margin: 1px;
}

/* Home Page
-------------------------------------------------------------------------- */
.iconSearch{
	background: url(../images/iconSearch.gif) top left no-repeat;
	height: 47px;
}
.iconText {
	font-size: 18px;
	color: #000000;
	margin-left: 70px;
	padding-top: 2px;
}
.iconManage{
	background: url(../images/iconManage.gif) no-repeat;
	height: 47px;
	width: 500px;
}
.iconCreate{
	background: url(../images/iconCreate.gif) no-repeat;
	height: 47px;
	width: 500px;
}
.iconDownloadLink{
	font-size: 13px;
	color: #487a90;
	text-decoration:none;
	font-weight:bold;
}

a.iconDownloadLink:hover{
	font-size: 13px;
	color: #487a90;
	text-decoration:underline;
	font-weight:bold;
}
a.iconText:active, a.iconText:link, a.iconText:visited {
	text-decoration:none;
}
a.iconText:hover {
	text-decoration: underline;
}
td.viewDemo {
	padding-left: 25px;
	width: 129px;
	height: 107px;
}
td.viewDemo img {
	float: left;
}
td.logo {
	float:right;
	padding-right: 25px;
}
td.logo img {
	float: right;
	display:inline;
}
td.129Width {
	width: 129px;
}
td.151Width {
	width: 151px;
}
td.500Width {
	width: 500px;
}
.pad140-left {
	padding-left: 140px;
}
/* custom lists
-------------------------------------------------------------------------- */
ul.Bullets {

	line-height:10px;
}
li.bullet{

	list-style-type:disc;
	font:12px Arial, Helvetica, sans-serif;
	padding-left:5px;
}

ul.home {
	line-height:10px;
	padding: 0px;
	margin-left:17px;
}
li.home{
	list-style-image:url(../images/arrows.gif);
	font:12px Arial, Helvetica, sans-serif;
}

/* Forms
-------------------------------------------------------------------------- */
.textFields {
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#ffffcc;
	padding:1px 1px 1px 3px;
}
.deleteButtons {
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;
	color: #fff;eagle
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#a0410d;
	padding:2px;
}
.required {
	font-size: 12px;
	color: #CC0000;
}
.requiredHide {
	font-size: 12px;
	color: #ffffff;
}
.requiredGray {
	font-size: 12px;
	color: #ebebeb;
}
.deleteCopy{
	color:#ff0000;
}

/* Centering Divs
-------------------------------------------------------- */
#center{
	margin: 0 auto;
	text-align:center;
}

/* FOOTER
-------------------------------------------------------------------------- */
.footerColorBars {
	background-image: url(../images/footerColorBars.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.footerText {
	background: #666666;
	font-weight: normal;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
}
.footerText a {
	color: #FFFFFF;
	text-decoration: underline;
}

.error {
	color: red;
	font-weight: bold;
}
