/* global_styles */

body {
    background: #72c4ce url( "../images/background.gif" );
    padding: 0px;
    margin: 0px;
    min-width: 800px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: center;
}

a, a:link, a:visited {
    color: #d69407;

    text-decoration: none;
}

a:hover {
    color: orange;

    text-decoration: underline;
}

form {
    margin:0px;
    padding:0px;
}

hr {
    height: 1px;
    color: #72c4ce;
    background-color: #72c4ce;
    border: none;
}

/* /global_styles */

/* body */

div#body {
    width: 796px;
    background: #ffffff url( "../images/dropshadow_right.gif" ) repeat-y right;
    margin: 2px auto;

    text-align: left;
}

/* /body */

/* footer */

div#footer {
    width: 790px;
    margin: 0 auto;
    padding-bottom:20px;

    font-size: 10px;
    color: #ffffff;
    text-align: left;
}

div#footer a:link, div#footer a:visited {
    color: #ffffff;

    text-decoration: underline;
}

/* /footer */


/* for TinyMCE */
body.mceContentBody {
    line-height: 1.75em;
    text-align: justify;
    background: #FFFFFF;
    min-width: 675px;
}
/* /for TinyMCE */

/* /register/select */
div.courseName {
    padding: 4px 0px;
    color: #d69407;
    font-size: 12px;
    font-weight: bold;
}
div.courseFee {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}

table#topContent {
    width: 100%;
}

table#topContent td {
    vertical-align: top;
    color: #333333;
}

td.contentTop {
    border-bottom: 1px solid #72c4ce;
    padding: 8px 8px 10px 8px;
}

td.contentRightBorder {
    border-right: 1px solid #72c4ce;
}

td.contentCourses {
    width: 50%;
    padding: 8px;
}