#browse_tab {
   border-bottom: 1px solid #cccccc;
   margin: 3px 2px;
}

#browse_tab ul {
   padding: 3px 0;
   margin-left: 100px;
   margin-bottom: 0;
   font-size: 12px;
   font-weight: bold;
   list-style-type: none;
}

#browse_tab li {
   display: inline;
}

#browse_tab li a {
   background-color: #e4e4e4;
   text-decoration: none;
   padding: 3px 7px;
   margin-right: 3px;
   border: 1px solid #cccccc;
   color: #000;
}

#browse_tab li a:hover{
   text-decoration: underline;
   color: #000;
}

#browse_tab li.selected{
   position: relative;
   color: #000;
}

#browse_tab li.selected a{
   background-color: white;
   border-bottom-color: white;
   color: #000;
}

#browse_tab li.selected a:hover{ 
   text-decoration: none;
   color: #000;
}

#browse_found {
   text-align: center;
}

.thumbnail_display {
   margin-right: 5px;
   float: left;
   text-align: center;
}

.thumbnail_display_empty {
   float: left;
   margin-right: 0;
}

.category_box {
   margin-right: 5px;
   margin-bottom: 5px;
   float: left;
}

.cat_select_proceed {
	clear: left;
	text-align: center;
	width: 150px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #E1E2E4;
}

.src_input {
	width: 100%;
}

.srcbox_title {
	padding: 4px;
	text-align: center;
}

.left {
	float: left;
}

#ad_image {
	border: 1px solid #ccc;
	vertical-align: middle;	
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 260px;
    height: 260px;
}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.thumbnails div {
	padding-left: 2px;
	margin: 1px;
}

.thumbnails div img, .thumb {
	border: 1px solid #ccc;
}

/* progress bar css */
DIV.ProgressBar { 
	width: 100px; 
	padding: 0; 
	border: 1px solid black; 
	margin-right: 1em; 
	height:.75em; 
	margin-left:1em; 
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1; 
	*display:inline; 
}
DIV.ProgressBar DIV { 
	background-color: Green; 
	font-size: 1pt; 
	height:100%; 
	float:left; 
}
SPAN.asyncUploader OBJECT { 
	position: relative; 
	top: 5px; 
	left: 10px; 
}

textarea.tinymce {
	width: 100%;
	height: 300px;
}

/* button class */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 24px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}