
/* font */
html { font-size: 100%; }
body { font-size: 0.70em; }
table, input, select, textarea { font-size: 100%; }


/* layout - general */
* { margin: 0; padding: 0; }
li, dd, blockquote { margin-left: 20px; }
select > option { margin: 0 5px 0 3px; }

img { border: none; }
acronym { cursor: help; }
a:link, a:visited {
	cursor/**/: /**/pointer;
}
.clear { clear: both; line-height: 0px; }

.picborder { margin-right: 10px; padding: 10px; border: 1px solid #EEE; }
.picborder02 { margin-top:20px; margin-right: 10px; padding: 10px; border: 1px solid #EEE; }


	.text, textarea {
}
input.text, textarea {
	padding: 1px 2px;
	border: solid 1px #D8CFBD;
	color: #666666;
}
.submit {
	font-weight: bold;
	padding: 1px 4px;
	cursor: pointer;
	border: solid 1px #F15A21;
	background: #F99F1B url(images/but-m.gif) repeat-x 0% 50%;
	color: #FFFFFF;
}
a.but:link, a.but:visited {
	padding: 1px 3px;
	text-decoration: none;
}
a.butsp:link, a.butsp:visited {
	padding: 2px 3px;
	text-decoration: none;
}

.ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.fltR { float: right; }
.fltL { float: left; }

.alR { text-align: right; }

.hide { display: none; }
.hide2 { visibility: hidden; }

.ir {
	position: relative;
	overflow: hidden;
}
.ir span {
	position: absolute;
	width: 100%;
	height: 100%;
}
.special {
	color: #F5851F;
}
.special2 {
	color: #77AD22;
}



/* layout - specific */
body {
	background: #FFFFFF;
	/*text-align: center;*/
	padding: 0 0 20px 0;
	position: relative;
}
#page {
	position: relative;
	text-align: left;
	margin: 0px auto 0 auto;
	background: #FFFFFF;
	width: 100%;
	min-width: 1000px;
}
#page2 {
	padding: 1px 0 0 0;
}

#header {
	height: 115px;
	width: 100%;
	overflow: hidden;
	background: url(images/header-m.jpg) repeat-x 0 0;
}
body.small #header {
	height: 65px;
	background: url(images/header2-m.gif) repeat-x 0 0;
}

#header h1 {
	width: 100%;
	overflow: hidden;
	color: #333;
	font: 2em normal Arial, sans-serif;
}
#header h1 a {
	display: block;
	float: left;
	width: 680px;
	height: 115px;
}

body.small #header h1 a {
	width: 450px;
	height: 65px;
}


#bar1 {
	height: 30px;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #81AA2A url(images/bg-nav.gif) repeat-x 0 0;
	padding: 8px 0 0 0;
}
body.small #bar1 {
	background-position: 0 -11px;
	height: 27px;
	padding: 0;
}
#bar1 p {
	color: #FFFFFF;
	line-height: 27px;
	margin-left: 20px;
	font-size: 110%;
}

#menuTop {
	float: left;
	font-size: 110%;
	margin: 0 7px 0 0;
	overflow: hidden;
}
* html #menuTop {
	margin: 0 0px 0 0;
}
#menuTop ul {
	margin: 0 0 0 15px;
	padding: 8px 0 8px;
}
#menuTop ul li {
	text-align: center;
	display: inline;
	margin-right: 3px;
}
#menuTop ul li.bold {
	font-weight: bold;
}
#menuTop ul li a {
	text-decoration: none;
	background: url(images/sep.gif) no-repeat 100% 0%;
	padding: 8px 0;
}
#menuTop ul li a span {
	background: none;
	padding: 8px 15px;
}
#menuTop ul li a:link, #menuTop ul li a:visited {
	color: #FFFFFF;
}
#menuTop ul li.current a:link, #menuTop ul li.current a:visited,
#menuTop ul li a:link:hover, #menuTop ul li a:visited:hover {
	background: url(images/r.gif) no-repeat 100% 0%;
	color: #003366;
	text-decoration: none;
}
#menuTop ul li.current a:link, #menuTop ul li.current a:visited {
	font-weight: bold;
}
#menuTop ul li.current a:link span, #menuTop ul li.current a:visited span,
#menuTop ul li a:link:hover span, #menuTop ul li a:visited:hover span {
	background: url(images/l.gif) no-repeat 0 0;
}
/*\*//*/
#menuTop ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
#menuTop ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/
/*\*/
* html #menuTop ul li a {
	padding: 0;
}
/**/


#bar2 {
	line-height: 28px;
	padding-left: 30px;
}
.man {
	padding-left: 12px;
	background: url(images/9.gif) no-repeat 0% 50%;
}

#bot {
	margin: 5px 14px 0 14px;
	position: relative;
	background: url(images/page-b-m.gif) repeat-x 0 0;
	height: 71px;
}
#bot div {
	background: url(images/page-b-l.gif) no-repeat 0 0;
}
#bot div div {
	padding: 20px 0 0px 0;
	margin: 0 0 0 17px;
	height: 51px;
	background: url(images/page-b-r.jpg) no-repeat 100% 0;
}
#menuBot {
	color: #FFFFFF;
}
#menuBot a:link, #menuBot a:visited {
	color: #FFFFFF;
}
#menuBot a.active:link, #menuBot a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#copyright {
	margin: 3px 0 0 0;
	color: #FDDEBC;
}
#copyright a:link, #copyright a:visited {
	color: #FDDEBC;
}

#wrap {
	width: 100%;
	overflow: hidden;
	background: url(images/page-t.jpg) repeat-x 0 0;
}

#wrap2 {
	margin: 14px;
}
#main {
	width: 100%;
	background: #FFFFFF url(images/content-t-r.gif) no-repeat 100% 0%;
	min-height: 350px;
	padding-bottom: 10px;
}
#main2 {
	background: url(images/content-t-l.gif) no-repeat 0% 0%;
	padding-top: 23px;
}
#side {
	display: none; 
}
#left { 
	display: none; 
}


body.colR #wrap2 {
	margin: 14px;
	background: #FFFFFF url(images/line-v.gif) repeat-y 100% 0%;
}
body.colR #main {
	float: left;
	width: 100%;
	background: url(images/content-t-r.gif) no-repeat 100% 0%;
}
body.colR #main2 {
	margin-right: 340px;
	background: url(images/content-t-l.gif) no-repeat 0% 0%;
	padding-top: 23px;
}
body.colR #side {
	display: block;
	float: left;
	width: 310px;
	margin-left: -320px;
	padding-top: 23px;
}
body.colR #left { 
	display: none; 
}
/* clearfix */
body.colR #wrap2:after {
	content: '*'; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
body.colR #wrap2 {
	display: inline-block;
}
/*\*/
* html body.colR #wrap2 {
	height: 1%;
}
body.colR #wrap2 {
	display: block;
}
/* */

body.colL #wrap2 {
	float: left;
	margin: 14px 0;
	width: 100%;
}
body.colL #main {
	width: auto;
	margin-left: 180px;
	margin-right: 14px;
	background: #FFFFFF url(images/content-t-r.gif) no-repeat 100% 0%;
}
body.colL #main2 {
	background: url(images/content-t-l.gif) no-repeat 0% 0%;
	padding-top: 23px;
}
body.colL #side {
	display: none; 
}
body.colL #left { 
	display: block;
	float: left;
	width: 180px;
	margin: 14px 0 0 -100%;
	padding-top: 23px;
}
body.colL #left .in {
	margin-left: 10px;
}
/* clearfix */
body.colL #wrap:after {
	content: '*'; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
body.colL #wrap {
	display: inline-block;
}
/*\*/
* html body.colL #wrap {
	height: 1%;
}
body.colL #wrap {
	display: block;
}
/* */


.title { padding: 0 0 20px 0; font-weight: bold; background: url(images/line-h.gif) repeat-x 0% 100%; }
	.title h1 { font: normal 3em arial, verdana, sans-serif; letter-spacing: -0.03em; color: #880000; }
	.title h2 { font: normal 2em arial, verdana, sans-serif; /*letter-spacing: -0.03em;*/ color: #660000; }
	.title h3 { font-size: 1.4em%; color: #660000; }
	
#main .title {
	margin-left: 15px;
}
#content .title {
	margin: 25px 0 10px 0;
	padding-bottom: 10px;
}

#content .insertphotobig { width: 350px; float: left; padding: 10px 30px 15px 10px; font: normal 11px arial, sans-serif; clear: both; text-align: left; color: #880000; }
#content .insertphotobig02 { width: 470px; height:410px; float: left; padding: 10px 30px 15px 10px; font: normal 11px arial, sans-serif; clear: both; text-align: left; color: #880000; }

	
#content { margin: 10px 0 5px 15px; padding: 0 0 0 0; font: normal 1.35em/1.5em Georgia, serif; }
	#content h1 { color: #660000; font-size: 2em; font-weight: bold; }
	#content h2 { color: #F6861E; font-size: 110%; font-weight: bold; }
	#content p { margin: 5px 0 10px 0; }
	#content .caption { margin: 5px 0 10px 0; font: normal 11px arial, sans-serif; text-align: left; color: #880000;}
	#content .caption02 { width:350px; margin: 5px 0 10px 0; font: normal 11px arial, sans-serif; text-align: left; color: #880000;}
	
	#content h2 { color: #F6861E; font-size: 110%; font-weight: bold; }
#content li {
	margin-top: 5px;
	margin-bottom: 8px;
}

#side {
	position: relative;
}
#side * { margin-left: 10px; }
#side * * { margin-left: 0; }
#side ul {
	list-style-image: url(images/1.gif);
}
#side ul li {
	padding: 3px 0;
}

#contact-right {  background-color:#F0F0F0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; color:#455548; float:left; width:500px; margin:4px 0px 0px 15px; padding:6px;}
	#contact-right br { clear: both; }
	#contact-right form { margin:0px; }
	#contact-right label { color: #484848; font-size:12px; width:140px; text-align:left; padding-right:20px; padding-top:4px; float:left;}
	#contact-right .frmText { border:1px solid #CCCCCC; width:300px; background-color:#fff; color:#7F7F7F; padding:3px;  margin-top:4px; margin-left:15px; margin-right:0px; font-size:0.75em; }
	#contact-right .frmTextArea { border:1px solid #CCCCCC; width:300px; height:100px; background-color:#fff; color:#7F7F7F; padding:3px;  margin-top:4px; margin-left:15px; }
	#contact-right .frmSubmit { width: 100px; height: 23px; color:#fff; margin:7px 0 10px 180px; padding: 0; border: 1px solid #2F2F2F; font-weight:bold; font-size:0.85em; background-color:#666666; cursor: pointer; /* hand-shaped cursor */  cursor: hand; /* for IE 5.x */}
	#contact-right .txt {  margin-left: 10px;  }

.block {
	background: /*#F7F5F1*/ #E8F4FB url(images/box-b.gif) no-repeat 0% 100%;
	padding: 0 0 5px 0;
	margin: 5px 2px 20px 0;
}
.block h2 {	
	background: url(images/box-t.gif) no-repeat 0 0;
	height: 34px;
	line-height: 34px;
	font-size: 110%;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
}


.bar {
	margin: 10px 8px 0 8px;
	position: relative;
	background: #DEE2E3 url(images/bar-l.png) no-repeat 0 0;
}
.bar .in {
	background: url(images/bar-r.gif) no-repeat 100% 0%;
	height: 37px;
	padding-top: 1px;
}

.ads {
	margin: 0 auto;	
	text-align: center;
}
.ads iframe {
	margin: 0 auto;	
}

#ads1 {
	width: 728px;
}
#ads1 iframe {
	margin-top: 5px;
}


#pageNav {
	list-style: none;
}
#pageNav li {
	margin-left: 0;
	list-style: none;
	list-style-type: none;
}
#pageNav li a:link, #pageNav li a:visited {
	color: #F6861E;
}

#more {
	margin: 15px 0 0 15px;
}
#more .title { 
	width: auto;
	margin: 0;
	background: none;
}
#more .title h3 {
	padding: 0;
	background: none;
}


#boxAbout {
	position: relative;
	z-index: 10;
}
#boxAbout .title {
	width: 195px;
}
#boxAbout p {
	margin: 20px 0;	
}
#boxAbout p.f {
	margin-right: 40px;
}
#labelDemo {
	z-index: 20;
	position: absolute;
	right: -25px;
	top: 0;
	width: 164px;
	height: 123px;
	background: url(images/demo.png) no-repeat 0 0;
}
#labelDemo a {
	display: block;
	width: 164px;
	height: 123px;
	text-decoration: none;
}

#boxRegister fieldset {
	margin: 0 10px;
	width: auto;
}
#boxRegister fieldset label {
	width: 100px;
	padding-left: 15px;
	background: url(images/5.gif) no-repeat 0% 50%;
	text-align: left;
}
#boxRegister fieldset .text {
	width: 152px;
}
#boxRegister p {
	color: #77AD22;
	height: 22px;
	line-height: 22px;
}
#boxRegister p input {
	float: right;
	margin-right: 2px;
	display: inline;
}

.blockLogin {
	background: #EEE;
	padding: 0 0 5px 0;
	margin: 5px 2px 20px 0;
}
.blockLogin h2 {	
	background: #DFDFDF;
	height: 34px;
	line-height: 34px;
	font-size: 110%;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
}

#boxLogin dl {
	margin: 15px 0 0 15px;
}
#boxLogin #login  dt, #boxLogin #login  dd {
	padding-left: 12px;
}
#boxLogin #login  dt {
	background: url(images/6.gif) no-repeat 0% 50%;
}
#boxLogin #login  dd {
	margin: 0 0 15px 0;
	height: 1.2em;
	width: 248px;
	overflow: hidden;
}
#boxLogin #login  dd a {
	height: 1.2em;
	width: 248px;
	overflow: hidden;
}
#boxLogin #login  dt a:link, #boxLogin #login dt a:visited {
	color: #F6861E;
	font-size: 110%;
	font-weight: bold;
}




#boxPopular dl {
	margin: 15px 0 0 15px;
}
#boxPopular #popular dt, #boxPopular #popular dd {
	padding-left: 12px; padding-bottom: 5px;
}
#boxPopular #popular dt {
	background: url(images/6.gif) no-repeat 0% 50%;
}
#boxPopular #popular dd {
	margin: 0 0 15px 0;
	height: 1.2em;
	width: 248px;
	overflow: hidden;
}
#boxPopular #popular dd a {
	height: 1.2em;
	width: 248px;
	overflow: hidden;
}
#boxPopular #popular dt a:link, #boxPopular #popular dt a:visited {
	color: #F6861E;
	font-size: 110%;
	font-weight: bold;
}

/* HELP */
body#help #header h1 a span {
	background: url(images/help.gif) no-repeat 0 0;
}


/* PRIVACY */
body#pp #header h1 a span {
	background: url(images/privacy.gif) no-repeat 0 0;
}

/* TERMS */
body#terms #header h1 a span {
	background: url(images/terms.gif) no-repeat 0 0;
}

/* NEWS */
body#news #header h1 a span {
	background: url(images/news.gif) no-repeat 0 0;
}

#pageNav.news li a.main:link, #pageNav.news li a.main:visited {
	color: #F6861E;
	font-size: 110%;
	font-weight: bold;
}
#pageNav.news li span, #pageNav.news li span {
	color: #77AD22;
}
#pageNav.news li .more {
	font-size: 90%;
}



/* REGISTER */
/*
body.register2 #header { background: url(images/register2.jpg) no-repeat 0 0; }
body.register3 #header { background: url(images/register3.jpg) no-repeat 0 0; }
*/
body#register #content {
	margin-left: 20px;
}
#register {
	position: relative;
}
#register h2 {
	margin: 10px 0 0 0;
	background: url(images/line-h.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
}
#register h2.f {
	background: none;
}
#register fieldset label {
	width: 150px;
}
#register fieldset .text {
	width: 180px;
}
#register fieldset .but {
	padding-left: 275px;
}
#registerForm p {
	width: 600px;
}
#register p.r {
	width: 340px;
	text-align: right;
}
body#register #side li {
	margin-bottom: 25px;
}

.resErr {
	color: #FF0000;
}
.resOk {
	color: #00AA00;
}

/* SETTINGS */
#settings fieldset {
	margin-top: 0px;
	position: relative;
}
#settings fieldset label {
	width: 200px;
}
#settings fieldset .chk label {
}
#settings fieldset .but {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background: url(images/line-h.gif) repeat-x 0 0;
}
#settings a.color:link, #settings a.color:visited {
	background: url(images/color.jpg) no-repeat 0 0;
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #365064;
}

/* IMPORT */
#import ol li {
	margin-top: 10px;
	margin-bottom: 20px;
}
#import #main ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#import ol li h2 {
	margin-bottom: 1em;
}
#import form.f {
	width: 100%;
	overflow: hidden;
	height: 55px;
}
#import form.f input.img {
	position: relative;
	top: 7px;
}


/* FAQ */
body#faq #header h1 a span {
	background: url(images/faq.gif) no-repeat 0 0;
}
dl.faq dt {
	font-weight: bold;
	color: #F6861E;
	font-size: 110%;
}
dl.faq dd {
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	background: url(images/line-h.gif) repeat-x 0% 100%;
}

/* CONTACT */
#contact #header h1 a span {
	background: url(images/contact.gif) no-repeat 0 0;
}
#contact fieldset div {
	margin: .1em 0;
}
#contact fieldset .buttons {
	margin: 10px 0 0 125px;
}
#address {
	margin-left: 10px;
}
#address dt, #address dd {
	float: left;
	margin-left: 0;
	margin-top: 10px;
}
#address dt {
	clear: left;
	color: #32ADC7;
	margin-right: 5px;
}

/* TOUR */
/*
body#tour #wrap {
	position: relative;
	background: url(images/line-v.gif) repeat-y 366px 0;
}
*/
#pages {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 38px;
}
#pages span, #pages a {
	display: block;
	float: left;
	margin-right: 5px;
}
#pages a {
	margin-top: 11px;
}
#tour .page {
	width: 100%;
	overflow: hidden;
}
#tour .page .left {
	float: left;
	width: 340px;
}
#tour .page .right {
	float: right;
	width: 340px;
}
#tour .page .left dl {
	background: #E5E5E5;
	width: 337px;
	padding: 1px 0;
}
#tour .page .left dl dt, .tour .page .left dl dd {
	margin: 5px 6px;
}
#tour .page .right dl dt {
	font-weight: bold;
}
#tour .page .right dl dd {
	margin: 0 0 20px 0;
}
#tour .page .right a:link, .tour .page .right a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #4CB6D0;
}

/* ADMIN */
dl.admin {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #DDDDDD;
}
dl.admin dt, dl.admin dd {
	float: left;
	margin: 5px 0;
}
dl.admin dd {
	font-weight: bold;
}
dl.admin dt {
	font-weight: normal;
	width: 200px;
	clear: left;
}
dl.admin dd dt, dl.admin dd dd {
	margin: 0 0 10px 0;
}
dl.admin dd dt {
	width: 120px;
}


/* SIGN IN */
body#login.small #header h1 a span { background: url(images/login.gif) no-repeat 0 0; }
#boxLogin {
	margin: 30px auto 0 auto;
	width: 380px;
}
#boxLogin .text {
	width: 185px;
}
#boxLogin .buttons {
	margin: 5px 0 0 125px;
	width: 190px;
}
#boxLogin .buttons .img {
	float: right;
}
#boxLogin .buttons label {
	float: none;
	display: inline;
	width: auto;
}
#boxLogin p {
	width: 100%;
	overflow: hidden;
}
#boxLogin p.special2 {
	line-height: 1.5em;
}

/* LINK THIS PAGES */
body#linkpage #header h1 a span {
	background: url(images/savelink.gif) no-repeat 0 0;
}
body#linkpage fieldset .text {
	width: auto;
}
body#linkpage fieldset .but {
	background: url(images/line-h.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
}


.pages {
	width: 100%;
	overflow: hidden;
	background: url(images/line-h.gif) repeat-x 0% 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.pages .r {
	padding: 0 5px 0 0;
	float: right;
	color: #77AD22;
}


/* POPULAR */
body#pop .title { padding-bottom: 5px; }
#popular dt, #popular dd {
	margin: 0;
	padding: 0;
}
#popular dt a:link, #popular dt a:visited {
	color: #365064;
}
#popular dt a.main {
	font-size: 110%;
	font-weight: bold;
}
#popular dt a.main:link, #popular dt a.main:visited {
	color: #F6861E;
}
#popular dd {
	margin: 5px 0 25px 0;
	height: 1.2em;
	overflow: hidden;
}

.feed, .feed2 {
	background: url(images/feed.gif) no-repeat 100% 0%;
	line-height: 24px;
	padding: 0 30px 0 0;
	left: 0;
	top: 0;
	text-align: right;
	font-size: 120%;
}
.feed, #content .feed {
	margin: 0 5px -14px 0;
}
.feed2, #content .feed2 {
	margin: -15px 5px 5px 0;
}

/* LINKS */

body#links {
	background: #FFFFFF;
}
body#links .title { display: none; }
body#links #main2 { padding-top: 1px; }

#linksMenu {
	background: url(images/line-h.gif) repeat-x 0% 100%;
	padding: 0 0 5px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#linksMenu ul {
	margin: 0;
	width: 600px;
	overflow: hidden;
	padding: 5px 0 7px 0;
}
#linksMenu ul li {
	text-align: center;
	display: inline;
	margin-right: 1px;
}
#linksMenu ul li a {
	padding: 5px 0 7px 0;
}
#linksMenu ul li a:link, #linksMenu ul li a:visited {
	background: url(images/but-r.gif) no-repeat 100% 0%;
	text-decoration: none;
}
#linksMenu ul li a:link span, #linksMenu ul li a:visited span {
	background: url(images/but-l.gif) no-repeat 0% 0%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px 7px 10px;
}
/*\*/
* html #linksMenu ul li a {
	padding: 0;
}
/**/
#pageSel {
	float: right;
	width: 150px;
}

#legend {
	width: 100%;
	overflow: hidden;
}
#legend ul.leg {
	border-left: solid 1px #999999;
	margin: 5px 0 0 0;
	padding-left: 22px;
	float: right;
	width: 130px;	
}
#legend ul.leg li {
	margin: 7px 0;
	padding-left: 22px;
	height: 15px;
	line-height: 15px;
}
#legend li.opts { background: url(images/legend-edit.gif) no-repeat 0 0; }
#legend li.min  { background: url(images/legend-min.gif) no-repeat 0 0; }
#legend li.max  { background: url(images/legend-max.gif) no-repeat 0 0; }
#legend li.link { background: url(images/link.gif) no-repeat 2px 2px; }
#legend p {
	margin: 8px 0 5px 28px;
}
#legend ul.links {
	margin: 3px 0 3px 28px;
}

ul.links {
	margin: 10px 0 10px 5px;
}
ul.links li {
	line-height: 16px;
	height: 16px;
	margin: 7px 0 10px 20px;
}
ul.links li a:link, ul.links li a:visited {
	line-height: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	padding-left: 20px;
}
ul.links a.mlv { background: url(images/mlv.png) no-repeat 0 0; }
ul.links a.page { background: url(images/link-page.png) no-repeat 0 0; }
ul.links a.quick { background: url(images/link-quick.png) no-repeat 0 0; }

#edit {
	width: 400px;
	border: solid 1px #33BBCC;
	background: #F4F4F4;
	margin: 10px auto 10px auto;
	padding: 5px 0;
}
#edit label {
	width: 100px;
}
#edit input.text {
	width: auto;
}
#edit form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
}

#colsWrap {
	margin: 10px 8px 0 8px;
}
* html #colsWrap {
}
#cols {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
	padding: 0 0px 60px 0px;
	min-height: 200px;
}
* html #cols {
}
#cols .col {
	float: left;
	width: 32%;
	margin-right: 1.9%;
	min-height: 1px;
}
* html #cols .col {
	height: 1px;
}
#cols #col3 { margin-right: 0; }

#fillerB {
	border: dashed 1px #365064;
	margin: 0 0 5px 0;
}
#cols .box {
	background: #365064;
	padding: 0 0 1px 0;
	margin: 2px 2px 5px 2px;
}
* html #cols .box {
	height: 1%;
}
#cols .box .t {
	background: url(images/header-t-r.png) no-repeat 100% 0%;
	line-height: 22px;
	height: 22px;
	color: #FFFFFF;
	overflow: hidden;
	width: 100%;
}
* html #cols .box .t {
	background: url(images/header-t-r.gif) no-repeat 100% 0%;
}
#cols .box .t h2 {
	float: left;
	font-size: 110%;
	font-weight: normal;
	width: 82%;
	background: url(images/header-t-l.png) no-repeat 0 0;
	color: #FFFFFF;
}
* html #cols .box .t h2 {
	background: url(images/header-t-l.gif) no-repeat 0 0;
}
#cols .box .t h2 span {
	display: block;
	float: left;
	padding-left: 12px;
	background: url(images/2.gif) no-repeat 3px 50%;
}
#cols .box .t h2 span input.text {
	margin: 2px 0 0 0;
	width: 90%;
}
.js .box .t h2 {
	cursor: move;
}
.js .box .t h2 span {
	cursor: auto;
}
#cols .box .t p {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	width: 15%;
	line-height: 11px;
}
#cols .box .t p a {
	float: right;
	display: block;
	margin-left: 4px;
	width: 13px;
	height: 11px;
	line-height: 11px;
	overflow: hidden;
}
#cols .box .t p a span {
	display: none;
}
#cols .box .t p a:link, #cols .box .t p a:visited {
	color: #FFFFFF;
}
#cols .box .body {
	margin: 0px 1px 0px 1px;
	padding: 5px 0 5px 0;
	background: #F7F5F1;
	border-top: none;
}
#fillerL {
	border: dashed 1px #365064;
	background: #F7F5F1;
	margin: 0 0 5px 0;
}
#cols .box ul {
	margin: 0px 10px 0px 10px;
	padding: 0 0 1px 0;
	list-style-type: none;
	min-height: 17px;
	background: url(images/no-links.gif) no-repeat 0 0;
}
* html #cols .box ul {
	height: 17px;
}
#cols li.link {
	display: block;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: #F7F5F1;
	margin: 2px 2px 5px 2px;
	padding: 5px;
	border-bottom: solid 1px #E7DECC;
}
#cols li.link a.enhance {
	float: right;
}
#cols li.link select {
	width: 72%;
}
#cols li.link p#pNewCat {
	margin: 3px 0 0 0;
}
#cols li.link a {
	font-size: 110%;
}
#cols li.link a:link, #cols li.link a:visited {
	color: #F6861E;
	text-decoration: none;
}
#cols li.link a:link:hover, #cols li.link a:visited:hover {
	text-decoration: underline;
}

#cols li.link span, #cols li.link a.drag {
	float: left;
	margin-right: 5px;
	width: 13px;
	background: url(images/link.gif) no-repeat 0 50%;
	text-decoration: none;
}
#cols li.link a.drag:link:hover, #cols li.link a.drag:visited:hover {
	text-decoration: none;
}
#cols.js li.link {
	cursor: move;
}
#cols li.link i {
	font-style: normal;
	padding-left: 5px;
	font-size: 80%;
}
#cols li.link i.publ {
	line-height: 11px;
	height: 11px;
	padding: 0 0 0 21px;
	background: url(images/public.gif) no-repeat 3px 0;
}
#cols li.link i.priv {
	line-height: 12px;
	height: 12px;
	padding: 0 0 0 23px;
	background: url(images/private.gif) no-repeat 5px 0;
}
#cols li.link p {
	margin: 0;
}

#cols a.collapse { background: url(images/minmax.png) no-repeat 0 0; }
#cols a.collapse:link:hover, #cols a.collapse:visited:hover { background: url(images/minmax.png) no-repeat 0 -11px; }
#cols a.expand   { background: url(images/minmax.png) no-repeat 0 -22px; }
#cols a.expand:link:hover, #cols a.expand:visited:hover { background: url(images/minmax.png) no-repeat 0 -33px; }

#cols a.edit { background: url(images/edit.png) no-repeat 0 0; }
#cols a.edit:link:hover, #cols a.edit:visited:hover { background: url(images/edit.png) no-repeat 0 -11px; }

#cols .menu {
	border: solid 1px #365064;
	background: #F7F5F1;
	position: absolute;
	width: 150px;
	padding: 1px;
}
#cols .menu a {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(images/3.gif) no-repeat 4% 50%;
	text-decoration: none;
}
* html #cols .menu a {
	width: 100%;
}
#cols .menu a:link, #cols .menu a:visited {
	color: #365064;
}
#cols .menu a:link:hover, #cols .menu a:visited:hover {
	background: #365064 url(images/4.gif) no-repeat 4% 50%;
	color: #FFFFFF;
}

.popup {
	position: absolute;
	overflow: hidden;
	background: #E7DECC;
	border: solid 1px #365064;
	z-index: 20;
	padding-bottom: 5px;
}
.popup .header {
	background: #365064;
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: bold;
/*	cursor: move;*/
}
.popup .txt {
	margin: 4px 5px;
	color: #333333;
}
.popup div {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
.popup label {
	float: left;
	width: 80px;
	padding-right: 5px;
	margin: 7px 0;
	text-align: right;
}
.popup .text {
	margin: 5px 0;
	width: 300px;
	border-style: inset;
}
.popup .but {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}
.popup .submit, .popup .cancel {
	float: left;
}
.popup .cancel {
	float: right;
}

.form {
	left: 200px;
	top: 20%;
	width: 400px;
}

.prompt {
	left: 250px;
	top: 20%;
	width: 250px;
}

.colorPicker {
	top: 20%;
	width: 190px;
	padding-bottom: 5px;
}
.colorPicker .colors {
	width: 180px;
	overflow: hidden;
	margin: 10px auto 0 auto;
}
.colorPicker .colors a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 3px 3px 0;
	border: inset 1px ButtonFace;
	text-decoration: none;
}
.colorPicker .colors a:link, .colorPicker .colors a:visited {
	color: #FFFFFF;
}
.colorPicker .colors a:link:hover, .colorPicker .colors a:visited:hover,
.colorPicker .colors a:link:focus, .colorPicker .colors a:visited:focus {
	border: outset 1px ButtonFace;
}
.colorPicker .colors a.f {
	width: 175px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.colorPicker .preview {
	clear: both;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}

.attached {
	position: relative;
	left: 0;
	top: 0;
	border: none;
	width: auto;
	margin: 1px;
}
* html .attached {
	width: 99%;
}
.attached label {
	width: 19%;
}
.attached .text {
	width: 74%;
}


fieldset {
	border: none;
	width: 100%;
	overflow: hidden;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: .5em 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}
fieldset label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 2px;
	margin-right: 5px;
}
* html fieldset label {
	margin-right: 2px;
}
fieldset label span {
	display: block;
	color: #FF0000;
}
fieldset input.text {
	width: 170px;
}
fieldset textarea.text {
	width: 350px;
}
fieldset .chk {
}
fieldset .chk label {
	width: 200px;
}
fieldset .chk input {
	width: 20px;
}
fieldset .buttons {
	margin-left: 125px;
}
fieldset hr {
	background: #E5E5E5;
	color: #E5E5E5;
	height: 1px;
	border-width: 0;
	margin: 10px 0;
}
* html fieldset hr {
	margin: 0;
}
.pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
}

/* Gallery */
a.gaz_nav {
  color: #E67817;
}

a:hover.gaz_nav {
 color: #FE4403;
}

.gaz_path {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.gaz_cat_descr {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	color: gray;
}

.gaz_cat_title {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: gray;
	font-weight : bold;
}

.gaz_comment {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.gaz_nav_thumb {
	border-color:#f0f0f0;
}

.gaz_nav_thumb_sel {
	border-color:orange;
}

.gaz_image_info {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}






#sexyBG { display: none; position: absolute; background: #000; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; filter: alpha(opacity=40); width: 100%; height: 100%; }
#sexyBOX { display: none; position: absolute; background: #b9e77b; color: #333; text-align: center; border: 1px solid #636D61; top: 70px; z-index: 100; }
.sexyX { font-size: 12px; color: #ddd; padding: 4px 0; border-top: 1px solid #636D61; background: #778574; }