﻿/* 테이블 전체 */

.BoardGridView
{
   
}

.BoardGridView td
{
	height: 25px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8ea;
}

/* 테이블 윗 부분 */
.BoardGridViewHeaderStyle
{
    background:url(../../App_Themes/PlusSite/images/board/l_top_02.gif) repeat-x left;
	height: 31px;
	font-weight:bold;
	text-align:center;
}

.BoardGridViewHeaderStyle th
{
   
}


/* 테이블 아래 부분 */
.BoardGridViewFooterStyle td
{
    
}


.BoardGridViewEmptyDataRowStyle
{ 
}


.BoardGridViewEditRowStyle
{
	
}

.BoardGridViewSelectedRowStyle
{
}

.BoardGridViewRowStyle
{
}

.BoardGridViewAlternatingRowStyle
{
   
}

.BoardGridViewPagerStyle
{
    text-align:center;
}

.BoardGridViewPagerStyle td
{
    font-size: 12pt;
    padding-left:6px;
    height: 40px;
    border:none; 
    color:Red;
}

/*추가 부분*/
.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;
}
/*여기 까지~*/