/* WatchersNET.SiteMap Common CSS Styles */
#SiteMapLogo {margin: 0 auto;}
.SiteMapHR {height: 1px; color: #ccc; background-color: #ccc; border: none;}
.SiteMapSetting {line-height:20px}
.SiteMapClear {clear:both}
.SiteMapFooter {float:right;font-style:italic;font-size:smaller;color:#42a5ff ;}
.SiteMapFooter a {font-style:italic;font-size:smaller !important;color:#42a5ff !important;}
.SiteMapSkinSelector {color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom:10px;
	padding-top:5px;
	font-size: 100%;
	height: auto;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	background: url('HeaderBack.png') #888 repeat-x bottom;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	background: -o-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	
	border: solid 1px #000;
	-moz-border-radius: 0.4em; 
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}
.SiteMapSkinSelector table label {color: #ffffff;}
.SiteMapSkinSelector table {display:inline-table;}
.SiteMapSkinSelector {padding-bottom:5px;}

.SiteMapRenderMode {display block;color: #ffffff}

.SiteMapButton {border: none;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .1em 0.5em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top:-2px;

	color: #e9e9e9;
	border: solid 1px #555;
	background: url('HeaderBack.png') #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	background: -o-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.SiteMapButton:hover {
	background: url('ButtonHover.png') #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	background: -o-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');

	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.SiteMapButton:active {
    background: url('ButtonActive.png') #575757;
	color: #afafaf;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	background: -o-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	
	text-decoration: none;
}

/* Skin Preview */
#preview img{border:1px solid #ccc;background:#333;padding:5px;color:#fff;}
#preview p{clear:both;margin:0;padding:.5em 0;}