body,
.body {

    background: #000000;
    background-attachment: scroll; 
    background-image: url(images/_logobg.jpg); 
    background-repeat: no-repeat;
    font-family:        Verdana, Arial, Helvetica, sans-serif; 
    font-size:          10px;
    font-style:         normal; 
    font-weight:        normal; 
    text-decoration:    none;
    color: #cccccc;  
    margin:             0;
    padding:            0;
}

.body_kr {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #cccccc;
	
	text-decoration: none;
}


a:link, a:visited {  
    color:              #cccccc;
    text-decoration:    none;
    font-style:         normal;
}


a:hover {  
    color:              yellow;
    text-decoration:    none;
    background-color: black;

}



hr {
    width:              100%;
    height:             1px;
    background-color:   #ccc;
    color:              #ccc;
    border:             none;
}

hr.heading {
    width:              100%;
    height:             1px;
    background:         #666;
    color:              #666;
    padding:            0;
    margin:             0;
}


table, td, tr {
    font-family:        verdana, arial, sans-serif;
    font-size:          10px;
}

table.front { border:1px solid #3366CC;  background: #A5BACC; height: 193px;}
table.frontsubmit { border:1px solid #3366CC; background: #A5BACC;}
table.frontlist { border:1px solid #3366CC; background: #A5BACC;}


tr.top, td.top {
    background:         #3366CC;
    vertical-align:     top;
}

tr.even, td.even {
    background:         #F5F5F5;
    vertical-align:     top;
}

tr.odd, td.odd {
    background:         #DCDCDC;
    vertical-align:     top;
}

table.positions {
    border-collapse:    collapse;
}

table.positions td {
    padding:            8px;
}


.menu {
    font-size:          12px;
    font-weight:        bold; 
    clear:              both;
}

.alert, .alert a {
    color:              red;
    font-weight:        bold;
}

.menu-title {
    font-size:          18px;
    font-weight:        bold;
}

.menu-page-title {
    font-size:          32px;
    font-weight:        bold;
}

.h1, h1 {
    font-size:          26px;
    font-weight:        bold;
    color:              #3300CC;
}

.h2, h2 {
    font-size:          22px;
    font-weight:        bold;
    color:              #3300CC;
}

.h3, h3 {
    font-size:          16px;
    font-weight:        bold;
    color:              #3366FF;
}

.h4, h4 {
    font-size:          14px;
    font-weight:        bold;
    color:              #3366FF;
}

.heading,
.heading a {
    font-size:          13px;
    font-weight:        bold;
    /* color:              #3366FF; */
    color:              white;
    text-transform:     uppercase;
    text-decoration:    none;
    background:         #A5BACC;
    padding:            2px 4px 2px 4px;
}

.box {
    padding:            5px;
    background:         #FFFFFF;
    vertical-align:     top;
}

.heading a:hover {
    color:              #333;
    text-decoration:    none;
}

.form {
    margin-top:         8px;
    margin-bottom:      8px;
    width:              80%;
    min-width:          500px;
    border:             1px dotted #ccc;
    padding:            30px;
    background:         #eee;
}

.form a:hover, .form a:hover b {
    background:         #3366FF;
    color:              white;
}

.form table {
    /*margin-left:        auto;
    margin-right:       auto; */
    padding:            8px;
    border-collapse:    collapse;
}

.form td.fields {
    padding:            8px;
    border:             none;
    font-family:        Verdana, Arial, Helvetica, sans-serif; 
    font-size:          10px;
    font-style:         normal; 
    font-weight:        normal; 
    text-decoration:    none;
}

.form td {
    padding:            8px;
    border:             1px dotted #ccc;
    vertical-align:     top;
}

.form td.title {
    text-align:         right;
    width:              180px;
}

.abstract {
    background:         #FFFFCC;
    padding:            4px;
}

