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

/* CMS STYLES */

#toolbar {
	top: 0;
	right: 14px;
	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: 900;
	font-size: 90%;
	text-align:right;
}
#toolbar a {
	color: #666;
	text-decoration: none;
	border: none;
}

#edit_page, #edit_menu, #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_menu {
	margin-top: 15px;
	margin-left: -24px;
}
#edit_images {
	top: 2px;
	margin-left: -24px;
}

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

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

.record {
	background: #e6e4e4;
}

.valid {
	background: #e3f4ed;
}

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


/* COLUMN STYLES */

#sectiontools {
	clear: both;
	height: 12px;
	margin-top: -16px;
	width: 674px;
	position: absolute;
	z-index: 998;
}
#sectiontools ul {
	position: absolute;
	z-index: 998;
	background-color: #fff;
	border: 1px solid #333;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sectiontools ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#sectiontools ul li a {
	display: block;
	padding: 0 1em 0 .5em;
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
	background-color: #eee;
	color: #333;
}
#sectiontools li a:hover {
	color: #fff;
	background-color: #333;
}
#sectiontools .dropdown {
	display: inline;
}
#sectiontools .dropdown ul, #stagetools.dropdown ul {
	display: none;
}
#sectiontools .dropdown:hover ul, #stagetools.dropdown:hover ul {
	display: block;
	position: absolute;
	z-index: 998;
}

#sectiontools .coltools {
	padding: 0;
	overflow: hidden;
	padding: 5px 0 1px 0;
	height: 9px;
	border-bottom: 1px dotted #666;
}

#sectiontools .column_add, #sectiontools .column_delete {
	float: left;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 9px;
	width: 9px;
	margin-right: 2px;
}
#sectiontools .column_add {
	background: url(../img/arrow_add.gif) top left no-repeat;
}
#sectiontools .column_delete {
	background: url(../img/redcross.gif) top left no-repeat;
}

#sectiontools .c1 {
	width: 520px;
	float: left;
}
#sectiontools .c2 {
	width: 137px;
	float: right;
}

/* BLOCK STYLES */

.blocktools {
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 997;
	height: 9px;
	margin: 2px 0 4px 0;
}

.block_edit, .block_delete, .block_up, .block_down  {
	float: right;
	margin-right: 2px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 9px;
	width: 9px;
}
.block_edit {
	background: url(../img/arrow_edit.gif) top left no-repeat;
	width: 30px;
}
.block_up {
	background: url(../img/arrow_up.gif) top left no-repeat;
}
.block_down {
	background: url(../img/arrow_down.gif) top left no-repeat;
}
.block_delete {
	background: url(../img/redcross.gif) top left no-repeat;
}


/* 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: #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
}
#main li#recordmenuselect a {
	color: #000;
}

#recordmenurule {
	height: 8px;
	background: #e6e4e4;
	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;
	line-height: 100px;
}
.cat_thumb a {
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 120px;
	display: block;
	background: #fff;
	border: 3px solid #ccc;
	text-decoration: none;
}
.cat_thumb a:hover {
	border: 3px solid #db3028;
}

.cat_thumb a:hover {
	border: 3px solid #db3028;
}
html>body .cat_thumb a {
	display: table-cell;
	position: relative;
}
html>body .cat_thumb img {
	margin: 0;
}


#cat_originals, #cat_thumbs, #cat_listings, #cat_featureds {
	width: 600px;
}
#cat_originals .cat_thumb img {
	line-height: 100px;
}
#cat_originals .cat_thumb a {
	width: 120px;
	height: 120px;
}
#cat_thumbs .cat_thumb img {
	line-height: 155px;
}
#cat_thumbs .cat_thumb a {
	width: 179px;
	height: 185px;
}
#cat_listings .cat_thumb img {
	line-height: 149px;
}
#cat_listings .cat_thumb a {
	width: 172px;
	height: 179px;
}
#cat_featureds .cat_thumb img {
	line-height: 135px;
}
#cat_featureds .cat_thumb a {
	width: 229px;
	height: 165px;
}

/* INDEX TABLE */

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

/* CALENDAR */


.cal {
	clear: both;
	margin-bottom: 1em;
	font-size: 80%;
}

.cal .m {
	padding-top: .5em;
}
.cal .d {
	color: #666;
	font-weight: bold;
	text-align: center;
	padding: 0 1px;
}
.cal .d b {
	color: #db3028;
	font-weight: bold;
}
.cal .g,
.cal .g b {
	color: #ddd;
	font-weight: normal;
}
.cal .k, .cal .d  {
	font-size: 90%;
	line-height: 100%;
}

.cal .a, .cal .b, .cal .o, .cal .h, .cal .p {
	text-align: center;
}
.cal .b {
	font-weight: bold;
	background-color: #f8d1c5;
}
.cal .p {
	font-weight: bold;
	background-color: #f9e89f;
}
.cal .h {
	font-weight: bold;
	background-color: #000;
}
.cal .a {
	background-color: #ebf2f7;
	text-indent: -9000px;
	overflow: hidden;
}
.cal .o {
	background-color: #dedede;
}

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

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

.cal .a, .cal .b, .cal .h, .cal .o, .cal .t, .cal .l, .cal .w, .cal .p {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.cal tr td.fl {
	border-left: 1px solid #000;
}
.cal tr td.ft {
	border-top: 1px solid #000;
}
.cal 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: 999;
}

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%;
}
