/* Default CSS Stylesheet for a new Web Application project */

/* disable the print button */
@media print {
    div[data-role]    {display: none;}
   .do_not_print      {display:none;}
   .printable         {display:block;}
   .page-break        {display:block; page-break-before:always; }
   #printable_content
   {
       display:block;
       position: absolute;
       top: 0px;
       left: 0px;
   }
   #printable_tables 
   {
       display: block;
       position: absolute;
       /* max map height plus legend */
       top: 1500px;
       left: 0px;
       page-break-before: always;
   }
}

@media screen {
   .printable {display: none;}
   #printable_content {display: none; }
   #printable_tables {display: none; }
}


div.chart-container {
    position: relative;
    width: 100px;
    height: 10px;
    overflow: hidden !important;
}
div.chart-region {
    float: left;
    height: 100%;
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
}
div.chart-container div.chart-target {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    border-right: 6px #cc0000 solid;
}
/** maximum range **/
div.chart-container div.chart-region-4 {
    background-color: #F2F7B7;
}
div.chart-container div.chart-region-3 {
    background-color: #D1DD6C;
}
div.chart-container div.chart-region-2 {
    background-color: #51CA8A;
}
/** minimum range **/
div.chart-container div.chart-region-1 {
    background-color: #8FB38F;
}


BODY
{
    BACKGROUND-COLOR: gray;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    height:100%; 
    margin:0; 
    padding:0
}

.gray_control {
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: gray;
    margin-right: 20px;
    margin-left: 20px;
}


H1	{	
    font-family: Helvetica, sans-serif;
    font-size:	2em;
    font-weight:	700;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H2	{	
    font-family: Helvetica, sans-serif;
    font-size:	1.75em;
    font-weight:	700;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H3	{	
    font-family: Helvetica, sans-serif;
    font-size:	1.58em;
    font-weight:	500;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H4	{	
    font-family: Helvetica, sans-serif;
    font-size:	1.33em;
    font-weight:	500;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H5, DT	{	
    font-family: Helvetica, sans-serif;
    font-size:	1em;
    font-weight:	700;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H6	{	
    font-family: Helvetica, sans-serif;
    font-size:	.8em;
    font-weight:	700;
    font-style:	normal;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
TFOOT, THEAD, TH	{	
    font-size:	1em;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    font-family: Arial, Helvetica, sans-serif;
    }	
        
TH	{	
    vertical-align:	baseline;
    font-size:	1em;
    font-weight:	bold;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    font-family: Arial, Helvetica, sans-serif;
    }	

TH  {
    background-color: #E6EEEE;
    padding: 4px;
    }

/* not sure if this is doing anything--added something similar direcly below it below: */
/*
tr.odd {
    background-color: #e0dfe3;
}
*/

tr:nth-child(odd) td {
	background-color: #e0dfe3;
}


#email_window tr:nth-child(odd) td {
    background-color: transparent;
}


A:link	{	
    text-decoration:	none;
    }	
        
A:visited	{	
    text-decoration:	none;
    }	
        
A:active	{	
    text-decoration:	none;
    }	
        
A:hover	{	
    text-decoration:	underline;
    }
    
SMALL	{	
    font-size:	.7em;
    }	

BIG	{	
    font-size:	1.17em;
    }	

BLOCKQUOTE, PRE	{	
    font-family:	Courier New, monospace;
    }	
    

#redistToolBox {
    font-size: smaller;
    }

#redistToolBox .gisdk_buttons, #redistToolBox .gisdk_tools {
    vertical-align: center;
    }
    
.font_resize {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    cursor:nw-resize ;
}

.cursor_move, .drag_handle {
        cursor: move;
        }
        
.resize_handle {
        cursor:nw-resize ;
        }

.cursor_drag {
        cursor:crosshair;
        }

.cursor_info {
        cursor:pointer;
        }

.cursor_normal {
        cursor: auto;
        }

div.trans45 
{
    position:absolute;  
    top:0px;
    left:0px;
    background-color: #999999;
    filter: alpha(opacity=45); 
    -moz-opacity: 0.45;
    opacity:.45;
    border:1px solid #999999; 
    cursor:wait;
    }	
    

/**************************
Text fonts
**************************/	
    
.font_white {
    font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}

.font_white_bold {
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.title_white_bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.font_green {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #007500;
}

.font_blue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #0000dd;
}

.font_lightblue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #00ffff;
}

.font_black {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.font_black_big {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}


.font_black_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.font_black_small {
    font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.font_black_tiny {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: normal;
    color: #000000;
}

.font_black_smaller {
    font-family: tahoma;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}

.font_black_smallest {
    font-family: tahoma;
    font-size: 8px;
    font-weight: normal;
    color: #000000;
}

.font_black_small_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.font_black_small_bold_frame {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background : #ffffff
}


.font_red {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
}

.font_red_dark {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #cc0066;
}

.font_red_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ff0000;
}

.font_gray_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}


.font_gray_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.font_orange_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#ff5309;
}

.infoContent {
    overflow: auto;
    background-color: #ffe; 
    height: 100%; 
    width:	100%; 
}

.infoTitle {
    background-color: #b88; 
    border:1px solid #bfbfbf;
    padding:4px 4px 2px 4px;
    cursor: move;
    white-space: nowrap;
}

/**************************
 windows, boxes
**************************/	


.tool_box1 { 
    border: 1px solid #0090DF;
    background-color: #ffffff;
    width: 150px; 
    height: 50px;
    margin: 10px; 
}

.floating_window 
{
    border: 1px solid #0090DF;
    background-color: white;
    width: auto; 
    height: auto; 
    z-index: 170;
    margin: 1px; 
}

.anchored_window 
{
    border: 1px solid #0090DF;
    background-color: #ece9e6;
    width: 460px; 
    height: auto; 
    z-index: 170;
    position: relative; 
    margin: 1px; 
}
    
.floating_toolbar
{
    background-color: transparent;
    width: 180px; 
    height: 50px; 
    z-index: 170;
    position: absolute; 
    margin: 1px; 
}


.floating_window .title_bar,.floating_window .immobile_title_bar
{
    cursor: move;
    border: 1px solid #4E4E4E;
    background-color: #4E4E4E;
    /* background-image :url(graphics/tool_background.gif); */
    border-color: #4E4E4E;
    height: 15px !important;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: white;
}


.floating_window .title_row
{
    background-color: #4E4E4E;
    border-color: #4E4E4E;
    border-width:1px;
    border-style:Solid;
    height:20px !important;
    width:100%; 
    font-family: Arial;
    font-size:12;
    font-weight:bold;
    color: white;
}
            
.floating_window .title_bar_minimizer
{
    cursor: pointer;
    border: 1px solid #4E4E4E;
    background-color: #4E4E4E;
    /* background-image :url(graphics/tool_background.gif); */
    border-color: #4E4E4E;
    height: 15px !important;
    width: 15px;
    font-family: tahoma; 
    font-size: 10px; 
    font-weight: bold; 
    color: white;
    }

.floating_window .title_bar_dock
{
    cursor: move;
    border: 1px solid #0090DF;
    background-image :url(graphics/tool_background_dock.gif);
    border-color: #0000ff;
    height: 15px;
    width: 100%;
    font-family: tahoma; 
    font-size: 10px; 
    font-weight:bold; 
    color: white;
    }

.floating_window .title_bar_minimizer_dock
{
    cursor: pointer;
    border: 1px solid #000088;
    background-image :url(graphics/tool_background_dock.gif);

    border-color: #008888;
    height: 15px;
    width: 15px;
    font-family: tahoma; 
    font-size: 10px;
    font-weight:bold; 
    color: white;
    }

.map_footer
{
    height: 25px;
}


.info_layer { 
    background-color: #ffffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #773300;
}

.info_field { 
    background-color: #ccffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #007700;
}

.info_value, .info_link { 
    background-color: #eeffff;
    font-family: tahoma;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}

.info_value_summary { 
    background-color: #ffdddd;
    font-family: tahoma;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}



.editable_field { 
    background-color: #d7fded;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #007700;
}

.editable_field_checked { 
    background-color: #b4fab6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #007700;
}

.select_box {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
	/* color: blue; */
        width: 150px;
        padding : 1px 1px 1px 1px;
	overflow:visible;	
}
    
.input_text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        /* font-weight: bold; */
        /* color: blue; */
        padding : 1px 1px 1px 1px;
        width: 300;
        height: auto;
        
}


.table_container  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    /* color: blue; */
    padding : 6px 6px 6px 6px;
}


.list_container select option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* font-weight: bold; */
    /* color: blue; */
    padding : 1px 1px 1px 1px;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
}


.list_container th {
    border: 1px solid #0090DF;
    background-image :url(graphics/tool_background.gif);
    border-color: #0000ff;
    height: 15px;
    width: 98%;
    font-family: tahoma; 
    font-size:10px; 
    font-weight:bold; 
    color: white;
}
    
.list_container td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding : 6px 6px 6px 6px;
}


.list_container input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* font-weight: bold; */
    /* color: blue; */
    padding : 1px 1px 1px 1px;
    height: auto;
}

.list_container input[type=text] 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* font-weight: bold; */
    /* color: blue; */
    padding : 1px 1px 1px 1px;
    height: auto;  
}


.ui-selecting {
    background: #FECA40;
}

.ui-selected {
    background: #FFFF66;
    /* color: blue; */
}

.caliperDBox .layoutTable {
    text-align: left;
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 20;
}

div.caliperDBox div.errorbox {
    display: none;
}

.caliperDBox label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}



.legendGridCell {
	font-size: 8pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	background: white;
	text-align: left;
        height: 25px;
}


.legendGridBigCell {
    height: 100%;
    width: 100%;
};



.legendGridHeader {
	font-size: 8pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: #E6EEEE;
	text-align: left;
        height: 25px;
}

.legendGridButton {
	font-size: 8pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: #7a9cb6;
	text-align: center;
        color: white;
        cursor: pointer;
}

.dojoxGridCell {
	font-size: 8pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	
}

.dojoxGridHeader .dojoxGridCell {
	background: #E6EEEE;
}

.dojoxGridRowOdd {
    background-color: #e0dfe3;
}

.dojoxGridRowSelected {
	background-color: #A9B8F9;
}

ul.ui-autocomplete
{
    position: absolute;
    left: 114px!important;
    top: 330px!important;
    height: 400px;
    width: 300px;
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
    padding-right: 20px;
}

ul.ui-autocomplete li.ui-menu-item
{
    text-align: left;
    font-family: Arial;
}

#web_site_links {
    position: absolute;
    left: 800px;
    top: 20px;
    white-space: nowrap;
}

#web_site_links a {
    color: white!important;
}

div.locator_section {
    position: relative;
    height: 80px;
}

td.dontWrap {
	white-space: nowrap;
}

th.dontWrap {
	white-space: nowrap;
}

