@charset "utf-8";
/* CSS Document */


/*details.php*/
body{
	font-family:Verdana, Geneva, sans-serif;
}

#d_details{
	font-size:12px;
	width:530px;
}

#d_details table td{
	text-align:left;
	font-size:12px;
}
#td_d_title{
	text-align:center;
	font-size:12px;
	border-top:#036 solid 1px;
	border-bottom:#036 solid 2px;
	margin-bottom:20px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
}
#d_close{
	font-size:14px;
	text-align:center;	
	padding:2px 2px 2px 2px;
	border-top:1px solid #006;
}
#d_close span{
	cursor:pointer;
}




/*adm_result.php*/

#d_title{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin:20px 0px 0px 0px;
	border-bottom:#333 solid 2px;
	padding-bottom:5px;
}
#tb_main{
	margin-top:5px;
	margin-bottom:5px;
}
.td_main{
	border:1px solid #FFF;
	cursor:pointer;
	color:#003;
}
.td_main:hover{
	border:1px solid #06F;
}
.tb_result{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-right:#9CF solid 1px;
	border-left:#9CF solid 1px;	
}
.tb_count{
	border-top:2px #FFF solid;
	border-bottom:2px #FFF solid;	
	background:#9CF;
	text-align:center;
	font-size:12px;
}

.td_no{
	background-color:#9CF;
	border-bottom:#9CF solid 1px;
	border-top:#9CF solid 1px;

}
#td_op{
	width:30px;
	text-align:right;
}
#td_op div{
	width:25px;
	height:25px;
	margin:2px;
	cursor:pointer;
}
.d_edit{
	background-image:url(edit.jpg);
}
.d_delete{
	background-image:url(delete.jpg);
}

.td_title{	
	background-color:#9FF;
	padding:4px 2px 4px 5px;
	border-top:1px #9CF solid;	
}
.td_author{	
	background-color:#9FF;
	padding:4px 2px 4px 5px;
}
.td_news{
	background-color:#9FF;
	padding:4px 2px 4px 5px;
	border-bottom:#9CF solid 1px;
}
.showing{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:866px;
}
.showing a{
	text-decoration:none;
}
.showing a:hover{
	text-decoration:underline;
}
.high_title{
	background:#0F0;
}
.high_author{
	background:#9C9;
}
.high_paper{
	background:#CFC;
}
.d_buttons{
	margin:20px 36px 20px 0px;
}
#msg{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	height:20px;
	width:861px;
	font-size:12px;
	margin-top:5px;
	background:#F00;
	padding-top:2px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
#msg_res{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	height:20px;
	width:861px;
	font-size:12px;
	margin-top:5px;
	background:#74198b;
	padding-top:2px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

#header{
	width:861px;
	margin:0px 0px 0px 3px; ;
}




/*search_news_paper_index.php*/

#d_search{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:530px;
}
#d_search table td{
	text-align:left;
}
#d_search input[type="text"]{
	width:100%;
}
#d_msg{
	color:#F00;
	text-align:left;
}
.date{
	font-size:9px;
}



/*adm_show.php*/

#d_show_details{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:750px;
}

#d_show_details table td{
	text-align:left;
	font-size:12px;
}
#td_d_show_title{
	text-align:center;
	font-size:12px;
	border-top:#933 solid 1px;
	border-bottom:#933 solid 2px;
	margin-bottom:20px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	color:#036;
}


/*adm_edit.php*/

.d_no_data{
	width:200px;
	color:#FFF;
	background:#F00;
	height:30px;
	padding-top:5px;
	margin-top:50px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}


/*adm_report.php*/

#d_report_title{
	text-align:center;
}



/*adm_add.php*/
#tb_add{
	font-size:13px;
	color:#006;
}
#tb_add input[type="text"]{
	background:#0FF;
}

#d_add_title{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #006;
	margin-bottom:3px;
	padding-bottom:10px;
}
.d_add_warn{
	width:740px;
	color:#FFF;
	background:#F00;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	margin-bottom:15px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.d_add_res{
	width:740px;
	color:#FFF;
	background:#006;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	margin-bottom:15px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

/*adm_edit.php*/
.d_updated{
	margin-top:50px;
}

.d_edit_close{
	width:100px;
	cursor:pointer;
	background:#000;
	margin-top:5px;
	color:#FFF;
	height:20px;
	font-size:12px;
	padding-top:2px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
