/*---------------------------------------------------

-----------------------------------------------------*/
.block-m {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
	width: 100%;
}
/*Standard Elements*/
body {
	background: #eee;
	/*  background-image: url(../images/furley_bg.png); */
	background-position: initial initial;
	background-repeat: initial initial;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin-top: 0px;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
/*Navbar*/
.navbar {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.navbar .brand {
	text-shadow: none;
}

.navbar .nav>li>a {
	color: #fff;
	text-shadow: none;
}

.navbar .nav>li:hover {
	background-color: #444;
}

.navbar .nav>li>a:hover {
	color: #fff;
}

.navbar .navbar-inner {
	background: #555555;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #444444),
		color-stop(1, #555555) );
	background: -ms-linear-gradient(bottom, #444444, #555555);
	background: -moz-linear-gradient(center bottom, #444444 0%, #555555 100%);
	background: -o-linear-gradient(bottom, #444444, #555555);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555',EndColorStr='#444444')";
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px;
	border-bottom: 1px solid #222;
	-webkit-box-shadow: 0px 1px 0px #f0f0f0;
	-moz-box-shadow: 0px 1px 0px #f0f0f0;
	box-shadow: 0px 1px 0px #f0f0f0;
}

.navbar .nav li.dropdown.open>.dropdown-toggle {
	background-color: #444;
	color: #fff;
}

footer {
	padding: 1em;
	margin-top: 4em;
	color: #666;
	font-size: .85em;
	line-height: 1.3em;
}

footer hr {
	margin: 2em -2em;
}
/*Quick Toolbar*/
.btn-toolbar.quick-toolbar {
	float: right;
}

.btn-toolbar.quick-toolbar .btn {
	width: 60px;
	height: 60px;
	display: inline-block;
}

.stats .stat {
	margin-left: 1em;
	float: right;
	line-height: 40px;
}

.stats .stat .number {
	font-weight: bold;
	margin-right: .5em;
	padding: .5em;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #eeeeee;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0e0e0),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #e0e0e0, #ffffff);
	background: -moz-linear-gradient(center bottom, #e0e0e0 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #e0e0e0, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e0e0e0')";
	-webkit-box-shadow: 1px 1px 0px #ffffff;
	-moz-box-shadow: 1px 1px 0px #ffffff;
	box-shadow: 1px 1px 0px #ffffff;
	text-shadow: 1px 1px 1px #fff;
}
/*Blocks*/
.block {
	margin-bottom: 1em;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

.block-heading[data-toggle="collapse"] {
	cursor: pointer;
}

.block-heading[data-toggle="collapse"]:hover {
	background: #d0d0d0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #d0d0d0, #ffffff);
	background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #d0d0d0, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#d0d0d0')";
}

.block-heading {
	display: block;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	background: #dddddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
	background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dddddd, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#dddddd')";
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid #aaa;
	font-size: 1em;
	line-height: 3em;
	text-transform: none;
	padding: 0em .75em;
	margin-bottom: 0px;
}

.block-heading2 {
	display: block;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	background: #dddddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
	background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dddddd, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#dddddd')";
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid #aaa;
	font-size: 1em;
	line-height: 2em;
	text-transform: none;
	padding: 0em .75em;
	margin-bottom: 0px;
}

.block-heading .label {
	float: right;
	margin-top: 1em;
	line-height: 1.5em;
}

.block-body {
	margin: 30px 16px 0px;
	p
}

.block-body h1,.block-body h2,.block-body h3,.block-body h4,.block-body h5,.block-body h6
	{
	margin-top: 12px;
}

.block-body.collapse {
	margin-top: 0em;
	margin-bottom: 0em;
}
/*Navigation*/
.sidebar-nav {
	padding: 0px;
	width: 100%;
}

.sidebar-nav .nav-header {
	display: block;
	font-weight: normal;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	background: #dddddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
	background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dddddd, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#dddddd')";
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid #aaa;
	font-size: 1em;
	line-height: 3em;
	text-transform: none;
	padding: 0em .75em;
	margin-bottom: 0px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	border-left: 0px;
	width: 98%;
}

.sidebar-nav .nav-header .label {
	float: right;
	margin-top: 1em;
	line-height: 1.5em;
}

.sidebar-nav .nav-header:hover {
	background: #cecece;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cecece),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #cecece, #ffffff);
	background: -moz-linear-gradient(center bottom, #cecece 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #cecece, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#cecece')";
}

.sidebar-nav .nav-header .label {
	float: right;
	margin-top: 1em;
	line-height: 1.5em;
}

.sidebar-nav .nav-header.collapsed {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sidebar-nav .nav-header i[class^="icon-"] {
	margin-right: .35em;
}

.sidebar-nav .nav-list {
	margin-bottom: 1em;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
	margin: 1em;
	margin: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 0px;
}

.sidebar-nav .nav-list h1,.sidebar-nav .nav-list h2,.sidebar-nav .nav-list h3,.sidebar-nav .nav-list h4,.sidebar-nav .nav-list h5,.sidebar-nav .nav-list h6,.sidebar-nav .nav-list table
	{
	margin-top: 12px;
}

.sidebar-nav .nav-list.collapse {
	margin-top: 0em;
	margin-bottom: 0em;
}

.sidebar-nav .nav-list li:last-child a {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sidebar-nav .nav-list>li>a:hover {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.sidebar-nav .nav-list>.active>a,.sidebar-nav .nav-list>.active>a:hover
	{
	background: #1e5995;
	background: #1e5995;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e5995),
		color-stop(1, #2266aa) );
	background: -ms-linear-gradient(bottom, #1e5995, #2266aa);
	background: -moz-linear-gradient(center bottom, #1e5995 0%, #2266aa 100%);
	background: -o-linear-gradient(bottom, #1e5995, #2266aa);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#2266aa',EndColorStr='#1e5995')";
	border-bottom: 1px solid #194c80;
	border-top: 1px solid #194c80;
}

.sidebar-nav .nav-list>li>a {
	padding: .5em 3em;
	border-top: 1px solid #fff;
}

.sidebar-nav .nav-list.collapse {
	border-bottom: 0px;
}

.sidebar-nav .nav-list .nav-header:first-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/*Buttons*/
.btn-primary {
	background-color: #113355;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#446688),
		to(#113355) );
	background-image: -webkit-linear-gradient(top, #446688, #113355);
	background-image: -o-linear-gradient(top, #446688, #113355);
	background-image: linear-gradient(to bottom, #446688, #113355);
	background-image: -moz-linear-gradient(top, #446688, #113355);
}

.btn-primary:hover {
	background-color: #113355;
	*background-color: #113355;
}

.btn-danger {
	background-color: #553333;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#886666),
		to(#553333) );
	background-image: -webkit-linear-gradient(top, #886666, #553333);
	background-image: -o-linear-gradient(top, #886666, #553333);
	background-image: linear-gradient(to bottom, #886666, #553333);
	background-image: -moz-linear-gradient(top, #886666, #553333);
}

.btn-danger:hover {
	background-color: #553333;
	*background-color: #553333;
}

.btn-success {
	background-color: #556665;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88aa88),
		to(#556665) );
	background-image: -webkit-linear-gradient(top, #88aa88, #556665);
	background-image: -o-linear-gradient(top, #88aa88, #556665);
	background-image: linear-gradient(to bottom, #88aa88, #556665);
	background-image: -moz-linear-gradient(top, #88aa88, #556665);
}

.btn-success:hover {
	background-color: #556665;
	*background-color: #556665;
}

.btn-warning {
	background-color: #aaaa55;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddd77),
		to(#aaaa55) );
	background-image: -webkit-linear-gradient(top, #dddd77, #aaaa55);
	background-image: -o-linear-gradient(top, #dddd77, #aaaa55);
	background-image: linear-gradient(to bottom, #dddd77, #aaaa55);
	background-image: -moz-linear-gradient(top, #dddd77, #aaaa55);
}

.btn-warning:hover {
	background-color: #aaaa55;
	*background-color: #aaaa55;
}

.navbar .dropdown-menu a:hover {
	background: none;
	color: #000;
}

.well {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 0px #ffffff;
	-moz-box-shadow: 1px 1px 0px #ffffff;
	box-shadow: 1px 1px 0px #ffffff;
}
/*Faq*/
.faq-content ul,.faq-content ol {
	padding-left: 1em;
}

.faq-content ul .top,.faq-content ol .top {
	float: right;
	line-height: 1.25em;
	padding: .75em 0em;
}
/*Gallery*/
.gallery {
	text-align: center;
}

.gallery>img {
	margin: .5em .5em .5em .5em;
}

.img-polaroid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.dialog,.row .dialog,.row-fluid .dialog,.row-fluid [class*="span"].dialog:first-child
	{
	margin: 0px auto;
	margin-top: 5em;
	float: none;
}

.dialog input[type="checkbox"],.row .dialog input[type="checkbox"],.row-fluid .dialog input[type="checkbox"],.row-fluid [class*="span"].dialog:first-child input[type="checkbox"]
	{
	margin: 0px;
}

.dialog .alert,.row .dialog .alert,.row-fluid .dialog .alert,.row-fluid [class*="span"].dialog:first-child .alert
	{
	margin-bottom: 1em;
}

.dialog form,.row .dialog form,.row-fluid .dialog form,.row-fluid [class*="span"].dialog:first-child form
	{
	margin-bottom: 0px;
}

.dialog .remember-me,.row .dialog .remember-me,.row-fluid .dialog .remember-me,.row-fluid [class*="span"].dialog:first-child .remember-me
	{
	padding: .5em 0em 0em 0em;
}

input[type="text"],input[type="password"] {
	/*
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/*Alerts*/
.alert {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: .25em 1em;
	border: 1px solid #f2e187;
	background: #f7ecb5;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5),
		color-stop(1, #fcf8e3) );
	background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
	background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
	background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}

.alert .close {
	right: -0.25em;
}

.alert.alert-error {
	border: 1px solid #c77070;
	background: #d59595;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d59595),
		color-stop(1, #e4b9b9) );
	background: -ms-linear-gradient(bottom, #d59595, #e4b9b9);
	background: -moz-linear-gradient(center bottom, #d59595 0%, #e4b9b9 100%);
	background: -o-linear-gradient(bottom, #d59595, #e4b9b9);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#e4b9b9',EndColorStr='#d59595')";
}

.alert.alert-info {
	border: 1px solid #85c5e5;
	background: #afd9ee;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee),
		color-stop(1, #d9edf7) );
	background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
	background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
	background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}

.alert.alert-success {
	border: 1px solid #a3d48e;
	background: #c1e2b3;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3),
		color-stop(1, #dff0d8) );
	background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
	background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
	background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
}
/*Error Pages*/
.http-error {
	margin-top: 5em;
	text-align: center;
	color: #444;
}

.http-error h1 {
	font-size: 5em;
	line-height: 1em;
	text-shadow: 1px 1px 0px #fff;
}

.http-error p {
	margin: 0px;
}

.http-error .info {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.http-error i {
	font-size: 3em;
	line-height: .75em;
	text-shadow: 1px 1px 0px #fff;
}
/*Tabs*/
.nav-tabs>li {
	margin-left: .5em;
}

.nav-tabs>li>a {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.breadcrumb {
	border: 1px solid #ccc;
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #f0f0f0, #ffffff);
	background: -moz-linear-gradient(center bottom, #f0f0f0 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #f0f0f0, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f0f0f0')";
	-webkit-box-shadow: 1px 1px 0px #ffffff;
	-moz-box-shadow: 1px 1px 0px #ffffff;
	box-shadow: 1px 1px 0px #ffffff;
}
/*Model*/
.modal.small {
	width: 400px;
	margin: -170px 0 0 -200px;
}

.modal .modal-icon {
	vertical-align: middle;
	font-size: 4em;
	float: left;
	margin-right: .25em;
}

.modal:focus {
	outline: none;
}

.modal .modal-header {
	display: block;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	background: #dddddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd),
		color-stop(1, #ffffff) );
	background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
	background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #dddddd, #ffffff);
	filter: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorStr='#444444',
		EndColorStr='#555555' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#dddddd')";
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid #aaa;
	font-size: 1em;
	line-height: 3em;
	text-transform: none;
	padding: 0em .75em;
	margin-bottom: 0px;
}

.modal .modal-header .label {
	float: right;
	margin-top: 1em;
	line-height: 1.5em;
}

.modal .modal-header h3 {
	font-size: .95em;
}

.modal .modal-footer {
	padding: .5em;
}

.modal .modal-body {
	padding: 2em;
}

.modal p {
	margin: 0em;
	line-height: 1.5em;
}
/*Search*/
.well.search-well {
	text-align: center;
}

.well.search-well form {
	margin-bottom: 0px;
}

.well.search-well label {
	margin-bottom: 0px;
	vertical-align: middle;
}
/*Table of Contents*/
.well.toc h3 {
	font-size: 1em;
	margin-top: 0em;
	padding-top: 0em;
	line-height: 1.4em;
}

.well.toc h4 {
	color: #555;
	font-size: 1em;
	margin-top: 0em;
	padding-top: 0em;
	line-height: 1.4em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
/* Tweaks for mobile */
@media ( max-width : 480px) {
	h1 {
		text-align: center;
	}
	.stats {
		text-align: center;
	}
	.stats .stat {
		float: none;
		display: inline;
	}
}

/*新增样式*/
body {
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
	 
	color: #222; 
	background-image: url(../images/bg_body1ccaec.jpg);
}

select {
	width: auto;
	height: 30px;
}

.row-fluid [class*="span"] {
	margin-left: 0px;
}

.row-fluid .span3 {
	width: 20%;
	min-height: 650px;
}

.row-fluid .span9 {
	width: 80%;
}

.tabbable {
	border: 1px solid #ddd
}

.tab-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tabbable .tabtable-title {
	background-image: linear-gradient(to bottom, #f3f3f3 0, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(208, 208, 208)
		), to(rgb(255, 255, 255) ) );
}

.nav-tabs {
	border-bottom: 0px;
}

.nav-tabs>li {
	margin-left: 0px;
	border-right: 1px solid #ddd;
}

.nav-tabs>li.active {
	border-bottom: 0px;
}

.block-body {
	min-height: 330px;
}

.container_box {
	border: 1px solid #d3d3d3;
	min-height: 650px;
}

.group_box {
	float: right;
	width: 23%;
}

.group_box table { /*
	margin-left: 5px;
	*/
	margin-right: 5px;
	margin-bottom: 0px;
}

.group_detail_box {
	float: left;
	width: 76%;
	/**	margin-right: 6px;
	**/
}

.table {
	border: 1px solid #e3e3e3;
	/**	margin-left: 20px;
	margin-right: 20px;
	width: 96%;
	**/
}

.table thead th {
	background: #F5F5F5;
}

.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th {
	background-color: #E1EFFA;
}

.add-group-part {
	line-height: 35px;
	border: 1px solid #d3d3d3;
	margin-right: 11px;
	/*
	margin-left: 5px;
	*/
	border-top: 0px;
	width: 99%;
	text-align: center;
}

.add-group-part  a {
	color: #222;
	text-decoration: none;
}

.nav-list>li>a {
	color: #807979;
	padding: 0 36px 0 50px;
}

.nav>li>a:hover,.nav>li>a:focus {
	background-color: #BADBEB;
}

.sidebar-nav>ul {
	width: 170px;
}

h5 {
	font-weight: 400;
	display: inline;
}

table.info-table>tbody>tr,table.info-table>tbody>tr>td {
	width: 100px;
	height: 80px;
	vertical-align: middle;
}

.data {
	display: inline;
	margin-left: 60px;
}

[class^="icon-"],[class*=" icon-"] {
	margin-top: 3px;
}

.body {
	margin-left: auto;
	margin-right: auto;
	/* edit in 2014-10-24
	padding: 2.5em 0 3.5em;
	width: 1000px;
	*/
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*
	min-height: 650px;
	*/
	clear: both;
}

.col_side {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*
	width: 20%;
	*/
	float: left;
	height: 100%;
	background: white;
}

.col_main {
	width: 78%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
	background-color: white;
}

.main_hd {
	
}

.nav-header {
	width: 100%;
}

.header .inner_wrp {
	/*
	width: 1000px;
	*/
	margin-right: auto;
	margin-left: auto;
}

.headerBox {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #F3F3F3;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 #fcfcfc;
	border-top: 4px solid #5EA5E6;
	border-bottom: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0
		#fcfcfc;
}

.account {
	float: right;
	padding-top: 10px;
	height: 51px;
	color: #222;
	/*
	padding-right: 20px;
	*/
}

.account_logout {
	width: 42px;
	vertical-align: top;
	height: 40px;
	display: inline-block;
}

.account_apply_href {
	float: right;
	height: 40px;
	display: inline-block;
	margin-top: 18px;
	padding-right:50px;
}

.account_apply_href a {
	color: #3f65b5;
	margin-left: -1px;
	height: 22px;
	margin-top: 8px;
	display: inline-block;
}

.account_logout a {
	color: #222;
	margin-top: 18px;
	margin-left: -1px;
	height: 22px;
	display: inline-block;
}

.footer {
	text-align: center;
	line-height: 1.3em;
	background-color: #F3F3F3;
	padding: 7.5px 0;
	clear: both;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 #fcfcfc;
	border-top: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 #fcfcfc;
}

.thumbnails {
	margin-left: -2.12766% !important;
}

.thumbnails [class*="span"] {
	margin-left: 2.12766% !important;
	position: relative;
}

.thumbnails .actions {
	width: 16px;
	height: 16px;
	background-color: #000000;
	padding: 5px 8px;
	border-radius: 5px;
	position: absolute;
	top: 10%;
	right: 5%;
	margin-top: -13px;
	margin-left: -24px;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out;
}

.thumbnails li:hover .actions {
	opacity: 1;
}

/* file upload */
.btn.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle
}

.btn.btn-file>input[type=file] {
	display: block;
	filter: alpha(opacity :       
		                                                         
		         0);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}

#littercon {
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-color: transparent #e3e3e3 transparent transparent;
	border-style: solid dashed dashed dashed;
	border-width: 20px;
	margin-left: -59px;
}

a:hover {
	text-decoration: none;
  	color: #f17f2b;
}

.main_hd>div.tabbable {
	border: 0px;
}

.headerLogo {
	padding-top: 18px;
	display: inline-block;
	font-weight: 900;
	font-size: x-large;
	padding-left:30px;
}

.headerLogo a {
	outline: none;
	text-decoration: none;
	color: #00b7ee;
}

.headerLogo a:hover {
	text-decoration: none;
	color: #5EA5E6;
}

.account a {
	outline: none;
	text-decoration: none;
	color: #222;
}

.account a:hover {
	text-decoration: none;
	color: #5EA5E6;
}

.accountHead {
	height: 38px;
	width: 38px;
	margin-top: -28px;
	margin-right: 12px;
}

.accountName {
	margin-top: 18px;
	display: inline-block;
	/*
	margin-right: 12px;
	*/
}

.accountName a {
	outline: none;
	text-decoration: none;
	color: #222;
	height: 22px;
	display: inline-block;
}

.accountName a:hover {
	text-decoration: none;
	color: #5EA5E6;
}

.modal {
	width: 680px;
}

.login_box {
	width: 386px;
	height: auto;
	float: left;
  	margin-left: 36%;
  	margin-top: 9%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	background-color: #e4e4e4;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 228, 228,
		0.9) ), to(rgba(248, 248, 248, 0.9) ) );
	background: -moz-linear-gradient(top, rgba(228, 228, 228, 0.9) 0,
		rgba(248, 248, 248, 0.9) 100% );
	margin-right: 15%;
}

.mod_basic {
	border: 1px solid #BABABB;
	background-color: #FFF;
	line-height: 10px;
	margin: 10px 10px;
}

.mod_basic>.title {
	min-height: 30px;
	background-attachment: scroll;
	background-clip: border-box;
	border-bottom: 1px solid #d8d8d8;
	background-color: rgb(249, 249, 249);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)
		), to(rgb(249, 249, 249) ) );
	background-color: rgb(249, 249, 249);
}

.mod_basic>.title .tabs a {
	min-height: 30px;
	line-height: 30px;
	position: relative;
	float: left;
	padding: 0 20px;
	font-size: 14px;
	border-right: 1px solid #e2e2e2;
	color: #000;
}

.mod_basic>.title .tabs a:hover {
	text-decoration: none;
	background: #EBEBEB;
	background-image: -ms-linear-gradient(top, #ffffff, #EBEBEB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#EBEBEB) );
	background-image: -moz-linear-gradient(top, #ffffff, #EBEBEB);
	background-image: -o-linear-gradient(top, #ffffff, #EBEBEB);
	background-image: linear-gradient(top, #ffffff, #EBEBEB);
}

.mod_basic>.title h3 {
	display: inline-block;
	padding-left: 10px;
	font-family: 'hiragino sans gb', 'microsoft yahei', arial, sans-sarif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	vertical-align: top;
	line-height: 10px;
	font-family: hiragino sans gb, microsoft yahei, arial, sans-sarif;
}

.mod_basic>.title .tabs a.current {
	background: #3389D4;
	color: #FFF;
}

.sub_title {
	clear: both;
	position: relative;
	margin: 20px 20px 0 20px;
	padding-left: 3px;
	border-left: 4px solid #6B6B6B;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	z-index: 1；
}

.mod_basic>.title .tabs {
	display: inline-block;
	padding-left: 10px;
}

.mod_basic>.title .sub_menu {
	padding: 10px 20px;
	min-height: 31px;
	line-height: 1em;
	border-top: 1px solid #d8d8d8;
	box-shadow: inset 0 1px 0 #FFF, 0 2px 1px rgba(0, 0, 0, .03);
	background: #f7f7f7;
	padding: 20px 20px 10px 20px;
}

.data-table {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(250, 250, 250)
		), to(rgb(243, 243, 243) ) );
}

#table_list th {
	background: #F5F5F5;
	font-weight: bold;
	color: #000;
	box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1.0);
}

#table_list tr:hover>td,#table_list tbody tr:hover>th {
	background: #E1EFFA;
}

.sub_content {
	width: 95%;
	margin: 0px;
	padding: 20px 20px;
}

#pic {
	width: 100%;
	height: 100%;
}

.tipMsg {
	border: 1px solid #BABABB;
	width: 100%;
	height: 100%;
}

.tipMsg > div {
	margin: 130px 0px;
	text-align: center;
}


.icon24-login {
	display: inline-block;
	display: inline-block;
	vertical-align: middle;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background: transparent url(../images/img_login.png) no-repeat center center;
}

.icon24-login.err {
	background-position: -24px 0;
}


.imgbg {
	overflow-x:auto;
    overflow-y:auto;
    height:100%;
	background-image: url('../images/login.png');
	background-repeat: repeat;
}