/*
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* CMS STYLES */

#toolbar {
	top: 0;
	right: 0;
	position: absolute;
	margin: 4px;
	color: #666;
	background: #fff;
	border: 1px dotted #ccc;
	padding: 0.25em 0.5em 0.0em 0.5em;
	font-family: arial, sans-serif;
	clear: none;
	z-index: 100;
	font-size: 90%;
}
#toolbar a {
	color: #666;
	text-decoration: none;
	border: none;
}

#edit_page, #edit_images, #edit_categories {
	display: block;
	background: url(../img/arrow_right.gif) top left no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 9px;
	height: 9px;
	position: absolute;
	margin-left: -11px;
	border: none;
}
#edit_categories {
	margin-top: 3px;
}
#edit_content, #edit_menu {
	position: absolute;
	display: block;
	background: url(../img/arrow_edit.gif) top left no-repeat;
	width: 30px;
	height: 9px;
	text-indent: -9000px;
	overflow: hidden;
	border: none;
}

#edit_content {
	position: relative;
	margin-bottom: 2px;
}
#edit_menu {
	margin-top: 10px;
}

.indextable {
}
.indexnavigator {
	font-size: 80%;
}
.indextitle {
	color: #fff;
	background: #666;
	padding-left: 2px;
}

.gray {
	font-size: 80%;
	color: #ccc;
}

.record {
	background: #c2cd94;
}

.valid {
	background: #e3f4ed;
}

.delete {
	color: #990000;
	background: #ffeeee;
}


/* RECORD MENU */

#recordmenu {
	margin: 0;
	border-bottom: 1px dashed #666;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	list-style: none;
}
#recordmenu li {
	color: #999;
	display: inline;
	border: 1px solid #666;
	border-bottom: none;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 0 0 2px;
}
#main #recordmenu li a {
	color: #666;
	border: none;
}

li#recordmenuselect {
	color: #000;
	font-weight: bold;
	border: 1px solid #666;
	background: #c2cd94;
	border-bottom: 1px solid #c2cd94;
}
#main li#recordmenuselect a {
	color: #000;
}

#recordmenurule {
	height: 8px;
	background: #c2cd94;
	margin-bottom: 16px;
}

/* THUMBNAILS */

.cat_thumb {
	text-align: center;
	display: block;
	font-size: 80%;
	margin: 8px;
	float: left;
	padding: 4px;
}
.cat_thumb img {
	border: none;
	margin-top: 10px;
	vertical-align: middle;
}
.cat_thumb a {
	vertical-align: middle;
	text-align: center;
	display: block;
	border: 3px solid #eee;
	text-decoration: none;
}
.cat_thumb a:hover {
	border: 3px solid #003754;
}

#cat_originals, #cat_thumbs, #cat_gallerys {
	width: 480px;
}
#cat_originals .cat_thumb img {
	line-height: 100px;
}
#cat_originals .cat_thumb a {
	height: 120px;
	width: 120px;
}
#cat_thumbs .cat_thumb img {
	line-height: 102px;
}
#cat_thumbs .cat_thumb a {
	height: 127px;
	width: 172px;
}
#cat_features .cat_thumb img {
	line-height: 80px;
}
#cat_features .cat_thumb a {
	height: 100px;
	width: 134px;
}
#cat_gallerys .cat_thumb img {
	line-height: 156px;
}
#cat_gallerys .cat_thumb a {
	height: 176px;
	width: 176px;
}

/* CALENDAR */

.calendar {
	margin-bottom: 1em;
	font-size: 80%;
}

.calendar .d {
	font-weight: bold;
	text-align: center;
	padding: 0 1px;
}
.calendar .d b {
	color: #666666;
	font-weight: bold;
}
.calendar .g,
.calendar .g b {
	color: #999999;
	font-weight: normal;
}
.calendar .k, .calendar .d  {
	font-size: 90%;
	line-height: 100%;
}

.calendar .a, .calendar .b, .calendar .o, .calendar .p, .calendar .h {
	text-align: center;
}
.calendar .b {
	font-weight: bold;
	background-color: #2a3a53;
	color: #ffffff;
}
.calendar .p {
	font-weight: bold;
	background-color: #cccccc;
}
.calendar .h {
	font-weight: bold;
	background-color: #999999;
}
.calendar .a {
	background-color: #ffffff;
	text-indent: -9000px;
	overflow: hidden;
}
.calendar .o {
	background-color: #ffffff;
}

.calendar .l {
}
.calendar .w {
}
.calendar .t, .calendar .l, .calendar .w {
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px;
}

.calendar .s {
	width: .5em;
}
.calendar .v {
	height: .5em;
}

.calendar .a, .calendar .b, .calendar .h, .calendar .o, .calendar .t, .calendar .l, .calendar .w, .calendar .p {
	border-bottom: 1px solid #2a3a53;
	border-right: 1px solid #2a3a53;
}
.calendar tr td.fl {
	border-left: 1px solid #2a3a53;
}
.calendar tr td.ft {
	border-top: 1px solid #2a3a53;
}
.calendar tr td.x {
	border-right: none;
}

/* TOOLTIPS */

a.tooltip {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/tooltip.gif) 0 0 no-repeat;
	text-decoration: none;
}
#content .invalid .tooltip, #content .delete .tooltip {
	text-decoration: none;
}

a.tooltip span {
	display: none;
	position: absolute;
	padding: 8px;
	background: #ffc;
	border: 2px solid #666;
	font-size: 80%;
	color: #333;
	width: 200px;
	z-index: 10000;
}

a:hover.tooltip span {
	display: block;
}

/* PAGE OVERLAY */

#overlay {
	z-index: 999;
	background-image: url(../img/overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

* html #overlay {
	background-color: #999;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}

#overlay img {
	position: relative;
	top: 50%;
}
