/* CSS For InnoPortal v1.2 */

body {
	margin:0;
	background-color: #E6E6E6;
}
table {
background-color: #F8F8F6;
	font: 11px Tahoma;
}
a {
	color: #BC9B5D;
	text-decoration: none;
}
a:hover {
	color: #BF611A;
}

#main_page {
	background-color: #F8F8F6;
	width: 992px;
	border-left: 1px solid #D1CCB6;
	border-right: 1px solid #D1CCB6;
}
#main_con{
	padding-right: 8px;
        background-color: #F8F8F8;
}
#header_menu{
	background-image: url(images/h_m_bg.gif);
	height: 32px;
	border-top: 1px solid #D1CCB6;
	border-bottom: 1px solid #D1CCB6;

	padding: 5px 5px 4px 5px;
}
#header_menu a{
	border: 1px solid #D2CDAD;
	text-decoration: none;
	background-color: #FDFDFB;
	color: #7F8362;
	font-family: Tahoma;
	font-size: 13px;
	padding: 2px 5px 3px 5px;
	float:right;
	margin-left: 3px;
}
#header_menu a:hover{
	background-color: #FEF8D6;
	color: #635D3B;
}
#header_menu2 {
	background-image: url(images/h_m_bg.gif);
	padding: 5px 5px 4px 5px;
	height: 31px;
	margin: -1px;
	border-bottom: 1px solid #D1CCB6;
}
#header_menu2 a{
	border: 1px solid #D2CDAD;
	text-decoration: none;
	background-color: #FDFDFB;
	color: #7F8362;
	font-family: Tahoma;
	font-size: 13px;
	padding: 2px 5px 3px 5px;
	float:right;
	margin-left: 3px;
}
#header_menu2 a:hover{
	background-color: #EBEBE7;
	color: #635D3B;
}
#pagenum a{
	border: 1px solid #D2CDAD;
	text-decoration: none;
	background-color: #FDFDFB;
	color: #7F8362;
	font-family: Tahoma;
	font-size: 12px;
	padding: 1px 5px 2px 5px;
	width: auto;
	float:right;
	margin-left: 3px;
}
#pagenum a:hover{
	background-color: #FEF8D6;
	color: #635D3B;
}
#footer {
	color: #848068;
	background-image: url(images/h_m_bg.gif);
	padding: 2px 2px 2px 2px;
	height: 31px;
	border-top: 1px solid #D1CCB6;
}
#menu_title {
	background-color: #F0EDE8;
	border-top: 1px solid #FFFFFD;
	border-bottom: 1px solid #D1CEAF;
	border-right: 6px solid #A2AC89;
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	color: #933A3C;
	padding: 3px 8px 3px 3px;
}
#menu {
	background-color: #F8F8F6;
	border-left: 1px solid #D1CEAF;
	color: #999E5B;
}
#left_menu {
	background-color: #F8F8F6;
	border-right: 1px solid #D1CEAF;
	color: #999E5B;
}

/* comments */
#comment_body {
	background-color: #F8F8F6;
	font: 14px Tahoma;
}
.comment_title {
	background-color: #F0EDE8;
	border-top: 1px solid #FFFFFD;
	border-bottom: 1px solid #D1CEAF;
	border-right: 6px solid #A2AC89;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #933A3C;
	padding: 3px 8px 3px 3px;
}
.comments {
	overflow: auto;
	height: 380px;
	padding: 6px 6px 6px 6px;
	font: 14px Tahoma;
}
.comment {
	border: 1px solid #E5D8B9;
	margin-bottom: 14px;
	background-color: #F7F3E7;
	padding: 3px 8px 3px 3px;
	font: 12px Tahoma;
}
.signed {
	display: block;
	color: #765D2E;
	text-align: left;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 3px;
	padding-right: 3px;
	border-bottom: solid 1px #E5D8B9;
}
.comment_info {
	border-top: 1px solid #FFFFFF;
	color: #A38E4F;
	font: bold 12px Tahoma;
	padding: 3px;
	padding-right: 5px;
	border-bottom: 1px solid #E5D8B9;
}
.comment_text {
	border-top: solid 1px #FFFFFF;
	color: #5B431E;
	padding: 5px;
	font: bold 16px Arial;
}

.comment_admin_sound {
	color: Maroon;
	font: 14px Tahoma;
}

.comment_admin_news {
	color: Maroon;
	font: bold 16px Arial;
}

.comment_frame {
	border: 1px solid #D1CEAF;
	background-color: #F0F0EC;
	margin: 8px 8px 8px 8px;
}
/* end comments */

/* poll style */
#poll_question {
	color: Maroon;
}
#poll_percent {
	color: #696969;
	font-size: 10px;
}
#poll_body {
	font: 11px Tahoma;
	background-color: #F8F8F6;
	color: #5A6030;
	margin: 4px 4px 4px 2px;
}
#poll_body a{
	color: Maroon;
	text-decoration: none;
}
/* end poll style */

#cat {
	height: 30px;
}
#cat a {
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	color: #6B764C;
	text-decoration: none;
	padding-top: 6px;
}
#cat a:hover {
	color: #645E3C;
}

.cat_title_cell {
	height: 30px;
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	color: #6B764C;
	text-decoration: none;
	padding-top: 6px;
}
#search_box {
	background-color: #E6E6E6;
	border-top: 1px solid #FFFEFF;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #CACACA;
}
.input {
	border: 1px solid #B5B5B5;
	font-family: Tahoma;
	font-size: 12px;
	height: 22px;
	padding-top: 2px;
}
.input2 {
	border: 1px solid #D1CDB0;
	font-family: Tahoma;
	font-size: 12px;
	height: 22px;
	padding-top: 2px;
}
#info_box{
	background-color: #F8F8F8;
	border-top: 1px solid #FFFEFF;
	border-bottom: 1px solid #C7C7C7;
}

.home_text {
	font: 12px Tahoma;
	color: #505050;
	text-align: justify;
}
textarea {
	font-family: Tahoma;
}
.b_dot{
	border-bottom: 1px dashed #D3D5BF;
	margin-left: -10px;
}

/* added by Imran Sulais */
.center_c{
	padding-left: 10px;
}
/* End */
.right_c{
	border-left: 1px dashed #D3D5BF;
	padding-left: 10px;
}
.left_c{
	padding-right: 10px;
	padding-left: 10px;
}
.search_box{
	background: url(images/full_page_06.gif) no-repeat fixed center;
	width: 101px;
	font: 12px Tahoma;
	border: 0px;
	height: 21px;
	margin-bottom: -1px;
	margin-top: -1px;
	margin-right: 0px;
	padding-left: 6px;
	padding-top: 3px;
}
.search_botton{
	border: 0px;
}
#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 #E9EBDC;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}
.c_title a {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #8B0000;
	padding-right: 16px;
	background-image: url(images/ca.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
}
.c_title a:hover {
	color: #D2691E;
}

hr {
	margin-left: 10px;
	height: 1px;
	border: 1px solid #DFDFD0;
}
/* Issue */
.issue_info {
	color: #565656;
	font: 12px Tahoma;
	padding: 3px 3px 3px 3px;
	margin: 3px 5px 3px 5px;
	background: #F5F5F5;
	border: 1px solid White;
	}

/* end issue style */

/* writer */
.writer_name {
	background: url(images/writer_icon.gif) no-repeat right;
	color: #CC3300;
	font: bold 16px Arial;
	padding-right: 15px;
	margin: 4px 0px 8px 0px;
}
.writer_menu {
	border-right: 1px dotted #D1CEAF;
	position: relative; 
	float: left;
	width: 180px;
}
.writer_name a{
	font: bold 16px 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: #878D63;
	font-family: Tahoma;
	font-size: 12px;
	padding-right: 7px;
	line-height: 16px;
}
/* end writer */

.info {
	background: url(images/info.gif) no-repeat right top;
	color: #8B7547;
	font: 12px Tahoma;
	height: 19px;
	line-height: 19px;
	margin-bottom: 2px;
	padding-right: 15px;
}
.news_text {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #989898;
	padding-top: 3px;
	padding-bottom: 3px;
}
.news_text a {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.news_text a:hover {
	color: #D2691E;
}
.news_title {
	padding-right: 14px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #8B0000;
	background-image: url(images/news_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
}
.news_title a {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #0C81B6;
	text-align: right;
	text-decoration: none;
	}
.news_title a:hover {
	color: #D2691E;
}
.page_con {
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	padding-left: 15px;
	text-align: justify;
	color: #525252;
}

.page_title
{
	background-color: #FDFBF4;
	color: #BC9B5D;
	padding: 2px 10px 2px 3px;
	border-bottom: 1px solid #EDE2B7;
	padding-top: 3px;
	border-top: 1px solid White;
	margin-right: -8px;
	font: bold 16px Arial;
}
.page_title a
{
	color: #6A542D;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.page_title a:hover {
	color: #D2691E;
}

/* article links */
.a_link_info {
	background: url(images/info.gif) no-repeat right;
	color: #AAAAAA;
	font: 14px "MS Sans Serif";
	line-height: 20px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-top: 2px;
}
.a_link {
	background: #FDFBF4;
	color: #C5AF87;
	font: bold 16px Arial;
	padding: 3px;
	width: 95%;
}
.a_link a {	
	color: #7B6335;
	font: bold 16px Arial;
	text-decoration: none;
}
.a_link a:hover {
	color: #D2691E;
}
.left_menu {
	float: left;
	width: 150px;
}
/* end article links */

/* article */
.note {
	color: #6B6B6B;
	margin-bottom: 15px;
	font-size: 14px;
}
.article_pic {
	border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin: 3px 2px 1px 2px;
	background-color: White;
	display: inline;
}
.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;
}
#print_body {
	margin: 7px 12px 7px 5px;
	background-color: White;
}
/* 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 #EAE5B6;
	padding: 3px 3px 3px 3px;
	background-color: #FBF7E9;
	color: #665413;
	border-left: 3px solid #EAE5B6;
	border-right: 3px solid #EAE5B6;
}
.close_quote {
	float: left;
	width: 140px;
	background: url(images/close_quote.gif) no-repeat left;
}
/* end quote */

.left {
  float: left;

}
.header_pic {
  float: left;
  padding-left: 50px;
  }
.right {
  float: right;
}

.s_menu {
	background-color: #FDFBF4;
	color: #765D2E;
	padding: 2px 10px 2px 3px;
	border-bottom: 1px solid #F7F4E2;
	border-right: 4px solid #F7F4E2;
	font: bold 16px Arial;
	text-align: center;
	margin-top: 5px;
	margin-right: 3px;
}

.s_menu_l {
	border-bottom: 1px solid #F7F4E2;
	margin: 0px 3px 0px 2px;
	padding: 4px 4px 4px 2px;
}.s_menu_l a:hover {
	color: #CD853F;
}

/* guest book color */
.main_g_table {
	border: 1px dotted #ECE4D8;
	border-collapse: collapse;
}
.g_header {
	background-color: #FAF7EE;
	font: 14px Tahoma;
}
.g_title {
	font: 14px Tahoma;
}
.g_comment {
	background-color: #FCFBF7;
	font: 14px Tahoma;
}
/* end guest book color */

/* start sounds lib style */
.player_border {
	border: 1px solid #696969;
}

.text {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.title {
	color: #C60000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
}
.bot {
	cursor:hand; 
	width:325px;	
	height:65px;
	margin: 4px 4px 4px;
	font-family: tahoma;
	font-size: 11px;
	background: #F8F5F0 url(images/bg2.gif) repeat-x bottom left;
	border: 1px solid #E0D7C3;
	border-top-color: #ECE7D9;
	border-left-color: #ECE7D9;
	float: right;
}
.cat {
	height: 120;
	width: 48%;
	float: right;
	margin: 4px 4px 4px;
	padding: 0px 2px 0px 0px;
	font-family: tahoma;
	font-size: 11px;
	background: #F1ECE3 url(images/bg2.gif) repeat-x bottom left;
	border: 1px solid #E0D7C3;
	border-top-color: #ECE7D9;
	border-left-color: #ECE7D9;
}
.cat_pic {
	/*border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin-left: 3px;
	background-color: White;*/
	border-left: 1px solid White;
	float: right;
}
.cat_title {
	border-bottom: 1px solid White;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #696969;
	margin-bottom: 5px;
	padding: 3px 4px 3px 3px;
	border-top: 1px solid White;
	background-color: #E6E6E6;
}
.cat_title a {
	color: #8B4513;
	text-decoration: none;
}
.cat_title a:hover {
	color: #907B00;
}
.perview {
	border: 1px solid #696969;
	width:185px;	
	height:140px;
	margin: 9px 9px 5px 9px;
	background-color: Black;
}
.types {
	filter : progid:DXImageTransform.Microsoft.Alpha(Opacity=70, FinishOpacity=0, Style=, StartX=0, StartY=0);
	width:22px;
	padding: 2px 3px 2px 2px;
	background-color: #E6E6E6;
}
.nav {
	border-bottom: 1px solid #5E522E;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 3px;
	color: #7E8262;
	margin-top: 5pt;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.nav a {
	color: #B22222;
	text-decoration: none;
}
.nav a:hover {
	color: #6B8E23;
}

.m_title {
	background-color: #F0EDE8;
	border-top: 1px solid #FFFFFD;
	border-bottom: 1px solid #D1CEAF;
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	color: #933A3C;
	padding: 3px 8px 3px 3px;
	margin-right: 2px;
}
.commnet_frame {
	margin: 0px 0px 0px 0px;
	width: 445px;
	background-color: #F8F8F6;
}

.player_pop {
	background-color: #F8F8F6;
}


.menu_title {
	background-color: #F0EDE8;
	border-top: 1px solid #FFFFFD;
	border-bottom: 1px solid #D1CEAF;
	border-right: 6px solid #A2AC89;
	font-family: Arial;
	font-size: 15.5px;
	font-weight: bold;
	color: #933A3C;
	padding: 3px 8px 3px 3px;
}
.menu_content{
	padding: 3px 3px 3px 3px;
}
.right_menu {
	float: right;
	width: 140px;
}
.left_menu {
	float: left;
	width: 150px;
	height: 100%;
	background-color: #F8F8F6;
	border-right: 1px solid #D1CEAF;
}

.maq_list {
	background-color: #F8F8F6;
	padding: 2px 2px 2px 1px;
	color: #999E5B;
	margin-bottom: 1px;
	margin-top: 1px;
}
.maq_list a {
	color: #555832;
	text-decoration: none;
}
.maq_list a:hover {
	color: #B8860B;
}
.sha_list a {
	color: #555832;
	text-decoration: none;
}
.sha_list a:hover {
	color: #6B8E23;
}
.ctitle {
	padding: 4px 5px 4px 5px;
	font: bold 16px Arial;
	color: #AC3F42;
	margin-bottom: 1px;
	border-bottom: 1px solid #D1CEAF;
	margin: 0px 7px 5px 11px;
	background-color: #F0EDE8;
	border-top: 1px solid #FFFFFD;
	border-bottom: 1px solid #CECFC1;
	border-right: 1px solid #D1CEAF;
	margin-top: 3px;
}
/* end sounds lib style */

/* form color */
.f_color {
	background-color: #FDFBF4;
	font: 16px Arial;
	color: #59471E;
}
.s_color {
	background-color: #FEFEFA;
	font: 16px Arial;
	color: #59471E;
}
.form_input {
	border: 1px solid #D1CCB6;
	font: 14px Tahoma;
}
.form_bot {
	border: 1px solid #D1CCB6;
	font: 12px Tahoma;
	color: #59471E;
	background-color: #FDFBF4;
}
a.menu_link
{
	color: #66602A;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 2px 10px 2px 2px;
	width: 100%;
	background-color: #F3ECDD;
	border-bottom: 1px solid #E4D5B6;
	border-top: 1px solid #FAF8F1;
}

a.menu_link:link, a.menu_link:visited
{
color: #3C3F2B;
text-decoration: none;
}

a.menu_link:hover
{
	border-right: 3px solid #E4D5B6;
}
/* end form color */