﻿a
{ text-decoration : none; }
a:hover
{ text-decoration : none; }

.SearchHeighlight
{ background-color : Yellow; }

.css
{ font-family: "돋움"; font-size: 12px; color: #000000; }


a.Adm
{ text-decoration : none; color : #0000ff; }
a.Adm:hover
{ text-decoration : none; color : #ff0000; }

a.FileUpAdd
{ text-decoration : none; color : #cccccc; font-size : 8pt; }
a.FileUpAdd:hover
{ text-decoration : none; color : #666666; }

img
{ border-width : 0px; }

body
{ font: 12px "굴림" }

td   
{ font: 12px "굴림" }

.basic
{ font-family: "돋움", "Arial", "Helvetica", "sans-serif"; font-size: 12px;	color: #555555; }

.small_font
{ font-family: "돋움", "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #555555; }

.inputbox
{ border:1px solid #cccccc; }

.write_input
{ font-family : 굴림; border:1px solid #cccccc; line-height : 120%; height : 20px; }

.write_input_content
{
	font-family : 돋움; border:1px solid #cccccc; background-image: url("../Common/Images/write_line.gif"); line-height : 120%;
}

.textarea
{
	font-size: 12px; BORDER:#6F6F6F 1px solid; background-image: url("../Common/Images/write_line.gif");
}

input
{
	font-size : 9pt;
}

textarea
{
	font-size : 9pt; line-height : 120%;
}



/*******************************************/
/*BoardList.ascx의 게시판 리스트 루프스타일*/
/*******************************************/

.BoardList_Row
{
	height:28px;
}

.BoardList_Sep
{
	height:1px;
	background-color:Gainsboro;
}


/*******************************************/
/*BoardList.ascx의 게시판 리스트 루프스타일*/
/*******************************************/
.CurrPageNumber
{
	text-decoration:none;
	font:18px 굴림;
	Color:#808080;
	font-weight:bold;
}

.PageNumber
{
	text-decoration:none;
	font:12px 굴림;
	Color:#555555;
}

/*******************************************/


/****************************************/
/*BoardView.ascx 의 코멘트 테이블 스타일*/
/****************************************/
.CmtContentTd
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #555555;
}

.CmtNoDataInnerTable
{
	border-top:solid 1px #646464;
}

.CmtNoDataTr
{
	height: 50px;
}


.CmtNoDataTd
{	
	width: 10%;
	text-align:center;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #555555;
}

.CmtNameSpan
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.CmtDateSpan
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #AAAAAA;
}

.CmtSepTd
{
	height:1px;
	background-color:#C2C2C2;
}
/****************************************/


/* 파일 업로드 */
.NB_FileUp_Default	
{
	font-family:tahoma; font-size:8pt; text-decoration : none; BORDER-BOTTOM: 1PX DOTTED #666666; color:#666666; font-weight:bold;
}
.NB_FileUp_Over
{
	font-family:tahoma; font-size:8pt; text-decoration : none; BORDER-BOTTOM: 1PX SOLID #666666; color:#666666; font-weight:bold; cursor : hand;
}

/* 파일 다운로드 */
A.NB_FileDown
{
	font-family : 돋움, Tahoma; font-size : 9pt; text-decoration : none; color : #2080D0;
}
A.NB_FileDown:hover
{
	font-family : 돋움, Tahoma; font-size : 9pt; text-decoration : none; color : #0000ff;
}
.NB_FileDown_Info
{
	font-family : 돋움, Tahoma; font-size : 8pt; color : #9E9E9E;
}
.NB_FileDown_Desc
{
	font-family : 돋움, Tahoma; font-size : 8pt; color : #828282;	
}

/* 비밀번호 찾기 */
.txt_pass_find		{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #666666; text-align:right; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;}
.form_pass_find 	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt; color:#FF660E; padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:0px; background-color:#FFFFFF; border:1px solid #CCCCCC;}
.form_pass_select 	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt; color:#666666; padding-left:2px; padding-right:2px; padding-top:3px; padding-bottom:0px; background-color:#FFFFFF;}
.txt_pass_result1	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #666666; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;}
.txt_pass_result2	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #FF660E; font-weight:bold; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;}

/* 투표 */
.nb_vote_text {font-family : 돋움; font-size : 8pt; color : #666666; }
.nb_vote_graph {background-color : Silver; }

/* 회원 가입 추가 항목 */
.nb_add_item_title		{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #000000; text-align:right; background-color : #F7F7F7}
.nb_add_item_title_bold	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #000000; text-align:right; background-color : #F7F7F7; font-weight : bold;}
.nb_add_item_content	{font-family: "굴림,돋움,verdana,arial"; font-size: 9pt;  color: #000000; }

/* 이름으로 검색 */
.namePopUp_css
{
	LEFT: 300px; WIDTH: 100px; POSITION: absolute; TOP: 200px; border : 1px solid #DBDBDB; display : none;
}

.PreviewAlertStyle
{
	height : 22px; padding : 4px; background-color : gray; color : White;
	
}

/* 글 내용 */
.nb_content_body
{
	line-height : 130%; word-break:break-all;
}

.navtop
{
font-align:right;
FONT-FAMILY: verdana;
FONT-SIZE: 7pt;
COLOR: #666666;
text-align=right;
padding-right:10px;
}


table
{
text-align: left;
FONT-FAMILY: verdana;
FONT-SIZE: 8pt;
COLOR: #666666;
line-height: 12pt;
border: 0 dotted skyblue;
padding-top:0;
padding-bottom:0;
padding-right:0;
padding-left:0;
border-collapse:collapse;
}

.title01 {FONT-FAMILY: verdana; FONT-SIZE: 10pt; COLOR: #666666; text-align=center; FONT-WEIGHT: BOLD; padding-bottom:0px;}
