﻿*
{
	font-family:Sans-Serif;	
}

a:link
{
	color:#666;
}

a:visited
{
	color:#666;
}

a:hover
{
	color:White;
	text-decoration:none;
}

a.altLink:hover
{
	color:#000;
	text-decoration:none;
}

a.forgotPass:link
{
	color:#0066FF;
	text-decoration:none;
}

a.forgotPass:visited
{
	color:#0066FF;
	text-decoration:none;
}

a.forgotPass:hover
{
	color:#666;
	text-decoration:underline overline;
}

body 
{
	min-width:600px;
}

#header
{
	height:50px;
	background:url(images/mapTool_logo_banner.jpg) no-repeat;
	padding-bottom:5px;
}

#masterFrame
{
	height:534px;	
}

#footer
{
	background-color:#666;
	clear:both;
	padding:5px 0px 5px 0px;
	text-align:right;
	font-size:x-small;
}

.tdCheck
{
	width:25px;
	padding-left:10px;	
}

.tdCheckCustom
{
	width:25px;
}

.tdCustomTitle
{
	width:285px;
}

/* Authentication */

#divLogin
{
	margin:25px 0px 0px 100px;
	padding:25px 0px 0px 225px;
	background-image:url(images/BG_LoginBox.jpg);
	background-repeat:no-repeat;
	height:115px;
}

#divLogin label
{
	color:#666;
	font-size:x-small;
}

#divLogin input, textarea
{
	display:block;
	width:150px;
	border:solid 1px #666;
}

#divLogin .bttnSubmit
{
	width:auto;
	border:none;
}

.loginExpander
{
    margin:0px 0px 5px 100px;
    border:solid 1px #666;
    width:663px;
    display:none;
    padding:20px;
}

.loginExpander label
{
    display:inline-block;
	background-color:#666;
	color:#EEE;

	padding:4px;
	font-size:small;
	border:solid 1px #666;
	border-bottom-style:none;
}

.loginExpander input
{
    display:block;
    margin-bottom:1.25em;
	width:150px;
	border:solid #666;
	border-width:1px 2px 2px 1px;
}

.loginExpander .bttnSubmit
{
	width:75px;
	margin:5px 0px 0px 331px;
	padding:3px;
	text-transform:uppercase;
	border:1px solid Black;
	background-color:#666;
	color:#EEE;
}

/* Errors */

#divErrors
{
	background-color:White;
	font-weight:bold;
	color:Red;
	padding:10px;
	border:solid 2px red;
	margin-left:auto;
	margin-right:auto;
}

/* Marker Info Window Style */

.markerInfo
{
	font-size:small;
}

.markerInfo a:hover
{
	color:#666;
}

/* Map */

#LeftPane
{
	width:340px;
	background:url(images/bg_main_leftPanel.jpg) no-repeat;
	float:left;
	height:100%;
}

.leftPanelDiv
{
	margin:0px 5px 0px 5px;
}

#inputCreateMap
{
	margin:5px 20px 10px 5px;
	float:left;
}

#selRegion
{
	display:none;
	margin-top:6px;
}

#divMapArchiveHeader
{
	background-image:url(images/tab_MySavedMap.png);
	clear:left;
	padding:0px 0px 0px 10px;
	cursor:pointer;
	height:20px;
	color:#FAFDFD;
}

#divMapArchive
{
	overflow:auto;
	max-height:88px;
	font-size:smaller;
	background-color:#BFBFBF;
	border: solid 1px #666;
}

.mapCol1
{
	padding-left:10px;
	width:277px;
}

#divMapInfo
{
	margin-top:5px;
	padding:5px 0px 5px 0px;
	overflow:auto;
	max-height:320px;
	font-size:smaller;
	background-color:#E6E6E6;
	border: solid 1px #666;
	border-bottom-style:none;
}

#divMapInfo img
{
	float:left;
	margin-right:5px;
}

.divSectorHeader
{
	color:#666;
	font-weight:bold;
	padding-top:2px;
}

#divAddMarkerLink
{
	padding-top:2px;
}

.inputText
{
	border:solid 1px #666;
}

.standardColor
{
	color:#666;
}

#divButtonPanel
{
	border:solid 1px #666;
	border-top-style:none;
	background-color:#E6E6E6;
	padding:11px 0px 5px 5px;
	background-image:url(images/shadow_h_5pix.png);
	background-repeat:repeat-x;
	height:27px;
}

#RightPane
{
	min-width:200px;
	overflow:auto; /* this line very important for FF */
}

#divAddCustomMarker
{ 
	display:none;
    width:300px;
    background-color:#E6E6E6;
    color:#333;
    border:1px solid black;
    padding:12px;
    position:absolute;
    z-index:1;
}

#divAddCustomMarker label
{
	font-size:smaller;
}

#divAddCustomMarker input, #divAddCustomMarker textarea, #divAddCustomMarker select
{
	border:solid 1px #666;
	margin-bottom:5px;
}

#divMap
{
	height:534px;
}

#tblPubMarkers tr
{
    height:66px;
}

#tblPubMarkers td
{
	padding-top:12px;
	vertical-align:top;
}

#tblPubMarkers .td1
{
	width:30px;
}

#tblPubMarkers .td2
{
	width:300px;
	padding-right:20px;
}

#tblPubMarkers .td4
{
	width:320px;
}