
.loadingStatus
{
	background: url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/themes/darkangel/images/dnr_color.png") repeat;
	color: white; 
	font-weight:bold;
    padding: 3px; 
    border: solid 1px white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
}
.mapLogo
{
 position :absolute;
 z-index:90;
 left:-35px;
 height:110px;
 width:110px;
 top:-10px;
}

.loadingIcon:
{
	src: url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/loading_map.gif");
	width: 20px;
	height:20px;
	position:absolute;
	left:20px;
	display:block;
}

.btnPrintMe
{
	top:8px;
	width:22px;
	z-Index:96;
	height:16px;
	position:absolute;
	right:64px;
	src:url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/eraser.png");
}

.btnEraseShowCoords
{
	top:2px;
	width:22px;
	z-Index:96;
	height:30px;
	position:absolute;
	right:64px;
	src:url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/eraser.png");
}

.LegendTitle
{
 color:#FFCC33;
 font-Size: 18px;
 z-Index:96;
 font-Weight:bold;
 font-Family: Verdana;
 position:absolute;
 top:5px;
 left:25px;
}

.feedback
{
	background-image: url("../../assets/images/icons/icon_feedback.png"); 
}

.newUserWindow
{
	background-image: url("../../assets/images/dnr_color.png");
}
.exportToExcel 
{
	background-image: url(../../assets/images/small_icons/excel.png);
	width: 18px;
	height: 18px;
}
.editAOI
{
	background-image: url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/editAOI.png"); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-position:center;
}
.deleteAOI
{
	background-image: url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/deleteAOI.png"); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-position:center;
}

.editDDMMSS
{
	background-image: url("http://sonris-www.dnr.state.la.us/gis/agsweb/IE/JSViewer/js/com/esri/solutions/jsviewer/assets/images/small_icons/i_table.png"); 
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	background-position:center;
}
.printMap
{
}

.previewOuterDiv
{
		background: url("images/000_70.png") repeat;
}

.loadingIcon
{
		background: url("images/loading.gif") repeat;
}


.tool-container 
{ 
	width: 800px; 
	height: 200px; 
	z-index: 92; 
	position: absolute; 
	border: 1px solid #F2F5F9; 
	background-color: #666666; 
	color: #FFFFFF; 
	font-family: Geneva,Arial,Helvetica,sans-serif; 
}
.navTools
{
	position: absolute;
	z-index: 50;
	left: 400px;
	height: 16px;
	width: 175px;
	top: 84px;
}

.rounded-corner   {
  -o-border-radius: 10px; 
  -moz-border-radius: 12px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  -moz-box-sizing: border-box; 
  -opera-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  -khtml-box-sizing: border-box; 
  box-sizing: border-box; 
  overflow: hidden;
}
.widgetContainer { /* Popup toolbox window */
    position:absolute;
    top:0;
    right:40px;
    width:400px;
    height:100%;
    background:transparent;
    z-index:50;
	padding-right: 0px;
	padding-top: 10px;
}

.widgetFrame {
	background: transparent;
	position: absolute;
	z-index: 50;
	margin: 0;
	opacity: 0;
}

.widgetBox { /* toolbar box */
	position: absolute;
	overflow: hidden;
    color: white;
    border: 2px solid orange;
	background: url("images/dnr_color.png") repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px #333;
    border-radius: 5px;
}

.widgetBadgedPane { /* Widget Box layout that popup on the right when menu item is clicked */
	margin-left: 20px;
	padding-left: 25px;
}

.widgetBadge {
	position: absolute;
	left: -30px;
	top: 10px;
	width: 48px;
	height: 55px;
    z-index: 40;
	background-repeat: no-repeat;
}

.widgetActivateShutter {
	position: absolute;
	left: 50px;
	top: 32px;
    z-index: 90;
    display:block;
	background: url("images/dnr_color.png") repeat;
}

.widgetDeactivateShutter {
    display:none;
}

.widgetContent {
}

.widgetHolder { /*Bottom of widget popup box that opens up on menu item click */
	overflow: auto;
	margin: 0;
	padding: 0;	
}

.WidgetTitle {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 0px;
}

.activateMeText 
{
	font-weight:bold;
	color:yellow;
	top:85%;
	left:10%;
	position:absolute;
	font-size: 14pt;
}

.ActiveWidgetTitle {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 0px;
	color:#99FF00;
}
.widgetContainerControls {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 20px;
	padding: 2px 0px;
	z-index: 52
}

.widgetButton { /* Widget Navigation button at top right */
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
}

.wbHide {
	background-image: url(../../assets/images/widget/w_collapse.png);
}

.wbShow {
	background-image: url(../../assets/images/widget/w_expand.png);
}

.wbUp {
	background-image: url(../../assets/images/widget/w_up.png);
}

.wbDown {
	background-image: url(../../assets/images/widget/w_down.png);
}

.wbClose {
	background-image: url(../../assets/images/widget/w_close.png);
}

.wbMinimize {
	background-image: url(../../assets/images/widget/w_min.png);
}

.wbMaximize {
	background-image: url(../../assets/images/widget/w_max.png);
}
.ToolMinimize {
	background-image: url(../../assets/images/small_icons/down.gif);
}

.ToolMaximize {
	background-image: url(../../assets/images/small_icons/up.gif);
}

.clearSelection {
	background-image: url(../../assets/images/small_icons/eraser.png);
}

.requestAllData {
	background-image: url(../../assets/images/small_icons/requestAllData.png);
}

.detachpin {
	background-image: url(../../assets/images/small_icons/deattach.png);
}

.attachpin {
	background-image: url(../../assets/images/small_icons/attach.png);
}

.zoomGrid
{
	background-image: url(../../assets/images/small_icons/zoomGrid.png);
}
	
.wbPin {
	background-image: url(../../assets/images/widget/w_pin.png);
}

.widgetPanel { /* Inside Box of widget popup box when a menu item is clicked */
	/*background: url("images/666_70.png") repeat;*/
   /* background-color: #808080;*/
    margin: 2px 0 2px 0;
    padding: 4px;
    border-top: 1px solid orange;
    font-size: 8pt;
    font-weight: bold;
    -o-border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.controllerContainer { /* main window */
    position:absolute;
    top:20px;
    left:45px;
    width:525px;
    z-index:50;
}

.controllerBox {
    position:absolute;            
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.controllerIcon 
{
	width: 85px;
	height: 85px;
	background-repeat: no-repeat;
	background-position: center center;
}

.controllerTitleBox {
	position: absolute;
	left: 80px;
	top: 15px;
	width: 420px;
}

.controllerTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #F8D128;
}

.controllerMenuBox { /* Toolbox categories icon */
	position: absolute;
	top: 60px;
	padding-left: 5px;
	padding-right: 5px;
	left: -52px;
	width: 100%;
}
.controllerMenuBoxNoBanner {
	top: 0px;
}

.dnrlogo {
background-image: url(js/com/esri/solutions/jsviewer/assets/images/logo.png);
position:absolute;
z-index:50;
left:-35px;
height:110px;
width:110px;
top:-10px; 	
}
/* Category Icons on toolbar */
.menuIcon {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 50px;
	text-shadow: 2px 2px 3px #000;
}

.menuDropDown {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 150px;
	top: 40px;
	padding-top: 20px;
}

.menuLabel 
{
	/*font-weight: bold;*/
	color: #F8D128;
	font-size:medium;
	text-align:	center;
	margin-bottom: 4px;
}

.menuBox 
{
	font-weight: bold;
	position: relative;
}

.menuItem {
	border-bottom: 1px solid #E9CB2F;
	padding: 4px 2px 4px 25px;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.menuItem:hover {
	background-color: #C27408;
}

.widgetTable {
	border-spacing: 4px;
}

img.loader {
	height: 16px;
	width: 16px;
}

.resultsPane {
	height: 100px;
	overflow-y: auto;
}

.resultsMsg {
	vertical-align: middle;
	padding-left: 10px;
}

.rowHeader {
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}

.resultItem {
	color: white;
    background-color: #333;
    margin: 2px 2px 2px 0px;
    padding: 4px;
    border: 0;
    font-size: 8pt;
    font-weight: normal;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.resultItem p {
	margin: 0;
}

.alt {
    background-color: #444;
}

.resultItem:hover {
	background-color: #555;
}

.resultAction {
	float: right;
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.highlight {
	position: absolute;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	z-index:39;
	background-repeat: no-repeat;
	background-position: center center;
	top: 400px;
	left: 500px;
}

.infoPopupBody {
	position: absolute;
	width: 200px;
	margin-left: 30px;
	margin-right: 30px;
	z-index: 40;
	font-size: 8pt;
}

.infoPopupBody p {
	margin: 0;
}

.infoPopupLeader {
	background-color: white;
	position:absolute;
	border: 0;
	padding: 0;
	height: 1px;
	width: 29px;
	margin-left: -30px;
	margin-right: -30px;
	border-bottom: 1px solid black;
}

.infoPopupButton {
	position: absolute;
	right: -22px;
}

.linkIcon {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../assets/images/widget/w_link.png);
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.liveMapsScrollPanel
{
	overflow: auto;
	font-weight: normal;
	margin-top: 8px;
}

.tocLayerIcon {
    width: 16px;
    height: 16px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/widget/w_layer.png);
}

.tocLayerUncheckedIcon {
    width: 16px;
    height: 16px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/widget/w_layer_unchecked.png);
}

.tocLayerCheckedIcon {
    width: 16px;
    height: 16px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/widget/w_layer_checked.png);
}

.tocLayer {
    color: darkblue;
    font-weight: bold;
    vertical-align: top;
}

.tocTiledSubLayer {
    color: black;
    vertical-align: top;
}

.tocDynamicSubLayer {
    color: darkblue;
    vertical-align: top;
}

.toolbutton {
	cursor: pointer;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}

a:active {
	color: #EE0;
}

a:link {
	color: #FF0;
}

a:visited {
	color: #EE3;
}

.closeMe
{
	background-image: url(../../assets/images/small_icons/exit.png);
}

.printMe
{
	background-image: url(../../assets/images/small_icons/i_print.png);
}

.scalebar
{
	position: absolute; 
	BACKGROUND-COLOR: white; 
	left: 2px; 
	z-index: 21; 
	bottom: 10px;
}

.zoomToScale
{
	position: absolute; 
	BACKGROUND-COLOR: white; 
	left: 42px; 
	z-index: 21; 
	bottom: 26px;
}

img.northarrow
{
 position :absolute;
	            left:17px;
	            bottom:30px;
	            z-index:21;
}