@charset "UTF-8";
* {
	outline: none;
}
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;
}
span.langTitle{
color:red;
font-family:"century gothic","trebuchet ms","verdana";
font-size:19px;
font-weight:bold;
margin-left:10px;
}
div.descriptionClass{
font-weight:bold;
fonr-size:12px;
padding:5px 0 5px 0;

}
span.showHome{
color:black;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:23px;
margin-left:88px;
padding-top:6px;
width:200px;
}

span.fileListItem{

display:block;
height:12px;
padding:5px;
width:342px;
background-color:#F0F5FF; 
border:1px solid #CEE2F2;

}

span.fileDelete{
display:block;
float:right;
border-left:1px solid gray;
font-weight:bold;
padding-left:5px;

}

span.linkDescription{
display:block;
float:left;
height:25px;
padding-top:6px;
width:150px;
}
/* --------- 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:200px;
	height: 175px;
	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;
}