/* -----------------------------------
	Basic layout for list views
   ---------------------------------*/


#appBar {
	/***** structural *****/	
	float: left;
	width: 100%;
	padding: 6px 0 5px 0;
	clear: left;
	height: 30px;
	/***** visual *****/
	background: #fff url("../../img/hdr/bg_app.png") repeat-x;
	}

#appBrand {
	/***** structural *****/
	float: left;
	position: relative;
	width: 210px;
	height: 36px;
	/***** visual *****/
	}

#appBrand img {
	/***** structural *****/
	position: absolute;
	top: 0px;
	left: 12px;
	/***** visual *****/
	}
	
#appAcct {
	/***** structural *****/
	padding: 8px 0;
	margin-right: 10px;
	/***** visual *****/
	font-size: 1.1em;
	}
	
#appAcct span {
	/***** structural *****/
	margin: 0 8px;
	color: #666;
	font-size: 1.1em;
	}


#titleBar {
	/***** structural *****/	
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
	height: 26px;
	clear: left;
	/***** visual *****/
	/*
	background-color: #a1a6b3;
	border-top: 1px solid #9397a3;
	border-bottom: 1px solid #9397a3;
	*/
	background: #99b5ed url("../../img/hdr/bg_title.png") repeat-x;
	border-bottom: 1px solid #fff;
	}
	
#titleBar h2 {
	/***** structural *****/	
	font-weight: normal;
	font-size: 12px;
	margin: 10px 10px;

	/***** visual *****/
	margin-bottom:0px;
	}
#titleBar h2.verticalDivider {
		margin-left:0px;
		margin-right:0px;
	}



.sitesSection{
margin-right:2px;	
}
/*
Chen
add display:block,border-bottom for safari
*/ 
#titleBar h2 a {
	color: #377AD9;
	display:block;
	margin-right:5px;
	text-decoration:none;
	
	/*sepcial for IE6*/
	_display:inline;
	_margin-right:0px;
	}
	
#titleBar h2 em {
	font-style:normal;
	text-transform:none;
	}

.listDividerImage{
background:transparent url(../../display_img/list/divider.png) no-repeat scroll left center;
padding-left:8px;
}

/*
Chen
new style #editor18 for title edit box
*/
#titleBar h2 #editor18 {
		margin-top:-2px;
}	
	

/* View Modes */

#viewCtrl {
	}

/* Title Actions */

#actionCtrl {
	margin-right: 9px;
	}

#actionCtrl .modal {
	margin-right: 9px !important;
	}
	
#actionCtrl #searchForm input {
	padding: 3px;
	font-size: 1em;
	line-height: 16px;
	font-family: arial, sans-serif;
	border: 1px solid #4f596e;
	border-top: 1px solid #404859;
	color: #333;
	}
	
#actionCtrl .btn {
		/* some spacing issues; perhaps buttons should all just float left? */
		float: left;
	}

#actionCtrl .actionCheck {
		float:left;
		color:white;
		padding:0px 9px 0px 0px;
	}
	
.titleGroup {
	float: left;
	/* background: #99b5ed;*/
	margin-left: 10px;
	/* border: 1px solid #3E5A92; */
	/* padding: 0px; */
	}

/*	
.icon {
	padding-left: 28px;
	background: transparent url("../../img/icon/home_24.png") 4px 0 no-repeat;
	}
	
._page {
	background: transparent url("../../img/redmond/pages_24.png") 4px 0 no-repeat;
	}
	
._role {
	background: transparent url("../../img/redmond/users_24.png") 4px 0 no-repeat;
	}

._action {
	background: transparent url("../../img/redmond/actions_24.png") 4px 0 no-repeat;
	}
*/

.notEditedLabel{
	color: #377AD9;	
}
.hasBeenEditedLabel{
	color: #444444;	
}

.signUpViewLink{
 margin-right: 10px; 
 margin-top: 1px; 
 float: left;
 font-size:11px;
}
.signUpViewLink a{
 color: #444444;
 font-weight:bold;
 text-transform: uppercase;
}