/* 
Admin Base Template
Author: MaestroX (http://themeforest.net/user/MaestroX)
*/

/* Base */
body {
	color:#1a1a1a;
	background:#fafafa;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	position:relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#666;
}
body.docs h1 {
	color:#fff;
	margin-top:20px;
	text-shadow: 0 -1px 0 #000000;
}
h1 {
	font-size:182%;
	font-weight:bold;
	line-height:1;
	color:#333
}
h2 {
	color:#333;
	font-size:138.5%;
	font-weight:bold;
}
h3 {
	color:#333;
	font-size:108%;
	font-weight:bold;
	margin-bottom:15px;
}
body.docs h3 a {
	color:#333;
	text-decoration:none;
}
h4 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:15px;
}
h5 {
	font-size:93%;
	margin-bottom:15px;
}
h6 {
	font-size:85%;
	margin-bottom:15px;
}
p {
	margin:0 0 1.5em;
	clear:both;
	line-height:1.6;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
/* misc */
.cl {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	line-height:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fn {
	float:none!important;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.tc {
	text-align:center;
}
.hd {
	display: none;
}
.strong {
	font-weight:bold!important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.margin-left {
	margin-left: 20px;
}
.margin-right {
	margin-right: 20px;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.border-top {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
}
.border-left {
	border-left: 1px solid #CCCCCC;
	margin-left: 20px;
	padding-left: 10px;
}
.border-bottom {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.border-right {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
}
.txt-smaller {
	font-size: 85%;
}
.txt-small {
	font-size: 93%;
}
.txt-light {
	color: #4D4D4D;
}
.txt-lighter {
	color: #666666;
}
section {
	margin-bottom: 10px;
}
/* Main Elements */
header {
	background: var(--site-bg, #333);
	color: var(--site-fg, #FFF);
	padding-left: 2em;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
header h1 {
	flex: auto;
	font-size: 250%;
	display: inline-block;
	color: inherit;
	padding: 1.1ex 0;
}
header h1 img {
	height: 1em;
	vertical-align: bottom;
	margin-right: .25em;
}
header p {
	margin:0;
	text-shadow:0 -1px 0 #000000;
}
header span {
	color:#6e7d87;
}
footer {
	background: var(--site-bg, #333);
	color: var(--site-fg, #FFF);
	padding:13px 25px;
}
footer a, footer a:visited,
header a, header a:visited {
	color: inherit;
	text-decoration:underline;
}
footer a:hover,
header a:hover {
	color: inherit;
	text-decoration:none;
}
#page-header {
	border-bottom:1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom:20px;
}

.columns {
	display: grid;
	grid-template-columns: minmax(30em, auto) minmax(auto, max-content);
	grid-gap: 0 2em;
}
.form .column {
	max-width: 25em;
}
.form .columns > span:last-child {
	text-align: right;
}
.columns.inline {
	grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}
@media (max-width: 55em) {
	.columns {
		grid-template-columns: auto;
	}
}
.grid_7 {
	grid-row: 1 / 3;
}
section.column {
	position: sticky;
	top: 0;
}

/* Navigation */
#nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style-type:none;
	font-size:16px;
}
#nav li {
	padding: 0 20px;
	position: relative;
}
#nav > li:not(.search):hover {
	background:#2d2d2d;
	color: #FFF;
	outline: 1px solid #606060;
	outline-top: 0;
	padding:25px 20px;
}
#nav li a {
	padding:22px 10px 22px 40px;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:none;
}
#nav li a.help {
	background: url('/assets/images/beheer/icons/nav/help.png') no-repeat 0 -38px;
}
#nav li a.settings {
	background: url('/assets/images/beheer/icons/nav/settings.png') no-repeat 0 -38px;
}
#nav li a.users {
	background: url('/assets/images/beheer/icons/nav/users.png') no-repeat 0 -38px;
}
#nav li a.content {
	background: url('/assets/images/beheer/icons/nav/content.png') no-repeat 0 -38px;
}
#nav li a.dashboard {
	background: url('/assets/images/beheer/icons/nav/dashboard.png') no-repeat 0 -38px;
}
#nav li:hover > a {
	background-position: 0 16px;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
}
#nav ul a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	/*	width: 174px; */
	position: absolute;
	top: 62px;
	left: -1px;
	width: 100%;
	background: #2d2d2d;
	border:1px solid #606060;
	z-index:10;
	border-top:none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	list-style-type: none;
}
#nav ul li {
	padding: 6px 0 2px;
	margin: 0;
}
#nav ul li:hover {
	background:#478db4;
	border:0;
}
#nav ul a {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 15px;
	text-shadow:none;
	padding-left:15px;
	vertical-align:top;
}
#nav ul li:hover > a {
	text-shadow:none;
	vertical-align:top;
}
/* level 3+ list */
#nav ul ul {
	left: 100%;
	top: 0;
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-top:1px solid #606060;
}
/* rounded corners of first and last link */

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
}
/* breadcrumbs */
#breadcrumbs {
	list-style:none;
	padding:0;
	margin:0;
}
#breadcrumbs li {
	display:inline;
	font-size:12px;
	line-height: normal;
	float: none;
	font-size:108%;
}
#breadcrumbs li a {
	float: none;
	display: inline;
	padding: 0;
	text-decoration:none;
	font-size:85%;
	color:#f2f2f2;
	text-shadow:0 -1px 0 #000000;
}
#breadcrumbs li.bold a {
	font-weight:bold;
}
#breadcrumbs li:HOVER {
	background: none;
	padding: 0;
}
#breadcrumbs li:HOVER A {
	text-decoration:underline;
	padding: 0;
}
.breadcrumbs li a:HOVER {
	text-decoration:underline;
	background: none;
	padding: 0;
}
.ul-header {
	border-bottom:1px solid #e0e0e0;
	font-weight:bold;
	font-size:108%;
	display:block;
	width:175px;
	padding:6px;
	color:#444444;
	margin-top:10px;
}
.ul-header a {
	font-weight:bold;
	font-size:108%;
	color:#444444;
	text-decoration:none;
}
.toggle {
	display:block;
}
.ul-header a.visible {
	background:url('/assets/images/beheer/icons/small/toggle_close.png') no-repeat scroll 97% 50%;
}
.ul-header a.hidden {
	background:url('/assets/images/beheer/icons/small/toggle_open.png') no-repeat scroll 97% 50%;
}
/* Live Search (Sidebar) */
.searchform .searchfield {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#FFFFFF url(/assets/images/beheer/search-bg.gif) no-repeat 10px center;
	border:1px solid #c7c6c6;
	outline:medium none;
	padding:8px 6px 8px 28px;
	width:185px;
	float:left;
	margin:0;
}
.searchform .searchfield:focus, .searchform .searchfield:focus > input.searchbutton {
	-moz-box-shadow:0px 0px 3px #d0e1f7;
	border:1px solid #d0e1f7;
	;
}
.searchform .searchbutton {
	-moz-border-radius:0 5px 5px 0;
	-moz-box-shadow:0 1px 2px #c7c6c6;
	-webkit-border-radius:0 5px 5px 0;
	-webkit-box-shadow:0 1px 2px #c7c6c6;
	background:#d6d6d6 url(/assets/images/beheer/go-bg.gif) repeat-x top;
	border:1px solid #a9a8a8;
	color:#888888;
	font-size:12px;
	font-weight:bold;
	height:29px;
	text-shadow:0 1px 1px #f6f6f6;
	width:30px;
	float:left;
	margin:0;
	padding:0;
}
/* Page Blocks */
.box {
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:15px;
	padding: 20px 20px 15px;
	border-top:0;
	clear:both;
	-moz-border-radius-bottomleft :3px;
	-moz-border-radius-bottomright :3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.box a {
	color:#1f92ff;
	text-decoration:none;
}
.box a:hover {
	color:#1f92ff;
	text-decoration:underline;
}
.box.stats {
	padding:30px 15px;
}
.box.table {
	padding:0;
}
.box-header {
	border:1px solid #ccc;
	font-weight:bold;
	font-size:108%;
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	padding:10px 15px;
	color:#1a1a1a;
	-moz-border-radius-topleft :3px;
	-moz-border-radius-topright :3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	text-shadow: 0 1px 0 #FFFFFF;
	position:relative;
}
.box-header .fr a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding:0 5px;
}
.box-header .fr a:hover {
	color:#1f92ff;
}
.box h2 {
	color:#454545;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.box h3 {
	color:#666666;
	font-size:108%;
	font-weight:bold;
	margin-bottom:15px;
}
.box h4 {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}
.box-footer {
	border:1px solid #ccc;
	font-weight:bold;
	font-size:108%;
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	padding:10px 15px;
	color:#1a1a1a;
	-moz-border-radius-bottomleft :3px;
	-moz-border-radius-bottomright :3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	text-shadow: 0 1px 0 #FFFFFF;
	position:relative;
}
/* Box Header Elements */
.box-header .controls {
	bottom:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:90%;
	border-right:1px solid #ccc;
}
.box-header .controls li {
	float:left;
	list-style:none outside none;
}
.box-header .controls li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	background:url("/assets/images/beheer/boxheader-con.gif") repeat-x top 5px;
	border-left:1px solid #ccc;
	padding:10px 15px 10px 14px;
}
.box-header .controls li.ui-tabs-selected a, .box-header .controls li a:hover {
	background:url("/assets/images/beheer/boxheader-rev.gif") repeat-x top;
}
.box-header .tabs.mini li a {
	padding:6px 10px 3px;
}
.box-header .tabs.mini li a.active, .box-header .tabs.mini li a:hover {
	padding:6px 10px 4px;
}
.box-header .tabs.mini img {
	vertical-align:middle;
}
.box-header .tabs {
	bottom:-1px;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-header .tabs li {
	float:left;
	list-style:none outside none;
}
.box-header .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-left:10px;
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	border:1px solid #ccc;
	border-bottom:none;
	padding:8px 15px 6px 14px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.box-header .tabs li a.active, .box-header .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	border:1px solid #ccc;
	border-bottom:none;
	padding:8px 15px 7px 14px;
	border-color:#ccc;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.box-header .tabs li a:hover {
	border-color:#999;
}
.box-header .tabs li a.active:hover {
	border-color:#ccc;
}
.box-header .tabs li a.img {
	padding:5px 6px 4px;
}
.box-header .tabs li a.img:hover {
	padding:5px 6px 5px;
	border-color:#999;
}
.box-header .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-header .tabs li a.disable:hover {
	padding:8px 15px 6px 14px;
	border-color:#ccc;
}
.box-header .pagination {
	line-height:100%;
	margin:7px 10px 0 0;
	position:absolute;
	right:0;
	top:0;
}
.box-header .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-header .pagination a {
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	border:1px solid #CCCCCC;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
body.ie7 .box-header .pagination a, body.ie8 .box-header .pagination a {
	zoom:1;
	display:inline;
}
.box-header .pagination a:hover {
	border-color:#00AACD;
}
/* Box Footer Elements */
.box-footer .controls {
	bottom:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #ccc;
}
.box-footer .controls li {
	float:left;
	list-style:none outside none;
}
.box-footer .controls li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	border-left:1px solid #ccc;
	padding:10px 15px 10px 14px;
}
.box-footer .controls li a.active, .box-footer .controls li a:hover {
	background:url("/assets/images/beheer/boxheader-rev.gif") repeat-x top #FFFFFF;
}
.box-footer .tabs.mini li a {
	padding:7px 10px 3px;
}
.box-footer .tabs.mini li a.active, .box-footer .tabs.mini li a:hover {
	padding:8px 10px 4px;
}
.box-footer .tabs.mini img {
	vertical-align:middle;
}
.box-footer .tabs {
	top:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-footer .tabs li {
	float:left;
	list-style:none outside none;
}
.box-footer .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-left:10px;
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	border:1px solid #ccc;
	border-top:none;
	padding:5px 15px 7px 14px;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a.active, .box-footer .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	margin-top:-1px;
	border:1px solid #ccc;
	border-top:none;
	padding:6px 15px 8px 14px;
	border-color:#ccc;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a:hover {
	border-color:#999;
}
.box-footer .tabs li a.active:hover {
	border-color:#ccc;
}
.box-footer .tabs li a.img {
	padding:3px 6px 4px;
}
.box-footer .tabs li a.img:hover {
	padding:4px 6px 3px;
	border-color:#999;
}
.box-footer .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-footer .tabs li a.disable:hover {
	padding:6px 15px 7px 14px;
	border-color:#ccc;
}
.box-footer .pagination {
	line-height:100%;
	margin:0 10px 5px 0;
	position:absolute;
	right:0;
	bottom:0;
}
.box-footer .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-footer .pagination a {
	background:#cdcdcd url('/assets/images/beheer/boxheader.gif') repeat-x top;
	border:1px solid #CCCCCC;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	border-radius:3px;
	-moz-border-radius:3px;
	-wenkit-border-radius:3px;
}
body.ie7 .box-footer .pagination a, body.ie8 .box-footer .pagination a {
	zoom:1;
	display:inline;
}
.box-footer .pagination a:hover {
	border-color:#999;
}
/* Dialog Box */
.message {
	font-size:12px;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #AAAAAA;
}
.message.new {
	background:#feeac9;
	border:1px solid #d38e49;
}
.message h4 {
	border-bottom:1px solid #AAAAAA;
	padding-bottom:5px;
}
small {
	font-size:10px;
}
/* Login Page */
#login-wrapper {
	margin:0 auto;
	width:400px;
	margin-top:150px;
}
div#login-wrapper div.notification {
	padding:15px 15px 15px 50px;
}
.box-header.login {
	font-size:19px;
	padding:10px 15px;
}
form.login label {
	width:145px;
}
form.login input {
	width:200px;
}
/*  Page */
section.login {
	margin: 10ex auto;
	max-width: 350px;
}
#page {
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	display: flex;
	position: relative;
}
#page-content {
	padding:30px 20px 20px;
	color:#181818;
	flex: 1;
}
#page-content p {
	margin: 0 0 20px 0;
	line-height:1.6;
}
#page-content ul + p,
#page-content .table + p {
	margin-top: 20px;
}

#open_sidebar,
#close_sidebar {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 0;
	background:url(/assets/images/beheer/icons/sidebar-toggle-off-l.gif) no-repeat center center;
	width: 32px;
	height: 24px;
	margin-left: -42px; /* aside margin + page-content padding + border */
}
#open_sidebar {
	display: none;
	background-image: url(/assets/images/beheer/icons/sidebar-toggle-on-l.gif);
	width: 31px;
	margin-left: 0;
	left: 0;
}

/*////   - Sidebar -   ////*/
#page > aside {
	background: #EEE;
	padding:20px;
	margin-right: 20px;
	border-right: 1px solid #CCC;
	flex: 0 10em;
}
aside.sidebar-off,
body.sidebar-off aside {
	display:none;
}
aside .block {
	background: url(/assets/images/beheer/sidebar-div.gif) repeat-x bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#sidebar-nav, #sidebar-nav ul {
	margin:0;
	list-style:none;
	white-space: nowrap;
}
#sidebar-nav li a {
	padding:12px 5px;
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-decoration:none;
	font-size:108%;
	color:#262626;
	font-weight:bold;
	outline:none;
}
#sidebar-nav li ul {
	display:none;
}
#sidebar-nav .drop a {
	border-bottom:1px solid #d9d9d9;
	margin-left:30px;
	font-size:100%;
	font-weight:normal;
	padding: 12px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#sidebar-nav .drop a:hover {
	background: url(/assets/images/beheer/sidebar-nav-h.gif) repeat-x bottom;
}
#sidebar-nav .drop a img {
	vertical-align: -2px;
	margin-right:10px;
}
#formtabs .box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
}
/* Table */
.table {
	border: 1px solid #CCCCCC;
	width: 100%;
}
.table.no-border {
	border: medium none;
}
.table thead th, .table thead td {
	background: url("/assets/images/beheer/boxheader.gif") repeat-x scroll center top #E2E2E2;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
	font-weight: 700;
	padding: 6px 10px;
}

.table thead th a, .table thead td a {
	color: #333333;
	font-weight: 700;
}
.table thead th.last, .table thead td.last {
	border-right: 0 none;
}
.table thead th.checkbox, .table thead td.checkbox {
	width: 25px;
}
.table tbody tr {
	text-align: left;
}
.table tbody th, .table tbody td {
	border-right: 1px dotted #CCCCCC;
	font-size: 93%;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
}
.table.alt tbody tr:nth-child(even) td,
.table.alt tbody tr:nth-child(even) th,
.table tbody tr.alt td {
	background: none repeat scroll 0 0 #F2F2F2;
}
.table tbody th img, .table tbody td img {
	vertical-align: middle;
}
.table tr[href] {
	cursor: pointer;
}
.table tbody th.last, .table tbody td.last {
	border-right: 0 none;
}
.table tbody tr.last td {
	border-bottom: 0 none;
}
.table.alt tbody tr:hover th, .table.alt tbody tr:hover td,
.table tbody tr:hover th, .table tbody tr:hover td {
	background: none repeat scroll 0 0 #D3ECF9;
}
.table td.inline {
	white-space: nowrap;
}
.table tbody .img {
	vertical-align: middle;
	word-break: break-all;
}
.table tbody td.img {
	padding: 1px 10px;
	width: 1em; /* enlarged to image */
}

.sample-color {
	color: transparent;
	width: 3em;
	white-space: nowrap;
}

/* Gallery */
.gallery {
	list-style: none outside none;
	margin: 0;
	clear:both;
}
ul.gallery li {
	display: block;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0;
}
ul.gallery a.thumb img {
	-moz-border-radius: 2px 2px 2px 2px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 110px;
	padding: 2px;
	width: 160px;
}
ul.gallery a.thumb.active img {
	border: 1px solid #2ee33b;
}
ul.gallery a.thumb:hover > img {
	border: 1px solid #333;
}

#list-menu-container
{
	list-style: none;	
}

#list-menu-container img
{
	margin-right: 5px;
	margin-top: 3px;
	margin-left: 5px;
}

#list-menu-container ol
{
	list-style: none;	
}

#list-menu-container ol img
{
	width: 12px;
	height: 12px;
	margin-top: 3px;
	margin-left: 5px;
}

#list-menu-container div
{
	height: 25px;
	line-height: 25px;
	background: #d2d2d2;
	margin-bottom: 2px;
}

#list-menu-container div a
{
	float: right;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}

#list-menu-container ol div
{
	height: 18px;
	line-height: 18px;
	background: #f0f0f0;
	margin-bottom: 2px;
}

.overview-tabs
{
	text-align: right;	
	margin-bottom: 5px;
}

.overview-tabs .left {
	float: left;	
}

.table tbody th a,
a.text, /* inconspicuous */
.overview-tabs a
{	
	color: Black;
	text-decoration: none;
}

.overview-tabs a.active
{	
	font-weight: bold;
}

.table tbody th a:hover,
a.text:hover,
.overview-tabs a:hover
{	
	text-decoration: underline;
}

.overview-tabs a.active:hover
{	
	font-weight: bold;
}

.comment-added-span
{
	color: Red;
	float: right;	
}

.bar div {
	background: #8886;
	line-height: .5;
	text-align: right;
	display: inline-block;
}

.poll {
	clear:both;
}
.poll .maxvotes {
	padding: 12px 5px 5px 5px;
	background-color: #333333 !important;
}
.poll .bar {
	padding: 12px 5px 5px 5px;
	float: right;
	height: 2.083em;
	background-color: #666666;
}
.poll .maxpercenttexttype2 {
	color:#FFFFFF;
	text-valign: middle;
	height: 2.083em;
	font-weight: bold;
	float: right;
}

.poll .maxpercenttexttype{
	text-valign: middle;
	height: 2.083em;
	font-weight: bold;
	float: right;
}

.selectedAnswer {
	background-color: #FFB !important;
	font-weight: bold;
}
