.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;  
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs form {
	display: inline;
}

.shadetabs li{
display: inline;
margin: 0;
cursor:pointer;
}

.shadetabs li {
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #CCCCCC;
border-bottom: none;
background-color: #DDF8CC;
color: #000000;
/*background-image: url(shade.gif);*/
}

.shadetabs li a:link,.shadetabs li a:visited,.shadetabs li a:active {
	background-color: Transparent;
	text-decoration: none;
	color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
background-color: Transparent; 
color: #000000;
} 

.shadetabs li.selected{
position: relative;
top: 1px;
z-index: 1;
}

.shadetabs li.selected { /*selected main tab style */
border: 1px solid #999999;
border-bottom: none;
color: #000000;
font-weight: bold;
background-color: #FFFFFF; 
/*background-image: url(shadeactive.gif);*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a.delete_link:link,.shadetabs li a.delete_link:visited,.shadetabs li a.delete_link:active {
	background-color: Transparent;
	text-decoration: none;
	color: #000000;
	font-size: .8em;
	margin-left: 5px;
}

.contentstyle{
border: 1px solid #999999;
margin-bottom: 1em; 
display: inline-block;
background-color: #FFFFFF;
}

.tabcontent{
 margin-bottom: 10px;
 width: 100%;
}

.tabcontent .content {
 width: 100%;
overflow:auto;
overflow-x:auto;
overflow-y:visible;
}

.overflow-x-auto {
overflow:auto;
overflow-x:auto;
overflow-y:visible;
}
.tabcontent .title {
	position: relative;
	background-color: #DDF8CC;
	font-weight: bold;
	cursor: move;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 5px;
	padding-right: 5em;
}

.title_preview {
	background-color: #DDF8CC;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 5px;
	padding-right: 2em;	
}

.tabcontent .title .controls {
	position:absolute;
	right: 5px; 
	font-weight: normal;
}

.shadetabs li.drophover { 
	background-color: #008000;
}
.shadetabs li.drophover a:link,.shadetabs li.drophover a:visited,.shadetabs li.drophover a:active { 
	color: #FFFFFF;	
}

/* move to main? */
.ieScrollbarFix {
	height: 18px;
} 

a.link_box:link,a.link_box:visited,a.link_box:active {
		font-weight: bold;
		font-family: "Courier New", Courier, monospace;
		padding-left:.4em;
		padding-right:.4em;
		height: 1em;
		border: 1px solid #999999;		
		text-decoration: none;	
}

a.link_box:hover {
	background-color: #008000; 
	text-decoration: none;	
}

.shadetabs li.action {
	background-color: Transparent;
	border: none;
}

.shadetabs li.action a:link,.shadetabs li.action a:visited,.shadetabs li.action a:active { 
	color: #009900;
	text-decoration: underline;
}

.no_move .title {
	cursor: auto;
}

.vtabs ul{
  float: left;  
	width: 10em;	
}

.vtabs li{
  display: list-item;
  margin: 0;
	margin-bottom: 3px;
  cursor:pointer;
	border: 1px solid #CCCCCC;
	border-right: none;
}

.vtabs li.selected{
  position: relative;
  left: 1px;
  z-index: 1;
	border: 1px solid #999999;
	border-right: none;	
}

.vtabContainer {
  width: 10em;
	float: left;
}

.vtabContentMargin {
  margin-left: 10em;
}
