.updates {
	
	width: 220px;
	float: right;
}
.manage_settings {
	
	width: 280px;
	float: left;
}
div.pagination {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	text-align:center;
	padding:4px 6px 4px 0;
	background-color:inherit;
	color:#313031;
}
.post .meta {
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.clean-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	margin-top: 15px;
	text-align:center;
}
.clean-ok{
	border:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	margin-top: 15px;
	text-align:center;
}
  /*this must be set so that the loading div
    can be height:100% */

  /*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
	height: 100%;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;


    /*position it at the very top-left corner*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    _background:none; /*this line removes the background in IE*/
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
	
    /*set the padding, so that the content
      of the div is centered vertically*/
    padding-top:25%;
  }

.page_name_auto_complete li{
border: solid thin; 
padding:5px; 
color: #000000;

list-style:none;
background-color: #FFFFFF;
}

.page_name_auto_complete li:hover{
border: solid thin; 
padding:5px;
background-color:#333333;
color:#FFFFFF;
list-style:none;
}

.sec_bg {
	background-color: #CCC;
}

div.pagination a {
	color:#0030ce;
	text-decoration:none;
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #b7d8ee;
}

div.pagination a:hover, div.pagination a:active {
	color:#0066a7;
	border:1px solid #b7d8ee;
	background-color:#d2eaf6;
}
div.pagination span.current {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #b7d8ee;
	font-weight:bold;
	color:#444444;
	background-color:#d2eaf6;
}
div.pagination span.disabled {
	display:none;
}
