@charset "utf-8";
/* CSS Document */

.adminSearchBox_wrapper{
	border: 2px #666 solid;
	background:#C96;
	
}
.adminSearchBox{
	padding: 10px;	
	
}
	.adminSearchBox label{
		display: block;	
		color: #333;
	}
	.adminSearchBox .mainTextBox{
		font-size: 17px;
		padding: 5px;
		width: 400px;
	}
	
	
	
/***  pic upload page ****/
.editingBox{
	padding: 5px;
	border:#666 dashed 1px;
	background-color:#FFC;
}

.picUploadBox{
	border: 1px #CCC solid;
	padding: 5px;

}

.commentShow{
	border: 1px #999999 solid;
	width: 700px;
}
.picShowBox{
		border: 1px #CCC solid;
	padding: 10px;
/*		background:#000;*/
	color:#666;
	
	
}
.picShow{
	border: 1px #999 solid;
	
}


input[type=radio]:checked + label {
	font-weight: bold;
	color:#C30;
}



/********* admin notification bar ********/
#adminNotifBar_wrapper{
	height: 23px;
	border: 1px dashed #27618E;
	background: #80A9CD;
	margin-top: 5px;
	
}
#adminNotifBar{
	color: #999;
	
}
	#adminNotifBar img{
		vertical-align: text-top;
	}
	
	#adminNotifBar li{
		margin-left: 10px;	
		display: inline-block;
	}
	#adminNotifBar a{
		display:inline-block;
		padding: 5px;
		height: 20px;
		position:relative;
	}
	#adminNotifBar a:hover{
		color: #FFF;
		text-decoration:none;
	}
	#adminNotifBar a:active{
		top: 2px;
	}
		#adminNotifBar .redNumBox{
			padding: 2px 4px;
			background-color: #B92020;
			color: white;
			position: relative;
			border: 1px solid #810A0A;
			top: 3px;
			font-weight: bold;
				
			
			-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
			box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
			
			border-radius: 5px;
			-moz-border-radius: 5px;
		}
			#adminNotifBar a:hover .redNumBox{
				background-color: #F00;
			}
	
/*** admin quick suggest ****/
#adminQuickSearch_wrapper{
	padding-top: 3px; /*lil space at top when collapsed */	
}

#adminQuickSearch{
	margin-top: 5px;
	padding: 5px;
	background: #80A9CD;
	border: 1px dashed #27618E;
	color: #FFF;
	
	display:none;
}
	#adminQuickSearch b{
		color: #000;
	}
	
	
#adminQuickSearchSuggest{
	display: inline-block;
	vertical-align: middle;	
}

#adminQuickSearch_showHideTab_wrapper{
	position:relative;	
}

#adminQuickSearch_showHideTab{
	padding: 5px 10px;
	cursor: pointer;
	color: #FFF;
	border: 1px solid #000;
	border-top:none;
	background: #27618E;
	display: inline-block;
	
	border-bottom-left-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	border-bottom-right-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	
	position:absolute;
	right: 0px;
	
	z-index: 100;
	
	box-shadow: 1px 2px 3px rgba(100, 100, 100, 0.8);
	-moz-box-shadow: 1px 2px 3px rgba(100, 100, 100, 0.8);
	-webkit-box-shadow: 1px 2px 3px rgba(100, 100, 100, 0.8);
	
}
	#adminQuickSearch_showHideTab:hover{
		color: #FFF;
		background:#1F1F3F;
	}

#adminQuickSearch_go{
	font-size: 17px;
	font-weight: bold;

}
	
	
/*** admin pod - on admin home**/
.adminPod_wrapper{
	
	
}
.adminPod{	
	padding: 10px;
	border: 1px solid #AAA;
	position: relative;
}
	.adminPod.limitHeight{
		max-height: 220px;
		overflow-y: scroll;
	}
	
	.adminPod.alert a{ /*for feedback section, to be more alert color */
		color:  #C00;
	}
	
	
.adminPod_header{
		border-top-left-radius : 5px;
	-moz-border-radius-topleft : 5px;
	
	border-top-right-radius : 5px;
	-moz-border-radius-topright: 5px;

	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
		
	background-color:#09C;
	color:#FFF;
}

	/*another color*/
	.adminPod_header.darkBlue{			
		background-color:#036;
		color:#FFF;
	}
	.adminPod_header.orangeRed{
		background-color: #CB260A;	
	}
	
	
	.adminPod_header a{
		color: #FFF;
		text-decoration: underline;
		font-size: 13px;
	}
	.adminPod_header a:hover{
		color:#6CF;
	}
	
	
 /* home setting section - with quick suggest */
 #btn_editHomeSettings{
	position: absolute;
	right: 20px; 
 }
 .bldChainRestAdd .number{
	 float: left;
	 margin-right: 5px;
	 font-weight: bold;
 }
 .bldChainRestAdd .suggestRow{
		float: left;
 }
 .listText .item{
	 margin-bottom: 5px;
	 font-size: 15px;
 }
	
	
/***** manage restcats *****/
.restCatTreeEdit ul{
	margin-left: 40px;
	margin-bottom: 20px;
	line-height: 1.5em;
	color:#036;
}

	.restCatTreeEdit .lv1{
		font-size: 18px;
		font-weight: bold;
	}
	.restCatTreeEdit .lv2{
		font-size: 14px;
		font-weight: bold;
	}
	.restCatTreeEdit .lv3{
		font-size: 14px;
		font-weight: normal;
	}
	
.restCatTreeEdit .editableSpan{
		padding: 3px 0;
	}
	
.restCatTreeEdit .editableSpan:hover{
	cursor:pointer;
	background:#FF9;
	border-top: 1px dotted #FC6;
	border-bottom: 1px dotted #FC6;
	
}
.smallLight{
	color:#999;
	font-size: 12px;
}

.editingTools{
	background:#FF9;
	border: 1px dotted #FC6;
	width: 490px;
	padding: 2px;
	font-style:normal;
	font-weight:normal;
	
}

.new{
	color:#F00;
	font-size: 14px;
	font-weight:bold;
}
