/* img elements with a class of png24 will have the png24 filter hack applied
 * in IE browsers only.  To make this work, images MUST have a width and height
 * specified.  The minimum tag required is:
 *
 *     <img class="png24" src="<url>" width="xx" height="xx">
 */
img.png24 { filter:expression(applyPNGFilter(this)) }

/*
 * GENERIC ELEMENTS
 */
 
* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background-image: url(design/body-bg.gif);*/
    background: #fff;
	color:#000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
}


body.map {
    overflow: hidden;
}

html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #76B41C;
	margin-bottom: 5px;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
    font-weight:normal;
}

input {
    font-weight: normal;
    border:1px solid #76B41C;
}

textarea {
	width:400px;
	height:100px;
    font-size: 12px;
    font-weight: normal;
    border:1px solid #76B41C;
}

select {
    font-weight: normal;
    width: 150px;
    border:1px solid #76B41C;
}

a:link,a:hover,a:active,a:visited {
    color: #76B41C;
    text-decoration: underline; 
}

table {
	empty-cells: show;
}

td {
    font-size: 12px;
}

/*
 * FAKE FILE INPUT
 */

div.fakefile {
	top: 0px;
	left: 0px;
	width: 350px;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

div.fakefile input {
	margin-bottom: 5px;
}

input.file {
	width: 300px;
}

input.file.hidden {
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#inputs {
	float:right;
    vertical-align:middle;
	padding:0px;
	margin:0px;
	height:20px !important;
	/*line-height:20px;*/
	font-size:10px !important;
	margin-right:5px;
	text-align:left;
}

#inputs input, #inputs select {
    vertical-align:middle;
	padding:0px;
	margin:0px;
	height:15px !important;
	font-size:10px !important;
}

#inputs a.username:link,
#inputs a.username:visited,
#inputs a.username:active,
#inputs a.username:hover {
	color: #fff !important;
}
/*
 * class for coords imputs
 */
.coords{
    font-size: 12px;
    font-weight: normal;
    width: 80px;
    border:1px solid black;
}

/*
 * MAIN DESIGN ELEMENTS
 */
	
#topmenu {
	display:none;
}

#siteframe {
	margin:0px auto;
	min-height: 100%;
	text-align:left;
	/*border-left: 1px solid #888;
	border-right: 1px solid #888;*/
}

* html #siteframe {
	height: 100%;
}

#innerFrame {
}


#sidebar {
	display:hidden;
}

#sidebar h3 {
	font-size:12px;
}



#leftsidebar {
	display:none;
}

#leftsidebar h3 {
	font-size:12px;
}

div.LeftBlocks {
	padding-bottom:3px;
	width:160px;
	background:transparent url(design/rightbgrd.gif) no-repeat center bottom;
	margin-bottom: 10px;
}

div.LeftBlocks h2 {
	padding:3px;
	margin:0px;
	color:#76B41C;
	font-size:16px;
	font-weight:bold;
	border:none;
	background:transparent url(design/rightbgrd.gif) no-repeat center top;
}

div.LeftBlocks.first {
	background:transparent url(design/green_ra.gif) no-repeat center bottom;
}

div.LeftBlocks.first h2 {
	background:transparent url(design/green_ra.gif) no-repeat center top;
}

div.LeftBlocks div.item {
	font-size:12px;
	font-weight:normal;
	margin: 3px 5px;
}

div.LeftBlocks div.item * {
	font-size:12px;
	font-weight:normal;
}

div.LeftBlocks.first div.item * {
}

div.LeftBlocks div.item h3 {
	font-family: Arial, Helvetica, sans-serif;
}

div.LeftBlocks div.item p a {
}

#content {
	padding:10px 0px;
	margin: 0px;
	/*border-left: 1px solid #000000;*/
	text-align:left;
}

#content h3{

}

#gbrd {
    border-bottom: 1px solid #4D4D4D !important;
}

td#content {
	padding: 10px;
	width: 685px;
}

body.map #content {
	padding: 0px;
}

#content p {
	margin: 10px 0px;
}

#content ul {
	margin: 0px 30px;
}

#head {
	height:53px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	border-bottom: 1px solid #76B41C;
	margin-top:0px;
	margin-bottom:0px;
}

#head h2, #head h1 {
	float:left;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	margin-top: 14px;
}

#head h1 {
	font-size: 38px;
}

#head h1 em {
	color: #76B41C;
	font-style: normal;
}

#head h2 {
	font-size: 14px;
	color: #aaaaaa;
	margin: 38px 0px 0px 10px;
	border: none;
}

#foot {
	display:none;
}

div.content {
	float:left;
	width:100%;
}

div.content h3 a {
	font-weight: bold !important;
}

/*
 * MAP ELEMENTS
 */
	

/* the viewport contains the map and fills the screen.  The viewport can also
 * contain other elements and they appear inside the viewport on top of the map
 * which is what is done with this application.
 */
#viewport {
    position: absolute;
    background-color: #f0f0f0;
    overflow: hidden;
    border: 1px solid #909090;
    cursor: move;
    margin: 10px 0px;
}

#objectmap {
    position: relative;
    width: 100%;
    height:220px;
    background-color: #f0f0f0;
    overflow: hidden;
    border: 1px solid #909090;
    cursor: pointer;
    z-index: 1;
}

#objectmap.meta {
    height:300px;
}

#viewport img, #objectmap img {
    border: none;
}


/* The toolbar contains the tools for changing maps and various navigation
 * and query options.  In this app, we put the toolbar at the top by making it
 * the first thing in the page.
 */
#toolbar {
    position: relative;
    margin:0;
    padding:0px;
    width: 100%;
    height: 60px;
    z-index:2;
    cursor: auto;   
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}

#toolbar img { vertical-align: middle }
#toolbar select { vertical-align: middle }

#toolbarToggler {
    position:absolute;
    top: 63px;
    left: 3px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background-image: url(images/arrow_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* this is used to provide a semi-transparent background on divs that contain
 * fully opaque tools.  To use, put <div class="transparentBackground"></div>
 * inside an element that you want to have a semi-transparent background.
 */
#toolbarBackground {
    width: 100%;
    height: 60px;
}

#scaleBackground {
    width: 100%;
    height: 65px;
}

#objectScaleBackground {
    width: 100%;
    height: 46px;
}

div .transparentBackground {
    position:absolute;
    top:0px;
    left:0px;
    background-color: #eee;
    filter:alpha(opacity=75); 
    -moz-opacity:0.75;
    opacity:0.75; 
    z-index: -1;
}

#zoomer img {
    border:0;
    margin-right:02px;
    cursor: pointer;
}

#keymap {
    position: absolute;
    top: 80px;
    right: 3px;
    padding:0px;
    overflow: hidden;
    filter:alpha(opacity=100);/*trick to prevent IE opacity bug*/
    z-index: 2;
    text-align:right;
    border: 1px solid #999;
}

#keymap div {
    filter:alpha(opacity=100);/*trick to prevent IE opacity bug*/
}

#keymap img {
    filter:alpha(opacity=100);/*trick to prevent IE opacity bug*/
}

#keymapToggler {
    position:absolute;
    top: 63px;
    right: 3px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background-image: url(images/arrow_right.png);
    background-repeat: no-repeat;
    cursor: pointer;
}


/* REFERENCE */
#reference {
    width: 220px;
    height: 70px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 2;
    cursor: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#scale {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    position: relative;
    padding:0px;
    width: 220px;
    text-align: center;
    margin-top: 48px;
}

#scaleReference {
    padding:0px;
    border: 1px solid #999;
    height: 65px;
}

#objectReference {
    width: 160px;
    height: 45px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 2;
    cursor: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#objectScaleReference {
    padding:0px;
    border: 1px solid #999;
    height: 45px;
}


.label {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}


.value {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

.calloutcont {
	position:absolute;
	left:0px;
	bottom:0;
	width:180px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-align:left;
	z-index: 1001;
}

.callout {
	background-color:#ffffc2;
	border: 2px solid #ffb882;
	font-size:10px;
	padding:3px;
	z-index:1001;
	color: #000;
}

.callout p {
	margin: 2px 0px;
}

.callout span.name {
	font-size:11px !important;
	font-weight:bold;
	color: #333;
}

.callout span.name a {
	color: #333;
	font-size:11px !important;
	font-weight:bold;
}


.calloutimg {
	position:relative;
	top: -2px;
	z-index: 1000;
}
/*
.calloutclose {
	width:14px;
	height:13px;
	background: URL('images/close.gif');
	cursor:pointer;
	display:block;
	float:right;
}
*/
.calloutclose {
	display: block;
	width:16px;
	height: 16px;
	background: URL('design/close.png') 0px 0px no-repeat;
	cursor:pointer;
	float:right;
	z-index: 1005;
}

.calloutclose:hover {
	display: block;
	width:16px;
	height: 16px;
	background: URL('design/close.png') -16px 0px no-repeat;
	cursor:pointer;
	float:right;
}

.calloutclose:active {
	display: block;
	width:16px;
	height: 16px;
	background: URL('design/close.png') -32px 0px no-repeat;
	cursor:pointer;
	float:right;
}


.pointflag {
	position:absolute;
	left:-17px;
	top:-17px;
	width:35px;
	height:35px;
/*
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
*/
}

.clientflag {
	position:absolute;
	left:-7px;
	top:-8px;
	width:15px;
	height:15px;
	z-index:1000;
	background: url(images/border_client_obj.gif) top center no-repeat;
}

.clientflag a {
	display: block;
	width:100%;
	height:100%;
}

.weatherflag {
	position:absolute;
	left:-6px;
	top:-25px;
	width:30px;
	height:12px;
	z-index:1000;
}

/*
 * IMAGES
 */
	
div.mediacontainer {
	width:230px;
	float:right;
	margin-top:10px;
	margin-left:10px;
	border:0px solid black;
}

div.imagecontainer {
	float:left;
	/*border: 2px solid #999;*/
	margin: 3px;
}

div.imagecontainer img {
	border: 1px solid #ccc;
}

img.border {
	border: 2px solid #999;
}

/*
 * STYLES FOR THE SIDEBAR
 */
	
.leftlist {
	margin: 0px;
}

.leftlist h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

.leftuser {
	border-bottom:1px solid black;
	padding-bottom:5px;
	padding-left: 10px;
	margin-bottom:10px;
}

.leftuser a {
	display:block;
}

.leftuser h4 {
	margin:0px;
}

div.leftblock {
	padding: 0px;
	padding-bottom:3px;
	width:180px;
	margin-bottom: 10px;
}


div.leftblock div.leftlist {
	padding:5px;
	margin:0px;
}


.objectslist {
}
.leftblock h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

#objectsLeft {
	text-align:left;
	padding:0px;
	margin-bottom:10px;
	margin-left:0px;
}

#objectsLeft h3 {
	margin:0px 0px;
	padding: 2px 5px;
	font-size:11px;
}

#objectsLeft h3 a:link,
#objectsLeft h3 a:visited {
	font-weight:bold;
}
div.hideblock {
	display:none;
}
.srch_bck {
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
}

/*
 * COMMON CLASSES
 */

.fr {
	float:right;
}

.date {
	margin:0px !important;
	font-size: 0.9em;
	padding: 0px;
}


div.item {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

div.item h3 {
	margin-bottom:0px;
}

div.item p {
	margin:0px;
}

div.col {
	float:left;
}

div.firstBlockLeft {
	float:left;
	width:400px;
	margin: 0px;
	margin-right:10px;
}

div.firstBlockRight {
	float:left;
	width:250px;
	margin: 0px;
	font-size: 0.9em;
	border:0px solid white;
}

div.firstBlockLeft h2,
div.firstBlockRight h2
{
	border: none;
	font-size: 1.4em;
	margin: 0px 0px;
}

div.firstBlockRight h2 {
	text-transform: uppercase;
}

div.firstBlockLeft h2 {
	margin-top:10px;
}

div.firstBlockLeft h3,
div.firstBlockRight h3
{
	margin: 10px 0px 0px 0px;
}

div.firstBlockLeft p,
div.firstBlockRight p 
{
	margin-bottom: 0px !important;
}

div.firstBlockRight p {
	font-size: 1.1em;
}

div.rightSidebar {
	float:right;
	width:304px;
}

div.rightBlock {
	padding-bottom:3px;
	width:304px;
	margin-bottom: 10px;
}

div.rightBlock h2 {
	padding:4px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border:none;
}


div.rightBlock div.item {
	
	font-size:12px;
	font-weight:normal;
	margin: 3px 5px;

}

div.rightBlock div.item * {
	font-size:12px;
	font-weight:normal;
}

div.rightBlock div.item h3 {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

button {
	float:right;
	font-size: 1.0em;
	font-weight:bold;
	margin-right: 20px;
}

div#loginMain {
	width:300px;
	position:relative;
	left:50%;
	margin-left: -200px;
	padding: 10px;
	/*border:1px solid white;*/
}

div#loginMain label {
	float:left;
	clear:left;
	width:120px;
	font-weight: bold;
}

div#loginMain input {
	float:left;
	margin-left:20px;
	width:150px;
	margin-bottom:10px;
}

div#loginMain p {
	display:block;
	margin-top:50px;
	text-align:center;
}

div#loginMain button {
	float: right;
	clear:left;
	margin: 5px 5px 0px 0px ;
	padding: 1px 10px;
}

/*f
 * CLASSES FOR AUTOCOMPLETE OPTIONS LIST
 */

.ac_input {
	width: auto;
}
.ac_results {
	width: 300px;
	background: #EAEDF4;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
/*	max-height: 150px;
	overflow: auto;*/
}
.ac_results ul {
	width: 300px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	width: 290px;
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('trobber.gif') right center no-repeat;
}
.over {
	background: yellow;
}
.required {
	color: red;
}

/*
 * END CLASSES FOR AUTOCOMPLETE OPTIONS LIST
 */

.noborder {
	border: none;
}

form.fullsize input, form.fullsize textarea {
	width: 100%;
	border: 1px solid #1F61A6;
	margin-bottom:5px;
}

form.fullsize label {
	font-weight:bold;
}

form.fullsize textarea {
	height: 200px;
}

form.editpoint div input, form.editpoint div textarea, form.editpoint div select {
	border: 1px solid #1F61A6;
	margin-bottom:5px;
	width: 480px;
}

form.editpoint div input.coords {
	width: 120px;
}

form.editpoint div label {
	font-weight:bold;
	display: block;
	float:left;
	width: 180px;
}

form.editpoint div textarea {
	height: 200px;
}

label.checkbox {
	width: auto;
	position: relative;
}

label.checkbox input {
	width: auto !important;
	height: 12px !important;
	vertical-align: bottom;
	position: relative;
	top:3px;
	border: none;
}

fieldset {
	width: 510px;
	display: block;
	/*clear:both;*/
	border: 1px solid #76B41C;
	margin-top: 10px;
	padding:10px;
}
fieldset label {
	display:block;
	font-weight: bold;
	float:left;
	clear:left;
	width: 150px;
	margin:5px 10px 5px 0;
	text-align: left;
}
fieldset legend {
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.1em;
}

fieldset input, fieldset select {
	display:block;
	float:left;
	width: 250px;
	margin:5px 0 5px 0;
}

div.avatar {
	float:left;
	width:100px;
	margin:0 20px 20px 0;
}

div.avatar img {
	border: none;
	width:100px;
	height:100px;
}

div.colleft {
	float:left;
	width:45%;
	margin: 20px 20px 20px 0px;
}

div.colright {
	float:left;
	width:45%;
	margin: 20px 0px 20px 0px;
}

div.colleft h3, div.colright h3 {
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height:1px;
	font-size: 1px;
}
.odd {
	margin: 3px 0px !important;
}
.even {
	padding: 2px 0px !important;
}

div.cloud {
	font-size:80px;
}

div.cloud a:link,
div.cloud a:visited,
div.cloud a:active,
div.cloud a:hover 
{
	text-decoration: none;
	font-weight: bold;
}

div.leftSearch {
	padding:5px;
	margin-bottom:10px;
}

div.leftSearch input, div.leftSearch select {
	width:100%;
	margin-bottom: 5px;
}

div.leftSearch button {
	float:right;
	margin: 0px;
}

#topAd {
	display:none;
}