#data
{
    MARGIN-TOP: 0px;
    FONT-SIZE: xx-large;
    MARGIN-LEFT: 0px;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
#header
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 13px;
    MARGIN-LEFT: 0px;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
#link
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 13px;
    MARGIN-LEFT: 0px;
    COLOR: black;
    FONT-FAMILY: Tahoma;
    TEXT-DECORATION: none
}
#pwform
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 12px;
    MARGIN-LEFT: 0px;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
BODY
{
/*    FONT-SIZE: x-small;*/
    COLOR: black;
    FONT-FAMILY: Tahoma, Tahoma, Arial;
    BACKGROUND-COLOR: white;
    font-size: 8pt;
    scrollbar-face-color: #EEE1C1;
    scrollbar-shadow-color:#EEE1C1;

}
table, tr, td
{
  font-size:8pt;
}

A:hover
{
  text-decoration: underline;
}

IMG.M
{
  vertical-align: middle;
}

A
{
    COLOR: #00309C;
    TEXT-DECORATION: none;
    font-weight: bold;
}

#container
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Arial
}

/* legend update/cancel links */
span.legenddisabled
{
  color: gray;
  font-weight: bold;
}
span.legend
{
  color: #00309C;
  font-weight: bold;
  cursor: pointer;
}
span.legendover
{
  text-decoration: underline;
  cursor: pointer;
}

span.dlgtab
{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  background-color: #D6D3ce;
  border:solid 1px darkgray;
  padding:2px;
  margin:0px;
  cursor: pointer;
  z-index:100;
}

span.dlgtabselected
{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  color: black;
  background-color: #D6D3ce;
  border-left:solid 1px darkgray;
  border-right:solid 1px darkgray;
  border-top:solid 1px darkgray;
  border-bottom:solid 1px #D6D3ce;
  padding:2px;
  margin:0px;
  font-weight: bold;
  z-index:100;
  cursor: default;
}

span#mapscaleinput
{
}
input#scale
{
}

div.dlgtabs
{
  display:block;
  margin-bottom:2px;
  z-index:100;
}


table.dlginactive
{
  display:none;
}

/*
div.styledefactive
{
  display:block;
  background-color: lightgrey;
  border: solid 1px darkgray;
  padding-bottom:3px;
  margin-bottom:2px;
}
*/
table.dlgactive
{
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: 8pt;
  background-color: #D6D3ce;
  border: solid 1px darkgray;
  padding:0px;
  padding-bottom:3px;
  margin:0px;
  margin-bottom:10px;
  width: 100%;
  z-index:1;
}
tr.dlgoption
{
  clear: both;
  padding: 4px;
}
/*
div.styledefheading
{
  text-align: right;
  width: 100px;
  padding-right: 10px;
}
div.styledefdata
{
  text-align: left;
  padding-left: 5px;
}
*/
tr.dlgheading td.dlgheader
{
  clear:both;
  padding:2px;
  font-weight: bold;
}
tr.dlgoption td.dlglabel
{
  text-align: right;
  width: 200px;
  padding: 0px;
  padding-right: 10px;
}
tr.dlgoption td.dlgdata
{
  width:250px;
  text-align: left;
  padding: 0px;
  padding-left: 5px;
}

TD.toolbar
{
  background-image: url('/motagis/ahmed/images/header_tab_t.gif'); 
/*  background-color: #F8F0DE; */
  height: 30px;
}
TD.toolbar2
{
  background-image: url('/motagis/ahmed/images/header_tab_b.gif');
/*  background-color: #F8F0DE; */
  height: 30px;
}
div.toolbartopleftedge
{
  width:15px;
  height:15px;
  background-color: #dedbd6;
  border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  font-size:1px;
}
div.toolbarbottomleftedge
{
  width:15px;
  height:15px;
  background-color: #dedbd6;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  font-size:1px;
}

/*
 * The button classes are used for the toolbar buttons
 */
img.toolbarbutton
{
  border-width: 1px;
  border-style: solid;
  border-color: #F8F0DE;
}
img.toolbarbuttonover
{
  border-width: 1px;
  border-color: orange orange orange orange;
  background-color: #FFFF00;
}
img.toolbarbuttondown
{
  border-width: 1px;
  border-color: black #f0f0f0 #f0f0f0 black;
}

/*
 * The A.profile class is used for profile names in the
 * selections frame (left hand frame)
 */
A.profile
{
  color: Black;
  font-weight: bold;
}
A.profile:hover
{
  text-decoration: underline;
}

/*
 * The A.topic class is used for topic names in the
 * selections frame (left hand frame)
 */
A.topic
{
  color: Black;
  font-weight: normal;
}
A.topic:hover
{
  text-decoration: underline;
}

/*
 * The grouptitle class is used for the title on legend groups
 * (thematic legend entries, the raster title, etc.)
 */
.grouptitle
{
  color:Black;
  font-weight: bold;
}
A.grouptitle:hover
{
  text-decoration: underline;
}

/*
 * The heading class is used for a legend group's members
 * For example, the individual items of a thematic legend entry
 */
.heading
{
}

/*
 * The title class is used for normal legend entries
 */
.title
{    FONT-FAMILY: Tahoma;
}

SMALL
{
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Arial
}

/*
 * Select set reporting
 */
span.datawindowheader
{
  font-weight: bold;
}
div.datawindowheader
{
  display: block;
  padding-top:15px;
  padding-bottom:3px;
}
/*
div.datawindowheader a
{
  color: Black;
}
*/

table.datawindow
{
  border: 1px solid black;
}
table.datawindow tr
{
  height: 24px;
}
table.datawindow td
{
  border-right: 1px dashed lightgrey;
  border-bottom: 1px solid lightgrey;
  text-align: center;
  
}
table.datawindow th
{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-bottom-style: ridge;
}
/*
  div.links is used for feature groups in the legend
*/
div.links
{
}

A.Menu
{
	font-family	: Tahoma;	
	font-size		: 12px;
	color		: #CD3B00;
	font-weight	: normal;
}
A.Menu:hover
{
	font-family	: Tahoma;
	font-size		: 12px;
	font-weight	: normal;
	color		: orange;
	text-decoration	: underline;
}

HR
{
	color:#AD7B10;
}

.FlatTextBox
{
	background-color	: #FFFFFF;
	width		: 190px;
	height		: 18px;
	color		: #0D3D6A;
	font-family	: Tahoma;	
	font-size		: 11px;
	font-weight	: normal;
	border		: 1px #AD7B10 solid;
	padding		: 0 0 0 3px;
}

.FlatButton
{
	font-family: Tahoma;
	font-size:8pt; 
	color:black; 
	background-color:#D8D0BE; 
	border:#AD7B10; 
	border-style: groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}

Table.MOTA_Table
{
    WIDTH: 100%;
    Border:solid 1px #F6CA7C;
    BACKGROUND-COLOR: #FFF9E1;
}

H3
{
    FONT-FAMILY: simplified Arabic;
    font-weight: bold;
    font-size: 23px;
}