/* Common Style CSS */

/*Navigation*/
.sidebar-nav2 {
	width: 240px;
	position: absolute;
	float: left;
	border-top: none;
	border-left: none;
	margin: 0em;
}
.sidebar-nav2 .nav-header2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c8c8cb;
	border-left: none;
	color: #333;
	display: block;
	background: #efeff0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
	background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #efeff0, #ffffff);
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
	font-weight: normal;
	font-size: 1em;
	line-height: 2.5em;
	padding: 0em .25em;
	margin-bottom: 0px;
	text-shadow: none;
	text-transform: none;
	/*Change the arrow direction if the item is collapsed*/

}
.sidebar-nav2 .nav-header2 .label {
	float: right;
	margin-top: .5em;
	margin-right: .25em;
	line-height: 1.5em;
}
.sidebar-nav2 .nav-header2:hover {
	background: #efeff0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
	background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #efeff0, #ffffff);
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
}
.sidebar-nav2 .nav-header2.collapsed .icon-chevron-up::before {
	content: "\f078";
}
.sidebar-nav2 .nav-header2 .icon-chevron-up {
	float: right;
}
.sidebar-nav2 .nav-header2 .label {
	float: right;
	margin-top: .7em;
	line-height: 1.5em;
}
.sidebar-nav2 .nav-header2 i[class^="icon-"] {
	margin-right: .75em;
}
.sidebar-nav2 .nav-list2 {
	margin: 0px;
	border: 0px;
	background: #f6f6f6;
}
.sidebar-nav2 .nav-list2 > li > a:hover {
	background: #e0e0e8;
}
.sidebar-nav2 .nav-list2 > .active > a, .sidebar-nav2 .nav-list2 > .active > a:hover {
	background: #d2d2dd;
	color: #555;
	text-shadow: none;
}
.sidebar-nav2 .nav-list2 > .active > a:hover {
	background: #c3c3d2;
}
.sidebar-nav2 .nav-list2 > li > a {
	color: #444;
	padding: .5em 1em;
}
.sidebar-nav2 .nav-list2.collapse.in {
	border-bottom: 1px solid #ccc;
}

/* Footer */
footer p {
	float: right;
}

/* header */
div.Header {
	height: 70px;
	margin-bottom: 30px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-bottom: 1px solid #d4d4d4;
}
div.Header .headerInner h1 {
	float: left;
	width: 289px;
	padding-top: 0px;
}
.headerInner .headerNav {
	display: block;
	float: right;
	height: 13px;
	padding: 0 10px 0 0;
	/*padding: 0 340px 0 0;*/
}
.headerInner .headerNav li {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 0.917em;
	padding: 0 0 0 16px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Table text-align */
table.td-right tbody tr td{
	text-align: right;
}
table.th-right thead tr th{
	text-align: right;
}
table.th-right thead tr th.text-center{
	text-align: center;
}
table.td-right tr td{
	text-align: right;
}
table tbody tr td.text-center{
	text-align: center;
}
table tbody tr td.text-center strong{
	text-align: left;
}
table tbody tr td.text-right{
	text-align: right;
}

/* Use in med series*/
table.th-center thead tr th{
	text-align: center;
}
table.th-center tr th{
	text-align: center;
}