h1 {
	background: black url(../img/h1.png) no-repeat right center;
	height: 35px;
	margin: 0 0 8px 0;
	padding: 0 10px 0 10px;
	color: white;
	font-size: 21px;
	line-height: 35px;
	font-weight: normal;
}

div.breadcrumb {
	background-color: #899D00;
	color: white;
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
}

	div.breadcrumb a {
		color: white;
		text-decoration: underline;
		border: none;
	}

	div.breadcrumb a:hover {
		color: black;
		text-decoration: none;
		border: none;
	}

table.simple {
	border: 0;
	width: 100%;
}

table.simple td, table.simple th {
	text-align: left;
	vertical-align: top;
}

.expand-bar {
	cursor: pointer;
	background: url(../img/closed.gif) no-repeat right center;
}

.expand-bar-on {
	cursor: pointer;
	background: url(../img/open.gif) no-repeat right center;
}

.grey {
	color: #c4c4c4;
}

.right {
	text-align: right;
}

#advanced-search {
	display: block;
	background-color: #FFE57F;
	margin: 8px;
	padding: 8px;
}


#advanced-search small {
	color: grey;
}

div.more {
	padding: 0 15px 0 15px;
}

.odd, tr.odd td {
	background-color: #FFE57F;
}

.hr {
	border-bottom: 1px solid black;
	font-size: 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	height: 1px;
}


.pm-item {
	padding: 8px;
}

.pm-left, .cb-left {
	float: left;
	width: 288px;
	position: relative;
}

.pm-view, .cb-view {
	margin-left: 300px;
	position: relative;
}

.pm-box, .cb-box, .admin-box {
	background: #FFE57F url(../img/hbg.png) repeat-x top center;
	border: 1px solid black;
	padding: 10px;
	margin-top: 10px;

	position: relative;
}

.pm-box h2, .cb-box h2, .admin-box h2 {
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	margin: 0;
	margin-bottom: 10px;
}


table.simple td.l { text-align: left; }
table.simple td.c { text-align: center; }
table.simple td.r { text-align: right; }
table.simple td.t { vertical-align: top; }
table.simple td.m { vertical-align: middle; }
table.simple td.b { vertical-align: bottom; }

ul.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.links li {
	margin-top: 7px;
	line-height: 18px;
}

.controls {
	float: right;
}

.cb-item {
	padding: 10px;
}

.cb-link {
	float: right;
}

.cb-link a {
	display: block;
	margin: 5px 0 5px 0;
}

.cb-thumb {
	float: left;
	width: 120px;
	height: 100px;
	overflow: hidden;
}

.cb-thumb-feat {
	float: left;
	clear: left;
	width: 110px;
	height: 100px;
	overflow: hidden;
}

.cb-info {
	margin: 0 120px 0 130px;
	min-height: 100px;
}


.cb-info-feat {
	margin: 0 0 0 120px;
	min-height: 100px;
}

.cb-info-feat h5 {
	margin: 0;
	font-size: 13px;
}

.cb-info h3 {
	margin-top: 0;
}

#pdfMe {
	background: url(../img/ico-pdf.gif) no-repeat left center;
	line-height: 25px;
	height: 25px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.cb-box .lbl {
	float: left;
	width: 110px;
	position: relative;
}

.cb-box .val {
	margin-left: 115px;
}

.cb-gallery-even  {
	width: 120px;
	height: 100px;
	overflow: hidden;
	float: right;
	text-align: center;
	position: relative;
	top: -110px;
}

.cb-gallery {
	width: 120px;
	height: 100px;
	overflow: hidden;
	margin: 0 130px 10px 0;
	text-align: center;
	position: relative;
}

.cb-gallery img,
.cb-gallery-even img {
	cursor: pointer;
}


.cb-note {
	margin-left: 28px;
}


ul.cb-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.cb-links li {
	border-bottom: 1px solid black;
	padding: 4px 0 4px 0;
}


ul.cb-links li a {
	border: none;
}

.clean {
	clear: both;
}

.someSpace {
	height: 150px;
}

.admin-left {
	float: left;
	width: 280px;
	margin-top: -10px;
}

.admin-right {
	margin-left: 290px;
	width: 280px;
	margin-top: 0px;
}

.admin-info {
	margin-left: 115px;
}

.breadcrumb .searchbar {
	float: right;
}

.breadcrumb .searchbar input {
	color: black;
}

table.datatable {
	width: 100%;
}

table.datatable th {
	color: black;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding: 3px 6px;
}

table.datatable td {
	color: black;
	text-align: left;
	vertical-align: top;
	padding: 3px 6px;
}

th.break h3 {
	font-size: 14px;
	font-weight: bold;
	height: 9px;
	border-bottom: 3px solid black;
}

th.break h3 span {
	background-color: #E7D48C;
	padding: 0 15px 0 0;
}

input.lng {
	width: 200px;
}

.editBtn {
	position: absolute;
	top: 3px;
	right: 4px;
}

.name {
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

a.add-link, a.add-link:link, a.add-link:visited {
	display: block;
	background: url(../img/plus.gif) no-repeat right center;
	height: 25px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	padding-right: 30px;
	margin-top: 2px;
	font-size: 16px;
}

.x-box {
	padding: 10px;
	margin-top: 10px;
}

div.center {
	text-align: center;
}

a.next-link, a.next-link:link, a.next-link:visited {
	display: block;
	background: url(../img/btn-next.gif) no-repeat;
	width: 84px;
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-right: 18px;
}

a.back-link, a.back-link:link, a.back-link:visited {
	display: block;
	background: url(../img/btn-back.gif) no-repeat;
	width: 84px;
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-left: 16px;
}

.report-template {
	display: block;
	margin: 0 auto 0 auto;
	border: 5px solid #FFE57F;
	cursor: pointer;
}

table.reports td h4 {
	margin: 0;
}

table.reports td small {
	line-height: 12px;
}

.pagination {
	text-align: center;
}

.error {
	font-weight: bold;
	color: #cc0000;
}


.gallery-dialog {
	background-color: black;
	padding: 20px;

}

#krgImage {
	width: 624px;
}

#krgImageViewer {
	width: 624px;
	height: 400px;
	overflow: auto;
}

.gallery-title {
	margin-top: 10px;
	color: white;
}

.gallery-controls{
	text-align: right;
}

.gallery-controls a {
	color: white;
}