/*Admin Styles*/
/*During Editing Category Styles for Category => 'list' */
#sortable-item-list-container{
  width:749px;
/*  background:pink;*/
}

#sortable-item-list-container li{
	list-style:none; 
	width:745px;
}

#sortable-item-list-container .first_li_ul{
  border-top:2px solid #112D4E; 
  border-right:2px solid #112D4E; 
/*  border-bottom:2px solid #112D4E; */
  border-left:2px solid #112D4E; 
  margin:0;
  padding:0;
  width:745px;
}

.sortable-item-list{
list-style:none;
margin:0px 0 20px 0;
padding:0;
border-top:0;
border-right:2px solid #112D4E;
border-bottom:2px solid #112D4E;
border-left:2px solid #112D4E;
background:#225A9A;
color:#F9F3E4;
width:745px;
}

.sortable-item-list .first_li{
border-top:none;
padding:4px 0 2px 0px;
margin:0;
background:#225A9A;
/*background:green;*/
height:1%;
height:18px;
clear:both;
}

.sortable-item-list .first_li a, .sortable-item-list .first_li a:visited{
font-weight:bold;
text-decoration:none;
color:#F9F3E4;
font-size:13px;
font-family:verdana, sans-serif;
}

.sortable-item-list .first_li a:hover{
color:#ccc;
}

.first_li .iconlink_edit img{
 height:1.1em; 
}

.sortable-item-list li{
border-top:1px solid #EBDBC8;
padding:0;
margin:0;
background:#F9F3E4;
height:1%;
clear:both;
}

.sortable-item-list .item_name a{
display:block;
color:#474747;
padding:3px 0 3px 6px;
margin:0 0 0 6.5em;
text-decoration:none;
}

.sortable-item-list .item_name a:visited{
color:#474747;
}

.sortable-item-list .item_name a:hover{
color:#000;
text-decoration:none;
background:#ccc;
}

/*ICONS*/
.iconlinks{
float:left;
/*background:#F9F3E4;*/
/*background:#112D4E;*/
height:1.60em;
margin:0px 0 0 2px;
}

.iconlinks img{
border:none;
float:left;
position:relative;
top:1px;
}

.iconlinks a{
background:none;
margin:4px 0 0 0;
padding:0 0 0 0;
float:left;
}

.iconlinks a:hover{
background:none;
}

.iconlink img{
margin:0 2px 0 0;
padding:0;
/*height:13px;*/
height:1.08em;
}

.iconlink_edit img{
/*height:14px;*/
height:1.1em;
margin:0px 2px 0 0;
padding:0;
}

.iconlink_drag img{
background:none;
margin:4px 0 0 0;
padding:0 0 0 0;
float:left;
height:1.08em;
}

.iconlink_drag_dark{
  cursor:move;
  float:left;
  margin:-4px 7px 0 2px;
  padding:0;
}

.iconlink_del img{
background:none;
margin:-3px 3px 0 0;
float:left;
height:1em;
}

.iconlink_new_window, .iconlink_external{
  float:left;
  position:relative;
  top:6px;
  margin:0 3px 0 3px;
}

.action_buttons{
 padding:0 1px 0 0;
 position:relative;
 top:-1px; 
}

.new_link, .add_doc{
  float:right; 
}

.doc_cat{
  margin:20px 0 0 0;
  padding:0 4px 0 0;
  border-bottom:2px solid #112D4E;
/*  background:#d82128;*/
  background:#225A9A;
}

.sortable-item-list .no_documents a, .sortable-item-list .no_documents a:visited{
 position:relative;
 left:-46px;
}

.sortable-item-list .no_documents a:hover{
  background:none;
  color:#474747;
}

.doc_cat .item_name a{
margin:0 0 0 7.5em;
}


.doc_cat .sortable-item-list{
 border-bottom:0; 
 margin:0;
 padding:0;
 background:#225A9A;
}

.doc_cat_section_name .first_li{
  background:#CFFAA2;
  color:#474747;
  padding:4px 0 2px 0px;
}

.doc_cat_section_name .first_li .iconlink_drag{
  margin-right:6px;
}

.doc_cat_section_name .first_li a, .doc_cat_section_name .first_li a:visited{
  color:#474747;
}

.sortable_doc_cat_section{
  background:#B8D4FF;
}

.left_spacer_1{
  background:#225A9A;
/*  background:orange;*/
  float:left;
  margin:-6px 0 0 0;
  height:26px;
  width:22px;
  position:relative;
  z-index:1000;
}

.left_spacer_2{
  background:#225A9A;
/*  background:green;*/
  float:left;
  margin:-1px 0 0 0;
  height:25px;
  width:22px;
  position:relative;
  z-index:1000;
}

.left_spacer_3{
/*  background:#D5FCCD;*/
  background:#CFFAA2;
  float:left;
  height:25px;
  width:22px;
  margin:-1px 0 0 0;
  position:relative;
  z-index:1000;
}

.action_buttons_edit{
 white-space:nowrap;
}