body
{
    font-family: palatino linotype, serif;
}
#background
{
    background: #880000;
    padding: 7px;
    max-width: 890px;
    width: 100%;
}
#title_image
{
    width: 300px;
    height: 160px;
    float: right;
}
#title_text
{
    font-size: 1.2em;
    color: #FFFFFF;
    max-width: 580px;
    width: 80%;
    position: relative;
    left: 10px;
    top: 15px;
    min-height: 160px;
    margin-bottom: 26px;
}
.title_name
{
    font-family: arial black, sans-serif;
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 2px;
}
.title_body
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.title_body2
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
}
.title_name2
{
    text-align: center;
    font-size: 1.2em;
    font-style: oblique;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content
{
    position: relative;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #FFFFFF;
    clear: both;
    border-right: solid #330000 2px;
    border-bottom: solid #330000 2px;
    position: relative;
}

h1
{
    font-family: vernada, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    text-indent: 0px;
}

h2
{
    font-family: vernada, sans-serif;
    font-size: 1em;
    font-style: normal;
}

.committee
{
    font-style: oblique;
    list-style-type: none;
}

.committee-kor
{
    font-style: normal;
    list-style-type: none;
}

.no_line_margin
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.indent1
{
    margin-top: -5px;
    padding-left: 30px;
}

#menu
{
    font-size: 1.1em;
}

#menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#menu li
{
    width: 117px;
    height: 25px;
    text-align: center;
    background: #AA0000;
    float: left;
    margin-right: 6px;
    padding: 2px;
    padding-bottom: 0px;
    margin-top: 1px;
    border-bottom: #330000 1px solid;
}

#menu a
{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

#menu a:hover
{
    font-weight: bold;
}
    
#menu li.current_item
{
    font-weight: bolder;
    background: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

#menu li.current_item a
{
    color: #000000;
}

#sponsor_banner
{
    margin-top: 6px;
}

#sponsor_banner ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#sponsor_banner li
{
    text-align: center;
    padding: 2px;
    float: left;
    margin-right: 12px;
}

#sponsor_banner img
{
    border: 0px;
}

#sponsor_banner a
{
    text-decoration: none;
    color: #000000;
}

.headline
{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    font-style: oblique;
    font-family: vernada, sans-serif;
}

.alert
{
    font-size: 1.1em;
    font-weight: bold;
}

table
{
    
    border-collapse: collapse;
    border-width: 1px;
    border-bottom: solid 1px #000;
}

th
{
    border-style: solid;
    border-width: 1px;
}

td
{
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}

.solid
{
    border-bottom: solid 1px #000;
}

.head_column
{
    background: #FFFFFF;
}

.normal_column
{
    background: #FFFFFF;
}

#program td
{
    padding-left: 10px;
}

caption
{
    text-align: left;
    font-weight: bold;
}

.real_program
{
    background: #CCCCCC;
}

.translate
{   
    text-align: right;
    font-weight: bold;
}


.styled-table {
    width: 80%;
    margin: 0 auto 20px auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: #333;
}

.styled-table thead th {
    background-color: #f2f2f2;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
}

.styled-table tbody td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table input[type="text"],
.styled-table input[type="email"],
.styled-table select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.styled-table th,
.styled-table td {
    text-align: left;
}

.styled-table th:first-child,
.styled-table td:first-child {
    width: 30%;
}

.styled-table th:last-child,
.styled-table td:last-child {
    width: 70%;
}

.styled-table tbody tr:last-child th,
.styled-table tbody tr:last-child td {
    font-weight: bold;
    font-size: 16px;
    background-color: #e9e9e9;
    border-bottom: 2px solid #ddd;
}

/* Specific Styling for Payment Method Table */
#paymethod thead th {
    border-bottom: 2px solid #ddd;
}

#paymethod tbody td {
    border-bottom: none;
}

.button-container {
    text-align: center; /* Centers the content inside the div */
    margin-top: 20px;   /* Optional: Adds space above the button */
}

.larger-button {
    font-size: 18px; /* Increases the text size */
    padding: 12px 24px; /* Increases the padding for a larger button */
    border-radius: 5px; /* Optional: Adjusts the button's corner rounding */
}

.larger-button:hover {
    /* Optional: Add a hover effect */
    background-color: #99ff00; /* Darkens the button on hover */
}