#tabs-container{
	margin-top: 20px;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    margin-bottom: -1px;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}


.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    padding-bottom: 20px;
}

.tab-content {
	width: 800px;
	padding: 20px;
	display: none;
}


p.label-description {
	margin: 10px 0px;
}

label.label-row {
	font-weight: 600;
}

.fifty-percent{
	width: 50%;
}

div.row{
	margin-bottom: 10px;
	margin-left: 0px;
}

.row-break{
	border: 1px solid;
	clear: both;
	top: 15px;
	position: relative;
}

.div-left  {
	float: left;
	width: 45%;
	margin: 0px 10px;
}

.div-right {
	float: right;
	width: 45%;
	margin: 0px 10px;
}

td.column{
	border-top : 0px !important;
}

#uploadprogress , #gravityselectionprogess , #gravityformoptionprogess
{
	color: red;
}
