/*
 * The css for the stuff done with jQuery
 * $Workfile: jquery.core.css $
 * $Revision: 18 $
 * $Modtime: 27/05/11 16:21 $
 * $Author: Aamir.afridi $
*/

.ui-shadow { -moz-box-shadow: -3px 5px 10px #818181; -webkit-box-shadow : -3px 10px 5px #818181; }
.ui-state-disabled a { cursor: default !important; }
.ui-state-success {border: 1px solid #C6D880/*{borderColorHighlight}*/; background: #E6EFC2/*{bgColorHighlight}*/ ; color: #264409/*{fcHighlight}*/; }
.ui-state-success-hover {border: 1px solid #264409/*{borderColorHighlight}*/; background: #C6D880/*{bgColorHighlight}*/ ; color: #264409/*{fcHighlight}*/; }
.ui-state-success a { color: #264409/*{fcHighlight}*/; }
.ui-border-outset { border-style: outset !important; }
.ui-border-inset { border-style: inset !important; }
.atMainJQWrapper *, .ac_results *, .aw_results * { text-align:left; font-family:"Helvetica Neue",HelveticaNeue,Helvetica,sans-serif !important; }
.bold { font-weight:bold; }

/*Panel wrapper css*/
.atMainJQWrapper {
	z-index	: 99999;
	font-weight: normal;
	font-size:15px;
	color:#000;
	position:absolute;
}

.noTB { border-top:none !important;}

#atPWparent { position:absolute}

.atJqOpenClose {
	position:absolute !important;
	left:-19px;
	top:-1px;
	outline:none;
}

.atOuterWpr {
	border-width:0 !important;
	background:#FFF !important;
	height:auto !important;
}

.atPanelInnerWrapper {
	padding-bottom:0;
	overflow-y:auto;
	overflow-x:hidden;
	position:relative
}

#atPanelWrapperLoader {
	text-align:center;
	margin:25px 0;
	font-size:17px;
}
/*End of panel wrapper css*/

/*UI panel css*/
.atPnlDrgr {
	position:absolute;
	top:2px;
	left:-1px;
	cursor:move;
	background:none;
	border:none;
}

.atPnlDrgr span { position:relative;}

#atLwrGrbr {
	position:absolute;
	top:22px;
	left:0px;
}

.atPanelCollapser {
	float:left;
	width:14px;
}

.atColWpr {
	border:none !important;
	background:none !important;
}
/*End of UI panel css*/

/*Show map categories panel css*/
a#atArrowOpenLC {
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	padding-bottom:1px;
	border-top:1px solid #fff;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

a#atArrowOpenLC span {
	margin:0 auto;
	height:12px;
}

#atNoLyrs {
	margin:5px;
	font-weight:normal;
}

#atNoLyrs, #atNoAnnotationLyrs {
	padding:0.3em;
	line-height: 1.4;
	font-size:13px;
}

#atNoLyrs a, #atNoAnnotationLyrs a {
	text-decoration: underline;
}

#atNoLyrs .ui-icon,
#atNoAnnotationLyrs .ui-icon,
.atAnnonManyFeaturesSelector .ui-icon
{
	float:left;
	margin-right:0.3em;
}

.atMainLayersGroup ol li.atLayerSet .atLayerLegendLoading,
.atMainLayersGroup ol li.atLayerSet .atLayerLegendImg {
	display:none;
	margin-top:6px;
}

.atMainLayersGroup ol li.atLegendImgLoading .atLayerLegendLoading,
.atMainLayersGroup ol li.atLegendImgShown .atLayerLegendImg {
	display:block !important;
}
/*End of show map categories panel css*/


/*Takemeto and mapsourceswitcher panel css*/
#takemeto a, #mapsourceswitcher a {
	display:block;
	padding:5px;
	margin-bottom:3px;
	text-decoration:none;
}

#takemeto a span.ui-icon, #mapsourceswitcher  a span.ui-icon {
	float:left;
}

#takemeto a.ui-state-active, #mapsourceswitcher a.ui-state-active {
	cursor:default;
}

#atMSloader {
	text-align:center;
	margin:25px 0;
	font-size:17px;
}

.atEditLayersList {
	padding:2px;
	margin-top:-1px;
	display:block;
	font-size:11px;
	float:right;
	margin-right:26px;
	text-decoration:none;
}
/*End of takemeto and mapsourceswitcher panel css*/

/* Selection tool panel css */
#atPanel-selection select {
	width:80%;
}

#atPanel-selection button {
	float:right;
	margin-right:8px;
}
/*End of Selection tool panel css */