body {
font-family:Arial,Helvetica,sans-serif;
}

.header {
	width:100%;
}

.header a:visited {
	text-decoration: none;
}

.container {
	width:100%;
}

.left-search-bar {
	width:20%;
	background-color:#e6EEEE;
	float:left;
}

.main-search-window {
    float:left;
	width:80%;
	background-color:#e6EEEE;
	height:100%
}

.hint {
    font-size:10;
}

.selected-facets{
 height:50px;
}


.facet-list {
  padding-left:2px;
  padding-top:2px;
}

.facet-list li {
    display:inline;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
}

.facet-list li a {
    background-color: #c9cfdb;
    color: #000 !important;
    text-decoration:none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
}

.seperator {
	height:15px;
}

#facet-container {
	width:100%;
	font-size:14;
}

#facet-container dt {
	display:none;
}

#facet-container dl {
	max-height:100px;
	overflow:auto;
	background-color:#c6dbef;
	color:#000;
	text-decoration:none;
    border:1px solid #999;
	width:95%;
	margin-left:5px;
}


#facet-container a {
	color:#000;
}

.facet {
	clear:both;
}

#results {
  clear:both;
  height:100%
}

#related-mss-table {
	font-size:14px;
	width:800px !important;
}

.details-container {
	width:900px;
	height:600px;
}

#ms-details {
    float:left;
	width:400px;
}

#schematic {
	float:left;
	width:400px;
	padding-left:50px;
}

#accordion-override {
	padding:10px !important;
}

.ms-details-table  {
	width:100%;
	font-size:12px !important;
	text-align:left;
	border:1px solid #a6c9e2 !important;
    border-collapse:collapse;
}

.ms-details-table th, .ms-details-table td {
	border:1px solid #a6c9e2 !important;

}

table .header {
	width:auto !important;
}

#chart {
   border:0 !important;
   float:left;
}

.ms-relations {
   border:0 !important;	
   float:left;
}

/* tab pane styling */
.tab-container > div {
    display:none;
    padding:15px 10px;
    border:1px solid #999;
    border-top:0;
    border-bottom:0;
    height:100%;
    font-size:14px;
    background-color:#fff;
}

/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: url(../i/blue.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    cursor:default !important;
    color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }

/* initially all panes are hidden */
.panes .pane {
    display:none;
}