﻿.my-web-part-tabs {
	margin-top: -50px;
}

.ui-tabs-nav {
    margin: 0;
    padding: 0;
}
.ui-tabs-nav li {
  list-style: none;
  /*margin: 0 1px 0 0;*/
  padding: 0;
  float: left;
}
.ui-tabs-nav a {
  position: relative;
  top: 1px;
  display: block;
  padding: 10px 15px;
  /*border: solid #e1e0dc;*/
  border-width: 1px 1px 0 1px;
  /*background: #ccc;*/
  background-color: #fff;
  color: Black;
  text-decoration: none;
  font-family: "Arial", "Lucida Sans", "Trebuchet MS" !important;
  font-size: 12px;
  font-weight: bold;
 }
.ui-tabs-nav li.ui-tabs-selected a {
  color: #c70d37;
  background: #fff;
}
.ui-tabs-panel {
  clear: both;
  padding: 20px;
  background: #fff;
  /*border: 1px solid #e1e0dc;*/
}
.ui-tabs-hide {
  display: none;
}
.ui-tabs-active {
	/*background-color: #E7E8E9 !important;*/
		
}

.ui-tabs-active a {
	color: #cc0000 !important;
	background-color: #fff;
}
.ui-tabs-nav {
	/*background-color: #ccc;*/
	background-color: #fff;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px #ccc solid;*/
}
