body {
	background-color:#FFFFFF;
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}

/* Rich Text Editor default settings */
p {margin: 0px;}
body, p, div, td, a, input, textarea {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, Tahoma;
}
/* end of: Rich Text Editor default settings */

/* basic settings */
form {margin: 0px;}
img.link {border:0px; margin-left: 1px; margin-bottom: 1px; }
img.border { border: 1px solid #DED17A; }
img.icon { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 3px; margin-right: 3px; }
hr {width: 100%; border-top: 1px solid #DBD5A4; }
a {
	color: #E68506;	
	text-decoration: underline;	
}
a:visited { color: #E68506; text-decoration: underline; }
a:hover { color: #E68506; text-decoration: none; }
.note {color: #808080;}
.error {color: #E10000;}
.warning {color: #E10000;} 
.ok {color: #869917;}
/* end of: basic settings */

body {
	background-image : url('../img/bcg/body.gif');
}

/* forms */
input, textarea {
	color: #000000;
	background-color: #FFFFFF; 
}
input.solid, textarea.solid {
	border: 1px solid #D9DBDC;
}
.button {border: 1px solid #196BA5; background-color: #F7F8F8; color: #000000; font-family: Verdana; font-size: 11px; font-weight: normal;  }

input.button, button {
	color: #1B486B;
	background-color: #CAE534; /* #EFF4FA */
	border: 1px solid #869917;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 11px;
} 

input.disabled {
	border: 1px solid #ADAFB2;
	background-color: #F7F7F7;
}
.required {
	color: #404040; font-weight: bold;
	border-bottom: 1px dashed #F19A00;
}
.required_2 {
	color: #404040; font-weight: bold;
	border-bottom: 1px dashed #0000FF;
}
h2.form_title {
	color: #869917;
	margin-top: 15px; margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}
/* end of: forms */

/* basic layout */

table.container {
	width : 772px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #E9E8E6;
}
table.container td.main {
	width: 595px;
	vertical-align: top;
	background-color: #F4EEC5;
	background-image : url('../img/bcg/main_left.png');
	background-repeat: repeat-y;
}
table.container td.right {
	width: 177px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image : url('../img/bcg/panel_bottom.gif');
	background-repeat: no-repeat;
	background-position : bottom;
}
table.container tr.bottom td {
	height: 38px;
	color: #72811D;
	background-color: #CAE534;
	background-image : url('../img/bcg/powered_left.gif');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}
/* end of: basic layout */

table.top {
	width: 595px; height: 272px;
	vertical-align: top;
	background-color: #F4EEC6;
}
table.top td.logo {
	width: 313px; height: 272px;
	vertical-align: top;
	background-image : url('../img/bcg/top_left_3.png');
}

table.main {
	width: 595px;
	vertical-align: top;
}
table.main td.main_text {
	vertical-align: top;
	background-image: url('../img/bcg/main_top_left.gif');
	background-repeat: no-repeat;
	padding-left: 20px; padding-right: 15px;
	padding-top: 5px; padding-bottom: 15px;
}
table.main td.shiatsu_in_chinese {
	width: 57px;
	text-align: left;
	vertical-align: top;
}

img.shiatsu_in_chinese {
	margin-top: 10px;
}

/* categories */
table.categories {
	width: 313px;
	vertical-align: top;
}
table.categories td.space-top {
	height: 64px;
}
table.categories td.icon {
	width: 22px;
	height: 18px;
	text-align: left;
}
table.categories td.categories {
	text-align: right;
	padding-right: 3px;
}
a.category {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.category:visited {color: #FFFFFF; text-decoration: none;}
a.category:hover {color: #CDF821; text-decoration: none;}

a.category_selected {
	color: #CDF821; 
	font-family: Tahoma, Arial, Verdana; font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}
a.category_selected:visited {color: #CDF821; text-decoration: none;}
a.category_selected:hover {color: #CDF821; text-decoration: none;}

h1.category, h2.category {
	margin: 0px;
	margin-bottom: 3px;
	color: #CD6613;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

div.category_tree_container {
	padding-bottom: 6px;
	border-bottom: 1px solid #DBD5A4;
	margin-bottom: 10px;
}
img.icon_category_tree { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 0px; margin-right: 6px; }
img.icon_subcat { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin: 0px; margin-right: 2px;}

div.category_tree {
	height: 19px; 
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	margin-bottom: 3px;
}
a.category_tree {
	color: #616161;
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	text-decoration:none;
}
a.category_tree:visited { color: #616161; text-decoration:none;}
a.category_tree:hover { color: #616161; text-decoration:underline;}
/* end of: categories */

/* articles */
h1.title_article, h2.title_article {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #547CA3;
	margin-bottom: 12px;
}
a.title_article {
	font-size: 8pt;
	font-weight: bold;
	color: #4B6977;
	text-decoration: none;	
}
a.title_article:visited {
	color: #4B6977;
	text-decoration: none;	
}
a.title_article:hover {
	color: #4B6977;
	text-decoration: underline;	
}

div.text {
	text-align: justify;
}
div.date {
	color: #747A7E;
	padding-bottom: 3px;
}
hr.divider {
	width: 100%; border: 1px dashed #DBD5A4; height: 1px;
	padding-bottom: 0px; margin-bottom: 0px;  
}
div.divider {
	margin-top: 15px;
	margin-bottom: 15px; 
}
/* end of: articles */

/* table articles list */
table.articles_list {
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBD5A4;
}
table.articles_list td.arrow {
	width: 26px;
	vertical-align: top;
}
table.articles_list td.link {
	vertical-align: top; 
}
table.articles_list td.bottom_space {
	height: 6px; font-size: 6px;
}

a.article_select {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:visited { color: #000000; text-decoration: none; }
a.article_select:hover { color: #000000;	text-decoration: underline; }

a.article_selected {
	color: #547CA3;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited { color: #547CA3; text-decoration: none; }
a.article_selected:hover { color: #547CA3;	text-decoration: underline; }

/* end of: table articles list */

/* attachments */
.article_attachments { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #7A6D63; font-weight: bold; 
}
a.attachment_name {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; color: #7A6D63; 
	text-decoration: none;
}
a.attachment_name:visited {
	color: #7A6D63; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #7A6D63;
	text-decoration: underline;
}

.attachment_mimetype  {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #B1A89E; 
}
/* end of: attachments */

/* pictures, photos */
div.picture_description {
	color: #363D40; background-color: #ECE29D;
	background-color: #F9F5DD;
	border: 1px solid #DED17A;
	margin-top: 3px; padding: 1px; 
	font-family: Tahoma, Arial, Helvetica; font-size: 11px;
}
/* end of: pictures, photos */



a.powered {color: #72811D; font-size: 11px; font-family: Tahoma, Arial, Tahoma, Helvetica; text-decoration: underline;}
a.powered:visited {color: #72811D; text-decoration: none;}
a.powered:hover {color: #01338F; text-decoration: underline;}

img.powered_by_netnews { vertical-align: middle; border: 0px; margin-left: 1px; margin-right: 1px; width: 137px; height: 19px; text-decoration: none; }

/* panel right */

div.panel_right_container {
	background-image : url('../img/wave.png');
	background-repeat: no-repeat;
	width: 177px;
	padding-top: 90px;
}
div.panel_right_article {
	width: 150px;
	margin-left: 15px;
	margin-bottom: 10px;
}

a.panel_right {
	color: #636363; text-decoration: none;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
}
a.panel_right:visited {
	color: #636363;	text-decoration: none;
}
a.panel_right:hover {
	color: #636363;	text-decoration: underline;
}
.panel_right_date {color: #8DA219; }

span.panel_right_title {color: #8DA219; font-weight: bold; line-height:140%; font-family: Tahoma;}

img.panel_right_preview {width: 133px; margin-top: 10px; margin-bottom: 5px; border: 1px solid #F1EBC3; }

div.panel_right_category_title {
	margin-left: 15px;
	margin-bottom: 10px;
}

a.panel_right_category_title {
	color: #FFFFFF; text-decoration: none;
	font-family: Arial, Helvetica; font-size: 15px;
	letter-spacing: 1px;
	font-weight: normal;
}
a.panel_right_category_title:visited {
	color: #FFFFFF;	text-decoration: none;
}
a.panel_right_category_title:hover {
	color: #E68506;	text-decoration: underline;
}

div.panel_right_more {
	text-align: right;
	margin-right: 7px;
}
img.icon_more { vertical-align: middle; border: 0px; margin-left: 3px; margin-right: 3px; }

a.panel_right_more {
	color: #8DA219;
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	text-decoration: none;
}
a.panel_right_more:visited { color: #8DA219; text-decoration: none; }
a.panel_right_more:hover {color: #8DA219; text-decoration: underline; }

/* end of: panel right */

table.sitemap {
	width: 100%;
	border-collapse: collapse;
}
tr.sitemap_color_1 td { border-bottom: 1px solid #DBD5A4; }
tr.sitemap_color_2 td { border-bottom: 1px solid #DBD5A4; }

/* sitemap */
a.category_sitemap {
	color: #616161;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;	
}
a.category_sitemap:visited {color: #616161; text-decoration: none;}
a.category_sitemap:hover {color: #616161; text-decoration: underline;}

a.article_sitemap {
	color: #616161;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap:visited {color: #616161; text-decoration: none;}
a.article_sitemap:hover {color: #616161; text-decoration: underline;}

/* end of: sitemap */

img.banner { border: 1px solid #DED17A; }

/* fading photo */
div.image-effect{
	width: 282px; height: 272px;
	float: left;
	font-size: 0px;
	padding: 0; margin: 0;
	overflow: hidden;
}
div.image-effect img{
	width: 282px; height: 272px;
	top:  0; left: 0; 
}
/* end of: fading photo */

.cleaner{
	clear: both;
	visibility: hidden;
	height: 1px;
	border: none;
	margin: -1px 0 0 0; padding: 0px;
}

div.img_first {
	float: left;	padding: 0 22px 3px 0;
}

div.img_first img {
	width: 133px;
}

