ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

div#qTip { padding: 7px; border: 1px dotted #666; display: none; background-color: #fff; color: #000; font-size: 10px; position: absolute; z-index: 1000;}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Times New Roman, Arial;
  font-size: 14px;
  background:#000000 repeat-x fixed left top;
  
}

#page_margins { /* border-left: 1px solid; border-right: 1px solid; border-bottom:1px solid; */}

#admin_header
{ 
	text-align:center;
	background-color:gainsboro;
	padding:5px;
	/*border-bottom: 1px solid #000;
	position:fixed;*/
	z-index:10000;
	opacity:0.9;
	border-bottom:1px solid #BDBBAF;
 }

 .tag-cloud, .tag-cloud li, .tags-list, .tags-list li, #page_localizations, #page_localizations li
 {
   display:inline;
 }
  .tag-cloud
  {
    font-size:150%;
  }  
 .left-gap-menu li
 {
  list-style: none;
  font-size: 18px;
 }

.sf_admin_actions li
{
 display:inline;
 list-style: none;
}

.sf_admin_row_1
{
 background-color:lavender;	
}
.sf_fav_row
{
background-color:lightGreen;
}

.form-row
{
 padding-bottom:5px;
 padding-top:5px;
}
 
.images_list li
{
 display:inline;
 list-style: none;
 padding: 5px;
} 
.sf_admin_row_0:hover
{
 background-color:LightGrey;
}
.sf_admin_row_1:hover
{
 background-color:LightGrey;
}
.sf_fav_row:hover
{
 background-color:LightGrey;
}
.request
{
 border:1px dotted #D16800;
 margin:5px;
 padding:5px;
}
ul.submenu
{
 padding-left:20px;
}
.currentsubmenu, .currentmenu
{
 font-weight:bold;
}
ul#breadcrumb_trail li
{
  display: inline;
  list-style: none;
  padding-right: 16px;
  background: url(../images/tab_right.png) right no-repeat;
  font-size: 13px;
}
ul#breadcrumb_trail li.last
{
  background: none;
}