.page-header {
	margin: 10px 0 6px 3px;
	border-bottom: 0;
	padding-bottom: 3px;
	color: #202020;
	border-color: #e6e6e6;
}

.searchBox {
	border: #989898 1px solid;
}

label{font-weight:bold}
.white{color:#fff}
.clearer{clear:both}

form .required {
		font-weight: bold;
}
form .required label:after {
		color: #e32;
		content: '*';
		display:inline;
}
form .required label{color:green}

span.required {
	color: #CE1C22;
	font-size: 18px;
}
#modalForm{margin-bottom:0}
.pager{margin-bottom:0;}
h1, h2, h3, h4, h5, h6 {margin: 0}
.table-bordered th{background:#003C44;color:#fff;border-left-color:#202020}


/* table sorter */
th.headerSortUp, th.headerSortDown {
	background-image: url(/styles/img/asc.gif);
	background-repeat: no-repeat;
	background-position: right;
}
th.headerSortDown {
	background-image: url(/styles/img/desc.gif);
}
.alert.nostyle{background-color:transparent}
.dl-horizontal dt{width:200px;margin-right:3px}
/* 	Silverlink horizontal form
		- Allow's us to avoid all the excess bootstrap markup
*/
.horizontal{padding:0;margin:0}

.horizontal .control-group label,.horizontal .control-group  select,.horizontal .control-group  input{
	float: left;
	padding-top: 5px;
	margin:5px;
}
.horizontal .control-group label{
	width:100px;
	padding-top: 5px;
	margin:5px;
}

.ui-resizable-s {
	bottom: 0;
}
.ui-resizable-e {
	right: 0;
}

#notice{position:fixed;bottom:0;width:100%;z-index:9999}
.notificationClose{float:right}

.filtered{display: none}
td {
	color: #202020;
	font-weight: normal;
}
.tbody>tr:nth-child(odd)>td
{
	background-color: #f9f9f9;
}
/* tablesorter overlay */
#overlay {
	color: #000;
	text-align:center;
	background-color: #ddd;
	font-weight:bold
}
/* component configuration */
.input-sysaudio {
	width: 400px;
	margin-top: 9px;
}
.select-ctlpad {
	margin-top: 9px;
}
.output-template {
	width: 330px;
	margin-top: 8px;
}
.help-block{font-style:italic; color:#666}
/* tables with actions header  */
.table th.actions,.table td.actions {white-space: nowrap;}

h3 img {
	margin-bottom: 3px;
}
#requiredHelp{
	clear:both
}

/* Bootstrap overrides */
.nav-collapse .dropdown-menu {
	display: box;
}
.nav-collapse.collapse {
  height: auto; /* instead of 0 */
}
ul.breadcrumb{margin-bottom:0}
/* for low res, to keep menu from wrapping */
div.navbar-inner .container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}
/* Printing display logic */
@media screen {
	#printSection {
		display: none;
	}
}
@media print {
	body * {
		visibility:hidden;
	}
	#printSection, #printSection * {
		visibility:visible;
	}
	#printSection {
		position:absolute;
		left:0;
		top:0;
	}
	#printSection .modal-body{
		height:auto%;
		max-height: auto;
		overflow-y:visible;
	}
	.pagination, .btn{display:none}
	a[href]:after {
    content: "";
  }
}
/* Bootstrap tooltip change for top menu ***/
.tooltip {
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	vertical-align: middle;
}
.tooltip-inner {
	color:#0087AB;
	min-width: 100px;
	background-color: #FFFFFF;
	border: solid 1px #0087AB;
	text-align:center;
	padding: 4px 8px;
    text-decoration:none;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #FFFFFF;
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #FFFFFF;
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #FFFFFF;
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #FFFFFF;
}
.tooltip.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#PageLoaded, #ModalLoaded{display:none}
span.browserwarn{display:none}
.icon-invisible {
    visibility: hidden;
}
