@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Style Sheet
Site: NEXEN
Version:  2008. 4
----------------------------------------------- */


html {
    margin: 0;
    padding: 0;
    background:#000000;
	overflow-x: hidden;
	overflow-y: auto;
}
	
body {
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

body,td,th {
	font-family: Arial, Helvetica, 굴림, 굴림체, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.2em;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, 굴림, 굴림체, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #3333ff;
	font-family: Arial, Helvetica, 굴림, 굴림체, sans-serif;
	text-decoration: none;
}

#header {
	width: 100%;	
	height: 125px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
}

/* Header */

.hdr { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc33;
	text-decoration: none;
}

.hdr a:link, .hdr a:active, .hdr a:visited, .hdr a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc33;
	text-decoration: none;
}




.styleBorder {
	border-right: darkslategray 1px solid;
	border-top: darkslategray 1px solid;
	border-left: darkslategray 1px solid;
	border-bottom: darkslategray 1px solid;
	
}


/*css for datagrid pager */
				
.pagerStyle1 a {
	text-decoration: none;
	color: #0000ff;                
}

