/* USDG RETROFIT FROM OLD DEV */




/* =Tabs
-------------------------------------------------------------- */
.content div.tabs .tabs-nav {
    float: left;
    border-bottom: 1px solid #999;
    margin: 0;
    width: 100%;
}
.content div.tabs .tabs-nav li {
    float: left;
    list-style: none;
    border-left: 1px solid #999;
    position: relative;
    top: 1px;
    left: 10px;
    margin: 0 5px 0 0;
}
.content div.tabs .tabs-nav li a {
    float: left;
    text-decoration: none;
//    text-transform: uppercase;
    padding: 4px 12px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #f6f6f6;
    outline: 0;
}
.content div.tabs .tabs-nav a.current {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;    
    background-color: #fff;
}
.content div.tabs table.tab {
    clear: both;
    border-top: 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    padding: 20px;
    margin: 0 0 20px;
}

.content div.tabs table.tab th {
	vertical-align: top;
	padding: 10px;
}
.content div.tabs table.tab td {
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #999;
    min-width: 155px;
}

/* =Matrix
-------------------------------------------------------------- */
div.matrix-container {
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.content table.matrix {
    width: 100%;
    font-size: 10px;
    line-height: 1.2;
    border: 0;
    margin: 0;
}
.content table.matrix tbody {
    height: 420px;
    overflow: auto;
}
* html .content table.matrix tbody {
height: auto;
}
*+html .content table.matrix tbody {
height: auto;
}
.content table.matrix td, 
.content table.matrix th {
    padding: 0;
    border: 0;
    border-right: 1px solid #f5f5f5;
    vertical-align: middle;
    text-align: center;
}
.content table.matrix th {
    border-top: 1px solid #f5f5f5;
    vertical-align: bottom;
    padding: 5px 0 2px;
    border-bottom: 1px solid #f5f5f5;
}
.content table.matrix .scrollbar-width {
    width: 19px;
    border: 0;
}
.content table.matrix .col-b {
    width: 200px;
    text-align: left;
    padding: 4px 0px;
}
.content table.matrix .section-header td {
    background-color: #666;
}
.content table.matrix .section-header h3 {
    margin: 0;
    color: #fff;
    text-align: left;
	font-size: 13px;
    padding: 2px 2px;
}
.content table.matrix .treatment-category {
    background-color: #f5f5f5;
    border: 0;
}
.content table.matrix th.treatment-category {
    border-bottom: 1px solid #f5f5f5;
}
.content table.matrix .col-c,
.content table.matrix .col-j,
.content table.matrix .col-o,
.content table.matrix .col-s,
.content table.matrix .col-x {
    border-right: 0;
}
.content div.matrix-container div.matrix-scroll table.matrix img {
	margin-left: -4px;
	width: 12px;
	padding: 0;
}	
