@CHARSET "ISO-8859-1";

/***********************************************/
/* oilgas_main.css                            */
/* Use with template OilGas.dwt         */
/* Use with template OilGas_data_search.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* CF/JSF commented out
body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
*/

/* CF/JSF modified */
body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #000099;
}

/************** header tag styles **************/

h1{
 font: bolder 24px Arial, sans-serif;
 color: #669966;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

/* CF/JSF commented out
ul{
	list-style-type: disc;
	list-style-position: outside;
	line-height: normal;
}
*/

/* CF/JSF modified */
ul{
	list-style-type: disc;
	list-style-position: outside;
	line-height: normal;
}

/* CF/JSF commented out
ul ul{
 list-style-type: disc;
}
*/

/* CF/JSF new */
ul{
 list-style-type: disc;
 line-height:30px;
 font-weight:normal;
 font-style:normal;
 color:black;
}

/* CF/JSF modified */
ul ul{
 list-style-type: circle;
}

/* CF/JSF commented out
ul ul ul{
 list-style-type: none;
}
*/

/** CF/JSF modified */
ul ul ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* CF/JSF commented out
#pagecell1{
	position:absolute;
	top: 145px;
	left: 20px;
	right: 2%;
	width:96%;
	background-color: #D2C89D;
}
*/

/* CF/JSF modified */
.pagecell1{
	position:absolute;
	top: 145px;
	left: 20px;
	right: 2%;
	width:96%;
	background-color: #D2C89D;
}

/*  CF/JSF commented out
#pagecell2{
	position:absolute;
	top: 145px;
	left: 2%;
	right: 2%;
	width:280%;
	background-color: #D2C89D;
}
*/

/* CF/JSF modified */
.pagecell2{
	position:absolute;
	top: 145px;
	left: 2%;
	right: 2%;
	width:280%;
	background-color: #D2C89D;
}

/*  CF/JSF commented out
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 102;
}
*/

/* CF/JSF modified */
.tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 102;
}

/*  CF/JSF commented out
#tr {
	position:absolute;
	top: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 103;
	right: -1px;
}
*/

/* CF/JSF modified */
.tr {
	position:absolute;
	top: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 103;
	right: -1px;
}

/*  CF/JSF commented out
#masthead{
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:96%;
	text-indent: 5px;
	background-image: url(../Images/Pump_BG2.gif);
	height: 125px;
	background-position: left top;
	background-repeat: no-repeat;
}*/

/* CF/JSF modified (not used) */
.masthead{
	position: relative;
	top: 10px;
	left: 2%;
	right: 2%;
	width:965px;
	height: 145px;
	text-indent: 5px;
	background-image: url("/oilgasweb/javax.faces.resource/img/omg_masthead.png.xhtml");
	background-position: left top;
	background-repeat: no-repeat;
}

/* CF/JSF commented out
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #E6E6E6;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #CCCCCC;
	font: small Verdana,sans-serif;
	margin-top: 28px;
}
*/

/* CF/JSF modified */
.pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #E6E6E6;
	border-left: 0px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #CCCCCC;
	font: small Verdana,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}

/* CF/JSF commented out
#content{
	padding: 5px 5px 0px 0px;
	margin:28px 0px 0px 178px;
	border-left: 1px none #ccd2d2;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
*/

/* CF/JSF modified */
.content{
	padding: 5px 5px 0px 0px;
	margin:28px 0px 0px 178px;
	border-left: 1px none #ccd2d2;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/* CF/JSF commented out
#content2{
	padding: 5px 10px 0px 5px;
	margin:0px 0px 0px 5px;
	border-left: #ccd2d2;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
*/

/* CF/JSF modified */
.content2{
	padding: 5px 10px 0px 5px;
	margin:0px 0px 0px 5px;
	border-left: #ccd2d2;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

/* form css commented out on 05-04-2016 because it conflicts with primefaces css. Also its not necessary anymore. */
/*form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}*/

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/
/*  pagename is the top of page navigation area (below masthead image).  */
/*  pagename2 is the top of page navigation in OilGas_search_results.dwt pages  */

/* CF/JSF commented out
#pageName{
	margin: 0px;
	border-bottom:1px solid #583A1D;
	width: 100%;
	background-color: #9b778f6;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 101;
	left: 0px;
}
*/

/* CF/JSF modified */
.pageName{
	margin: 0px;
	border-bottom:1px solid #583A1D;
	width: 100%;
	background-color: #9b778f6;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 101;
	left: 0px;
}

/* CF/JSF commented out
#pageName h2{
	font: bold 12px "small verdana", sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
*/

/* CF/JSF modified */
.pageName h2{
	font: bold 12px "small verdana", sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/* CF/JSF commented out
#pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
*/

/* CF/JSF mofification */
.pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/* CF/JSF commented out
#pageName2{
	padding: 6px 0px 6px 10px;
	margin: 0px;
	border-bottom:1px solid #583A1D;
	background-color: #9b778f6;
	width: 99.65%;
}
*/

/* CF/JSF modofication */
.pageName2{
	padding: 6px 0px 6px 10px;
	margin: 0px;
	border-bottom:1px solid #583A1D;
	background-color: #9b778f6;
	width: 99.65%;
}

/* CF/JSF commented out
#pageName2 h2{
	font: bold 12px "small verdana", sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
*/

/* CF/JSF modified */
.pageName2 h2{
	font: bold 12px "small verdana", sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/* CF/JSF commented out
#pageName2 img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
*/

/* CF/JSF modified */
.pageName2 img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************** feature styles *****************/
/* Controls attributes of the 'feature' division area on the oil and gas home page only. */

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	height: 200px;
	font-weight: bold;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial, sans-serif;
	color: #669966;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/* CF/JSF new */
.feature h1{
	--font: bolder 24px Arial, sans-serif;
	font-family: "Times New Roman", Times, serif;
	color: #669966;
}

/* CF/JSF new */
.feature p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


/*************** story styles ******************/
/*  the Story division resides within the Content division   */

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.story h1{
	font: bolder 24px Arial, sans-serif;
	color: #669966;
}
.story h2 {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.story h3{
	font: bolder 24px Arial, sans-serif;
	color: #669966;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


.xsmallfont {
	font-size: x-small;
}
.fontblue {
	color: #000099;
}
.fontmaroon {
	color: #800000;
}
.fontlightblue {
	color: #0000FF;
}
.fontblack {
	color: #000000;
}
.fontblackbold {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.fontredbrick {
	color: #C04343;
}
.fontVeryLtBlue {
	color: #8AE8FF;
}

/************** siteInfo styles ****************/
/*    Controls 'Footer' section contents     */

/* CF/JSF commented out
#siteInfo{
	clear: both;
	border-top: 1px solid #FFFFFF;
	font-size: small;
	color: #990000;
	height: 38px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 8px;
}
*/

/* CF/JSF modified */
.siteInfo{
	/*clear: both;*/
	border-top: 1px solid #FFFFFF;
	font-size: small;
	color: #990000;
	height: 46px;
	/*padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 8px;*/
	background-color: lightgrey;
}

/* CF/JSF commented out
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
*/

/* CF/JSF modified (not used) */
/*.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}*/

/* CF/JSF commented out
#siteInfo2{
	clear: both;
	border-top: 1px solid #FFFFFF;
	font-size: small;
	color: #990000;
	height: 38px;
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
}
*/

/* CF/JSF modified (not used) */
/*.siteInfo2{
	clear: both;
	border-top: 1px solid #FFFFFF;
	font-size: small;
	color: #990000;
	height: 38px;
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
}*/

/************ sectionLinks styles **************/
/*     Controls Left side navigation bars    */

/* CF/JSF commented out
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-left-style: none;
}
*/

/* CF/JSF modified */
.sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-left-style: none;
}

/* CF/JSF commented out
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
*/

/* CF/JSF modified */
.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #8b8686;
}

/* CF/JSF commented out
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../Images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	width: 168px;
	text-decoration: none;
}
*/

/* CF/JSF modified */
.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	width: 168px;
	text-decoration: none;
}

/* CF/JSF commented out
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CEDFCE;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	width: 168px;
}
*/

/* CF/JSF modified */
.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CEDFCE;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	width: 168px;
}

/************* relatedLinks styles **************/
/*   Relatedlinks contains the state/DNR/division navigation bars    */
/*   Relatedlinks2 contains the 'Quick References' navigation bars   */

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	color: #000000;
}

.relatedLinks2{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 3px solid #cccccc;
	background-color: #CEDFCE;
	width: 168px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.relatedLinks2 h3{
	padding: 10px 0px 2px 0px;
	color: #9b778f6;
}

.relatedLinks2 a{
	display: block;
	color: #666666;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000099;
}


/*************** 'search' styles ******************/
/*  the Search division resides within the Content division on the onlive data search pages  */

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333399;
	border: thin solid #000000;
	position: absolute;
	width: 75%;
	margin-left: 3px;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.search h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #AA0000;
}

.search h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


/************* Data Search (RBDMS) styles **************/
/*       These items were borrowed from Steve Scheiss Well Data Search pages.  Delete some??    */

/*
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

/** th and select css commented out on 05-02-2016 because it conflicts with primefaces css and also they are not necessary. */
/*th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: auto;
}*/

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
A.menu:link {
	COLOR: #FFFFFF;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
}
A.menu:visited {
	COLOR: #FFFFFF;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
}
A.menu:hover {
	COLOR: YELLOW;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
}
.sort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

/* CF/JSF commented out
#masthead_srch {
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:96%;
	text-indent: 5px;
	background-image: url(/oilgasweb/javax.faces.resource/img/Pump_BG2.gif.xhtml);
	background-repeat: no-repeat;
	height: 125px;
	background-position: left top;
}
*/

/* CF/JSF modified (not used) */
/* .masthead_srch {
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:96%;
	text-indent: 5px;
	background-image: url(/oilgasweb/javax.faces.resource/img/Pump_BG2.gif.xhtml);
	background-repeat: no-repeat;
	height: 125px;
	background-position: left top;
} */

/* CF/JSF commented out
header {
	background-image: url(../Images/MVC-030S.JPG);
	background-position: left top;
	background-color: #FF0000;
	height: 500px;
	width: 1000px;
	position: absolute;
}
*/

/* CF/JSF modified */
header {
	background-image: url("/oilgasweb/javax.faces.resource/img/pics/MVC-030S.JPG.xhtml");
	background-position: left top;
	background-color: #FF0000;
	height: 500px;
	width: 1000px;
	position: absolute;
}

.search_page_ti	tle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0033cc;
}

.fontdeepRed {
	color: #AA0000;
}

.fontPurple {
	color: #855175;
}

.superscript {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 4px;
	font-size: 9px;
}

/*
CF to JSF Porting modifications (same-name styles with different setup are modified here)
/*

/e-reporting/index CSS
*/
.style25 {
	font-size: 114%;
	font-weight: bold;
}

.style28 {
	color: #9933CC;
	font-weight: bold;
}

.style34 {
	color: #FF0000
}

.e-reporting-style27 {
	color: #FF0000;
	font-weight: bold;
}


/*
CSS: /e-reporting/e-report-help CSS
CSS: /e-reporting/e-report-help-for-gas-plants CSS
*/

.style7 {
	font-size: xx-small;
	color: #9b778f6;
	font-weight: bold;
}
.style26 {font-weight: bold; font-size: xx-small;}
.style27 {color: #9b778f6}

.style24 {
	font-size: large;
	font-weight: bold;
}
.style28 {
	color: #60C;
	font-weight: bold;
	font-size: 16px;
}
.style29 {color: #000000}
.style30 {color: #000099}
.style32 {color: #3333FF}
.style35 {font-size: large}
.style36 {color: #CC0000}
.style38 {color: #660099}
.style39 {color: #003399}
.style40 {color: #336633}

/*
CSS: /forms/index CSS
*/

.style20 {color: #FF0000}
.style22 {
	color: #0000CC;
	font-weight: bold;
}



/*
CSS: /notices/index
*/

.notices-style20 {color: #000000}
.notices-style22 {font-size: 42px}
.notices-style25 {color: #FFFFFF; font-weight: bold; }
.notices-style26 {color: #CC0000}
.notices-style27 {font-size: smaller}
.notices-style30 {color: #000066}
.notices-style32 {color: #CC0000; font-weight: bold; }

/*
CSS: /links/links
*/
.links-style24 {
	color: #CC3300;
	font-size: 16px;
	font-weight: bold;
}

/*
CSS: /site-map
*/
.site-map-style19 {color: #FF0000}
.site-map-style25 {color: #FF0000; font-weight: bold; }

/*
	CSS: /maps/maps
*/

.maps-style28 {color: #003399}
.style31 {color: #660066}
.maps-style34 {color: #990000}
.maps-style35 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

/*
	CSS: spacing-main
*/
.spacing-style28 {color: #666666}
.spacing-style19 {
	color: #000066;
	font-weight: bold;
	font-size: large;
}
.spacing-style27 {color: #666666; font-weight: bold; }

/*
	CSS: sp-indx-box-elder
*/
.box-elder-style20 {color: #990000}

/*
	CSS: sp-indx-juab
*/
.juab-style20 {color: #990000}

/*
	CSS: sp-indx-rich
*/
.rich-style20 {color: #990000}

/*
	CSS: sp-indx-summit
*/
.summit-style20 {color: #990000}

/*
	CSS: sp-indx-washington
*/
.washington-style20 {color: #990000}

/*
	CSS: sp-indx-carbon
*/
.carbon-style20 {color: #990000}

/*
	CSS: sp-indx-emery
*/
.emery-style20 {color: #990000}

/*
	CSS: sp-indx-sanpete
*/
.sanpete-style20 {color: #990000}

/*
	CSS: sp-indx-sanjuan
*/
.sanjuan-style20 {color: #990000}

/*
	CSS: sp-indx-duchesne
*/
.duchesne-style7 {
	font-size: xx-small;
	color: #9b778f6;
	font-weight: bold;
}
.duchesne-style26 {font-weight: bold; font-size: xx-small;}
.duchesne-style27 {color: #9b778f6}
.duchesne-style_Alert_button {
	color: #FFF;
	font-weight: bolder;
	background-color: #F00;
	font-family: Verdana, Geneva, sans-serif;
}
.duchesne-style20 {color: #990000}
.duchesne-style28 {
	color: #990000;
	font-weight: bold;
}

/*
	CSS: sp-indx-uintah
*/
.uintah-style20 {color: #990000}
.uintah-style29 {color: #990000; font-weight: bold; }

/*
	CSS: sp-indx-grand
*/
.grand-style20 {color: #990000}

/*
	CSS: q-refs-bonds
*/
.q-refs-bonds-style26 {
	color: #FF6666;
	font-weight: bold;
}

/*
	CSS: q-refs-drill
*/
.q-refs-drill-style32 {
	color: #FF6666;
	font-weight: bold;
}

/*
	CSS: q-refs-operchg
*/
.q-refs-operchg-style25 {
	color: #FF6666;
	font-weight: bold;
}

/*
	CSS: q-refs-permits
*/
.q-refs-permits-style25 {
	color: #FF6666;
	font-weight: bold;
}
.q-refs-permits-style32 {font-size: small; font-weight: bold; }

/*
	CSS: q-refs-reporting
*/
.q-refs-reporting-style27 {
	color: #FF6666;
	font-weight: bold;
}
.q-refs-reporting-style28 {
	font-size: smaller;
	color: #3399CC;
}

/*
	CSS: main
*/
.main-style27 {
	color: #906;
	font-weight: bold;
	font-size: large;
}
.main-style25 {
	color: #0033CC;
	font-weight: bold;
	font-size: large;
}
.main-style37 {
	color: #FF3333;
	font-weight:
	bold;
	font-size: large;
}
.main-style74 {
	color:#6b6868;
	font-weight:
	bold;
	font-size: large;
}

/*
	CSS: dc-main
*/
.dc-main-style32 {font-size: small; font-weight: bold; }
.dc-main-style34 {font-size: small; font-weight: bold; color: #000000; }
.dc-main-style36 {font-size: small; font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; }
.dc-main-style37 {color: #000000}
.dc-main-style39 {color: #000099}
.dc-main-style62 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.dc-main-style63 {
	font-size: 12px;
	font-weight: bold;
}
.dc-main-style65 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dc-main-style66 {color: #FFFFCC}
.dc-main-style68 {color: #003399}
.dc-main-style71 {color: #000066}
.dc-main-style73 {
	color: #FF3333;
	font-size: large;
}

/*
	CSS: dd-main.xhtml
*/
.dd-main-style20 {color: #0033CC}
.dd-main-style21 {color: #996600}
.dd-main-style19 {font-family: Arial, Helvetica, sans-serif}
.dd-main-style28 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.dd-main-style22 {color: #0066CC}

/*
	CSS: read-well.xhtml
*/
.read-well-style26 {font-weight: bold}
.read-well-style25 {
	color: #FF0000;
	font-weight: bold;
}
.read-well-style27 {color: #FF0000}
.read-well-style24 {color: #000000}
.style34 {
	color: #C33;
}
.read-well-style35 {
	font-size: 18;
	font-weight: bold;
	color: #F00;
}

/*
	CSS: read-lat-long.xhtml
*/
.read-lat-long-style34 {color: #990000}
.read-lat-long-style35 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

/*
	CSS: read-utm.xhtml
*/
.read-utm-style34 {color: #990000}
.read-utm-style35 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

/*
	CSS: prod-main.xhtml
*/
.prod-main-style19 {
	color: #066;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*
	NEW CSS
*/

.menuBarHighlightTextColor {	
	color: #FDD44BFF;
}
h1.ldsLookupTitle {
	color: #AA0000;
	font-size: 18px;
}

.ldsLookupSubtitle {
	font-size: 12px;
	color: #B35900;
	font-weight: bold;
}

div.mainPage {
	margin-left: 40px;
	margin-top: 5px;
}

div.tabMenu {
	margin-left: 5px;
	margin-top: 5px;
}

div.srchCriteria {
	margin-left: 5px;
	margin-top: 5px;
}

div.leftRslt {
	margin-left: 5px;
	margin-top: 5px;
}

div.rightRslt {
	margin-left: 5px;
	margin-top: 5px;
}

div.contentMargins {
	margin-left: 10px;
	margin-top: 20px;
}

div.mainPageMargins {
	margin-left: 10px;
	margin-top: 5px;
}

.lineDivider5px95perc {
	vertical-align: bottom;
	height: 5px;
	width: 95%
}

.lineDivider2px100perc {
	vertical-align: bottom;
	height: 2px;
	width: 100%
}
