/*============================================================================*/
/* LAYOUT */
	/* Header */
	/* Breadcrumb */
	/* Content */
	/* Center LR Column */
	/* Left Right Column */
	/* Left Right Column Title */
	/* Left Right Column Content */
	/* Footer */
/* COLORING */
	/* hyper-link coloring */
	/* table coloring */
	/* XOOPS CSS - remaining for compatibility   */
/* XOOPS MAIN MENU */
	/* forms */
	/* XOOPS item */
	/* XOOPS Code & Quote */
	/* XOOPS com */
	/* XoopsComments */
	/* dhtmltextarea - just for menu skip */
/* XOOPS DIALOGUE MSG */
	/* errorMsg */
	/* confirmMsg */
	/* resultMsg */
	/* redirectMsg */
	/* ctrlMsg */
/* ANHCOR ICONS */
/* normal headings */
/* XOOPS_DIALOGUE */
/* XOOPS ADMIN SIDE */
	/* admin ctrl */
	/* admin header and footer */
	/* admin headings */
	/* admin left column */
	/* admin left column anchor */
	/* admin table */
	/* admin error */
	/* ModuleContents */
	/* table coloring for admin */
	/* block and modules control pannel */
/* HEADLINES SETTINGS */
/*============================================================================*/
/* LAYOUT */

body {
	font-size: 85%;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-family:  Arial, Meiryo, Helvetica, sans-serif;
	/*font-family:  "Courier New",Courier;*/
	line-height: 140%;
}
body.ShowBlockL0R0 #Wrapper {
	width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
	width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -220px;
}
body.ShowBlockL1R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -220px;
}

body.ShowBlockL0R0 #CenterColumn {
	float: left;
	width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
	float: right;
	width: 100%;
	margin-left: -170px;
}
body.ShowBlockL0R1 #CenterColumn {
	margin-right: 220px;
}
body.ShowBlockL1R1 #CenterColumn {
	width: 100%;
	float: right;
	margin-left: -170px;
}

body.ShowBlockL1R0 #CenterWrapper {
	margin-left: 170px;
}
body.ShowBlockL1R1 #CenterWrapper {
	margin-right: 220px;
	margin-left: 170px;
}



div#Container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	color: #333;
	background-color: #fff;
}

div#CenterWrapper {
	padding:0 10px 10px 15px;
	min-height:350px;
}
div#CenterWrapper ul,div#CenterWrapper ol,div#CenterWrapper dl{
	margin:10px 0;}


div.cat_d {
	background-position:right 5px;
	background-repeat:no-repeat;
}

body.cat111 div.cat_d{
	background-image:url(images/cat_d1.gif);}
body.cat222 div.cat_d{
	background-image:url(images/cat_d2.gif);}
body.cat333 div.cat_d{
	background-image:url(images/cat_d3.gif);}
body.cat444 div.cat_d{
	background-image:url(images/cat_d4.gif);}
body.cat555 div.cat_d{
	background-image:url(images/cat_d5.gif);}
body.cat666 div.cat_d{
	background-image:url(images/cat_d6.gif);}

/* Header */
div#Header {
	position:relative;
	width: 100%;
	height: 100px;
	font-family:   Verdana, sans-serif;
/*	font-family:  "Courier New",Courier;*/
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	color: #333;
	background-color: #fff;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 22px 0 10px 10px;
	font-size: 210%;
	line-height: 100%;
}
div#Header div#Logo {
	float: left;
	padding: 20px 25px 0 20px;
}
div#Slogan {
	font-size: 120%;
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {
	color: #333;
	text-decoration: none;
}
/* topmenu */
div#topmenu{
	padding-bottom:5px;
	background-color:#fff !important;
	display				:block;
	width:750px;
	margin				:0 !important;
	text-align:center;
	background-image:url(images/mainmenubg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;}

#topmenu ul.mainitems,#topmenu ul.mainitems li{
	display				:inline;
	list-style				:none;
	margin				:0 !important;
	padding				:0 !important;}
#menu h2.hd,#topmenu ul.mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#topmenu ul.mainitems li a span{
	position				:relative;
	text-indent			:-9000px;}/**/
#topmenu ul.mainitems li a{
	display				:block;
	text-decoration		:none;
	margin				:0;
	padding				:0;
	float					:left;
	height				:50px;
	border:none !important;
	background-repeat		:no-repeat !important;
	background-image		:url(images/mainmenu.gif);}
#topmenu ul.mainitems li#m01 a{	background-position	:0 0;
	width:175px;}
#topmenu ul.mainitems li#m02 a{	background-position	:-175px 0;
	width:165px;}
#topmenu ul.mainitems li#m03 a{	background-position	:-340px 0;
	width:160px;}
#topmenu ul.mainitems li#m04 a{	background-position	:-500px 0;
	width:115px;}
#topmenu ul.mainitems li#m05 a{	background-position	:-615px 0;
	width:135px;}
/*#topmenu ul.mainitems li#m06 a{	background-position	:-595px 0;
	width:80px;}*/
#topmenu ul.mainitems li a:hover,#topmenu ul.mainitems li a.on{
	background-image		:url(images/mainmenu_ro.gif);
	background-color:#fff !important;}

/* langmenu */
div#langmenu{
	display				:block;
	position:absolute;
	top:35px;
	right:23px;
	width:155px;
	}

#langmenu ul.mainitems,#langmenu ul.mainitems li{
	display				:inline;
	list-style				:none;
	margin				:0 !important;
	padding				:0 !important;}
#menu h2.hd,#langmenu ul.mainitems li a span{
	position				:absolute;
	left					:-9000px;}
#langmenu ul.mainitems li a span{
	position				:relative;
	text-indent			:-9000px;}/**/
#langmenu ul.mainitems li a{
	display				:block;
	text-decoration		:none;
	margin				:0;
	padding				:0;
	float					:left;
	height				:23px;
	border:none !important;
	background-repeat		:no-repeat !important;
	background-image		:url(images/ml_lang.gif);}
#langmenu ul.mainitems li#lang_ja a{	background-position	:0 0;
	width:50px;}
#langmenu ul.mainitems li#lang_fr a{	background-position	:-50px 0;
	width:65px;}
#langmenu ul.mainitems li#search_bt a{	background-position	:-120px 0;
	width:30px;
	margin-left:5px;}
#langmenu ul.mainitems li a:hover,#langmenu ul.mainitems li a.on{
	background-image		:url(images/ml_lang_ro.gif);
	background-color:#fff !important;}


/* Breadcrumb */
div#breadcrumb,
div#theme_breadcrumbs {
	line-height:150%;
	clear:both !important;
	font-size:70% !important;
	text-align:right;
	margin-bottom: 5px;
}
htlm>/**/body div#breadcrumb,
div#theme_breadcrumbs {
	font-size:80% !important;}
div#theme_breadcrumbs a{display:inline !important;
	border:none !important;}

/* Content */
div#CenterColumn  h2.BlockTitle {
/*  border-bottom: #DDD dashed 1px; */
}
div#CenterColumn div.BlockContent,
div#ModuleContents {
	font-size: 90%;
	line-height: 1.6;
	padding: 0;
	clear: both;
}
p {
	margin: 10px 0;
/*	clear: both; */
	margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
	float: left;
	width: 49%;
}
div#CenterRColumn {
	float: right;
	width: 49%;
}

div.CenterCblock {
	clear: both;
	margin-bottom: 20px;
}
div.CenterLblock {
	clear: both;
}
div.CenterRblock {
	clear: both;
}

/* Left Right Column */
div#LeftColumn {
/*	overflow: auto;  ugly? */
	float: left;
	padding-top:10px;
	width: 170px;
	background-color: #fff;
}
div#RightColumn {
	float: right;
	width: 220px;
	background-color: #fff;
}

div.LeftBlock,
div.RightBlock {
	padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle,
div#RightColumn h2.BlockTitle {
	color: #333;
	background-color: #f8f8f8;
	border-bottom: 1px #a0a0a0 solid;
	border-top: 1px #a0a0a0 solid;
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font-size: 110%;
}
div#LeftColumn h3,
div#RightColumn h3,
div#LeftColumn h4,
div#RightColumn h4 {
	margin: 5px 0;
	font-size: 100%;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent,
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
	text-align: left;
}
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent{
	padding: 0 10px;
}

/* Footer */
div#BacktoTop {
	text-align: right;
	margin: 10px 0px 5px;
	clear: both;
	font-size: 80%;
}
div#Footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
}
div#Footer p {
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
}
div#Address{
	border-top:1px solid #aaa;}
div#Address p{
	text-align:center;
	padding:5px !important;
	font-size:80%;}

div#Banner {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

/*============================================================================*/
/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
/*	display: inline-table; [hd: 0788] */
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*============================================================================*/
/* COLORING */
/* hyper-link coloring */

a:link   { color: #336699;}
a:visited { color: #9966cc;}
a:active { color: #cc6666;}
a:hover  { color: #cc6666;}
a:hover  { text-decoration: none;}
div#LeftColumn  a:link { color: #336699;}
div#RightColumn a:link { color: #336699;}
div#LeftColumn  a:visited { color: #336699;}
div#RightColumn a:visited { color: #336699;}
div#LeftColumn  a:hover { color: #336699;}
div#RightColumn a:hover { color: #336699;}
.ctrlMsg a:link { color: #336699;}
.ctrlMsg a:visited { color: #336699;}
.ctrlMsg a:hover { color: #336699;}

/*============================================================================*/
/* table coloring */

.head {
	color: #333;
	background-color: #eee;
}
.even,
tr.even td {
	color: #333;
	background-color: #f8f8f8;
}
.odd,
tr.odd td {
	color: #333;
	background-color: #fff;
}
.foot {}

table.outer th,
table.outer1 th,
table.outer2 th,
table.outer3 th{
	color: #333;
	background-color: #f8f8f8;
}
table.outer thead tr th,
table.outer1 thead tr th,
table.outer2 thead tr th,
table.outer3 thead tr th {
	color: #333;
	background-color: #eee;
}
table.outer thead tr td,
table.outer1 thead tr td,
table.outer2 thead tr td,
table.outer3 thead tr td {
	background-color: #333;
	background-color: #f8f8f8;
}

/*============================================================================*/
/* XOOPS CSS - remaining for compatibility   */
/* img {border: 0;} */

#xoopsHiddenText {
	visibility: hidden;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.pagneutral {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/pagneutral.gif);
}
.pagact {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/pagact.gif);
}
.paginact {
	font-size: 10px;
	width: 16px;
	height: 19px;
	text-align: center;
	background-image: url(./images/paginact.gif);
}

/*============================================================================*/
/* XOOPS MAIN MENU */
#mainmenu,
#usermenu {
	margin: 0 -10px;
	padding: 0;
	text-align: left;
}
#mainmenu li,
#usermenu li {
	display: inline;
}
#mainmenu a {
	text-decoration: none;
	display: block;
	border-bottom: #DDD solid 1px;
	margin: 0 1px;
}
#mainmenu a:hover {background-color: #ccc}
#mainmenu a.menuTop {padding: 5px 10px;}
#mainmenu a.menuMain {padding: 5px 10px;}
#mainmenu a.menuSub {padding: 5px 5px 5px 15px;}

#usermenu a {
	text-decoration: none;
	display: block;
	border-bottom: #DDD solid 1px;
	margin: 0 1px;
	padding: 5px 10px;
}
#usermenu a:hover { background-color: #ccc}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: #FCC;
}

/* forms */
#legacy_xoopsform_block_uname,
#legacy_xoopsform_block_pass,
#legacy_xoopsform_query_block,
#xoops_theme_select{
	width: 120px;
}

/* XOOPS item */
.item {}
.itemHead {
	padding: 3px;
	background-color: #666;
	color: #FFF;
}
.itemInfo {
	text-align: right;
	padding: 3px;
	background-color: #EFEFEF;
}
.itemTitle a {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	background-color: transparent;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding-left: 0px;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 100%;
}
.itemText: first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	background-color: #EFEFEF;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
/* XOOPS Code & Quote */
div.xoopsCode {
	color: #333;
	background-color: #fafafa;
	border: 1px inset #000080;
	font-family: "Courier New",Courier,monospace;
	/*font-family: "Courier New",Courier;*/
	padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
	color: #333;
	background-color: #fafafa;
	border: #336699 solid 1px;
	padding: 3px;
}

/* XOOPS com */
.comTitle {
	font-weight: bold;
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size: 10px;
	color: #2F5376;
	font-weight: bold;
	border: 1px solid silver;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserStatus {
	margin-left: 2px;
	margin-top: 10px;
	color: #2F5376;
	font-weight: bold;
	font-size: 10px;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size: 10px;font-weight: bold;
}
.comUserRankImg {
	border: 0;
}
.comUserName {}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-weight: normal;
	font-style: italic;
	font-size: smaller;
}
.comDateCaption {
	font-weight: bold;
	font-style: normal;
}

/* XoopsComments */
div.XoopsCommentsInfo{}

ul#XoopsCommentsNavigation{
	padding: 0;
	margin: 5px 0;
}
ul#XoopsCommentsNavigation li{
	display: inline;
}
ul.XoopsCommentsThread{
	padding: 0;
	margin: 5px 0 15px;
}
ul.XoopsCommentsThread li{
	padding: 2px 0;
	list-style: none;
}
ul.XoopsCommentsThread li img{
	vertical-align: middle;
}
h3.XoopsCommentsTitle{
	padding: 3px 6px;
	background-color: #ddd;
}
h3.XoopsCommentsTitle img{
	vertical-align: middle;
}
h4.XoopsCommentsThreadTitle{
	border-bottom: 1px #aaa solid;
}
div.XoopsCommentsText{
	clear: both;
	padding: 3px 6px;
}
div.XoopsCommentsSub{
	position: relative;
	padding: 2px 6px;
	background-color: #eee;
}
div.XoopsCommentsCtrl{
	position: absolute;
	top: 2px;
	right: 6px;
}
hr.XoopsCommentsDivision{
	margin: 10px 0;
}

/* dhtmltextarea - just for menu skip */
.dhtmltextarea{
	position: relative;
}

/*============================================================================*/
/* XOOPS DIALOGUE MSG */
/* errorMsg */
.errorMsg {
	color: #333;
	background-color: #fcc;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* confirmMsg */
.confirmMsg {
	color: #136C99;
	background-color: #ddffdf;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* resultMsg */
.resultMsg {
	color: #333;
	background-color: #ccc;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* redirectMsg */
.redirectMsg {
	color: #333;
	background-color: #fafafa;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 15px 25px 10px;
}
/* ctrlMsg */
.ctrlMsg {
	color: #333;
	background-color: #fafafa;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 25px 10px;
}

/*============================================================================*/
/* ANHCOR ICONS */

/* removed */

/*============================================================================*/
/* XOOPS_DIALOGUE */
.xoops_dialogue{
	color: #333;
	background-color: #eee;
}
#dialogue_title{
	padding: 3px 5px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
#dialogue_title img{
	vertical-align: middle;
	margin-right: 5px;
}

/*============================================================================*/
/* XOOPS ADMIN SIDE */

/* admin ctrl */
#admin_ctrl{
	border-bottom: 1px #666 solid;
	background-color: #666;
	text-align: right;
	padding: 5px 10px;
	line-height: 100%;
}
#admin_ctrl a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#admin_ctrl a:hover{
	color: #113;
}
#admin_ctrl a:before {
	margin: 0 3px;
	content: url(images/_common/menulist.gif);
}
#admin_ctrl a.direct:before {
	margin: 0 2px;
	content: url(images/_common/menulist_direct.gif);
}
#admin_ctrl a.end_of_shortcut{
	margin-right: 10px;
}

/* admin header and footer */
.AdminMode #Header{
	height: 60px;
	background-color: #222;
}
.AdminMode #Header #Logo{
	margin: 0;
	padding: 0 10px;
}
.AdminMode div#Header div#Sitename {
	font-size: 150%;
	color: #fff;
}
.AdminMode div#Footer {
	color: #fff;
	background-color: #222;
}
.AdminMode div#Footer p a{
	color: #fff;
}

/* admin headings */
.AdminMode #CenterWrapper h2 {
	line-height: 100%;
	font-size: 110%;
	padding: 6px;
	border: none;
	margin: 0;
	color: #fff;
	background-color: #666;
}
.AdminMode #CenterWrapper h3 {
	line-height: 100%;
	font-size: 110%;
	padding: 6px;
	border-bottom: none !important;
	border-left: 8px#666 solid;
}
.AdminMode #CenterWrapper h4{
	margin: 10px 0 0;
	border-bottom: 1px#666 solid;
}

/* admin left column */
.AdminMode #LeftColumn h2.BlockTitle{
	font-size: 110%;
	margin: -10px 0 0;
	padding: 6px 10px;
	line-height: 100%;
	color: #fff;
	background-color: #222;
}
.AdminMode #LeftColumn div.adminmenu_block_main{
	margin: 0 -10px;
	clear: left;
	border-top: 1px #aaa solid;
}
.AdminMode #LeftColumn div.adminmenu_block_main img{
	padding: 4px 4px 2px 5px;
	float: left;
}

/* admin left column anchor */
.AdminMode #LeftColumn div.adminmenu_block_main a.adminmenu_block_main_module_name{
	font-weight: bold;
	color: #222;
	padding: 4px;
	display: block;
	text-decoration: none;
}
.AdminMode #LeftColumn div ul,
.AdminMode #LeftColumn div li{
	list-style: none;
	margin:0 -5px;
	padding:0;
	border: 1px #fff solid;}
.AdminMode #LeftColumn div li a{
	color: #222;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
}
.AdminMode #LeftColumn div a:hover{
	color: #fff;
	background-color: #999;
}

/* admin table */
.AdminMode table.outer{
	margin: 10px 0;
	border-top: 1px #bbb solid;
	border-left: 1px #bbb solid;
	border-collapse: collapse;
}
.AdminMode table.outer th{
	text-align: center;
	color: #fff;
	background-color: #666;
}
.AdminMode table.outer th,
.AdminMode table.outer td {
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
}
.legacy_list_description{
	color: #333;
	font-size: 85%;
}


/* admin error */
div.error{
	color: #900;
	background-color: #eee;
	padding: 5px;
}
/* ModuleContents */
form.odd{
	border				:1px #aaa solid;
}

/* table coloring for admin */
.AdminMode .head {
	color: #fff;
	background-color: #666;
}
.AdminMode .even,
.AdminMode tr.even td {
	color: #333;
	background-color: #ddd;
}
.AdminMode .odd,
.AdminMode tr.odd td {
	color: #333;
	background-color: #fafafa;
}
.AdminMode .foot {}

.AdminMode table.outer th {
	color: #fff;
	background-color: #666;
}
.AdminMode table.outer thead tr th {
	color: #333;
	background-color: #666;
}
.AdminMode table.outer thead tr td {
	background-color: #333;
	background-color: #666;
}

/* block and modules control pannel */
.AdminMode td.legacy_blockside div {
	display: inline;
	padding: 1px;
}
.AdminMode td.legacy_blockside div *{
	vertical-align: middle;
}
.AdminMode td.legacy_blockside div.active {
	background-color: #edd;
}
.AdminMode td.legacy_blockside,
.AdminMode td.blockposition {
	white-space: nowrap !important;
}
.AdminMode tr.active td{
	background-color: #edd;
}
.AdminMode .tips {
	color: #333;
	background-color: #fafafa;
border: 1px #aaa solid;	padding: 10px 15px;
}

/*============================================================================*/
/* HEADLINES SETTINGS */
/* normal headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:  Meiryo, Helvetica, sans-serif;
	/*font-family: "Courier New",Courier;*/
}

div#CenterColumn h1 {
	color: #333;
	background-color: #fff;
	font-size: 120%;
	margin: 0 0 10px;
	padding: 5px 0 5px 35px;
	background-position:left 0.3em;
	position:absolute;
	top:-9000px;
	background-repeat:no-repeat;
}

body.cat1 div#CenterColumn h1{
	background-image:url(images/h1d1.gif);}
body.cat2 div#CenterColumn h1{
	background-image:url(images/h1d2.gif);}
body.cat3 div#CenterColumn h1{
	background-image:url(images/h1d3.gif);}
body.cat4 div#CenterColumn h1{
	background-image:url(images/h1d4.gif);}
body.cat5 div#CenterColumn h1{
	background-image:url(images/h1d5.gif);}
body.cat6 div#CenterColumn h1{
	background-image:url(images/h1d6.gif);}



div#CenterColumn h2 {
	color: #333;
	background-color: #fff;
	clear: both;
	font-size: 115%;
	margin: 15px 0 10px;
	padding: 2px;}

body.cat1 div#CenterColumn h2,body.cat1 div#CenterColumn em{color:#00A586;
}
body.cat2 div#CenterColumn h2,body.cat2 div#CenterColumn em{color:#00B3E6;
}
body.cat3 div#CenterColumn h2,body.cat3 div#CenterColumn em{color:#73BB2B;
}
body.cat4 div#CenterColumn h2,body.cat4 div#CenterColumn em{color:#C5669D;
}
body.cat5 div#CenterColumn h2,body.cat5 div#CenterColumn em{color:#E94E6D;
}
body.cat6 div#CenterColumn h2,body.cat6 div#CenterColumn em{color:#EF7C00;
}

div#CenterColumn h3 {
	font-size: 105%;
	clear:both;
	margin: 15px 0 5px;
	padding: 2px 0;
	color: #333;
	background-color: #fff;
}
h4,
h5 {
	font-size: 100%;
}
.pico_body{
	margin:0 !important;
	padding:0 !important;}

#copyright,#footermenu{
	text-align:center;
	font-size:80%;
	padding:5px 0 1px;
	border-top:1px solid #aaa;}



#LeftColumn ul{
	list-style-type:none !important;
//	border-bottom:1px dotted #ccc;
	width:100%;
	margin:0;
	padding:0;
	font-size:90%;}
#LeftColumn ul ul.catmenu2{
	border-bottom:none !important;
	font-size:100%;}

ul.catmenu2{margin:0 !important;
}
ul li.catmenu,ul li.catmenu3,ul.catmenu2 li{
	padding:3px 1px;
	margin:0;}
ul.catmenu2 li{
	padding:1px;}

ul li.catmenu a,ul li.catmenu3 a,ul.catmenu2 li a{
	padding:0 5px;
	margin:0;
	display:block;
	text-decoration:none;
	background-repeat:no-repeat;
	color:#444 !important;}
ul li.catmenu a.on,ul li.catmenu3 a.on,ul.catmenu2 li a.on,ul li.catmenu a:hover,ul li.catmenu3 a:hover,ul.catmenu2 li a:hover{
	color:#555 !important;
	}
ul.catmenu2 li a{
	position:relative;
	padding:0 7px;
	margin:0 2px!important;}

ul li.catmenu,ul li.catmenu3{
//	border-top:1px dotted #ccc;
}
ul li.catmenu a{
	background-image:url(images/catmenubg.gif);}
ul li.catmenu a,ul li.catmenu3 a{
	background-position:right bottom;}
ul.catmenu2 li a{
	background-image:none;}
html>body ul li.catmenu a,html>body ul li.catmenu3 a{
	background-position:right bottom;}
ul.catmenu2 li a{
	background-position:left 0.5em;}
html>body ul.catmenu2 li a{
	width:auto;
	background-position:left 0.5em;}

body.cat1 ul li.catmenu a:hover,body.cat1 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}
body.cat2 ul li.catmenu a:hover,body.cat2 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}
body.cat3 ul li.catmenu a:hover,body.cat3 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}
body.cat4 ul li.catmenu a:hover,body.cat4 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}
body.cat5 ul li.catmenu a:hover,body.cat5 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}
body.cat6 ul li.catmenu a:hover,body.cat6 ul li.catmenu a.on{
	background-image:url(images/catmenubg.gif);}

body.cat1 table th,body.cat1 ul li.catmenu a:hover,body.cat1 ul li.catmenu3 a:hover,body.cat1 ul li.catmenu a.on,body.cat1 ul li.catmenu3 a.on{background-color:#D2EFE8;
	font-weight:bold;}
body.cat2 table th,body.cat2 ul li.catmenu a:hover,body.cat2 ul li.catmenu3 a:hover,body.cat2 ul li.catmenu a.on,body.cat2 ul li.catmenu3 a.on{background-color:#D3F1FA;
	font-weight:bold;}
body.cat3 table th,body.cat3 ul li.catmenu a:hover,body.cat3 ul li.catmenu3 a:hover,body.cat3 ul li.catmenu a.on,body.cat3 ul li.catmenu3 a.on{background-color:#E5F3D8;
	font-weight:bold;}
body.cat4 table th,body.cat4 ul li.catmenu a:hover,body.cat4 ul li.catmenu3 a:hover,body.cat4 ul li.catmenu a.on,body.cat4 ul li.catmenu3 a.on{background-color:#F3E2EC;
	font-weight:bold;}
body.cat5 table th,body.cat5 ul li.catmenu a:hover,body.cat5 ul li.catmenu3 a:hover,body.cat5 ul li.catmenu a.on,body.cat5 ul li.catmenu3 a.on{background-color:#F9DEE4;
	font-weight:bold;}
body.cat6 table th,body.cat6 ul li.catmenu a:hover,body.cat6 ul li.catmenu3 a:hover,body.cat6 ul li.catmenu a.on,body.cat6 ul li.catmenu3 a.on{background-color:#FBE6D1;
	font-weight:bold;}

ul.catmenu2 li a:hover,ul.catmenu2 li a.on{background-color:#fff !important;
	font-weight:bold;}

body.cat1 ul.catmenu2 li a:hover,body.cat1 ul.catmenu2 li a.on{color:#00A586 !important;
	background-image:url(images/cmenu1d1.gif);}
body.cat2 ul.catmenu2 li a:hover,body.cat2 ul.catmenu2 li a.on{color:#00B3E6 !important;
	background-image:url(images/cmenu1d2.gif);}
body.cat3 ul.catmenu2 li a:hover,body.cat3 ul.catmenu2 li a.on{color:#73BB2B !important;
	background-image:url(images/cmenu1d3.gif);}
body.cat4 ul.catmenu2 li a:hover,body.cat4 ul.catmenu2 li a.on{color:#C5669D !important;
	background-image:url(images/cmenu1d4.gif);}
body.cat5 ul.catmenu2 li a:hover,body.cat5 ul.catmenu2 li a.on{color:#E94E6D !important;
	background-image:url(images/cmenu1d5.gif);}
body.cat6 ul.catmenu2 li a:hover,body.cat6 ul.catmenu2 li a.on{color:#EF7C00 !important;
	background-image:url(images/cmenu1d6.gif);}

.pico_form_table textarea{
	width:400px !important;}

div.p{
	clear:both;
	width:99%;
	padding:5px 0 !important;
	margin:0 !important;
}
div.photo{
	float:right;
	margin:0;
	width:200px;
	border:1px solid #f00;
}
div.subject{
	float:left;
	margin:0;
	width:340px;
	border:1px solid #0f0;
	}
div.bottom_of_content_body{	
clear:both !important;}
.catmenu2{
	display:none;}
.showhide0{
	display:block;}
.showhide1{
	display:block !important;}
.sig{
	text-align:right;}

.lr_with_h,.lr_not_h{
	width:100%;
	padding:0;
	margin:0 0 10px;
	clear:both;}

.lr_with_h *,.lr_not_h *{
width:330px !important;
	clear:none !important;
	margin-bottom:10px !important;
}
.lr_with_h ul li,.lr_with_h ol li,.lr_with_h dl dt,.lr_with_h dl dd,.lr_not_h ul li,.lr_not_h ol li,.lr_not_h dl dt,.lr_not_h dl dd{
width:320px !important;}
.lr_not_h h2,.lr_not_h h3,.lr_not_h h4,.lr_not_h h5,.lr_not_h h6{
	clear:both;
	width:100% !important;}
.lr_with_h img,.lr_not_h img{
	clear:both !important;
	float:right;
	width:200px !important;}
h2 span,h3 span,h4 span,h2 span,h3 span,h4 span{
	font-size:80%;
	font-weight:normal;
	width:auto !important;}

.lr_div_l,.lr_div_r{
	clear:none !important;}
.lr_div_l{
	float:left;
	clear:both;
	width:345px !important;}
.lr_div_r{
	float:right;
	width:210px !important;}


#contents_container img{
	padding:3px !important;
	margin:5px;}


#LeftColumn ul li{
	word-break:break-all;}

.pa_block{
	margin:0 0 10px;
	width:100%;
	border-bottom:1px solid #e94e6d;
	overflow: hidden;
	padding:0 0 20px;}
.pa_block h2{
	border-bottom:none !important;
	margin-top:0;
	margin-bottom:0 !important;}

.photoalbum{
	margin:0 20px 10px 30px;
	font-size:80%;
	width:200px;
	padding:5px;
	text-align:center;
	background-color:#fff;
	border:1px solid #999;
	float:left;}

html>body .photoalbum{
	margin:0 10px 10px 40px;}
#contents_container .photoalbum img{
	padding:0 !important;
	border:none !important;
	margin:0 auto !important;}


//jquery liteboxhtml, body { margin: 0; padding: 0; height: 100%;}

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;;
	background-color:white;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:none;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
	text-decoration:underline;
	color:#999999;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}

div.photo_r{
	margin:0 0 10px 10px;
	float:right;}
div.photo_l{
	margin:0 10px 10px 0;
	float:left;}

div.bbt{
padding:0;
margin:10px 0;
border-top:1px solid #aaa;}


div.bbb{
padding:0;
margin:10px 0;
border-bottom:1px solid #aaa;}

img.fl{
	float:left;
	margin:0 10px 10px 0 !important;}
img.fr{
	float:right;
	margin:0 0 10px 10px !important;}

strong {
	color:#333 !important;}

.contactblock{
	margin:10px 0;
	font-size:90%;
	padding:10px;
//	background-color:#FAFAF0;
	border-top:1px solid #ccc;}

.contactblock h2,.contactblock p{
	font-size:100%;
	margin:0 !important;}
.contactblock p{
	word-break:break-all;}

/*toppageblock*/
.top_t{margin:0 10px;
	width:470px !important;
	padding:20px 0 !important;}
.top_p{margin:0 10px;
	width:240px !important;
	padding:20px 0 0 10px !important;}
.top_t ul{
	list-style-position:inside;}
.top_t ul p{
	display:inline;
	}
.top_t ul span.updates{
	font-size:80%;}


#CenterColumn .top_t h2{
	border-bottom:1px dotted #999;
	font-weight:normal;
	margin:0;
	font-size:100%;}
#CenterColumn .top_p .photoarea{
	marign:20px 0;
	width:220px;
	padding:5px;
	border:1px solid #999;}
#CenterColumn .top_p .photoarea a{
	text-decoration:none !important;}

.bannerarea{
	clear:both;
	padding:10px;}
.banners{
	float:left;
	margin-right:15px;}
.banners a{
	text-decoration:none;}
.banners a:hover{
	text-decoration:underline;}
#CenterWrapper h1,#CenterWrapper h2,#CenterWrapper h3,#CenterWrapper h4,#CenterWrapper h5,#CenterWrapper h6{
	font-size:110% !important;
}
#CenterWrapper h1,#CenterWrapper h2{
	font-size:140% !important;
}
#CenterWrapper h1 span,#CenterWrapper h2 span,#CenterWrapper h3 span,#CenterWrapper h4 span,#CenterWrapper h5 span,#CenterWrapper h6 span{
	font-size:70% !important;
	font-weight:normal !important;}

/* top_t */

.top_t a {
	text-decoration: none;
}

.top_t a:hover {
	font-style:inderline;
}


div#LeftColumn .BlockContent, div#RightColumn .BlockContent {
padding:0 !important;
}
div.picocal_block {
padding:0 !important;
width:100% !important;
}
div.LeftBlock, div.RightBlock{
	padding:0 !important;}