@charset "UTF-8";
* {
	outline: none;
}
html, body, .wraper {
	/*height: 100%;*/
}
body > .wraper {
	height: auto;
	min-height: 100%;
}
.content {
	padding-bottom: 80px;
}  /* must be same height as the footer */
.footer {
	position: relative;
	top: -70px; /* negative value of footer height */
	height: 50px;
	clear:both;
}
.footer .inner {	border-top:1px solid #ccc;width: 920px;margin:0 auto;}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border: none;
}
html, body {
	background:white;
	color: black;
	font: 11px tahoma;
	margin:0;
}
.javascriptError {
	position:fixed;
	color: white;
	background-color: #F00000;
	border-bottom: 1px solid #F66E6E;
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 10px 10px 30px;
	top: 0;
	left: 0;
	width: 100%;
}
.javascriptError a {
	color: white;
	background-color: inherit;
	text-decoration: none;
}
TD.note {
	background-image: url(../images/note_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
}
TD.note div {
	background-color: white;
	border: 1px solid #616161;
	padding: 6px 12px 8px 12px;
	color: #838383;
}
TD.note div * {
	color: #838383;
}
/* TIP */
.tipDiv {
	position: absolute;
	visibility: hidden;
	display:block;
}
DIV.tipDiv TABLE.notice TD.left {
	background-image: url(../images/tip_notice_left.gif);
	width:14px;
	height: 40px;
}
DIV.tipDiv TABLE.notice TD.center {
	background-image: url(../images/tip_notice_bg.gif);
	color: black;
	padding-left: 10px;
	padding-right: 6px;
}
DIV.tipDiv TABLE.notice TD.right {
	background-image:url(../images/tip_notice_right.gif);
	width: 14px;
}
DIV.tipDiv TABLE.error TD.left {
	background-image: url(../images/tip_error_left.gif);
	width:14px;
	height: 40px;
}
DIV.tipDiv TABLE.error TD.center {
	background-image: url(../images/tip_error_bg.gif);
	color: white;
	padding-left: 10px;
	padding-right: 6px;
}
DIV.tipDiv TABLE.error TD.right {
	background-image:url(../images/tip_error_right.gif);
	width: 14px;
}
/* --------- MAIN HTML ------------------------------------------- */

DIV#logo {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
DIV#topNavigation2 {
	position: absolute;
	background-color: #333333;
	border-bottom: 1px solid #1C1C1C;
	width: 100%;
	height: 81px;
}
DIV#topNavigation {
	border: 1px solid #282828;
	position: absolute;
	top: 28px;
	left: 240px;
	z-index: 3;
}
DIV#topNavigation DIV {
	border: 1px solid #414141;
	background-color:#252525;
	font: 11px tahoma;
	color: #999999;
}
DIV#topNavigation a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 6px 10px 7px 10px;
}
DIV#topNavigation a:hover {
	color: white;
	background-image:url(../images/link_hover.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
DIV#secondNavigation {
	position: absolute;
	top: 65px;
	left: 752px;
	z-index: 4;
	height: 30px;
}
DIV#secondNavigation a {
	font: 10px verdana;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	padding: 3px 10px 4px 10px;
}
DIV#secondNavigation a:hover, DIV#secondNavigation a.active {
	color: #202020;
	background: white;
}
DIV#headText {
	padding: 90px 0 10px 0;
	position: relative;
	left:10px;
	width: 910px;
	text-align: right;
	font-family: "century gothic", "trebuchet ms", "verdana";
	font-size: 24px;
	color: #333333;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
}
DIV#headTitle {
	padding-bottom: 17px;
	padding-top: 10px;
	height: 43px;
	vertical-align: bottom;
	position:relative;
	width: 100%;
	font-family: "century gothic", "trebuchet ms", "verdana";
	font-size: 32px;
	color: #333333;
	margin:0;
	border-bottom: 2px solid #333333;
}
DIV#body {
	padding-top: 10px;
	width: 900px;
	padding-left: 10px;
}
a.ButtonAdd {
	color:#006699;
	background-image: url(../images/button-add.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding: 3px 5px 4px 20px;
	text-decoration: none;
}
a.ButtonAdd:hover {
	color: #003366;
	background-image: url(../images/button-add2.gif);
}
.loginPanel {
	left: 240px;
	top: 40px;
	position: relative;
}
.tableList {
	width: 910px;
	font: 11px tahoma;
	margin-top: 10px;
}
.tableList tr td {
	border-bottom: 1px dotted #cccccc;
}
.tableList .thead {
	background-color: black;
	background-image:url(../images/thead_bg.gif);
	height: 28px;
	color: white;
	border-bottom: none;
}
.tableList .thead.line {
	background-color: black;
	background-image:url(../images/thead_line.png);
	width: 4px;
	background-position: left;
	background-repeat: no-repeat;
}
.tableList .thead a {
	color: white;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-top: 6px;
}
.tableList .thead a:hover {
	background-image: url(../images/thead_bg2.gif);
}
.tableList .thead2 {
	background-color: #636363;
	height: 28px;
	color: white;
	border-bottom: none;
}
.tableList .thead2.line {
	background-color: #636363;
	border-left:1px solid #999999;
	width: 3px;
}
.tableList .thead2 a {
	color: white;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-top: 6px;
}
.tableList .thead2s a:hover {
	background-image: url(../images/thead_bg2.gif);
}
.tableList tr {
	background-color: #e7e7e7;
	height: 28px;
	color: black;
}
.tableList tr td a {
	color:#006699;
	height: 20px;
	padding-top: 7px;
	text-decoration: none;
	display: block;
}
.tableList tr.items td a:hover {
	background-image:url(../images/link_hover.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color:#003366;
}
.textField.bgHTML {
	background-image:url(../images/bg_html.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.textField.bgCSS {
	background-image:url(../images/bg_css.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.alert {
	height: 20px;
	background-color: #FF3300;
	color: white;
	padding-left: 10px;
}
.additionalTitle, .additionalTitle2, .additionalTitle3 {
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: bottom;
	width: 100%;
	font-family: "century gothic", "trebuchet ms", "verdana";
	font-size: 29px;
	text-align: right;
	color: red;
	margin:0;
	padding: 0;
}
.additionalTitle2, .additionalTitle3 {
	border-right: 5px solid #FF0000;
	padding-right: 10px;
	font-size: 32px;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 0;
	color: #FF0000;
}
.additionalTitle3 {
	font-family: "century gothic", "trebuchet ms", "verdana";
	border: none;
	border-left: 5px solid #FF0000;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
.additionalTitle2 span, .additionalTitle3 span {
	color:#999999;
	font:10px verdana;
	position: relative;
	top: 0;
}
span.tip {
	display: block;
	font: 10px verdana;
	color: #999999;
	line-height: 130%;
}
a.adminNav {
	background-image: url(../images/admin_nav1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: black;
	text-decoration:none;
	padding-left: 30px;
	display: block;
}
a.adminNav:hover {
	background-image: url(../images/admin_nav2.gif);
}
#galleriesListings {
	paddding: 3px;
}
#galleriesListings IMG {
	margin:auto;
}
#galleriesListings .innerImage {
	float: left;
	border: 1px solid #999999;
	margin: 5px;
	padding: 2px;
	width: 160px;
	height: 145px;
	text-align:center;
}
a.link {
	display: block;
	margin-bottom: 2px;
	background: #FF6600;
	color: white;
	text-decoration: none;
	padding: 5px;
}
#ShadowBox a, #ShadowBox IMG, #ShadowBox TABLE, #ShadowBox TD {
	border: 0;
	padding: 0;
	margin: 0;
}
#ShadowBox TD {
	width: auto;
	background: none !important;
	padding: 0 !important;
}
.floatingLogo {
	margin: 5px;
	float: left;
	border: 2px solid #333333;
}
#ZoomImage {
	border: 1px solid #CCCCCC;
}
#BlackBackground {
	background: black;
	position: fixed;
	_position: absolute;
 *position:absolute;
	display:none;
}
#ZoomImage {
}
.subcats {
	background-color: #333333;
	color:white;
}
.subcats a, .subcats a:link, .subcats a:visited {
	color: white;
}
p.error {
	background-color: red;
	color:white;
	padding: 10px;
	margin-bottom:20px;
}
div.dropmarker {
	height:6px;
	width:200px;
	background: url(../images/dropmarker.png) left top;
	margin-top:-3px;
	margin-left:-5px;
	z-index:1000;
	overflow: hidden;
}
UL#gallery {
	list-style-type:none;
	margin:0;
	padding:0;
}
UL#gallery li {
	width:224px;
	height: 163px;
	border: 1px solid #999999;
	padding:2px;
	float: left;
	cursor:move;
	margin: 5px;
	text-align: center;
	background-color:white;
}

UL#gallery li.spec {
	width:186px;
	height:163px;
	border: 1px solid #999999;
	padding:2px;
	float: left;
	cursor:move;
	margin: 5px;
	text-align: center;
	background-color:white;
}
.notice {
	padding-left: 86px;
	padding-top: 29px;
	height: 36px;
	width: 718px;
	background-image:url(../images/admin-notice.png);
	background-repeat: no-repeat;
	font:11ox tahoma;
}
#sortTest .element {
	display:table-row;
}
body {
	margin:0;
}
* {
	outline:0;
}
img {
	border:0;
}
.wraper {
	width: 920px;
	margin:0 auto;
}
.header {
	background:#3B5998;
	padding:5px;
	padding-top:8px;
	-moz-border-radius:3px;
	margin-top:-3px;
}
.leftMenu {
	visibility:visible;
	width:749px;
	float:left;
	font:11px tahoma;
}
.leftMenu a {
	line-height:28px;
	color: white;
	text-decoration: none;
	padding:5px 10px 6px 10px;
	text-transform:uppercase;
}
.leftMenu a:hover {
	background:#4F6AA2;
}
.logo {
	width:130px;
	float:left;
}
.rightMenu {
	float:left;
 *float:none;
	width:30px;
}
.clear {
	clear:both;
}
a.logout {
	display:block;
	width:27px;
	height:30px;
	background-image: url(../images/logout.gif);
	background-position:right;
}
a.logout:hover {
	background-position:left;
}
.content {
}
p {
	margin:14px;
}
.h1 {
	margin-top:10px;
	font:11px tahoma !important;
	color:#333;
	border-bottom: 1px solid #000;
	padding:5px 4px 9px;
	margin:10px;
}
.tabs {
	clear:both;
	border-bottom:1px solid #069;
	height:18px;
}
.tabs a {
	background: #e7e7e7;
	border: 1px solid #999;
	color:#000;
	text-decoration:none;
	padding:3px 13px 5px;
	border-bottom:0;
	margin-left:3px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}
.tabs a:hover {
	border-color:#666;
}
.tabs a:active, .tabs a.active {
	padding-bottom:6px;
	background:#069;
	border-color:#069;
	color:#FFF;
}
.tabsContent {
	height:500px;
	overflow:hidden;
}
.tabsContent .tab {
	height:500px;
}
.tabsContent .tab .mceFirst td {
	border:0 !important;
}
.footer {
	clear:both;
	font:10px Verdana, Geneva, sans-serif;
	margin:20px 0;
}
.toggleHidable span {
	color:#069;
	background:url(../images/toggle_hidable.jpg) no-repeat left 6px;
	padding-left:10px;
	cursor:pointer;
}
.toggleHidable.closed span {
	background-position:left -21px;
}
.footer .divider {
	margin-top:1px;
	border-top:2px solid #e7e7e7;
	padding: 10px;
	color:#999;
}
.hidable {
	display:none;
}
.hidable.show {
	display:block;
}


/* LISTS */
.listCategory {}
	.listCategory .item {
		padding: 4px 0 5px 10px;
		line-height:18px;
		-moz-border-radius:3px;
	}
	.listCategory .item.over {
		background: #f5f5f5;
	}
	.listCategory .col1 {
		float:left;
		font: bold 14px tahoma;
	}
	
	.listCategory .col1.additional{
	   background: transparent none repeat scroll 0% 0%; 
	   -moz-background-clip: -moz-initial; 
	   -moz-background-origin: -moz-initial; 
	   -moz-background-inline-policy: -moz-initial; 
	   font-size: 11px; 
	   padding-left: 5px;
	}
	.listCategory .col3{
		font-family: tahoma ! important; 
		font-style: normal ! important; 
		font-variant: normal ! important; 
		font-weight: normal ! important; 
		font-size: 9px ! important; 
		line-height: normal ! important; 
		font-size-adjust: none ! important; 
		font-stretch: normal ! important; 
		-x-system-font: none ! important; 
		color: rgb(153, 153, 153);
	}
	
	.listCategory .col2 {
		float:right;
		width:200px;
		text-align:right;
		padding-right:10px;
	}
	.listCategory .col2 a {
		margin-left:10px;
		color:#ccc;
		text-decoration:none;
	}
	.listCategory .item.over .col2 a		{color:#666;}
	.listCategory .item.over .col2 a:hover	{color:#000;}
.listPage {}
	.listPage .item {
		line-height:18px;
		padding: 4px 0 5px;
		-moz-border-radius:3px;
	}
	.listPage .item.over {
		background: #f5f5f5;
	}
	.listPage .col1 {
		background:url(../images/dashboard/pages-small.png) left center no-repeat;
		font: 9px Tahoma, Geneva, sans-serif;
		padding-left:25px;
		float:left;
	}
	.listPage .col1 a {
		color:#21759B;
		font: bold 12px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	}
	.listPage .col2 {
		line-height:14px;
		padding-right:10px;
		float:right;
		width:200px;
		text-align:right;
	}
	.listPage .col2 a {
		margin-left:10px;
		color:#ccc;
		text-decoration:none;
	}
	.listPage .item.over .col2 a		{color:#666;}
	.listPage .item.over .col2 a:hover	{color:#000;}
.listCategory ul, .listPage ul {
	margin-left:30px;
}

.listPage.inactive .item {
	background:red;
	-moz-border-radius:3px;
	border-top:1px solid #7A0000;
	border-left:1px solid #7A0000;
	margin-bottom:4px;
}
	.listPage.inactive .item a 					{color:#FFF;}
	.listPage.inactive .item .col1 				{color:#FFC9C9;}
	.listPage.inactive .item.over .col2 a		{color:#fff;}
	.listPage.inactive .item.over .col2 a:hover	{color:#fff;}

/* small buttons */
.smallButtons {
	padding: 5px 15px;
	margin-bottom:14px;
}
.smallButtons a {
	background:url(../images/smallButtons.jpg) left top no-repeat;
	font: 9px Tahoma, Geneva, sans-serif;
	color:#000;
	padding: 3px 10px 4px;
	text-decoration:none;
}
	.smallButtons a.left:hover {
		background-position: left center;
		color: #FFF;
	}
	.smallButtons a.left:active {
		background-position: left bottom;
	}
	
	.smallButtons a.right {
		background-position: right top;
		border-left:1px solid #BFBFBF;
	}
	.smallButtons a.right:hover {
		background-position: right center;
		color: #FFF;
	}
	.smallButtons a.right:active {
		background-position: right bottom;
	}
	
	.smallButtons a.middle {
		background-position: center top;
		border-left:1px solid #BFBFBF;
	}
	.smallButtons a.middle:hover {
		background-position: center;
		color: #FFF;
	}
	.smallButtons a.middle:active {
		background-position: center bottom;
	}

a.features {
	width:274px; height: 70px;
	float:left;
	margin-right:3px;
	cursor:pointer;
	text-decoration:none;
	color:black;
	border-bottom: 1px dashed #ccc;
}
a.features:hover {
	background:#f5f5f5;
}
a.features:hover .title{
	color:black;
}
	a.features span.border {
		padding:13px;
		padding-top: 10px;
		display:block;
	}
	a.features span.border .title {
		font: bold 11px tahoma;
		text-transform:uppercase;
		display:block;
		margin-bottom: 7px;
	}

.switchButtons {
	padding: 5px 15px;
}
.switchButtons a {
	background:url(../images/switchButtons.jpg) top left no-repeat;
	color:#666;
	font: 11px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	padding:4px 16px 6px;
	text-shadow: 1px 1px 0px white;
}
	.switchButtons a:hover {color:#000;}
	.switchButtons a.left {background-position:left top;}
	.switchButtons a.middle {background-position:center top;border-left:1px solid #808080;}
	.switchButtons a.right {background-position:right top;border-left:1px solid #808080;}
	
	.switchButtons a.active {color:#FFF;text-shadow: 0 0 0;}
	.switchButtons a.left.active {background-position:left bottom;}
	.switchButtons a.middle.active {background-position:center bottom;}
	.switchButtons a.right.active {background-position:right bottom;}
	
.small {
	font:9px Tahoma, Geneva, sans-serif; color:#999;
}

abbr {cursor:help;}

.errorInfo {
	font: 15px Tahoma, Geneva, sans-serif;
	padding: 7px 20px 8px;
	background:#e7e7e7;
	border: 2px solid #ccc;
	color:#000;
	text-align:center;
	display:table;
	margin:0 auto;
	margin-top:30px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.mceLayout {
width:920px !important;
}

div.categoryTitle{
	font-size:14px;
	font-weight:bold;
	padding:3px 0 3px 0;
}

span.warning{
   padding-left:30px;
   color:red;
   font-size:13px;
   font-weight:bold;
}
