body {
	padding-top: 70px;
}

.footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.loading {
	background: url('/img/loading.gif') no-repeat 50% 50%;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.jumbotron {
	text-align: center;
	padding: 20px;
}

.jumbotron h1 {
	font-size: 21px;
}

/* leftnav */
.well .sidebar-nav {
}

.b-leftnav .nav li {
	margin: 0 0 10px 0
}

.b-leftnav .nav li a {
	padding: 0;
}

.b-leftnav .nav li a:hover {
	background: transparent;
}

/* \leftnav */

/* stories */
.b-story_heap {
}

.b-story_heap.item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d3d3d3;
}

.b-story_heap .story_info {
	float: right;
	overflow: hidden;
	font-size: .8em;
	margin: 10px 0;
	padding-left: 5px;
}

.b-story_heap .story_preview {
	float: left;
}

.b-story_view {
}

.b-story_view h1 {
	font-size: 21px;
	font-weight: bold;
}

.b-story_view .lead {
	font-size: 14px;
}

.b-story_view .body {
	font-size: 14px;
}

.b-story_view .body_image {
	position: absolute;
}

.b-story_view .comments {
	border-top: 5px double lightblue;
	margin-top: 10px;
}

.b-story_view .comments .h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 10px 0;
}

.b-story_view .comments .datetime {
	font-size: 10px;
	color: #d3d3d3
}

.b-story_view .comments ul {
	list-style: none;
	padding: 0;
}

.b-story_view .comments li {
	border-bottom: 1px dotted lightblue;
}

.b-story_view .comments .name {
	color: #888;
	font-weight: bold;
}

.b-story_view .comments .body {
	border-left: 5px solid #e8e8e8;
	padding-left: 10px;
}

/* \stories */

/* resevent */
.b-resevent_heap {
}

.b-resevent_heap.item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d3d3d3;
}

/* \resevent */

/* confzal */
.b-confzal {
}

.b-confzal .day {
	background-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 5px;
}

/* \confzal */

.bred {
	border: 1px solid red;
}

.bblue {
	border: 1px solid blue;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.navbar-brand {
	margin: 5px 0px 5px 0px !important;
	padding: 0px !important;
	display: block;
	float: left;
	height: 40px;

}

.redactor_toolbar {
	background: #000 !important;
}

.redactor_toolbar li a {
	color: #eee !important;
}

.redactor_editor {
	border: 1px solid black !important;
}

a.photogallery {
	border: 1px solid #E3E3E3;
}

 table.b-rospechat {
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

.b-rospechat .head1 {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

.b-rospechat .head1 td {
	background-color: #e2e2d2;

}

.b-rospechat .hdr {
	font-weight: bold;
	text-align: center;
}

.b-rospechat .hdr td {
	padding-top: 10px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

.b-rospechat td {
	padding: 3px;
	border-right: 1px solid #c1c1c1;
	vertical-align: top;
	font-size: 10pt;
}