BODY, TABLE, TR, TD, A, SELECT, INPUT, TEXTAREA, BUTTON, LABEL, SPAN, DIV, FONT, P
{
	font-family: ¸¼Àº °íµñ, Tahoma; 
	font-size: 9pt;
}

body {
	overflow: auto;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}

P {
	margin-top:0px;margin-bottom:0px;
}


input.textcommon {
	border-style : groove;
	border-color : #666666;
	border-width : 1px;
}

.postTitle {
	font-weight : bold;
}

.postDate {
	font-weight : bold;
}

a {	
	text-decoration: none;
	border-style : none;
	cursor: hand;
}

a img { 
	border:0; 
}

a:link {		
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

a:visited {	
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

a:active {		
	color: #3B88AE;
	text-decoration: none;
	font-weight : bold;
}

a:hover {		
	color : #3B88AE;
	text-decoration: none;
	font-weight : bold;
}

a.btnLink:link {
	text-decoration: underline;
	font-weight : bold;
}

a.btnLink:visited {	
	text-decoration: underline;
	font-weight : bold;
}

a.btnLink:active, a.btnLink:hover {		
	color: #FFFFFF;
	text-decoration: underline;
	font-weight : bold;
	background: #3B88AE;
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active, a.contentLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight : bold;
	background: #3B88AE;
}

a.postLink:link {
	text-decoration: underline;
	font-weight : bold;
}

a.postLink:visited {
	text-decoration: underline;
	font-weight : bold;
}

a.postLink:active {
	text-decoration: underline;
	font-weight : bold;
}

a.postLink:hover {
	text-decoration: underline;
	font-weight : bold;
}

a.messageLink:link {
	text-decoration: underline;
}

a.messageLink:visited {
	text-decoration: underline;
}

a.messageLink:active {
	text-decoration: underline;
}

a.messageLink:hover {
	text-decoration: underline;
}

.gridview_header1 {
	border-top : 1px solid #000000;	
	border-left : 1px solid #000000;	
	border-bottom : 1px solid #000000;
	background-color : #000000;
	color : #FFFFFF;
	font-weight : bold;
}
.gridview_header2 {
	border-top : 1px solid #000000;	
	border-bottom : 1px solid #000000;
	background-color : #000000;
	color : #FFFFFF;
	font-weight : bold;
}
.gridview_header3 {
	border-top : 1px solid #000000;	
	border-right : 1px solid #000000;	
	border-bottom : 1px solid #000000;
	background-color : #000000;
	color : #FFFFFF;
	font-weight : bold;
}

.gridview_item1 {
	border-bottom : 1px solid #000000;
	word-break : break-all;
}

pre {
	margin-top: .5em;
	margin-bottom: .5em; 
	white-space: pre-wrap;       
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ *//* css-3 */
}

pre.code {
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
	width: 620px;
	background-color: #F5F5F5;
	overflow-x: scroll;
	font-family: Tahoma, Verdana;
}

.codetop {
	background: #E5E5E5;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 600px;
	font-family: Verdana;
}

.codemain {
	background: #FAFCFE;
	border: 1px solid #CCCCCC;
	color: #465584;
	font-family: Verdana;
	margin: 0 auto 0 auto;
	padding: 2px;
	width : 600px;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.divClose
{
    text-align : center;    
}

.divPopUp 
{ 
	width:400px;
	height : 240px;
	border:#bbb 2px solid;
	padding:15px;
	background:#fff; 
	overflow-y: auto; 
	overflow-x: hidden;
}
