body, noscript {
	background-color:#ffffff;
	color:#000000;
}
.navbar .btn-navbar {
	display: block;
    color: #fff;
    text-shadow: none;
}
.snap-content, .snap-drawers {
  top: 41px;
}
.leftbar {
    border-right: 1px solid #ccc;
	height: 100%;
}
.leftbar .nav-list {
	padding: 0;
	padding-bottom: 15px;
	-webkit-user-select: none !important;
	    -ms-user-select: none !important;
	        user-select: none !important;
	background-color: #FFFFFF;
}
.leftbar .nav-list li {
	list-style-type: none;
	margin: 0;
}
.leftbar .nav-list li.nav-header {
	background-color: #EEEEEE;
	color: #000000;
	font-size:12px;
	line-height: 15px;
	padding:4px 0 4px 15px;
}

.leftbar .nav-list li.small {
	font-size: 85%;
}
.leftbar .nav-list li a {
	margin: 0;
	color: #000000;
	outline: none;
	border-bottom: 1px solid #EEEEEE;
}
/*.leftbar .nav-list li:first-of-type a {
	padding: 13px 15px;
}
*/
.leftbar .nav-list li a {
	padding: 8px 15px;
}
.leftbar .nav-list li.small a {
	border-bottom: none;
}
.leftbar .nav-list li.small a:hover {
	background-color: #FFFFFF;
}
.leftbar .nav-list li i.fa {
	width: 14px;
	margin-right: 2px;
	color: #000000;
}

#menuLoginForm {
	margin-bottom: 0px;
}
#content .page-header {
	border: none;
	padding: 0;
}
#content ul.subsection_tabs {
	list-style: none;
	margin: -5px -5px 20px -5px;
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #9f9f9f;
	height: 1.5em;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
}
#content ul.subsection_tabs li {
	float: left;
	text-align: center;
    margin-left: 6.3%;
	background-color: transparent;
	color: #666;
	height: 20px;
}
#content ul.subsection_tabs li.active {
	color: #000;
}
#wrap .bookmarklet {
	display: block;
	clear: both;
	padding-top: 25px;
}
#wrap .bookmarklet a {
	cursor: move;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.25);
	color: #ffffff;
	font-size: 0.9em;
	padding: 0.1em 0.4em 0.2em 0.4em;
	border: 1px solid #000;
	display: inline-block;
	margin: 0 auto;
}
#bookmarklet{
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	     -o-border-radius:4px;
	        border-radius:4px;
	font-size:1.25em;
	position:relative;
	cursor:move;
	color:#fff;
	text-decoration:none;
	background:rgba(0,0,0,0.25);
	padding:10px 20px 8px;
	margin:0 0 10px 0;
	display:inline-block
}
#bookmarklet ~ span{display:inline-block;
	margin:0 0 0 10px;
	font-size:.8em
}

#no-js{
        font-family: sans-serif;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        line-height: 40px;
        text-align: center;
        font-size: 17px;
        height: 40px;
        font-weight: 700;
        background: #fcf085; /* Old browsers */
        background: -moz-linear-gradient(top, #fcf085 1%, #edda63 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcf085), color-stop(100%,#edda63)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fcf085 1%,#edda63 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fcf085 1%,#edda63 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fcf085 1%,#edda63 100%); /* IE10+ */
        background: linear-gradient(top, #fcf085 1%,#edda63 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf085', endColorstr='#edda63',GradientType=0 ); /* IE6-9 */
        color: #222;
        text-shadow: 0 1px 2px rgba(255,255,255,.7);
	    white-space:nowrap;
}

.no-js .btn-navbar {
	display:none;
}
@media (min-width: 980px) {
	.snapjs-left .snap-content #content {
		margin-left: -201px;
	}
	#main {
		padding-left:30px;
		padding-bottom:30px;
		width:720px;
		margin: 0 auto;
	}
	#content header .container {
		padding-top:20px;
		width: auto;
	}
}
@media (max-width: 979px) {
	#main {
		border-left: none;
		padding:0 20px;
	}
	#content ul.subsection_tabs li:not(.active) {
		display:none;
	}
	#content {
		padding-top:10px;
	}
	#content .page-header {
		margin:0;
	}
	#content .dl-horizontal dt {
		width: 100px;
	}
	#content .dl-horizontal dd {
		margin-left: 120px;
	}
	form.search div.input input {
		width: 85%;
	}
	form.search div.input {
		padding-right: 1.4em;
	}
	form.search button.abort-search {
		display: none;
	}
	.snapjs-expand-left form.search div.input input {
		width: 100%;
	}
	.snapjs-expand-left form.search div.input {
		padding-right: 11.2em;
	}
	.snapjs-expand-left form.search button.abort-search {
		display: inline-block;
	}
	.span9{
		width: 518px;
	}
}
@media (max-width: 767px) {
	#content .dl-horizontal dd {
		margin-left: 10px;
	}
	.span9{
		width:100%;
	}
	.leftbar li {
		display:block;
	}
}
@media (min-width: 768px) {
	.leftbar {
		max-width:200px;
	}
}
@media (max-width: 480px) {
    #content .nav-tabs > li {
        float:none;
    }
	#content .nav-tabs > .active > a,
	#content .nav-tabs > .active > a:hover,
	#content .nav-tabs > .active > a:focus {
		border:none;
	}
	#content .nav-tabs {
		border: 1px solid #ddd;
	}
	#no-js {
        line-height: 20px;
	}
}
@media (min-width: 480px) {
	.rwd-break { display: none; }
}
@media (min-width: 1200px) {
	#main {
		width:940px;
	}
}

/* Default snap styles */
.navbar-fixed-top ~ .snap-content,
.navbar-fixed-top ~ .snap-drawers {
	top: 41px;
}
@media (max-width: 979px) {
	.navbar-fixed-top ~ .snap-content,
	.navbar-fixed-top ~ .snap-drawers {
		top: 51px;
	}
}


#profile {
	background-color:#32394A;
	border-bottom: 1px solid #242A37;
	overflow: hidden;
	height: 58px;
	font-family: Arial, Helvetica, sans-serif;
}
.profile_info {
	position: relative;
	left: 68px;
	top:-49px;
	font-size: 14px;
	color: #C4CCDA;
	text-shadow: 0 0px 0 black;
}
form.search {
	position:relative;
	padding:0;
	border:none;
	margin:0;
}
form.search .input {
	white-space: nowrap;
	padding-right:1em;
}
.search button, .search button:hover, .search button:active, .search button:focus  {
	background: #3b4456; /* Old browsers */
	background:-webkit-gradient(linear,left top,left bottom,from(#3b4456),to(#242a3a)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(#3b4456, #242a3a); /* Chrome10+,Safari5.1+ */
	background:   -moz-linear-gradient(#3b4456, #242a3a); /* FF3.6+ */
	background:    -ms-linear-gradient(#3b4456, #242a3a); /* IE10+ */
	background:     -o-linear-gradient(#3b4456, #242a3a); /* Opera 11.10+ */
	background:        linear-gradient(#3b4456, #242a3a); /* W3C */

	border-color:#1b202a #1f2531 #1a1f2d;

	-webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Safari and Chrome */
	   -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Firefox */
	    -ms-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Internet Explorer */
	     -o-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Opera */
	        box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* W3C */

	color:#bdc4d3;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .35);
	position:absolute;
	top:5px;
	right:6px;
	width:7em;

	display: none;
}
.search button:active {
	background: #2d3544; /* Old browsers */
	background:-webkit-gradient(linear,left top,left bottom,from(#2d3544),to(#1a1f2c)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(#2d3544, #1a1f2c); /* Chrome10+,Safari5.1+ */
	background:   -moz-linear-gradient(#2d3544, #1a1f2c); /* FF3.6+ */
	background:    -ms-linear-gradient(#2d3544, #1a1f2c); /* IE10+ */
	background:     -o-linear-gradient(#2d3544, #1a1f2c); /* Opera 11.10+ */
	background:        linear-gradient(#2d3544, #1a1f2c); /* W3C */

	border-color:#141720 #171c25 #101620;

	-webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Safari and Chrome */
	   -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Firefox */
	    -ms-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Internet Explorer */
	     -o-box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* Opera */
	        box-shadow:inset 0 1px 0 rgba(0, 0, 0, .1),0 1px 1px rgba(255, 255, 255, .17); /* W3C */

	color:#bec5d4;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .35);
}
#content > .span3 > div {
	padding: 15px;
}
dd {
	margin-left: 10px;
}
#content dl dl {
	margin-top:5px;
	margin-bottom:0px;
}
.tab, ul.thumbnails, ul.thumbnails > li {
	display: none;
}
.tab.active {
	display: block;
}
ul.thumbnails a.thumbnail {
	transition: none;
	padding:6px;
}
ul.thumbnails a.thumbnail.checked {
	border: 3px solid #08c;
	padding:4px;
	-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
	   -moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
	        box-shadow:0 1px 4px rgba(0,105,214,0.25);
}
