/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #BCD3CD;
    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
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
    font-family: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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: Verdana, Arial, 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: tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration:	none;
    word-spacing:	normal;
    letter-spacing:	normal;
    text-transform:	none;
    }	
        
H6	{	
    font-family: Verdana, Arial, 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	{	
    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;
    }	



tr.odd {
    background-color: lightgray;
}

tr.odd td {
    background-color: lightgray;
}

A:link	{	
    text-decoration:	none;
    color:	#003300;
    }	
        
A:visited	{	
    text-decoration:	none;
    color:	#003300;
    }	
        
A:active	{	
    text-decoration:	none;
    color:	#003300;
    }	
        
A:hover	{	
    text-decoration:	underline;
    color:	#003300;
    }
    
SMALL	{	
    font-size:	.7em;
    }	

BIG	{	
    font-size:	1.17em;
    }	

BLOCKQUOTE, PRE	{	
    font-family:	Courier New, monospace;
    }	
    

IMG.gisdk_buttons, IMG.button 	{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    }

IMG.radio 	{
    margin-top: 2px;
    margin-bottom: -3px;
    margin-left: 3px;
    margin-right: -3px;
    }

IMG.bookmark 	{
    margin-top: 2px;
    margin-bottom: -3px;
    margin-left: 1px;
    margin-right: 1px;
    }

IMG.sel_button 	{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    }

    
.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: 12px;
    font-weight: normal;
    color: #ffffff;
}

.font_white_bold {
    font-family: tahoma;
    font-size: 12px;
    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: #ece9e6;
    width: 180px; 
    height: 60px; 
    z-index: 170;
    position: absolute; 
    margin: 1px; 
    }

.fixed_toolbar_window 
{
    border: 1px solid #0090DF;
    background-color: Transparent;
    width: 180px; 
    height: 60px; 
    z-index: 9999;
    position: absolute; 
    margin: 1px; 
 }

.floating_window .title_bar
{
    cursor: move;
    border: 1px solid #0090DF;
    background: #3baae3 url(/javascript/jquery/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png) 50% 50% repeat-x;
    border-color: #2B393A;
    height: 15px;
    width: 98%;
    font-family: tahoma; 
	font-size:10px; 
    font-weight:bold; 
    color: white;
    }

.floating_window .title_bar_minimizer
{
    cursor: pointer;
    border: 1px solid #000088;
    background: #2B393A;
    border-color: #008888;
    height: 15px;
    width: 2%;
    font-family: tahoma; 
    font-size: 10px; 
    font-weight: bold; 
    color: white;
    }

.floating_window .title_bar_dock
{
    cursor: move;
    border: 1px solid #0090DF;
    background: #2B393A;
    border-color: #0000ff;
    height: 15px;
    width: 98%;
    font-family: tahoma; 
    font-size: 10px; 
    font-weight:bold; 
    color: white;
    }

.floating_window .title_bar_minimizer_dock
{
    cursor: pointer;
    border: 1px solid #000088;
    background: #2B393A;
    border-color: #008888;
    height: 15px;
    width: 2%;
    font-family: tahoma; 
    font-size: 10px;
    font-weight:bold; 
    color: white;
    }




.info_layer { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #773300;
}

.info_field { 
    background-color: #BCD3CD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: black;
}

.info_value, .info_link { 
    background-color: #ffffff;
    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;
}

.progress_class {
        border: none;
        padding: 15px;
        backgroundColor: white;
        color: black; j
        '-webkit-border-radius': 10px; 
        '-moz-border-radius': 10px;
        opacity: 0.5;
}
    