#tabs ul li.active {

  background: none repeat scroll 0 0 #E4E4E4;

  border-left: 2px solid #939ECC;

  border-right: 2px solid #939ECC;

  border-top: 2px solid #939ECC;

}

#tabs li, #tabs li a {

  float: left;

  text-decoration:none;

  color:black;

}

#tabs li {

  list-style: none outside none;

  margin: 0;

}

#tabs ul li a {

  color: #000000;

  font-weight: bold;

  padding: 8px;

  text-decoration: none;

}

#tabs ul {

  float: left;

  margin: 0 0 -2px;

  padding-top: 4px;

  width: 500px;

}

#tabs {

  margin: 20px 0;

}

#tabs .tab {

  background: none repeat scroll 0 0 #E4E4E4;

  border: 2px solid #939ECC;

  clear: both;

  min-height: 540px;

  padding: 15px;

}



/*Table controls*/



.rh_wp_banner_fileds{width:100%}

.rh_wp_banner_fileds input,.rh_wp_banner_fileds select{width:60%}

#upload_image_button {

  width: 15%;

}



/*Image Grid*/



.grid{

	width:188px;

	min-height:100px;

	padding: 15px;

	background:#fff;

	margin:8px;

	font-size:12px;

	float:left;

	box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	

	-webkit-transition: top 1s ease, left 1s ease;

	-moz-transition: top 1s ease, left 1s ease;

	-o-transition: top 1s ease, left 1s ease;

	-ms-transition: top 1s ease, left 1s ease;

}



.grid strong {

	border-bottom:1px solid #ccc;

	margin:10px 0;

	display:block;

	padding:0 0 5px;

	font-size:17px;

}

.grid .meta{

	text-align:right;

	color:#777;

	font-style:italic;

}

.grid .imgholder img{

	max-width:100%;

	background:#ccc;

	display:block;

}

.image_grid_view{

position:absolute;

}

.delete_button {

    float: left;

}

.rh_wp_banner_grid{width:auto !important}

.rh_site_manager_loder > p {
  background: none repeat scroll 0 0 white;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 0 0 15px #000000;
  height: 55px;
  margin: -5% auto 0;
  overflow: hidden;
  padding: 5px 10px 10px 4px;
  position: relative;
  text-align: center;
  top: 50%;
  width: 55px;
}
.rh_site_manager_loder {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}