body {
	color: #000000;
}

h1, h2, h3, h4, h5 {
	color: #000000;
}

a, a:focus, a:active, a:visited {
	color: #0066FF;
}

a:hover, .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	color: #888888;
	border-bottom-color: #888888;
	border-top-color: #888888;
}

.navbar .brand {
	color: #FFFFFF;
}

.navbar-inner {
	background-color: #0066FF;
	background-image: linear-gradient(to bottom, #0066FF, #0066FF);
}

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

.dropdown-menu {
	margin-top: -2px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #888888;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	background-color: #0055DD;
	color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-top-color: #AAAAAA;
}

.dropdown-menu, .dropdown-menu .divider {
	background-color: #0066FF;
	background-image: linear-gradient(to bottom, #0066FF, #0066FF);
}

.dropdown-menu > li > a {
	color: #FFFFFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #AAAAAA;
	background-color: #0055DD;
	background-image: linear-gradient(to bottom, #0055DD, #0055DD)
}

section {
	margin-top: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
}

#adm_banform {
	width: 50%;
}

#regform, #loginform, #uplform, #resetform, #resetform2 {
	width: 55%;
}

#userform, #uset_form, #adm_regform {
	width: 60%;
}

#uplform input[type=text] {
	width: 100%;
}

#regform input, #loginform input, #uplform input[type=file], #userform input, #uset_form input[type=number], #adm_regform input, #adm_banform input, #adm_banform select, #uset_form select {
	display: inline;
	margin-top: -30px;
}

#adm_regform input[type=checkbox] {
	margin-bottom: 20px;
}

#uplform {
	padding-top: 12px;
}

#uplform input[type=checkbox] {
	margin-top: -3px;
}

.green {
	color: #00FF00;
}

.red {
	color: #FF0000;
}

#searchbarlol {
	margin-top: 5px;
	margin-left: 3px;
}

#form_search {
	margin-bottom: 0;
}

.imgur-wrapper {
	max-width: 104%;
}

.imgur-container {
	display: inline-block;
	width: 200px;
	max-height: 200px;
	vertical-align: top;
	margin-bottom: 100px;
}

.imgur-image {
	max-height: 175px;
	width: 175px;
	margin: 0 auto;
	text-align: center;
}

.imgur-caption {
	max-height: 60px;
	margin-top: -25px;
	font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 3px;
}

.imgthumb {
	border: 1px solid #0066FF;
	max-width: 175px;
	max-height: 175px;
}

.imgthumb-details {
	border: 1px solid #0066FF;
}

.footer {
	padding-top: 6px;
	color: #FFFFFF;
	background-color: #0066FF;
	background-image: linear-gradient(to bottom, #0066FF, #0066FF);
	border-top: 1px solid #FFFFFF
	background-repeat: repeat-x;
	min-height: 30px;
}

html {
	height: 100%;
	box-sizing: border-box;
}

body, *:before, *:after {
	box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	margin: 0;
	min-height: 100%;
}

#muhfooter {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.pagination {
	margin-bottom: 0px;
}

.pagination ul > li > a {
	cursor: pointer !important;
	background-color: #0066FF;
	color: #FFFFFF;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus {
	background-color: #0066FF;
	color: #888888;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus,
.pagination ul > .active > span, .pagination ul > .active > a, .pagination ul > .active > a:hover, .pagination ul > .active > a:focus {
	background-color: #0055DD;
	color: #AAAAAA;
}

.subnav {
	background-color: #0066FF;
	color: #FFFFFF;
}

.subnav .nav > li > a, .subnav .nav > li:first-child > a {
	background-color: #0066FF;
	color: #FFFFFF;
}

.subnav .nav > li > a:hover, .subnav .nav > li:first-child > a:hover, .subnav .nav > li > a:hover {
	background-color: #0066FF;
	color: #888888;
}

.subnav .nav > li.active > a, .subnav .nav > li > a:active, .subnav .nav > li:first-child > a:active, .subnav .nav > li > a:focus, .subnav .nav > li:first-child > a:focus {
	background-color: #0055DD;
	color: #888888;
}

@media screen and (min-width: 981px) {
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav li.dropdown:hover > .dropdown-toggle, .navbar .nav li.dropdown:hover > .dropdown-toggle, .navbar .nav li.dropdown.open:hover > .dropdown-toggle,
	.navbar .nav li.dropdown:hover > .dropdown-toggle .caret, .navbar .nav li.dropdown:hover > .dropdown-toggle .caret, .navbar .nav li.dropdown.open:hover > .dropdown-toggle .caret {
		background-color: #0055DD;
		color: #AAAAAA;
		border-bottom-color: #AAAAAA;
		border-top-color: #AAAAAA;
	}
}

#detailsthumb {
	max-width: 62%;
	max-height: 62%;
}

#imgcaption {
	max-width: 50%;
	word-wrap: break-word;
}

.small-text {
	font-size: 12px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
