/* InnoPortal v1.4.x Main Style */

body {

	background: #d3e1ea;
}
table {
	font: 11px Tahoma;
}
hr {
	margin-left: 10px;
	height: 1px;
	border: 1px solid #e8e8e8;
	display: block;
	clear: right;
}
.page {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 11px Tahoma;
	width: 960px;
	margin: 0 auto;
	background-color: white;
	border: 4px solid #c3d6e1;
}
.page_content {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: right;
	padding-left: 5px;
	padding-right: 6px;
	background-color: white;
}
#header {
	background: transparent url(images/header.jpg) no-repeat top;
	height: 208px;
}
.header_text {
	float: left;
	font: bold 15px Arial;
	width: 570px;
	color: white;
	line-height: 47px;
	margin-left: 10px;
	text-align: center;
}
.header_menu {
	float: right;
	margin-top: 30px;
}
.header_menu ul {
	padding: 0px;
	margin: 0px;
}
.header_menu ul li {
	list-style-type: none;
	font: 12px Tahoma;
	padding: 0px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 2px solid white;
}
.header_menu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	color: white;
}
.header_menu ul li a:hover, .header_menu ul li a.current  {
	text-decoration: none;
	color: red;
	border-right-width: 0px;
}

.topmenu {
	background: transparent url(images/menubg.gif) repeat-x bottom;
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}
.topmenu ul {
	padding: 0px;
	margin: 0px;
}
.topmenu ul li {
	list-style-type: none;
	font: bold 15px Arial;
	padding: 0px;
	height: 32px;
	line-height: 32px;
	float: right;
	padding-left: 5px;
	padding-right: 3px;
}

.topmenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	color: white;
}

.topmenu ul li a:hover, .topmenu ul li a.current  {
	opacity: .75;               /* Standard style for transparency */
	-moz-opacity: .75;          /* Transparency for older Mozillas */
	filter: alpha(opacity=75);
	text-decoration: none;
	color: #ffda95;
	border-right-width: 0px;
	background-color: #284d22;
}
#footer {
	font: 12px Tahoma;
	color: #28485c;
	padding-top: 5px;
	background: white url(images/footer_bg.gif) repeat-x top;
	height: 47px;
	text-align: center;
	display: block;
}
#main_page {
	width: 960px;
	background-color: White;
}
#main_con{
	padding-right: 8px;
}
#menu {
	css-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	color: #696969;
	margin-bottom: 15px;

	background-color: #f6fafc;
}
#left_menu {
	color: #696969;
	background: #e6e6e6 url(images/leftmenubg.gif) no-repeat top right;
}
.left_menu {
	float: left;
	width: 220px;
}
.menu_box {
	css-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 213px;
	color: #696969;
	margin-bottom: 15px;
	border: 3px solid #e1edf0;
	background-color: #f6fafc;
}
#menu_title {
	css-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	font: bold 15px Arial;
	padding: 3px;
	color: #0d2e46;
	text-align: center;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
}

.page_title {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bold 14px Arial;
	padding: 6px;
	color: #c00000;
	border-bottom: 1px solid #f3f3f3;
	background-color: #f5f5f5;
}
.page_title a {
	font: bold 15px Arial;
	color: #062a3e;
	text-decoration: none;
}
.page_title a:hover {
	color: #D2691E;
}

/* comments */
#comment_body {
	font: 11px Tahoma;
	background: white none;
}
.comment {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	margin-bottom: 14px;
	background-color: #f1f6f9;
}
.comment_info {
	css-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	font: bold 14px Arial;
	padding: 4px;
	padding-right: 5px;
	border-bottom: 1px solid white;
	color: #0d2e46;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
}
.comment_text {
	color: black;
	padding: 6px;
	font: 13px Tahoma;
}
/* end comments */

/* poll style */
.poll {
	display: block;
	margin: 0px 0px 10px 10px;
	clear: both;
}
.poll_info {
	float: right;
	margin: 5px;
}
.poll_question {
	color: Maroon;
}
.poll_percent {
	color: #696969;
	font-size: 10px;
}
/* end poll style */
#pagenum {
	clear: both;
}
#pagenum a{
	border: 1px solid #e9e9e9;
	text-decoration: none;
	background-color: #f0f0f0;
	color: #757171;
	font: 12px Tahoma;
	padding: 1px 5px 2px 5px;
	width: auto;
	float:right;
	margin-left: 3px;
}
#pagenum a:hover{
	background-color: #fafafa;
	color: #6b6b6b;
}

.home_text {
	font: 12px Tahoma;
	color: #505050;
	text-align: justify;
}
.right_c{
	border-left: 1px dashed #e7e7e7;
	padding-left: 10px;
}
.left_c{
	padding-right: 10px;
	padding-left: 10px;
}

#small_text {
	font-size: 10px;
	display: inline;
	color: Maroon;
	font-family: Tahoma;
}
#small_b {
	font-size: 10px;
	display: inline;
	color: #556B2F;
	font-family: Tahoma;
}
.di{
	border-bottom: 1px dashed #ebebeb;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

/* writer */
.writer_name {
	background: url(images/news_icon.gif) no-repeat right;
	color: #CC3300;
	font: bold 15px Arial;
	padding-right: 15px;
	margin: 4px 0px 8px 0px;
}
.writer_name a{
	font: bold 15px Arial;
	text-decoration: none;
}
.writer_name a:hover {
	color: #D2691E;
}
.writer_pic {
	border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin: 3px 2px 1px 2px;
}
.writer_info {
	color: #7a7a7a;
	font-family: Tahoma;
	font-size: 12px;
	padding-right: 7px;
	line-height: 16px;
}
/* end writer */
.main_article {
	padding-left: 10px;
}
.main_article_frame {
	clear: both;
	background-color: #F5F5F5;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
	width: 100%;
}
.main_article_more {
	padding:2px;
	border-right: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid #E4E4E4;
	display: block;
	clear: left;
	float: left;
	width: 100%;
}
.main_article_first {
	padding: 4px;
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid White;
	border-bottom: 1px solid #E4E4E4;
}
.main_article_title {
	color: #8B0000;
	font: bold 15px Arial;
}
.main_article_title a {
	color: #696969;
	text-align: right;
	text-decoration: none;
}
.main_article_title a:hover {
	color: #D2691E;
}
.main_article_link {
	text-align: left;
	margin-top: 4px;
	clear: both;
}
.main_article_info {
	color: #8B7547;
	font: 12px Tahoma;
	height: 19px;
	line-height: 19px;
	margin-bottom: 2px;
}
/* start headlines */
.headline {
	padding: 6px;
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	border: 1px solid #efefef;
	background: #f5f5f5 repeat-x top;
}
.headline h2 { padding: 4px 0px; font: bold 14px Arial;  margin: 0px;  text-align: center;  color: maroon;    }
.headline h1 { padding: 4px 0px; font: bold 18px Arial;  margin: 0px;  text-align: center;   }
.headline h1 a { color: #00014c; }
.headline h1 a:hover { color: #d2691e; }
.headline_image { 
	width: 250px;
	height: 150px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
	float: right;
}
.headline_image img {
	border: 0px;
}
.headline_text {
 	overflow: hidden; 
	height: 150px;
	float: left;
	width: 280px;
	font-size: 13px;
}
.headline_text a {
	color: #a52a2a;
}
.headline_article {
	width: 100%;
	overflow:hidden;
	display: none;
}
.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 250px; 
	text-align: right;
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 3px;
	z-index: 999;
	opacity: .60;               /* Standard style for transparency */
	-moz-opacity: .60;          /* Transparency for older Mozillas */
	filter: alpha(opacity=60);  /* Transparency for IE */
}
.headline_body { padding: 6px 2px 6px 6px;  text-align: justify; }

.player {
	padding-top: 6px;
	padding-bottom: 6px; 
	margin: 6px 0px;
	border-top: 1px solid #eeeeee;
}
.player ul {
	margin-top: 4px;
	margin-bottom: 6px;
	padding-bottom: 2px; 
}
.player ul li {display: inline;  margin-right: 5px;  float: left; }
.player ul li a {
  float: left;
	padding: 2px 6px;
	css-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
.player ul li a:link, .player a:visited {
	color: #515151;
	background-color: #d7d7d7;
	text-decoration: none;
}
.player ul li a:hover {
	color: white;
	background-color: #bebdbd;
	text-decoration: none;
}
.player ul li a.active, .player ul li a:visited.active {
	background-color: #9f9f9f;
	color: #FFFFFF;
	font-weight: bold;
}
/* end headlines */


.info {
	background: url(images/info.gif) no-repeat right;
	color: gray;
	font: 11px Tahoma;
	height: 19px;
	line-height: 19px;
	margin-bottom: 2px;
	padding-right: 15px;
}
#last_news {
	background: url(images/lbg.gif) repeat-x bottom;
	height: 29px;
	display: block;
}
.news_text {
	font: bold 14px Arial;
	color: #005b01;
	padding-top: 3px;
	padding-bottom: 3px;
}
.news_text a {
	font: bold 14px Arial;
	color: #000157;
	text-decoration: none;
}
.news_text a:hover {
	color: #D2691E;
}
.news_title {
	font: bold 15px Arial;
	padding-right: 5px;
	color: #325929;
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	border-right: 2px solid #355d2b;
}
.news_title a {
	font: bold 15px Arial;
	color: #000168;
	text-align: right;
	text-decoration: none;
}
.news_title a:hover {
	color: #D2691E;
}
.sub_news_title {
	font: bold 14px Arial;
	color: #a52a2a;
	clear: both;
	text-align: center;
	margin-bottom: 2px;
}

.page_con {
	font: bold 15px Arial;
	padding-left: 15px;
	text-align: justify;
	color: #1b1b1b;
}


.news_cat_title {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
	width: 100%;
	height: 26px;
	text-align: center;
}
.news_cat_title img {
	margin-left: -3px;
	margin-right: -4px;
}
.news_cat_title a {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1f3340;
	text-decoration: none;
	line-height: 23px;
}
.news_cat_title a:hover {
	color: #b22222;
}

/* article */
.note {
	color: #6B6B6B;
	margin-bottom: 15px;
}
.article_pic {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 3px 2px 1px 2px;
	background-color: White;
	display: inline;
}
.news_pic {
	margin: 3px 2px 1px 2px;
	border: 1px solid #DCDCDC;
	display: table;
	float: right;
	padding: 1px;
}
.pic_info {
	font-family: Tahoma;
	font-size: 12px;
	color: #202020;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #F3F3F3;
	margin-top: 1px;
}
.pic_comment {
	border: 1px solid #DCDCDC;
	padding: 3px 3px 3px 3px;
	margin: 3px 2px 1px 2px;
}
.article_info {
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #6B6B6B;
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	padding: 2px 13px 2px 3px;
	margin-bottom: 2px;
}
.article_info a {
	color: #A0522D;
	text-decoration: none;
}

#popup_body {
	background-color: White;
	background-image: none;
}
/* end article */

/* quote */
.open_quote {
	float: left;
	width: 140px;
	background: url(images/open_quote.gif) no-repeat right;
}
.quote {
	float: left;  
	font: bold 16px Arial;  
	width: 140px;  
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px dotted #E4D5B6;
	padding: 3px 3px 3px 3px;
	background-color: #FDFBF4;
}
.close_quote {
	float: left;
	width: 140px;
	background: url(images/close_quote.gif) no-repeat left;
}
/* end quote */

/* menu */
#menu_links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu_links li {
	list-style-type: none;
}
#menu_links li a {
	color: #12435f;
	font: bold 15px Arial;
	padding: 2px 7px 2px 2px;
	background-color: #dfebf2;
	border-top: 1px solid #f7fbfc;
	display: block;
	border-bottom: 1px solid #d9e6f2;
}
#menu_links li a:hover,a.current {
	color: #333333;
	background-color: #f1f6fa;
	border-right: 3px solid #d2e3f0;
}

#menu_sub_links {
	position:absolute;
	z-index:100;
	background-color: #284d22;
	width: 130px;
	opacity: .95;               /* Standard style for transparency */
	-moz-opacity: .95;          /* Transparency for older Mozillas */
	filter: alpha(opacity=95);
}
#menu_sub_links a{
	color: #124565;
	font: bold 15px Arial;
	padding: 2px 7px 2px 2px;
	display: block;
	background-color: #dfebf2;
	border-top: 1px solid #f7fbfc;
}
#menu_sub_links a:hover{
	color: #363636;
	background-color: #dfebf2;
}

/* end menu */

a {
	color: #8B4513;
	text-decoration: none;
}
a:hover {
	color: #B8860B;
}

.left {
  float: left;
}
.right {
  float: right;
}
/* guest book color */
.main_g_table {
	css-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #696969;
	margin-bottom: 15px;
	border: 3px solid #e1edf0;
	background-color: #f6fafc;
	width: 99%;
}
.g_header {
	css-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	font: bold 14px Arial;
	padding: 3px;
	color: #0d2e46;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
	padding: 3px;
}
.g_comment {
	font: 13px Tahoma;
	padding: 3px;
}
/* end guest book color */

/* form color */
.f_color {
	background-color: #F5F5F5;
	font: 16px Arial;
	color: #616161;
}
.s_color {
	background-color: #FAFAFA;
	font: 16px Arial;
	color: #5B5B5B;
}
.form_input {
	border: 1px solid #DADADA;
	font: 13px Tahoma;
}
.form_bot {
	border: 1px solid #C6C6C6;
	font: 12px Tahoma;
	color: #565656;
	background-color: #F5F5F5;
}
/* end form color */
#sound_body{
	width: 780px;
	float: right;
}

#sound_content{
	width: 365px;
	float: right;
}
#sound_list {
	margin-left: 6px;
	float: right;
	width: 180px;
}
#sound_list .menu_box{
	width: 170px;
}
.maq_list {
	background-color: #ecf4f8;
	padding: 2px 2px 2px 1px;
	color: #126090;
	margin-bottom: 1px;
	margin-top: 1px;
}
.maq_list a {
	font: bold 14px Arial;
	color: #12410c;
	text-decoration: none;
}
.maq_list a:hover {
	color: #323232;
}
.sha_list a {
	color: #4A4A4A;
	text-decoration: none;
}
.sha_list a:hover {
	color: #323232;
}
.player_border {
	border: 1px solid #EEEEEE;
}
.text {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.text_frame {
	height: 350px;
	border: 1px solid #EEEEEE;
	overflow: auto;
	font: bold 15px Arial;
	padding: 6px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: justify;
	background-color: White;
}
.title {
	color: #B22222;
	font: bold 14px Arial;
	padding: 2px;
}
.bot {
	css-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 2px solid #e8e8e8;
	background-color: #f4f4f4;
	cursor: pointer; 
	width:260px;	
	height:50px;
	margin: 0px 0px 8px 8px;
	font: 11px Tahoma;
	float: right;
	background: #efefef url(images/botbg.gif) repeat-x top;
}
.bot a {
	color: #0c4d76;
}
.bot a:hover {
	color: #b22222;
}
.cat {
	css-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 15px;
	border: 3px solid #e1edf0;
	background-color: #f6fafc;
	width:47%;	
	float: right;
	color: #696969;
	margin: 0px 0px 8px 8px;
	font: bold 14px Arial;
	height: 110px;
}
.cat_pic {
	border-left: 1px solid #EEEEEE;
	float: right;
	margin-left: 4px;
}
.cat_pic img {
	css-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}
.cat_title {
	css-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	font: bold 14px Arial;
	text-align: right;
	margin-bottom: 5px;
	padding: 3px 4px 3px 3px;
	color: #0d2e46;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
}
.cat_title a {
	color: #b22222;
	text-decoration: none;
}
.cat_title a:hover {
	color: #2f6528;
}
.perview {
	css-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #bfbfbf;
	width:240px;	
	height:140px;
	margin: 9px 9px 5px 9px;
	background-color: Black;
	background-position: -2px -2px;
}
.bar {
	css-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: right;
	height: 10px;
	font-size: 8px;
	display: inline;
	background-color: red;
}
.m_title {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bold 15px Arial;
	padding: 6px;
	color: #c00000;
	border-bottom: 1px solid #f3f3f3;
	background-color: #f5f5f5;
}
.menu_title {
	css-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	font: bold 15px Arial;
	padding: 3px;
	color: #0d2e46;
	text-align: center;
	background: #d3e1ea url(images/tbg.gif) repeat-x top;
}
.menu_content{
	padding: 3px 3px 3px 3px;
}
.menu_content .news_title a {
	font: bold 14px Arial;	
}
.menu_content .news_title {
	border-right-color: white;
}
.commnet_frame {
	margin: 0px 3px 0px 0px;
	width: 100%;
}
.comment_ {
	border: 1px solid #E4E4E4;
	font: 11px Tahoma;
	background: #efefef url(images/botbg.gif) repeat-x top;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	text-align: right;
}
.signed {
	font: 10px Tahoma;
	display: block;
	color: #343434;
	text-align: left;
	border-top: 1px solid white;
	margin-top: 4px;
	padding-top: 2px;
}

.right_content {
	width: 550px;
	float: right;
}
.links {
	margin: 0;
	padding: 0;
	padding-right: 6px;
	margin-top: 4px;
}
.links li {
	list-style-type: none;
	background: no-repeat right;
	margin-bottom: 7px;
	padding: 2px 25px 2px 2px;

}
.links a {
	font: bold 14px Arial;
	color: #b22222;
}
.links a:hover {
	color: #193914;

}
/* start gallery style */
.gallery_small_img {
	cursor: pointer;
	cursor:hand; 
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	margin: 2px;
}
.gallery_nav {
	height: 70px;
	clear: both;
}
.gallery_pic {
	cursor:hand; 
	background: White url(images/img_bg.gif) no-repeat top;
	margin: 0px 0px 15px 15px;
	font: 11px Tahoma;
	width: 178px;
	float: right;
	padding: 10px 6px 6px 6px;

}
.gallery_picf {
	border: 1px solid #E4E4E4;
	padding: 4px 4px 3px 4px;
	background: White url(images/t_bg.gif) repeat-x bottom;
}
.gallery_pic .img {
	cursor:hand; 
	display: block;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	margin-right: 10px;
	margin-left: 10px;
}
.gallery_pic .title {
	cursor: pointer; 
	display: block;
	font: bold 14px Arial;
	text-align: center;
	color: #535353;
	margin-top: 1px;
	height: 28px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
.gallery_pic .pics{
	display: block;
	margin-top: 5px;
	height: 18px;
	font: normal 10px Tahoma;
	text-align: center;
	color: #848484;
}
.gallery_picinfo {
	display: block;
	font: 12px Tahoma;
	text-align: center;
	color: #535353;
	margin-top: 4px;
	border-top: 1px solid #DCDCDC;
	padding-top: 3px;
}
/* end gallery style */

/* new writer style */
.shadetabs {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 1px;
	PADDING-LEFT: 0px;
	MARGIN-BOTTOM: 0px;
	PADDING-BOTTOM: -1px;
	FONT: bold 13px Tahoma;
	PADDING-TOP: 3px;
	LIST-STYLE-TYPE: none;
	margin-right: 0px;
	display: block;
	width: 100%;
}
.shadetabs li {
	DISPLAY: inline;
	MARGIN: 0px;
}
.shadetabs li a {
	float: right;
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	COLOR: #1B3434;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	TEXT-DECORATION: none;
	margin-right: 6px;
	border: 1px solid #E3F2FF;
	border-bottom-color: White;
	background-color: White;
}
.shadetabs li a:hover {
	COLOR: #1C7D81;
}
.shadetabs li.selected {
	POSITION: relative;
	TOP: 1px
}
.shadetabs li.selected A {

}
.shadetabs li.selected A:hover {
	TEXT-DECORATION: none
}
.tabcontentstyle {
	BORDER-TOP: 1px solid #E5F3FF;
	width: 100%;
	display: block;
	clear: both;
}
.tabcontent {
	DISPLAY: none;
}
/* end writer style */
.cal_cborder {
	border-style: solid;
	border-color: #f4f4f4;
}
.cal_endate {
	font: 10px Tahoma;
	color: black;
}
.cal_month{
	font: bold 14px Arial;
	color: #23461e;
	margin-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
.cal_obox {
	border: 1px solid white;
	background-color: #ffff9d;
	cursor: pointer;
}
.cal_obox a, .cal_ebox a, .cal_box a, .cal_tbox a {
	font-size: 12px;
	color: #23461e;
}
.cal_obox, .cal_ebox, .cal_box, .cal_tbox {
	background-image: url(images/cal_s.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.cal_ebox {
	border: 1px solid white;
	background-color: #ffecec;
	cursor: pointer;
	color: #0c2f07;
}
.cal_box {
	border: 1px solid white;
	background-color: white;
	cursor: pointer;
	color: #003753;
}
.cal_tbox {
	border: 1px solid white;
	background-color: #f1fac2;
}
.row1 td {
	css-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fbfbfb;
	color: #23461e;
	font-size: 12px;
}
.row2 td {
	background-color: #f5f5f5;
	color: #21461b;
	font-size: 12px;

}
