﻿
/* OverView */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
	list-style-type: none;
	text-decoration: none;
}
body, td, th
{
    font-family: Tahoma;
    font-size: 12px;
    color: #222222;
    line-height: 16px;
}
body
{
	background-color: #87BE46;
    background-image: url(http://www.karn.tv/image/page/page_bg.gif);
}

a
{
    color: #000000;
}
a:hover
{
    color: #ff9933;
    text-decoration: underline !important;
}


input, textarea
{
    font-family: Tahoma;
    font-size: 12px;
    
   }
input
{
    padding: 1px;
  }
textarea
{
    padding: 4px;
  }
p
{
    margin: 0;
    padding: 0;
    line-height: 24px;
}
u
{
	text-decoration: underline;
}
/* Top,banner */
.thinmenu
{
    color: #FFFFFF;
    background-color: #000000;
    height: 20px;
}

/* search , navigater*/ 
.searchbox
{
    font-family: "Tahoma";
    color: #747474;
    font-size: 11px;
}
/* Forum */
.headerlv0
{
    color: #000000;
    font-family: "Tahoma";
    font-size: 13px;
    font-weight: bold;
}
.headerlv1
{
    color: #ffffff;
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: bold;
}
.headerlv2
{
    color: #333333;
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: bold;
}
.headerlv3
{
    font-family: "Tahoma";
    font-size: 13px;
    font-weight: bold;
}
.SuccessStrong
{
	font-family: "Tahoma";
	font-size: 13px;
	color: #339966;
}
/* Pager */
.pagecurrent
{
    border: #7F9DB9 1px solid;
    padding:3px 3px 1px 3px;
    background: #ffc9a5;
}

.pagelink
{
    border: #7F9DB9 1px solid;
    padding:3px 3px 1px 3px;
    background: #f0f5fa;
}
.pagelinklast
{
    border: #7F9DB9 1px solid;
    padding:3px 3px 1px 3px;
    background: #dfe6ef;
}
.minipagelink
{
    font-size: 10px; 
    border: #c2cfdf 1px solid;
    padding: 1px 3px 1px 3px;
    margin: 0px 1px 0px 0px;
    background: #f0f5fa;
}
.minipagelinklast
{
    font-size: 10px; 
    border: #c2cfdf 1px solid;
    padding: 1px 3px 1px 3px;
    margin: 0px 1px 0px 0px;
    background: #dfe6ef;
}
.minipagecurrent
{
    font-size: 10px; 
    border: #c2cfdf 1px solid;
    padding: 1px 3px 1px 3px;
    margin: 0px 1px 0px 0px;
    background: #ffc9a5;
}
.boardTitle
{
	height: 20px;	
    background-image: url(skin_image/tableheader/bg.gif); background-repeat: repeat-x; background-color: #ccccdd; background-position: left center; padding: 2px 4px 2px 4px;
}
.boardContent
{
    background-color: #ffffff;
    background-image: url(skin_image/tableheader/bg_gradient.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding: 2px 4px 2px 4px;
    border: #ccccdd 1px solid;
}
.boardContent2
{
    background-color: #fbfae3;
    background-image: url(skin_image/tableheader/bg_gradient2.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding: 2px 4px 2px 4px;
    border-right: #ccccdd 1px solid;
    border-top: #ccccdd 1px solid;
    border-left: #ccccdd 1px solid;
    border-bottom: #ccccdd 1px solid;
}
.gridView1
{
    border-right: #ccccdd 1px solid;
    padding-right: 4px;
    border-top: #ccccdd 1px solid;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #ccccdd 1px solid;
    padding-top: 4px;
    border-bottom: #ccccdd 1px solid;
    background-color: #ffffff;
}
.ForumBoardRepeater
{
    padding: 4px;
    background-color: #ffffff;
}
.ForumBoardRGroup
{
	height: 20px;
    background-color: #fdfcf0;
    background-image: url(skin_image/tableheader/bg_gradient2.gif);
	padding: 4px;
}
.dateTextSmall
{
    font-size: 10px;
    color: #808080;
}
.DisplayName
{
    font-size: 13px;
    color: #000033;
    font-weight: bold;

}
.OptionNumber
{
     text-align: right;   
}
.SmallText
{
	color: #666666;
    font-family: "Tahoma";
    font-size: 10px;
}
.Quote
{
	background-color: #ddeeff;
	border-right: #99ccff 1px solid;
	padding-right: 3px;
	border-top: #99ccff 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	border-left: #99ccff 1px solid;
	width: 98%;
	padding-top: 3px;
	border-bottom: #99ccff 1px solid;
	color: #333333;
}
.Hidden
{
	Display: none;	
}