body, select, input, table, form, button, optgroup {
        font-size: 10px;
        font-family: verdana, bitstream vera sans, sans-serif;
	margin: 0;
	padding: 0;
}

button {
	font-size: 11px;
}

.htmlbox {
	text-align: left;
}

h4 {
	font-size: 10px;
}

/*#loading {
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	background-color: #c30000;
	color: white;
	padding: 1px;
	padding-left: 5px;
	padding-right: 2px;
	font-weight: bold;
	display: none;
}*/

#loading{
	position: fixed;
	margin: auto auto;
	top: 40%;
    width: 180px;
    height: 54px;
    background: #ffffff url(../../images/loading_circles.gif) 25px 17px no-repeat;
    padding: 15px 0px 10px 100px;
    display: none;
	z-index: 1000;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	left: 50%;
	box-shadow: 0px 0px 30px 10px rgba(1, 1, 1, 0.3);
	-moz-box-shadow: 0px 0px 30px 10px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: 0px 0px 30px 10px rgba(1, 1, 1, 0.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	_position: absolute;
	_padding: 15px 0px 15px 80px;
	border: 1px solid #b4b4b4\9;
}

#semitransparent {
	position: absolute;
	width: 100%;
	height: 100000%;
	top: 0;
	left: 0;
	background-image: url(../../images/white_transparent.png);
	z-index: 997;
	display: none;
}

#loadingprops {
	position: fixed;
	margin: auto auto;
	top: 45%;
    width: 200px;
    height: 22px;
    border: 2px solid #99bbe8;
    background: #e9f0fb url(../../images/aero_light.gif) 15px 7px no-repeat;
    padding: 15px 10px 10px 60px;
    display: none;
	z-index: 1000;
	font-weight: bold;
	left: 55%;
	_position: absolute;
	_padding: 15px 10px 15px 40px;
}

#semitransparentprops {
	position: absolute;
	width: 55%;
	height: 100000%;
	top: 15%;
	left: 45%;
	background-image: url(../../images/semi-transparent.gif);
	z-index: 999;
	display: none;
}


#searching {
	position: absolute;
	margin: auto auto;
	top: 45%;
    width: 250px;
    display: none;
	z-index: 1000;
	font-weight: bold;
	left: 45%;
	_position: absolute;
	_padding: 15px 10px 15px 40px;
}

#searching:before {
	content: "";
	display: block;
	float: left;
	margin: 10px 15px 0 0;
	width: 60px;
	height: 20px;
	background-image: url(../../images/loading_circles.gif);
	background-size: cover;
}

#searching .title{
	font-size: 25px;
    font-weight: normal;
}

div.newsletter span.sendmail {
	display: block;
	margin-left: 15px;;
}

.admin_block,
.newsletter .insertmail_content,
.newsletter .newsletter_content {
        background: url(../../images/logicone/horiz_menu_bg.jpg) repeat-x;
        background-position: bottom;
        border: 1px solid #cccccc;
	padding: 7px;
	z-index: 500;
}

.newsletter .subscribetext {
	font-color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 25px;	
}

.admin_block label,
.newsletter form label {
        font-weight: normal;
        float: left;
        width: 100px;
        text-align: right;
        padding-right: 10px;
        font-size: 8pt;
        color: #333333;
}

.newsletter form input {
        width: 200px;
        height: 16px;
        font-size: 8pt;
        border: 1px solid #a7a6aa;
        padding-left: 5px;
	margin-bottom: 7px;
}

.admin_block input {
	height: 16px;
	font-size: 8pt;
	border: 1px solid #a7a6aa;
	padding-left: 5px;
}
.lang_block {float: left; width:30%; }
.default_lang_block {float: left;}
.lang_block input, .default_lang_block input {border: none;}
.admin_block textarea {
	border: 1px solid #a7a6aa;
	background-color: white;
	font-size: 11px;
	font-family: Verdana;
}

.newsletter textarea {
	width: 100%;
}

.newsletter .select_recipients input {
	width: 20px;
	margin-bottom: 0px;
}

.admin_block input:focus,
.admin_block textarea:focus,
.newsletter form input:focus,
.newsletter form textarea:focus {
        background-color: #ffffdd;
        border: 1px solid #27a0da;
}

.newsletter button {
	width: 104px;
	height: 26px;
	border: 1px solid white;
	background-image: url(../../images/logicone/submit.png);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 200px;
}

.newsletter button:hover {
	background: url(../../images/logicone/submit_over.png);
}

.newsletter a {
	font-size: 8pt;
    padding-left:12px;
    background: url(../../images/logicone/small_arrow.png) no-repeat 2px 3px;
    text-decoration: underline;
    color: #333333;
}

.newsletter a:hover {
	text-decoration: none;
        color: #27a0da;
}

div.nodeactions div.closeit {
	position: absolute;
	right: 5px;
}

div.nodeactions div.closeit a {
	background-color: transparent;
	background-image: none;
	padding: 0;
}

div.nodeconfig form,
div.nodeactions {
	position: absolute;
	z-index: 100;
	background-color: #fcfcfc;
	color: black;
	margin: 0;
	margin-top: 3px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

div.nodeconfig form label {
	width: 80px;
	display: block;
	float: left;
	text-align:right;
	padding-right: 5px;
}

div.nodeconfig form input,
div.nodeconfig form select {
	width: 182px;
}

div.nodeactions div.nodeconfig form {
	position: static;
	display: block;
	clear: both;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

div.nodeactions {
	display: none;
	text-align: left;
	margin-top: .2em;
	background-color: #99c6e9;
	background-image: url('../../images/config/top_gradient.png');
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0;
	padding-top: 5px;
}

div.nodeactions div.shakeit a {
	display: inline;
	float: left;
	margin-left: 5px;
	background-image: none;
	padding: 0;
}

a.editnode img {
	height: 1.4em;
}

a.editnode {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: -1.5em;
	border: none;
	float: none;
}

div.nodeconfig p.submit {
	text-align: right;
}

div.langcontainer {
	float: left;
	width: 100%;
	_width: auto;
	background-image: url('../../images/config/tab_bottom.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

div.admin_block .lang,
div.admin_block .langactive,
div.nodeconfig .lang,
div.nodeconfig .langactive {
	margin: 12px 1px 0 0;
	font-weight: bold;
	float: left;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #a6a1a6;
	border-bottom: none;
	font-weight: normal;
	cursor: default;
}

div.admin_block .langactive,
div.nodeconfig .langactive {
	font-weight: bold;
	margin-top: 10px 1px 0 0;
	background-color: #f8f8f8;
	border-top: 3px solid #e3914f;
}

div.admin_block .lang:hover,
div.nodeconfig .lang:hover {
	border-top: 3px solid #e3914f;
	margin: 10px 1px 0 0 ;
}

div.admin_block .lang,
div.nodeconfig .lang {
	background-color: white;
	background-image: url('../../images/config/tab_gradient.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

div.admin_block .inalanginactive,
div.nodeconfig .inalanginactive {
	display: none;
}

div.admin_block .inalang,
div.admin_block .inalanginactive,
div.nodeconfig .inalang,
div.nodeconfig .inalanginactive {
	clear: both;
	margin-top: 10px;
	background-color: #f8f8f8;
	padding: 5px;
	border: 1px solid #a6a1a6;
	border-top: none;
	margin-top: 0px\9;
}

div.nodeconfig a {
	background-image: none;
	padding: 0;
	margin: 0;
}

div.nodeconfig p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
div.nodeconfig p.delimg {
	text-align: left;
}
div.nodeconfig p.delimg img {
	margin-right: 5px;
}
div.nodeconfig p.delimg label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
}
div.nodeconfig p.delimg input {
	text-align: right;
}

div.nodeconfig p {
	height: 1%\0/;
	width: 300px\0/;
}

div.nodeconfig {
	margin-bottom: -5px\0/;
}

div.openfolder {
	float: left;
	margin-top: 0.5em\9;
}

div.openfolder a {
	background-image: none;
}

li.active, li.inactive {
	height: 1%\0/;
}

ul.gallery {
	list-style: none;
	list-style-type: none;
}

ul.gallery li {
	float:left;
}

.gallery .add, .docviewer .add, .news .add {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/logicone/openadd_left.png) no-repeat scroll left top;
	padding: 4px 0px 4px 27px;
	font-size:10px;
}

.gallery .add span, .docviewer .add span, .news .add span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/logicone/edit_right.png) no-repeat scroll right top;
	color:#333333;
	font-weight:normal;
	padding: 4px 12px 4px 2px;
	//margin-top:-4px;
}
ul.gallery li p.editme { text-align:center; }

ul.gallery li div.itemconfig {
	margin: 0;
	padding: 0;
	left: auto;
	position: static;
	display: none;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
}
div.importPhoto {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}

div.importPhoto img, .image_form .browseLibrary img, .file_form .browseLibrary img { 
	margin-bottom:-6px; 
	padding:3px;
}
.image_form .libr, .file_form .libr {
	background-color: #ecf4fc;
	height: 25px;
	padding-bottom:10px;
	padding-top:2px;
	margin-bottom:2px;
	margin-top:25px;
}

.gallery .fileinfo {
	font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

.gallery .fileinfo img {
	margin: -3px 5px 0 0;
}

.image_form .libr {
	margin-left: -15px;
	margin-right: -15px;
}

.image_form .onlinevideo input { width:230px; }
.image_form .browseLibrary, .file_form .browseLibrary { color: #206bae; }
.image_form a, .file_form a {	color: #3298CB; }
.image_form a:hover, .image_form a:focus,
.file_form a:hover, .image_form a:focus { text-decoration:none;	}
.image_form .linkurl, .file_form .linkurl {	padding-right:9px;	}
.image_form .toggle_section, .file_form .toggle_section { margin-top:2px; margin-bottom:8px; }

.image_form .toggle_section { 
	margin-left: -15px;
	margin-right: -15px;
}

.image_form .toggle_details, .file_form .toggle_details {
	background-color: #f2f2f1;
	height: 17px;
	padding-bottom:14px;
	margin: 0 -15px;
}

.image_form .toggle_section .toggle_details, .file_form .toggle_section .toggle_details  {
	margin: 0;
}
.image_form .online_details {
	background-color: #ECF4FC;
	height: 17px;
	padding-bottom:14px;
	margin-left: -15px;
	margin-right: -15px;
}
.image_form .hidden, .file_form .hidden {
	background-color: #f2f2f1; 
	padding-bottom:4px;
	//margin-bottom:5px;
}

.image_form #onlinelinks {
	background-color: #ECF4FC; 
	padding-bottom:4px;
	margin-left: -15px;
	margin-right: -15px;
	//margin-bottom:0px;
}

.image_form .ruler, .file_form .ruler { 	
	border-bottom:1px solid #c4c4c2;
	margin-top: -5px;
	margin-bottom: 2px;
	background-color: #f2f2f1;
}

.image_form .onlineruler { 	
	border-bottom:1px solid #c4c4c2;
	margin: 0px -15px 2px -15px;
	background-color: #f2f2f1;
}


.image_form h2, .file_form h2 {	margin:5px; font-size: 12px;}
.image_form h2 {margin-left: 0px;}

.image_form .submit, .file_form .submit {margin-bottom:4px;}

.image_form .submit input, .file_form .submit input {	
	height:25px; 
	padding-left:10px; 
	padding-right:10px;
	font-size:11px;
	//padding:0px;
}

ul.gallery li div.itemconfig a.close {	float: right; }
div.itemconfig .adminbuttons { float:left; }

div.itemconfig form { padding-top:10px; float:left; }
div.itemconfig form input { 
	margin-left:8px;
	//margin-top:-5px;
	//margin-left:3px;
}
.image_form .bigger, .file_form .bigger {width:230px; }

.image_form .tabform { 
	padding:20px; 
	padding-bottom:0px;
 	//padding:20px 0px 0px 20px;
}

.image_form label { 
	color: #362B36;
    font-size: 11px;
    font-weight: bold;
    margin-right: 20px;
}

.image_form .publish_label { 
	font-weight:bold;
	padding-bottom:5px;
}

.image_form .publish_green {
	background-color:#ecfadc; 
	padding: 10px 5px 8px 10px; 
	margin:0px -15px;
	//padding-top: 5px;
	//margin-right: 5px;
}

.image_form .publish_red {
	background-color:#fadddc; 
	padding: 10px 5px 8px 10px;
	margin:0px -15px;
	//padding-top: 5px;
	//margin-right: 5px;
}

.image_form .date {
    margin-left: 0;
    margin-right: 3px;
    width: 100px;
}

.image_form .para { padding:10px 0px;}

.image_form input {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
}

.image_form .publish_date img {
    cursor: pointer;
    margin-bottom: -3px;
    margin-right: 4px;
}

.image_form .group_options { 
	border:1px solid #c1c8ce; 
	width:270px; 
	margin:5px 0px 15px 0px;
}

.image_form .group_input { padding:4px 10px; }

ul.gallery p {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

.gallery .aphoto a {
	padding: 0px;
	background:none;
}

ul.gallery li p.editme { margin-bottom: 10px; }
#slideshow { text-align: center;  }

#slideshow-container {
	position: relative;
	clear: both;
	height: 350px;
} 

#slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-left:100px;
}

#slideshow a.advance-link {
	display: block;
	width: 440px;
	height: 350px;
	text-align: center;
}

#slideshow a:hover {  text-decoration: none;  }
#slideshow img {  border: 10px solid #f3f3f3;  }

#thumbs {
	margin: 5px 0 0 0;
	text-align: center;
}

.gallery ul.thumbs {
	float: none;
    clear: both;
    position: relative;
	list-style: none;
	text-align: center;
	_float: left;
}

.gallery ul.thumbs li {
	display: inline-block;
	float: left;
}
.itemconfig .adminbuttons form { padding:2px;float:left;}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.gallery .convert, .news .convert {
	text-align:center;
	background-color:#daecf6;
	border:1px solid #3298CB;
	width: 100%;
	clear: both;
    float: left;
	margin-top:4px;
	margin-left:2px;
	//padding-top:8px;
	//height:26px;
}
.gallery .convertFailed, .news .convertFailed{
	text-align:center;
	width:200px;
	height:110px;
	font-weight:bold;
	margin-left: 2px;
	padding-top:4px;
}
.gallery .videothumb, .news .videothumb { background: url(/images/videoplay.jpg) no-repeat center center; padding-bottom: 4px; }
.gallery .youtubethumb, .news .youtubethumb { background: url(/images/videoplay_youtube.jpg) no-repeat center center; }
.gallery .response, .docviewer .response, .news .response, .files .response{
	text-align:center;
	padding:10px;
	background-color:#daecf6;
	border:1px solid #1b5b94;
	position:absolute;
	width:300px;
	font-weight:bold;
	z-index:5;
	margin-top: 150px;
	margin-left: 180px;
	//margin-left:-180px;
}

.gallery .msg, .docviewer .msg, .news .msg, .files .msg{ 
	text-align: center;
	padding: 5px;
	background-color: #fde3e2;
	border:1px solid #900b09;
	position: absolute;
	width: 60%;
	font-weight: bold;
	z-index: 5;
	margin-top: 20%;
	margin-left: 20%;
	//margin-left: -180px;
}
.docviewer .docthumb { background-image: url(../../images/flipbook/flipzoom.jpg/) }
.player_container {
	position: relative;
	background-color:#eee;
	height:55px;
	border:1px solid #009be3;
}

.player_container ul li {
	padding:0;
	float:none;
}
.player_container  ul.player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
.player_container  ul.player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
.player_play,
.player_pause {
	display: block;
	position: absolute;
	left:4%;
	top:0.4em;
	width:28px;
	height:28px;
	cursor: pointer;
}
.player_play {
	/*background: url("/images/spirites.jpg") 0 0 no-repeat;*/
	background: url("../../images/mp3player/play_small.jpg") 0 0 no-repeat;
}

.player_pause {
	/*background: url("/images/spirites.jpg") 0 -42px no-repeat;*/
	background: url("../../images/mp3player/pause_small.jpg") 0 0 no-repeat;
}

.player_play.jqjp_hover {
	background: url("../../images/mp3player/play_small.jpg") -29px 0 no-repeat;
}

.player_pause.jqjp_hover {
	background: url("../../images/mp3player/pause_small.jpg") -29px 0 no-repeat;
}

.player_stop {
	position: absolute;
	left:20%;
	top:0.5em;
	background: url("../../images/mp3player/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
.player_stop.jqjp_hover {
	background: url("../../images/mp3player/spirites.jpg") -29px -83px no-repeat;
}
.player_progress {
	background: url("../../images/mp3player/bar_load.gif")  top left repeat-x;
	position: absolute;
	left:36%;
	top:14px;
	background-color: #eee;
	width:25%;
	height:13px;
}
.player_progress_load_bar {
	background: url("../../images/mp3player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:13px;
	cursor: pointer;
}

.player_progress_play_bar {
	background: url("../../images/mp3player/bar_play.gif") top left repeat-x ;
	width:0px;
	height:13px;
}
.gallery ul .player_progress { text-align:left; }
.player_volume_min {
	position: absolute;
	left:66%;
	top:13px;
	background: url("../../images/mp3player/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
.player_volume_min.jqjp_hover {
	background: url("../../images/mp3player/spirites.jpg") -19px -170px no-repeat;
}
.player_volume_max {
	position: absolute;
	left:90%;
	top:14px;
	background: url("../../images/mp3player/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
.player_volume_max.jqjp_hover {
	background: url("../../images/mp3player/spirites.jpg") -19px -186px no-repeat;
}

.player_volume_bar {
	position: absolute;
	left:73%;
	top:19px;
	background: url("../../images/mp3player/volume_bar.gif") repeat-x top left;
	width:13%;
	height:5px;
	cursor: pointer;
}
.player_volume_bar_value {
	background: url("../../images/mp3player/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}
.gallery ul .player_volume_bar { text-align:left; }


.player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	padding:5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:0.8em;
	height:0.2em;
	background-color:#ccc;
	_padding-bottom:2px;
	_margin-bottom:-1px;
	_height:0.1em;
}

.song_title {
	float:left;
	margin:0 5px 0 0;
	padding-left:15px;
	font-weight:bold;
}

.play_time,
.total_time {
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

.play_time {
	position: absolute;
	float:left;
	left:35%;
}

.total_time {
	position: absolute;
	float:left;
	left:57%;
}

.docviewer a { text-decoration:none; }
ul.docviewer, ul.doceditpages {
	text-align: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
	//margin-top:15px;
}

li.doceditpage{
	border: 1px solid #D1E4F7;
	padding: 8px;
}

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../../images/flipbook/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
.treemenu img {
	border: none;
}

.propertiesheader {
	background:#d1e4f7 url(/images/treemenu/headerimg.png) no-repeat 10px ;
	padding:5px;
	padding-left:25px;
	color: #666666;
	font-size: 11px;
	font-weight:bold;
}
.propertiesdetails {
	height:380px;
	background-color: #ebf3fa;
}
.pagedetails {padding:10px;}
.pagedetails h2 {margin:0px;}
.pagedetails .hidden { display:block;}

input {
        font-family: verdana, bitstream vera sans,sans-serif;
        font-size: 10px;
}

#init {
	text-align: right;
}

.editkeys {
	padding-bottom: 10px;
}

.editkeys p {
	margin-left: 20px;
}

.indentone {
	margin-left: 10px;
}

a img {
	border: none;
}

.pager {
	clear: both;
}

.pager .pager_foundinfo {
	float: left;
    width: 33%;
}

.pager .pager_pagecount {
	text-align: center;
	float: left;
}

.pager .pager_pagecount a {
	text-decoration: none;
}

.pager .pager_pagecount a.currentpage {
	font-weight: bold;
}

.pager .pager_goto {
	float: right;
}

.pager .pager_goto select {
	width: auto;
}

.printlinks a {
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}

.nodeconfig h4 {
	position: static;
	text-align: left;
	margin-bottom: 10px;
}
.nodeconfig h4 a {
	float: none;
	position: static;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	text-decoration: none;
	color: #333333;
	background-color: #efefef;
	color: #333333;
}

div.products form.editproduct {
	padding: 5px;
	background-color: #efefef;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	
}

div.products form.editproduct div.editphotogroup,
div.products form.editproduct div.filegroup {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 5px;

}
div.products form.editproduct div.filegroup {
	margin-bottom: 10px;
	margin-top: -10px;
}
div.products form.editproduct p.editline {
	margin-bottom: 10px;
}

div.products form.editproduct span.deletefile,
div.products form.editproduct span.existingfile {
	display: block;
	text-align: right;
	margin-bottom: .6em;
}
div.products form.editproduct span.existingfile {
	float: left;
	text-align: left;
}


p.alangedit {
	margin-left: 20px;
}

h5 {
	margin: 0;
	padding: 0;
}

