/* CSS Document popup용*/

/*  기본 설정 ========================================================================================================= */


body {
	margin:0px;	padding:0px;
	}


/* 레이아웃 스타일 ============================================================================================================= */
/* body-wrap 스타일 ============================================================================================================= */
body {
	background-image:none;
	}
	
	
	#main_contents_popup {
		text-align:left; /*2007-10-16 박재원 추가*/
		width:98%;
		padding:10px 0px 10px 10px;
		}
		
		#main_contents_popup #Rtitle {
			text-align:left;
			}
		/*2007-10-16 박재원 추가*/	
		#main_contents_popup #sub_title_box {
			text-align:left;
			}
			
			
/* body-wrap 스타일 ============================================================================================================= */
#event_title {
	width: 100%; height: 27px; 
	font-size: 14px; font-weight: bold; color: #5a0c0c; 
	border-top: 3px solid #ccc; border-bottom: 1px solid #ccc; 
	padding-top: 13px; margin-bottom: 13px; 
	background-image:url(../../../Common/Event/Images/popup_bg.gif); background-repeat: repeat-x;
	}

#event_head {
	width: 100%;
	}
	#event_head .left {float: left;}
	#event_head .right {float: right;}

#popup_box {
		border: 1px solid #DFDFDF; background-color:#FFFFFF;
		}
		#popup_box table {
			width: 100%; clear: both;
			}
								
			#popup_box table tr th {
				border: 1px solid #D0D0D0; padding:7px 10px 5px 10px; 
				text-align: center; background-color: #e5e5e5;
				font-weight: normal;
				}
				
			#popup_box table tr td {
				border: 1px solid #D0D0D0; padding: 5px 10px 5px 10px;
				}
#btn_ok {
	 width: 100%; height: 35px; 
	 background-color: #e5e5e5; 
	 padding-top: 10px; text-align: center;
	}
				
				
				