﻿/* 테이블 전체 */

.CashBoardGridView
{
   
}

.CashBoardGridView td
{
	height: 31px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8ea;
}

/* 테이블 윗 부분 */
.CashBoardGridViewHeaderStyle
{
    background-image: url(../../App_Themes/Main/Images/common/list_top_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}

.CashBoardGridViewHeaderStyle th
{
   
}


/* 테이블 아래 부분 */
.CashBoardGridViewFooterStyle td
{
    
}


.CashBoardGridViewEmptyDataRowStyle
{ 
}


.CashBoardGridViewEditRowStyle
{
	
}

.CashBoardGridViewSelectedRowStyle
{
}

.CashBoardGridViewRowStyle
{
}

.CashBoardGridViewAlternatingRowStyle
{
   
}

.CashBoardGridViewPagerStyle
{
    text-align:center;
}

.CashBoardGridViewPagerStyle td
{
    border:none;  
}

/*추가 부분*/
.list_num_Header
{
	background:url(../../App_Themes/PlusSite/images/board/l_top_01.gif) repeat-x left;
}
.list_Cnthit_Header
{
	background: url(../../App_Themes/PlusSite/images/board/l_top_03.gif) repeat-x right;
}
.test
{
	background: url(../../App_Themes/PlusSite/images/board/l_top_03.gif) repeat-x right;
}
.list_num 
{	
	text-align: center;
	width: 50px;
}
.list_category {
	text-align: center;
	width: 40px;
}
.list_tit {
	padding-left: 10px;
}
.list_nt_tit {
	padding-left: 10px;
	font-weight: bold;
	color: #fd8900;
}

.list_user {
	width: 86px;
}
.list_file {
	text-align: center;
	width: 40px;
}
.list_date {
	text-align: center;
	width: 80px;
}
.list_hit {
	text-align: center;
	width: 70px;
}
.list_ec {
	text-align: center;
	width: 70px;
}
.list_valu {
	width: 50px;
	text-align: center;
}
.list_vol {
	text-align: center;
	width: 70px;
}
.t_color_or2 {
	font-size: 11px;
	color: #ff8e00;
}
/*여기 까지~*/