.editorHeaderImage {
	background:transparent url(../img/hdr/bg_app.png) repeat-x scroll 0%;
	clear:left;
	float:left;
	
	height:30px;
	padding:3px 0pt 8px;
	width:100%;
	margin: 0 auto;
	/*position:relative;*/
}
#logo1 {
	float: left;
	width: 160px;
	/*margin-top: 6px;*/
	margin-left: 18px;
}

#logo1 img {
	float: left;
	behavior:	url("display_css/png.htc");
}
#nav1_2{
	margin-top: 13px;
	margin-right: 20px;
	min-width:620px;
	width:775px !important; 
	width:750px;

	position:absolute;
	left:183px;
	/*top:13px;*/
	
}
.leftHeaderContainer{
	margin-right: 20px;
	min-width:400px;
	left:0px;
	width:400px;
	height:30px;
	background:transparent url(../img/hdr/bg_app.png) repeat-x scroll 0%;
	position:absolute;
	z-index:21;
}
#nav1 {
	margin-top: 10px;
	margin-right: 20px;
	min-width:620px;
	width:500px !important; 
	width:750px;
	position:absolute;
	left:183px;
	z-index:21;
	
}


#nav1_rightmenu {
	margin-top: 10px;
	margin-right: 20px;
	min-width:620px;
	width:200px !important; 
	width:200px;
	position:absolute;
	right:0px;
	z-index:19;
	/*float:right;*/
}
#titleBar {
z-index:20;
}

.editorHeaderImage ul {
	padding: 0;
	margin: 0;
}
.editorHeaderImage ul li {
	float: left;
	padding-left: 20px;
	color: #336699;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 1.00;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    list-style-type:none;
}

.editorHeaderImage ul li.r {
	float: right;
	text-align: right;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}

a.class11 {
    color: #336699;
    text-decoration: none;
}
.editorHeaderImage ul li a:hover {
    color: #6699cc;
    text-decoration: underline;
}
.editorHeaderImage ul li.divider{
	padding-top: 2px;
}

.noteName input{
	position:relative;
}

/* style for div made select box */
   div.select {
     position:relative; 
     /*display:inline; */
   
     /*
	   padding: 3px 4px; 
	 margin:8px -2px 0 0;
	 *margin:0px;
	 *margin-top:8px;
	  margin-left:10px;
     */
	 
	  border:1px solid gray;    
      width:147px;  
	  float:left;
	 
   }
   
   div.selectCaption{

   
   }
   
   div.select:hover {
     /*border:1px solid #eea;*/ 
     /*padding:2px 3px;*/ 
    /* background:#f0fba8; */
   }
   div.select a:hover {
     text-decoration:none
   }
   

   
   ul.selectbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid gray;
	display:block;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:21px;
	width:176px;
	*width:182px;
	z-index:1000;    
   }
   ul.selectbox li {
	border-top:1px solid #FFFFFF;
	width:100%;

   }
   ul.selectbox li:hover {
     background:#EEE;
   }
   ul.selectbox a, #choosedSortCaption {
	color:#444444;
	display:block;
	padding-left:6px;
	text-decoration:none;
	width:100%;
   }
   #choosedSortCaption{
    color:#377AD9;
    padding-left:3px;
   }
   ul.selectbox a:hover {
     text-decoration:none; 
     color:#444
   }
   div.select a.pulldown_arrow {
	background:#EEEEEE url(../display_img/select_arrow.gif) no-repeat scroll 5px 9px;
	height:100%;
	letter-spacing:2px;
	padding:0 1px;
	position:absolute;
	right:0;
	text-decoration:none;
	top:0;
	width:15px;
	border-left:1px solid gray;
   }
   div.select a.pulldown_arrow:hover {
     text-decoration:none
   }
   div.hide-dropdown .selectbox {
     display: none;
   }
   
   div.sortBar{
   /*margin-bottom:10px;*/
   border-bottom:1px dotted #B9BBC2 ;
   padding-left:32px;
   height:40px;
  
   
   }
   
   
   li.ws_special{
   	color:#0066FF; 
   }
   
   li.ws_special a{
   color:#377AD9;
   }
   li.ws_home{
   	font-weight:bold;
	font-size:10px;
   }
   
   #EditSelect li.ws_home{
   	font-size:12px;
   }
   
   
   .sortBarCaption{
color:#444444;
float:left;
font-size:11px;
font-weight:bold;
margin-top:15px;
text-transform:uppercase;
   }

/* style for new editor menu bar */
ul.ws_editor_menu {
	/***** structural *****/
	float: left;
	list-style: none;
	margin: 0;
	padding: 9px 10px 0pt 0pt;
	vertical-align:middle;
	/*overflow: hidden;
	width:60%;*/
	/***** visual *****/
	/***** temp override styles *****/
	}
	
#navBar.new ul.ws_editor_menu, #navBarTop.new ul.ws_editor_menu {
	/***** structural *****/
	padding: 6px 10px 0 5px;
	/***** visual *****/
	/***** temp override styles *****/
	}




ul.ws_editor_menu li {
	/***** structural *****/
	display: inline;
	height: 22px;
	line-height:22px;
	margin: 0 4px 0px 5px;
	
	/*padding: 0 0 0 8px;*/
	padding: 0 10px 0 0px;
	/***** visual *****/

	/***** temp override styles *****/
	}
	
ul.ws_editor_menu li a.downArrow{
		margin-left:2px;
	}
	
ul.ws_editor_menu li .downArrow img{
	width:7px;
	height:6px;
}		

ul.ws_editor_menu li:first-child {
	/***** structural *****/
	/***** visual *****/
	margin-left:0pt;
	padding-left:0pt;
	/***** temp override styles *****/
	}


ul.ws_editor_menu a,
ul.ws_editor_menu a:hover {
	/***** structural *****/
	/***** visual *****/
	color: #377ad9;
	font-size: 12px;
	/*font-weight:bold;*/
	text-decoration: none;
	/***** temp override styles *****/
}




/* temperarily place here */
.browse_sidebar{
height:300px;
overflow:auto;
float:none;
background:#FFFFFF;

padding-bottom:40px;
padding-top:0px;
}
.browse_sidebar table{
width:100%;
background-color:#FFF;
}
.browse_sidebar tr{
 background:none;	
}

.browse_sidebar td{
border:none;
color: #444;
}
.browse_sidebar .titleRow{
padding-top:15px;	
}
.browse_sidebar .potentialHR{
 border-bottom: 1px dotted #444;	
}

.browse_main{
	float: left;
	height: 300px;
	overflow: auto;
	padding: 20px;
	width: 150px;
	border-right: 1px solid #b9bbc2;
	background:#fff;
}
.copyBtnBar{
position:absolute;
bottom:20px;
}
#bigSiteTitle{
color:#444444;
font-size:17px;
}
#bigPageName{
font-size:12px;
color:#444444;
width:150px;
}
#bigDesc{
font-size:12px;
color:#444444;
margin-top:20px;
width:150px;
}
#bigTag{
margin-top:20px;
color:#444;
font-size:11px;
}

#bigPageDate{
color:#999999;
font-size:11px;
margin-top:20px;

width:150px;
}
.clickThumbPage{
width:85px;
height:110px;

padding-left:5px;
padding-top:5px;
}

.clickThumbPage img:hover {
cursor:pointer;
}

.thumbPage{
background:url(../img/sites/thumbSmallPad.png) left top no-repeat;
}
.thumbPageSelected{
background:url(../img/sites/thumbSmallHiPad.png) left top no-repeat;
}

