/*º»¹®Å¸ÀÌÆ²À§¾Æ·¡¿©¹é*/
div.PrintPadding { width:700px; margin-top:30px; margin-bottom:30px;}




table.tableSession td.sessionCont1 {padding:4px 13px 0 13px; text-align:center;}  //ÅØ½ºÆ® »óÀ§Á¤·Ä »èÁ¦.
table.tableSession td.sessionCont1 table td { text-align:center; padding-top:0;}
table.tableSession td.sessionCont1 table td.sessionTitle { color:#719cc7; font-weight:bold; border-bottom:#ccddee 1px solid; padding-bottom:6px;}
table.tableSession td.sessionCont1 table td.contEdit1 { padding:8px 0 15px 0;}

/*Å×µÎ¸®ÀÖ´Â ·¹ÀÌ¾î*/
div.layerprint {border-top: #90b5da 2px solid;border-bottom: #90b5da 2px solid;border-left: #90b5da 2px solid;border-right: #90b5da 2px solid; padding: 10px 10px 10px 10px;}

/*Data ¾øÀ» ½Ã Ãâ·ÂµÇ´Â ·¹ÀÌ¾î*/
div.noDatalayerprint {border-top: #90b5da 1px solid;border-bottom: #90b5da 1px solid;border-left: #90b5da 1px solid;border-right: #90b5da 1px solid; padding: 15px 10px 15px 10px; font-size:11px; text-align: center;}

div.box {white-space: normal;}
/*Å¸ÀÌÆ²ÀÌ¾øÀ»¶§ ¸ÇÀ§ ¿©¹é*/
div.pageMargin { margin-top:20px;}

div.pageMargintop { margin-top:15px;}


h3.pageTitleH3Top {  margin-top:15px !important;}
table.pageTitleH3TableTop { margin-top:15px !important;}

table.pageTitlet { margin-top:15px; margin-bottom:5px;}
table.pageTitlet td.pageTitleH3TdLeft {}
table.pageTitlet td.pageTitleH3TdRight { align:right;}
table.pageTitlet td h3.pageTitleH3t { font-size:14px; color:#356096; padding:0 0 0 22px; margin-top:0; background:url(../images/common/layout/bl_title_small.gif) 0 2px no-repeat;}





table.appApiAreaTable { border:#9bbcdd 1px solid; margin-top:20px;}
table.appApiAreaTable th { background:url(../images/devcenter/bg_api_th.gif) repeat-x; padding:3px 0 2px 13px;}
table.appApiAreaTable th h2 { background:url(../images/devcenter/bl_api.gif) 0 5px no-repeat; padding-left:11px; color:#356096;}

td.apiAreaA { text-align: right; vertical-align:top;  padding:22px 0 0 0;}
td.apiAreaB { padding:18px 0 18px 0; vertical-align:top;}
td.apiAreaC { vertical-align:top;}
td.apiAreaB div.apiDate { color:#888888; font-size:11px;}
td.apiAreaB div.apiLink { font-size:12px; margin:3px 0 3px 0;}
td.apiAreaB span.apiT { font-weight:bold; }


td.apiAreaB div.apiLink a:link      { color:#356096; text-decoration:underline; font-size:12px; font-weight:bold;}
td.apiAreaB div.apiLink a:active    { color:#356096; text-decoration:underline; font-size:12px; font-weight:bold;}
td.apiAreaB div.apiLink a:visited   { color:#356096; text-decoration:underline; font-size:12px; font-weight:bold;}
td.apiAreaB div.apiLink a:hover     { color:#356096; text-decoration:underline; font-size:12px; font-weight:bold;}

td.apiAreaB div.apiCont {}

td.apiAreaC ul li { background:url(../images/devcenter/bl_ar.gif) 0 8px no-repeat; padding-left:11px; line-height:18px; margin-left:10px;}


td.apiAreaC ul li a:link      { color:#356096; text-decoration:underline; font-size:11px;}
td.apiAreaC ul li a:active    { color:#356096; text-decoration:underline; font-size:11px;}
td.apiAreaC ul li a:visited   { color:#356096; text-decoration:underline; font-size:11px;}
td.apiAreaC ul li a:hover     { color:#356096; text-decoration:underline; font-size:11px;}

/*ÆäÀÌÁöÀ§Ä¡*/
div.sitePath { border-bottom:#e1e1e1 1px solid; padding-bottom:7px;}
div.sitePath ul li { display:inline; background:url(../images/common/layout/bl_path.gif) 0 5px no-repeat; padding:0 5px 0 12px;} 
div.sitePath ul li.pathHome { background:none; padding-left:1px;}
div.sitePath ul li.pathSelected { color:#555555; text-decoration:underline; font-size:11px; font-weight:bold;}
div.sitePath ul li a:link      { color:#555555; text-decoration:none; font-size:11px;}
div.sitePath ul li a:active    { color:#555555; text-decoration:none; font-size:11px;}
div.sitePath ul li a:visited   { color:#555555; text-decoration:none; font-size:11px;}
div.sitePath ul li a:hover     { color:#555555; text-decoration:underline; font-size:11px;}

.dhtmlwindow{
position: absolute;
border: 2px solid #2e9ab7;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ 
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ 
width: 100%;
}


.drag-contentarea{ 
/*border-top: 1px solid brown;*/
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ 
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ 
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}




.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #FFFFFF;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.8;
}