﻿html
{
	scrollbar-face-color:black;
	scrollbar-highlight-color:rgb(25,25,25);
	scrollbar-shadow-color:rgb(25,25,25);
	scrollbar-3dlight-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-track-color:rgb(25,25,25);
	scrollbar-arrow-color: rgb(127,127,127); 
}

#newyear_list
{
	width : 570px;
    table-layout : fixed;
    margin : 5px 5px 5px 5px;
}

#newyear_list thead tr th
{
    text-align : center;
    background : url('/images/t_line.gif') repeat-x;
    height : 20px;
    font-size : 12px;
    color : White;
}

#newyear_list thead tr th.no 
{
    width : 70px;
}

#newyear_list thead tr th.contents
{
	
}


#newyear_list thead tr th.name
{
    width : 100px;
}

#newyear_list thead tr th.date
{
    width : 70px;
}

#newyear_list tbody tr td
{
	height : 30px;
	padding : 2px 0px 2px 0px;
	
	border-bottom : 1px dashed #666666;

}

#newyear_list tbody tr td.name
{
	text-align : center;
	font-weight : bold;
}

#newyear_list tbody tr td.date
{
	text-align : center;
}

#newyear_list tbody tr td.contents .button.delete
{
	border : 0px;
	width : 15px;
	height : 15px;
	background : url('/images/btn/del.gif') no-repeat;
	cursor : hand;
}

#paging
{
	height : 20px;
	width : 570px;
    margin : 5px 15px 25px 5px;
    text-align : center;
}

#forum
{
	width : 570px;
    margin : 5px 5px 5px 5px;
}

#contents
{
	float : left;
	width : 494px;	
	height : 40px;
	
	border : 1px solid white;
	background-color : Black;
	
	padding :3px 3px 3px 3px;
}

#BtnWrite
{
	display : block;
	float : left;
	width : 60px;
	height : 40px;
	margin-left : 3px;
	
	
}
