/* +------------------------------------------------------------+ */
/* + Webmap window                                              + */
/* +------------------------------------------------------------+ */


.Body {
   
	background-color: #F2F9FF;
	margin		: 0px;
   
       }


.Header {

	background-color: #00519C;

	}



.Title {

	font-family	: Times New Roman, Times, serif;
	font-size	: 28px;
	text-align	: left;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;
	margin		: 0px;
	filter		: Glow(Color=#FFFFFF, Strength=9);
        }


.HorizontalLine {

	color		: #FFFFFF;
	margin-right	: 20px;
	margin-left	: 20px;
	padding-right	: 20px;
	padding-left	: 20px;
	visibility	: hidden;

	}


.Author {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	text-align	: center;
	font-weight	: bold;
	font-style	: normal;
	color		: #00519C;
	margin		: 10px;

        }


.UserInformation {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	text-align	: left;
	font-weight	: normal;
	font-style	: normal;
	color		: #00519C;
	margin		: 10px;

        }



.TableCellWithSearchListBox {

	background-color: #00519C;

        }



/* +------------------------------------------------------------+ */
/* + Legend window                                              + */
/* +------------------------------------------------------------+ */



.LegendBody {

	background-color: #00519C;

	}


.LegendThemeName {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	text-align	: left;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;
	margin		: 5px;

	}


.LegendSymbol {

	width		: 60px;
	height		: 30px;

	}

.LegendLabel {


	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	text-align	: left;
	font-weight	: normal;
	font-style	: normal;
	color		: #FFFFFF;

	}





/* +------------------------------------------------------------+ */
/* + Attributes window                                          + */
/* +------------------------------------------------------------+ */


.AttrBody {

	background-color: #00519C;

        }


.AttrTable  { 

	border		: 0px;
	border-style	: solid;
	background-color: #00519C;
	width		: 100%;

        }

.AttrTopText  {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	text-align	: left;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;
	margin		: 3px;

        }

.AttrBottomText {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	text-align	: left;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;
	margin		: 3px;

        }


.AttrFieldName { 

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	text-align	: left;
	font-weight	: normal;
	font-style	: normal;
	color		: #FFFFFF;

	width		: 50%;

	border		: 0px;
	border-style	: solid;
	border-color	: #00519C;

	background-color: #3374b0;

	margin		: 10px;
	padding		: 4px;




        }

.AttrFieldValue { 

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	text-align	: right;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;

	width		: 50%;

	border		: 0px;
	border-style	: solid;
	border-color	: #00519C;

	background-color: #3374b0;

	margin		: 10px;
	padding		: 4px;


        }


/* +------------------------------------------------------------+ */
/* + Searching window                                           + */
/* +------------------------------------------------------------+ */


.SearchBody {

	background-color: #00519C;

        }

.SearchInstruction  {

	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	text-align	: left;
	font-weight	: bold;
	font-style	: normal;
	color		: #FFFFFF;
	margin-top	: 5px;
	margin-bottom	: 5px;

        }


.ListMenuObject  {

	width		: 200px;
	height		: 200px;
	margin-top	: 5px;
        }


.SearchHorizontalLine {

	color		: #BFD3E6;
	height		: 1px;

	}

/* +------------------------------------------------------------+ */
/* + Navigation buttons                                         + */
/* +------------------------------------------------------------+ */

.navigation_button_n		{  width: 16px; height: 16px }
.navigation_button_ne		{  width: 16px; height: 16px }
.navigation_button_e		{  width: 16px; height: 16px }
.navigation_button_se		{  width: 16px; height: 16px }
.navigation_button_s		{  width: 16px; height: 16px }
.navigation_button_sw		{  width: 16px; height: 16px }
.navigation_button_w		{  width: 16px; height: 16px }
.navigation_button_nw		{  width: 16px; height: 16px }
.magnification_button_minus	{  width: 40px; height: 55px }
.magnification_button_plus	{  width: 40px; height: 55px }
.magnification_button_a		{  width: 14px; height: 55px }
.magnification_button_b		{  width: 14px; height: 55px }
.magnification_button_c		{  width: 14px; height: 55px }
.magnification_button_d		{  width: 14px; height: 55px }
.magnification_button_e		{  width: 14px; height: 55px }
.magnification_button_f		{  width: 14px; height: 55px }




/* +------------------------------------------------------------+ */
/* + Others                                                     + */
/* +------------------------------------------------------------+ */

.CurrentViewBorder  { 


	border-width	: 3px;	/* do not modify this */
	border-style	: solid;
	border-color	: #FFFFFF;
	z-index		: 100;

        }

.LocatorImage {

	filter		: Glow(Color=#FFFFFF, Strength=9);

        }



