﻿.tab-container {
	padding-left: 10px;
}

#akinfo {
	width: 260px;
	margin-left: 50px;
}

.paramWrapper {
	clear: none;
	margin-left: -25px;
}

.paramLabels {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

.paramValue {
	float: left;
	text-align: center;
	margin-right: 15px;
}

.paramUnit {
	height: 45px;
	line-height: 45px;
}

.resultWrapper {
	clear: left;
	margin-left: -25px;
}

.resultLabel {
	width: 150px;
	text-align: right;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.resultValue { float: left }

.resultValueInput {
	float: left;
	height: 13px;
	margin-top: -2px;
}

.inputWidth {
	margin-left: 5px;
	width: 184px;
}

#MamoAnodeMaterial {
	width: 200px;
	margin-top: 13px;
}

.filterTable {
	margin-top: 20px;
	width: 95%;
	border-collapse: separate;
}

.head {
	background-color: #cccccc;
	border: 1px solid white;
}

table td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 2px;
	vertical-align: middle;
}

th:first-ild { width: 25px; }

.noborder { border: none; }

#addFilterDlg { margin-left: 25px; }

.subHead {
	background-color: #dddddd;
	border: 1px solid white;
	text-align: left;
	padding: 2px;
}

.ssubHead > div {
	transform:
/* Magic Numbers */
			translate(25px, 51px)
/* 45 is really 360 - 45 */
			rotate(315deg);
	width: 30px;
}

.ssubHead > div > span {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	cursor: pointer;
	border-left: 12px solid darkgray;
	margin-top: 2px;
	margin-right: 2px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	cursor: pointer;
	border-top: 12px solid darkgray;
	margin-top: 3px;
}

.contentHider { margin: 20px; }

.contentHiderContent {
	display: none;
	font-size: 1em;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.button { cursor: pointer; }

.tabs { 
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(153, 153, 153);
}

.tabs li {
	border: none;
	cursor: pointer;
	padding: 0;
    display: table-cell;
}

.tabs li.ui-state-active a {
	border-right-style: solid;
	border-right-width: 1px;
    border-bottom: none;
}

.tabs a { background: none; }

.tabs li.ui-state-active a:hover { background-color: rgb(221, 221, 221) }

.tabs a:hover { background: rgb(221, 221, 221); }

#contentOverlay {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background-color: white;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}

#resultContent {
	display: none;
	position: relative;
}

input[type=text], input[type=number] { outline: none; }

.button a {
	text-decoration: none;
	color: white;
}

#akInput { width: 60px; }

#RadeVoltageRippleTooltip {
	margin-left: 20px;
	margin-top: -15px;
	height: 120px;
}

#paramAnoteMaterialValue {
	line-height: 45px;
	height: 45px;
}

.paramSliderInput {
	height: 15px;
	width: 40px;
	text-align: center;
	padding: 0;
	line-height: 15px;
	margin-bottom: 2px;
}

#calc {
	margin-left: 365px;
	float: left;
	clear: both;
	background-color: #999999;
	background-color: rgba(153, 153, 153, 0.5);
}

/*
	----------------------------
	-----------Info-------------
	----------------------------
*/

.infoLiteratureIndex {
	display: table-cell;
	padding-right: 10px;
}

.infoGlossaryIndex {
	display: table-cell;
	padding-right: 20px;
	width: 150px;
}

.infoContent { display: table-cell; }