#@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	border: none;
	overflow: hidden !important;
}

.elgg-page-body .elgg-inner {
	height: 100%;
	width: 100% !important;
}

.elgg-main {
	padding: 0 !important;
}

.elgg-page-body {
	padding-top: 0 !important;
}

.elgg-page-footer {
	display: none;
}

#iframe_container{
	position:relative;
	top: 0px; 
	height: 50px; 
	margin-bottom: 8px; 
	overflow: hidden;
}
#pmIframe{
	position:relative;
        top: -5px; 
        overflow: hidden;
}
iframe.hidden {
        height:0;
        visibility:hidden;
        width:0;
}
#layout_header {
	display: none;
}
#page_container{
	width: 100%;
	margin: 0;
	padding: 0;
}
#page_wrapper {
	width: 100%;
}
#layout_canvas {
	position:relative; 
	margin: 0px auto;
	padding: 10px;
	top: 10px;
	width: 77%;
	min-width: 990px;
	height: 100%;     
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: 0 2px 8px 3px #999999;
        -webkit-box-shadow: 0 2px 8px 3px #999999;
        box-shadow: 0 2px 8px 3px #999999;
	background: white;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.elgg-main {
background: #F1F3F8 !important;
box-shadow: 0 1px 8px 0 #999999 !important;
border: 1px solid #CCC !important;
}

#layout {
	position:relative; 
	width: 100%;       
	height: 100%;     
  	padding:0 !important;  	
}


.view {
float:right;
margin-top:0px;
margin-right:5px;
display:block;
height:20px;
width:93px;
background:url(/graphics_/map_icons.png) no-repeat -600px -80px transparent;
}

.viewUserRep {
float:right;
margin-top:0px;
margin-right:5px;
display:block;
height:20px;
width:93px;
background:url(/graphics_/map_icons.png) no-repeat -600px -80px transparent;
position:absolute; 
top:10px;
right:0;
}

.view:active{
	background:url("/graphics_/map_icons.png") no-repeat -600px -105px transparent;
}

.listitem{
   vertical-align: middle;
}

.listname{
   width: 130px;
}

#caught_map{
	float:right;
	height:60px;
	text-align:left;
}

.ui-layout-center {        
  	position:relative; 
	width: 100%;       
	height: 100%;     
  	padding:0 !important;  	
}  
 
#mapToolHolder{
	border:none !important;
}

#map {
  	position:absolute;
  	top:0px;
  	right:0;	
	z-index: 0 !important;
}

#sidebar {
	float: left;
	width: 210px !important;
	position: absolute;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 0 !important;
	background: #fff;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 5px solid #cdcdcd;
}

#sidebarGuide {
	float: left;
	width: 230px !important;
	position: absolute;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 0 !important;
	background: #fff;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 5px solid #cdcdcd;
}

#sidebarRepGuide {
	float: left;
	width: 223px;
	padding: 2px;
	position: relative;
	top:54px;
	overflow-y: auto;
	overflow-x: hidden;
}

#totalsGuides {
	top:28px;
	left: 0px;
	position:absolute;
	/*background: url('/graphics_/bars.png') no-repeat 0px -423px transparent !important;
	border-bottom:1px solid #999;*/
	color:#000;
        width: 100%;
	padding: 2px 0 5px 2px;
	displat: none;
	width: 230px;
	height: 45px;
}

.noGuides {
	padding:5px;
}

.sbHeader{
	width: 231px;
	height: 28px;
	background: url('/graphics_/map_icons.png') no-repeat -290px -712px transparent;
	position: relative;
	top: 0px;
	left: 0;
	overflow: hidden;
}

.sbFilter{
	width: 230px;
	height: 30px;
	position: relative;
	top: 53px;
	left: 0;
	overflow: hidden;
}

.sbFilter div{
	margin: 0px auto;
}

.sbFilter #all{
	width: 70px;
	height: 27px;
	background: url('/graphics_/map_icons.png') no-repeat -500px -741px transparent;
	position: relative;
	float: left;
	display: block;
}

.sbFilter #all.sel{
	background: url('/graphics_/map_icons.png') no-repeat -500px -768px transparent;
}

.sbFilter #user{
	width: 115px;
	height: 27px;
	background: #517FA4;
	color: #DDD;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 7px 0 0 0;
}

.sbFilter #user.sel{
	background: #dedede;
	color: #104e8b;
}

.sbFilter #guide{
	width: 115px;
	height: 27px;
	background: #517FA4;
	color: #DDD;
	position: relative;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 7px 0 0 0;
}

.sbFilter #guide.sel{
	background: #dedede;
	color: #104e8b;
}

.ui-layout-resizer-west {
	z-index: 0 !important;
}

.closeIW:hover {
        background: url(/graphics_/map_icons.png) no-repeat -117px -21px;
}

#info {
	border:2px solid #FFF;
	z-index: 3;
	width: 407px;
	padding: 10px;
	height: 300px;
	display: none;
        //background: #104E8B;
	border:5px solid rgba(255, 255, 255, 0.8);
	background: #104E8B !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#info .close {
	background: url(/graphics_/bars.png) no-repeat -155px -345px;
	position: absolute;
	left: 113px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 99 !important;
}
#iwHolder{
        position: relative !important;
	height:332px;
	width:413px;
	margin-bottom:25px;
	background: transparent !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.infoBox .guideRepTitle{
        z-index: 99;
        position: relative;
	left: 115px;
	top: 17px;
}

.noGuideReps {
	display: block;
	font-weight: bold;
	clear: left;
	float: left;
	margin: 10px  0;
}

.infoBox img{
        z-index: 99;
}

#overflow {
        position: relative !important;
	height:280px;
	width:400px;
	margin-bottom:25px;
}
#overflow .beak {
	background:url("/graphics_/map_icons.png") repeat-y scroll -1px -195px transparent;
	bottom:-25px;
        left:180px;
	height:20px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	width:48px;
	z-index: 9999999 !important;
}
.slider { 
	position:relative; 
	cursor:pointer;
	height:1px;
	border:2px solid #104E8B;	
	height:598px;	
	float:right;
        right:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}


/**** Search Overlay ****/

#searchMap {
	background:#104E8B;
	display: none;
	width: 260px !important;
	padding: 9px;
	text-align: left;
	border: 2px solid #ffffff;
	z-index: 9;
	opacity: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}
#searchMap .close {
	background:url("/graphics_/map_icons.png") no-repeat scroll -445px 0 transparent;
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	height: 18px;
	width: 17px;
	z-index: 99999 !important;
}
#searchMap .close:hover {
	background:url("/graphics_/map_icons.png") no-repeat scroll -445px -20px transparent;
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	height: 18px;
	width: 17px;
	z-index: 99999 !important;
}

.searchDiv {
	display:none;
	padding:5px;
	float:left;
	background:#FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.searchDiv span {
	color:#666666;
	margin-top:4px;
	font-size:11px;
	font-weight:bold;
}
.dateinput {
	float:right;
	font-size:11px;
	padding:3px !important;
	width:170px;
        display:block !important;
	margin: 0 !important;
}
.dateinput input {
	float:left;
	margin-bottom:3px;
	font-size:11px;
	width:130px;
	height:13px;
        display:block;
}
.datelabel {
	float:left;
	width:75px;
	width:44px;
        display:block !important;
	margin: 0 !important;
	position:relative;
	top:3px;
}
.datelabel label {
	margin-top:2px;
	margin-bottom:5px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	display:block;
}
.cleardInput {
	position:relative;
	top:9px;
	padding: 3px;
	font-weight: 800;
	font-size: 10px;
	color: #666666;
	float: left;
}

/* root element for search overlay tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 0 0 4px !important; 
	padding:0;	
	height:27px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/graphics_/blue_small.png) no-repeat  -421px 0;
	font-size:11px;
	display:block;
	height: 27px;  
	line-height:30px;
	width: 62px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -421px -27px !important;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current {
	background-position: -421px -55px !important;		
	cursor:default !important; 
	color:#000 !important;
}
ul.tabs a.current:hover{
	background: url(/graphics_/blue_small.png) no-repeat  -421px -55px;
	cursor:default !important; 
	color:#000 !important;
}
.panes > div {
	display:none;		
	padding:10px;
	border:1px solid #999;
	border-top:0;
	font-size:10px;
	background-color:#fff;
	width:238px;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

#searchByLoc {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: none;
	float: left;
	height: 24px;
	width: 200px;
	margin-left: 2px;
	margin-top: 3px;
	padding: 1px 3px;
	background-color: #FFFFFF;
}
#searchByLoc .locinput {
	float: left;
	border: solid 1px #d5d5d5;
	height: 22.5px;
	font-size: 11px;
	width: 187px !important;
	background: url('/graphics_/bars.png') no-repeat 2px -399px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-left: 6px;
	margin-top: 1px;
}
#s_arrowR {
	display: none;
	background: url('/graphics_/map_icons.png') no-repeat -250px -47px;
	width: 30px;
	height: 20px;
}
.searcharrow {
	background-color: #F0EFEC;
	color: blue;
	display: block;
	float: left;
	font-weight: 900;
	height: 20px;
	margin-left: 4px;
	margin-top: 2px;
	padding: 0 1px 5px 3px;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 30px;
	background: url('/graphics_/map_icons.png') no-repeat -210px -47px;
}
.searcharrowR {
	background-color: #F0EFEC;
	color: blue;
	display: block;
	float: left;
	font-weight: 900;
	height: 13px !important;
	margin-right: -7px;
	margin-top: 2px;
	padding: 0 3px 5px;
	position: relative;
	text-decoration: none;
	top: 0;
	width: 10px !important;
}

.progress {
	background-color:#00118E;
	height:3px;
	position:absolute;
	width:0;
}

.handle { 
	border:1px solid #cfcfcf;
	background-color:#666666;
	height:70px;
	width:7px;
	position:absolute; 
	top:-12px;
	display:block;
	cursor:move;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
}

.handle:active {
	background:blue;		
}

.range {
	display:none;
}
	
ul.css-tabs {  
	margin: 0 !important; 
	padding: 17px 0 0 0 !important;
	height:30px;
	width:300px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	position:relative;	
	left:8px;
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	background: url(/graphics_/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	left:5px;	
}

ul.css-tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}
	
/* selected tab */
ul.css-tabs a.current {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}

	
ul.css-tabsP {  
	margin: 0 !important; 
	padding: 17px 0 0 0 !important;
	height:30px;
	width:300px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabsP li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	position:relative;	
	left:8px;
}

/* link inside the tab. uses a background image */
ul.css-tabsP a { 
	background: url(/graphics_/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	left:5px;	
}

ul.css-tabsP a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}
	
/* selected tab */
ul.css-tabsP a.current {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

.logo_ifs{
	display: none;
}
.dropst {
	float:left;
	margin-right:4px;
	margin-left:4px;
	font-size:12px;
	color:#ffffff;
}
.dropre {
	float:left;
	margin-right:2px;
	margin-left:2px;
	font-size:12px;
	color:#ffffff;
	display:none;
}
.dropSearch {
	margin-top:5px;
}
select.drop {
	float:left;
	width:100px;
	margin-right:2px;
	font-size:11px;
}
#success {
	height:422px;
	width:413px;
	padding:25px;
	background:#dedede;
	font-size:15px;
	display:none;
	z-index:9999;
	border:2px solid white;
	border:5px solid rgba(255, 255, 255, 0.8);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}
#success h2 {
	background: url(/graphics_/map_icons.png) no-repeat -25px -117px;
	height:15px;
	width:265px;
	display:block;
	margin:0 0 0 67px;
        position: relative;
	top:-10px;
}
#success span {
	display:block;
}
#success > span {
	text-align: center;
}
#success .buttons {
	margin: 2px 0 0 163px;
}
#preview{
        position: relative !important;
	height:332px;
	width:413px;
	margin-bottom:25px;
	background: transparent !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.previewCaughtLabel {
	margin-right:15px;
	list-style:none;
	font-weight:900;
	display:block;
	font-size:9px;
}

.previewCaught {
	margin-right:15px;
	list-style:none;
	font-weight:400;
	font-size:9px;
}

.previewNameSpan{
	font-weight:900;
	color:#104e8b;
}

#flashContent {	
	width:800px;
	height:528px;	
	padding:0px;
	color:#FFFFFF;
	background:#104E8B;
	font-size:15px;
	display:none;
	z-index:99999;
	border:2px solid white;
	border:5px solid rgba(255, 255, 255, 0.8);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

#flashContent .close {
	background: url(/graphics_/bars.png) no-repeat -155px -345px;
	position: absolute;
	right: -23px;
	top: -30px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 99999 !important;
}

#flashContent span {
	display:block;
}
#added {
	padding:25px;
	color:#FFFFFF;
	background:#104E8B;
	font-size:15px;
	display:none;
	z-index:4;
	border:2px solid white;
	border:5px solid rgba(255, 255, 255, 0.8);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}
#zoomin {
	padding:25px;
	color:#FFFFFF;
	background:#104E8B;
	font-size:15px;
	display:none;
	z-index:4;
	border:2px solid white;
	border:5px solid rgba(255, 255, 255, 0.8);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}
#added span {
	display:block;
}
#dragMark {
	height: 40px;
	width: 306px;
	padding:0 3px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	display:none;
	z-index:4;
	background:url("/graphics_/map_icons.png") no-repeat scroll -395px -165px transparent;
}
#param {
	display:none !important;
}
#closeIW {
	background:url("/graphics_/map_icons.png") no-repeat scroll -117px 0 transparent;
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	height: 17px;
	width: 17px;
	z-index: 99999 !important;
}
.full_tooltip {
	display: none;
	background: transparent url(/graphics_/fullScreenTip.gif) no-repeat;
	font-size: 1px;
	height: 24px;
	width: 90px;
	padding: 2px 12px;
	color: #fff;
	z-index: 99999;
}
.close_tooltip {
	display: none;
	background: transparent url(/graphics_/black_arrowd.png) no-repeat;
	font-size: 12px;
	height: 22px;
	width: 90px;
	padding: 2px 22px;
	color: #fff;
	z-index: 99999;
}
.search_tooltip {
	display: none;
	background: transparent url(/graphics_/findLocTip.gif) no-repeat;
	font-size: 1px;
	height: 32px;
	width: 132px;
	padding: 2px;
	color: #fff;
	z-index: 99999;
}
.lock_tooltip {
	display: none;
	background: transparent url(/graphics_/black_arrow_lock.png) no-repeat;
	font-size: 12px;
	height: 40px;
	width: 130px;
	padding: 5px 14px;
	color: #fff;
	z-index: 99999;
}
.tooltip {
	display: none;
	background: transparent url(/graphics_/black_arrowd_tog.png) no-repeat scroll 0 0;
	font-size: 12px;
	height: 40px;
	width: 120px;
	padding: 13px 10px;
	color: #fff;
	z-index: 99999;
}

.error {
	/* supply height to ensure consistent positioning for every browser */
	height: 12px;
	background-color: #FFFE36;
	border: 1px solid #E1E16D;
	font-size: 11px;
	color: #000;
	padding: 3px 10px;
	margin-left: -2px;
	z-index: 9999;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
}
.ui-autocomplete {
	width: 120px;
	font-size: 10px;
	z-index: 1090 !important;
	-moz-border-radius: 0 !important;
}
.button{
        float: right !important;
}
.subbutton{
	background:url("/graphics_/map_icons.png") no-repeat -257px -16px #104e8b !important;
	padding: 0 !important;
        width: 55px !important;
        height: 16px !important;
        margin-top: 4px !important;
	border: 0px !important;
}

.subbutton:hover{
	background:url("/graphics_/map_icons.png") no-repeat -257px 0px transparent !important;
	border: 0px !important;
}

.logo_ifs {
	displat: none !important;
}
.logo_top {
	displat: none !important;
}
/* ***************************************GMaps Plugin*************************************** */

#checkadd {
	float: right;
	position: relative;
	height: 27px;
	margin-right: 7px;
	margin-top: 3px;
	background: #ffffff;
	width:128px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#myLocationDiv{
	float: right;
	position: relative;
	height: 27px;
	margin-right: 6px;
	margin-top: 3px;
	background: #ffffff;
	width:85px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#myLoc{
	background:url("/graphics_/map_icons.png") no-repeat scroll 0px -91px transparent;
	height: 21px;
	width:77px;
	margin: 2.5px 3px 2.5px 4px;
	display: block;
}
.myRegion{
	background:url("/graphics_/zoomTo.gif") no-repeat transparent;
	height:41px;
	width:160px;
	margin: 2.5px 3px;
	padding: 3px;
	display: none;
	font-size:1px;
	color:#ccc;
	z-index:15;
}
.locktip{
	background:url("/graphics_/lockMap.png") no-repeat transparent;
	height:61px;
	width:210px;
	margin: 2.5px 3px;
	padding: 3px;
	display: none;
	font-size:1px;
	color:#ccc;
	z-index:15;
}
.flash {
	background:url("/graphics_/map_icons.png") no-repeat scroll -55px -0px transparent ;
	height: 21px;
	width: 21px;
	float: left;
	position: relative;
	margin: 2px 0 0 5px;
}
#addReport.off {
	background:url("/graphics_/map_icons.png") no-repeat scroll -6px -134px transparent !important;
	float:left;
	height:21px;
	width:120px;
	margin:3px 0 0 4px;
	position:relative;
}
#addReport.on {
	background:url("/graphics_/map_icons.png") no-repeat scroll -30px -215px transparent !important;
	float:left;
	height:21px;
	width:120px;
	margin:3px 0 0 4px;
	position:relative;
}

#loginAdd {
	background:url("/graphics_/map_icons.png") no-repeat scroll -128px -93px transparent !important;
	float:left;
	height:21px;
	margin:2.5px 0 0 8px;
	position:relative;
	width:200px;
}
#switch.off {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("/graphics_/map_icons.png") no-repeat scroll -47px -95px transparent;
	float:right;
	height:18px;
	margin-left:5px;
	margin-right:3px;
	margin-top:4px;
	padding:0 5px;
	position:relative;
	width:71px;
	cursor:pointer;
}
#switch.on {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("/graphics_/map_icons.png") no-repeat scroll 0px -95px transparent;
	float:right;
	height:18px;
	margin-left:5px;
	margin-right:3px;
	margin-top:4px;
	padding:0 5px;
	position:relative;
	width:71px;
	cursor:pointer;
}
#switchView.on {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("/graphics_/map_icons.png") no-repeat scroll 0 -165px transparent;
	float:right;
	height:18px;
	margin-left:5px;
	margin-right:3px;
	margin-top:4px;
	padding:0 5px;
	position:relative;
	width:71px;
	cursor:pointer;
}
#switchView {
	-moz-border-radius:4px 4px 4px 4px;
	background:url("/graphics_/map_icons.png") no-repeat scroll -47px -165px transparent;
	float:right;
	height:18px;
	margin-left:5px;
	margin-right:3px;
	margin-top:4px;
	padding:0 5px;
	position:relative;
	width:71px;
	cursor:pointer;
}
#togopt {
	float: left;
	width: 42px;
	position: relative;
	height: 26px;
	margin-left: 7px;
	margin-top: 3px;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 5px;
}

#options {
	float: right;
	background: url('/graphics_/map_icons.png') no-repeat scroll 0px -46px transparent !important;
	width: 76px;
	height: 21px;
	margin-top: 2px;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
#optionsClose {
	float: right;
	width: 76px;
	height: 21px;
	margin-top: 2px;
	background: url('/graphics_/map_icons.png') no-repeat scroll 0px -69px transparent !important;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	cursor: pointer;
	display: none;
}
#searchView {
	float: right;
	width: 93px;
	position: relative;
	height: 27px;
	margin-right: 5px;
	margin-top: 3px;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 2px 0 4px;
}
#lock {
	background:url("/graphics_/map_icons.png") no-repeat scroll 0 -240px transparent;
	float:left;
	height:23px;
	margin-right:2px;
	margin-top:2.5px;
	width:92px;
	cursor:pointer;
}
.fadeOut {
	background:url("/graphics_/map_icons.png") no-repeat scroll -55px -185px transparent !important;
	cursor:default !important;
}
#unlock {
	background:url("/graphics_/map_icons.png") no-repeat scroll -565px -240px transparent !important;
	float:left;
	height:23px;
	margin-right:2px;
	margin-top:2.5px;
	width:92px;
	cursor:pointer;
	display: none;
}

.mapSize {
	float: left;
	position: relative;
	height: 26px;
	margin-left: 3px;
	margin-top: 3px;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 3px 0 4px;
}
#full {
	postion: relative;
	float: right;
	margin: 2px 0 2px 0;
	background: url('/graphics_/map_icons.png') no-repeat scroll 0px 0px transparent !important;
	height: 23px;
	width: 23px;
	color: #ffffff;
	cursor: pointer;
}
#mini {
	postion: relative;
	float: right;
	margin: 2px 0 2px 0;
	background: url('/graphics_/map_icons.png') no-repeat scroll -23px 0px transparent !important;
	height: 23px;
	width: 23px;
	color: #ffffff;
	cursor: pointer;
	display: none;
}
.onoff {
	float: right;
}

#imageP {
	height: 70px;
	border: solid 1px black;
	padding: 4px;
	margin-right: 8px;
	margin-left: 3px;
	margin-top: 8px;
	margin-bottom: 3px;
	background: #EAEAEA;
}

.repor {
   width: 204px;
   height: 34px;
   margin: 4px 3px 4px 4px;
   padding: 3px; 
   border: 1px solid #999999;
   background: #F1F3F8;
   color: #000000;
}
.repor a{
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    margin-left: 1px;
    color: #000000;
    width: 100%;
    float: left;
	position: relative;
}

.repor a:hover{
    text-decoration: none;
}

.repor a .sbInfo{
        display: block;
        padding: 0;
        margin: 0 2px 0 0;
        cursor: pointer;
}

.repor .sbDate {
        display: block;
        font-size: 9px;
        padding: 0 !important;
	position: absolute;
	top: 20px;
	right: 4px;
}

.repor .sbComment{
        display: block;
        font-size: 9px;
        font-weight: bold;
	float: right;
	clear: both;
        margin: 8px 1px 0 0;
        padding: 0 !important;
}

.gRepor {
   width: 199px;
   height: 20px;
   margin: 4px 3px 7px 4px;
   padding: 3px; 
   border: 1px solid #999999;
   background: #F1F3F8;
   color: #000000;
}

.gRepor a{
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    margin-left: 1px;
    color: #000000;
    width: 100%;
    float: left;
    height: 25px;
    position: relative;
}

.gRepor a:hover{
    text-decoration: none;
}

.gRepor a .sbInfo{
        display: block;
        padding: 0;
        margin: 0 2px 0 0;
        cursor: pointer;
}

.gRepor .sbDate {
        display: block;
        font-size: 9px;
        padding: 0 !important;
	position: absolute;
	top: 2px;
	right: 4px;
}

.gRepor .sbComment{
        display: block;
        font-size: 9px;
        font-weight: bold;
	float: right;
	clear: both;
        margin: 8px 1px 0 0;
        padding: 0 !important;
}

.highlite{
   background:#104e8b !important;
}

.highlite a{
   color:#ffffff;
   text-decoration: none;
   font-size:11px;
   font-weight:bold;
}

#toolbar {
	position:relative;
	background: url('/graphics_/bars.png') repeat-x 0 0 transparent !important;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #BBB;
}

#loadMess {
	width: 126px;
	height: 22px;
	position:relative;
	top: 5px;
	margin: 0 auto;
	display: none;
	background: url(/graphics_/ajax-loader.gif) no-repeat;
}

#reportForm {
	z-index: 3;
	width: 327px;
	padding: 5px 12px 10px 10px;
	height: 475px;
	display: none;
	background: #104E8B !important;
}

#reportForm table{
        width:330px;
        display:block;
}

#reportForm tr{
        width:330px;
        display:block;
}

#reportForm input {
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	background-color:rgba(245, 245, 245, 0.9);
}   

#altLocation{
	display: none;
}

#reportForm textarea {
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	background-color:rgba(245, 245, 245, 0.9);
	background:#fff;
	overflow-y:auto;
	font-size:10pt;
	width: 315px;
	height: 122px;
	margin: 2px 0 0 0;
}

#reportForm .close {
	background: url(/graphics_/bars.png) no-repeat -155px -345px;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 99 !important;
}

.nicEdit-main{
	background:#fff;
}
.nicEdit-panelContain{
	background:#EFEFEF !important;
}
.nicEdit-panel{
	background:#EFEFEF !important;
}
.textarea div {
	background:#fff;
}
.rdate {
	width: 150px;
	height: 16px;
	padding:1px 4px 2px 4px !important;
	font-size:12px;
	-moz-box-shadow: 0 0 10px #eee inset;
}
.vali {
	width: 150px;
	height: 16px;
	margin-bottom:4px;
	font-size:12px;
	float:left;
	padding:1px 4px 2px 4px !important;
	-moz-border-radius:0;
}
.tdRlabel {
	color:#fff;
	font-size:12px;
	padding:0 3px 3px 0;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
	width: 65px;
}
.tdRlabel label{
	color:#fff;
	font-size:12px;
	text-align:left;
}
.seperate {
	margin-bottom:0px;
}
.dates {
	width: 150px;
	margin-left: -9px;
	margin-bottom:4px;
	padding:2px 4px !important;
	padding-left:5px;
	font-size:11px;
	float:left;
}
.labelsDiv {
	margin:auto;
	float:left;
	width:70px;
}
.labelsDiv label{
	margin-bottom:7px;
        position:relative;
        top:3px;
	float: left;
	color: #fff;
	font-size: 11px !important;
	font-weight: 600;
}
.replabel {
	margin:0px;
	float: left;
	color: #fff;
	font-size: 11px !important;
	font-weight: 600;
        position:relative;
        top:0;
}
.caughtlabel {
	margin:0px;
	float: left;
	color: #fff;
	font-size: 11px !important;
	font-weight: 600;
        position:relative;
        top:2px;
}
#caught {
	margin:5px 0 5px 5px;
	float: left;
	width: 120px;
}
.forminput {
	-moz-border-radius: 0;
	font-size: 10px !important;
	height: 13px;
	margin: 1px 0 0;
	padding: 2px;
}
#typefish {
	position: relative;
	background: url(/graphics_/tb_IW.png) repeat-x 0 -95px;
	min-height: 25px !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 325px;
	height: 53px;
	overflow-y: auto;
}
#typefish div {
	display: block;
	margin: 3px 3px 3px 3px;
	padding: 2px 20px 2px 8px;
	position: relative;
	background-color: #E4ECF5;
	border: 1px solid #333;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #333;
	font: normal 10px Verdana, Sans-serif;
}
#typefish div a {
	position: absolute;
	right: 8px;
	top: 0px;
	color: #666;
	font: bold 12px Verdana, Sans-serif;
	text-decoration: none;
}
#caughtP {
	margin: 0px 3px 0 3px !important;
	overflow: auto;
	width: 330px;
}
.caughtP {
	width: 330px;
}
/*iframe upload*/
#iform {
	z-index: 9000;
}

#iform #cities{
	margin: 2px 0 0 0;
	float: left;
	height: 19px;
}

#iform label{
	float: left;
	clear: both;
	color: white;
	padding-top: 3px;
	font-size: 11px;
}
iframe form{
	z-index: 9000;
	position: relative;
	top: 0px;
}
iframe.hidden {
	display: none;
	width: 0px;
	height: 0px;
}
#main1 {
	float:left;
	margin-top: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 330px;
	height: 152px;
	border-style: solid 1px black;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#images1 {
	width: 100%;
	height: auto;
	margin: -14px 5px 0 5px;
}
#images1 div {
	margin: 1px 5px 5px 5px;
	width: 85px;
	height: 100px;
	border:1px solid #DEDEDE;
	float: left;
	overflow: hidden;
}
#images1 div:hover {
	border-color: #999;
}
#images1 img.load {
	margin-top: 20px;
}
.pic {
	margin: 3px 0 0 3px;
	padding: 2px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
}
#labeltext {
font-size:10px;
left:2px;
margin-left:0px !important;
margin-top:4px !important;
position:relative;
width:75px;
padding: 0 !important;
}
.loaded {
	margin: 0px auto;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#msg b {
	line-height: 22px;
}
#msg span {
	color:#000000;
	font-weight: 400;
}
#msgP span {
	color:#000000;
	font-weight: 400;
}
.ui-slider {
	position: absolute !important;
	right:-5px !important;
	margin-top: 8px;
	width: 7px !important;
	height: 270px !important;
	background: #555!important;
	z-index:9;
	margin-top:8px;
	float: right;
}
.ui-slider-handle {
	height: 20px !important;
	width: 8px !important;
        left:-0.11em !important;
}
.ui-slider-range, .ui-slider-range-max {
	background: #555555 !important;
}
#msgPrev {
	padding:6px;
}
#msgPP {
	padding:6px;
}
#msgPrev b {
	line-height: 22px;
}
#msgPrev span {
	color:#000000;
	font-weight: 400;
}
#msgPP span {
	color:#000000;
	font-weight: 400;
}
#extInfP {
	width: 385px !important;
	height: 280px !important;
	position: relative;
	overflow: hidden !important;
	background: white !important;
	margin-left: 14px;
	margin-bottom: 30px;
	margin-right: 8px;
	float: left;
}
#extPicP {
	width: 385px !important;
	height: 280px !important;
	position: relative;
	overflow: hidden !important;
	background: white !important;
	margin-left: 14px;
	margin-bottom: 30px;
	margin-right: 8px;
}
.tab_contentsP {
	top: 0;
	left: 0;
	font-size: 13px;
}
#tab0_contentP {
	top: 0;
	left: 0;
	width: 400px;
}
#tab1_contentP {
	top: 0;
	left: 0;
	width: 400px;
	display: none;
}
#extInf {
	width: 385px !important;
	height: 280px !important;
	position: relative;
	overflow: hidden !important;
	background: white !important;
	margin-left: 14px;
	margin-bottom: 30px;
	margin-right: 8px;
	float: left;
}

#extInfGuide {
	width: 363px !important;
	height: 266px !important;
	position: relative;
	top: 26px;
	overflow: hidden !important;
	background: white !important;
	margin-left: 14px;
	margin-bottom: 5px;
	margin-right: 8px;
	padding:10px;
	float: left;
}

#extPic {
	width: 385px !important;
	height: 280px !important;
	position: relative;
	overflow: hidden !important;
	background: white !important;
	margin-left: 14px;
	margin-bottom: 30px;
	margin-right: 8px;
}
.tab_contents {
	top: 0;
	left: 0;
	font-size: 13px;
}
#tab0_content {
	top: 0;
	left: 0;
	width: 400px;
}
#tab1_content {
	top: 0;
	left: 0;
	width: 400px;
	display: none;
}

#rbr{
	height:34px;
	right:-5px;
	position:absolute;
	top:475px;
	width:34px;
  	background: url('/graphics_/map_icons.png') no-repeat -451px -96px;
	z-index:-3;
}
#rbl{
	height:34px;
	left:-5px;
	position:absolute;
	top:475px;
	width:34px;
  	background: url('/graphics_/map_icons.png') no-repeat -399px -96px;
	z-index:-3;
}
#rtr{
	height:34px;
	right:-5px;
	position:absolute;
	top:-5px;
	width:34px;
  	background: url('/graphics_/map_icons.png') no-repeat -451px -47px;
	z-index:-3;
}
#rtl{
	height:34px;
	left:-5px;
	position:absolute;
	top:-5px;
	width:34px;
  	background: url('/graphics_/map_icons.png') no-repeat -399px -47px;
	z-index:-3;
}


#rb{
  	background: url('/graphics_/tb_IW.png') repeat-x 0 -64px;
  	height:33px;
	left:29px;
	position:absolute;
	top:477px;
	width:300px;
	z-index:-3;
}
#rt{
  	background: url('/graphics_/tb_IW.png') repeat-x 0 0;
  	height:61px;
	position:absolute;
	width:300px;
	left:29px;
	top:-4px;
	z-index:-3;
}
#rr{
  	background: url('/graphics_/lr_IW.png') repeat-y -34px 0;
	position:absolute;
	height:460px;
	right:-5px;
	position:absolute;
	top:29px;
	width:35px;
	z-index:-3;
}
#rl{
  	background: url('/graphics_/lr_IW.png') repeat-y 1px 0;
	position:absolute;
	height:460px;
	left:-5px;
	position:absolute;
	top:29px;
	width:34px;
	z-index:-3;
}.tab_contents {
    font-size: 13px;
    left: 0;
    top: 0;
}
#tab0_content {
    left: 0;
    top: 0;
    width: 400px;
}
#tab1_content {
    display: none;
    left: 0;
    top: 0;
    width: 400px;
}
#br {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/map_icons.png");
    background-origin: padding-box;
    background-position: -451px -96px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 34px;
    position: absolute;
    right: 2px;
    top: 310px;
    width: 34px;
}
#bl {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/map_icons.png");
    background-origin: padding-box;
    background-position: -399px -96px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 34px;
    left: 1px;
    position: absolute;
    top: 310px;
    width: 34px;
}
#tr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/map_icons.png");
    background-origin: padding-box;
    background-position: -451px -47px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 34px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 34px;
}
#tl {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/map_icons.png");
    background-origin: padding-box;
    background-position: -399px -47px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 34px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 34px;
}
#b {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/tb_IW.png");
    background-origin: padding-box;
    background-position: 0 -64px;
    background-repeat: repeat-x;
    background-size: auto auto;
    height: 33px;
    left: 29px;
    position: absolute;
    top: 312px;
    width: 355px;
}
#t {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/tb_IW.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    height: 61px;
    left: 29px;
    position: absolute;
    top: 3px;
    width: 355px;
}
#r {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/lr_IW.png");
    background-origin: padding-box;
    background-position: -34px 0;
    background-repeat: repeat-y;
    background-size: auto auto;
    height: 275px;
    left: 376px;
    position: absolute;
    top: 35px;
    width: 35px;
}
#l {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/graphics_/lr_IW.png");
    background-origin: padding-box;
    background-position: 1px 0;
    background-repeat: repeat-y;
    background-size: auto auto;
    height: 291px;
    left: 1px;
    position: absolute;
    top: 29px;
    width: 34px;
}

