/*	copyright Hakyung Jung	*/
/* CSS written by hakyung http://mmlab.snu.ac.kr/~hkjung*/
/*
* {
        margin: 0;
        padding: 0;
}*/

body, table {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10pt;
        color: #000000;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: top left;
        text-align: left;
}

/* Header */

#header {
        padding-bottom: 10em;
}

#headerPicture {
        float: left;
}

#headerContact {
        float: left;
        margin-left: 3em;
        margin-right: 7em;
        font-size:12pt;
        color:#333333
}

#content {
        margin: 0em auto;
        width: 900px;
        padding: 0;
        padding-top: 0px;
        padding-bottom: 10px;
        text-align: left; /* Win IE5 */
}

.content {
        margin: 1em;
        width: 900px;
        margin-left: 0em;
        margin-right:2em;
}

h1 {
        font-family: verdana;
        font-size: 13pt;
        margin-top: 2em;
        margin-bottom: 0.6em;
        color: #000000;
}

h2 {
        font-family: verdana;
        font-size: 11pt;
        font-weight: bold;
        margin-top: 0.6em;
        margin-bottom: 0.6em;
        margin-left: 1.6em;
        color: #333333;
}

.main_title {font-size:12pt; font-family:verdana; font-weight:bold; color:#000000}
.sub_title {font-size:11pt; font-family:verdana; font-weight:bold; color:#666666}
.orange {color:#EC5800}
.small {font-size:8pt; font-family:verdana; color:#333333}

a:link {color:navy; text-decoration:none}
a:visited {color:navy; text-decoration:none}
a:active {color:#8888cc; text-decoration:underline}
a:hover {color:#8888cc; text-decoration:underline}

#header ul li { list-style-type: none}

ul {list-style-type: square;}
ul.disc {list-style-type: disc}  /* \xb2\xcb\xc2\xf9 \xb5\xbf\xb1\xd7\xb6\xf3\xb9\xcc */
ul.circle {list-style-type: circle} /*\xbc\xd3\xba\xf3 \xb5\xbf\xb1\xd7\xb6\xf3\xb9\xcc */
ul.square {list-style-type: square} /*\xb3\xd7\xb8\xf0 */
ul.none {list-style-type: none}

.check {
        list-style-image : url(http://www.rememberthemilk.com/img/ico/ico_check_med_lbl.gif);
        background-repeat: no-repeat;
        padding-left: 0.5em;
        margin-bottom: 1em;
        font-weight: bold;
}

.abstract {
        color:#333366;
        margin-top:5px;
        margin-bottm:5px;
        border:1px solid #c0c0c0;
        background:#dfdfdf;
        font:10pt;
        font-family:"Verdana", "gulim", "\xb1\xbc\xb8\xb2", "\xb1\xbc\xb8\xb2\xc3\xbc";
        padding:7px;    word-break:break-all;
        cursor:default;
/*      text-indent: 10px;*/
}

img.bottom { vertical-align: text-bottom }

.breakBefore{page-break-before:always;}
