root { 
    display: block;
}

img, form, a, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fff9ef;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#container {
    margin: 0 auto;
    width: 940px;
}

#header {
    padding-top: 25px;
}

#menu {
    height: 46px;
    background: transparent url(/images/menu_back.gif) no-repeat top left;
    margin-top: 10px;
}

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

#menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#menu ul li a {
    display: block;
    height: 33px;
    padding: 13px 20px 0 20px;
    border-right: 1px solid #c8c6c6;
    color: #494849;
    font-size: 0.9em;
    text-decoration: none;
    float: left;
}

#menu ul li.first a {
    border-left: 1px solid #c8c6c6;
}

#menu ul li a:hover, #menu ul li a.selected {
    background: transparent url(/images/menu_selected_back.gif) repeat-x top left;
}

#menu ul li a.selected {
    /* font-weight: bold; */
}

#main {
    margin-top: 10px;
    background: transparent url(/images/contents_back.gif) repeat-y top left;
}

#main-top {
    height: 5px;
    background: transparent url(/images/contents_top.gif) no-repeat top left;
}

#main-top p {
    font-size: 0.7em;
    text-align: right;
    color: #8c8c8c;
    padding: 10px 10px 0 0;
}

#main-top p a {
    color: #8c8c8c;
}

#main-top p a:hover {
    text-decoration: none;
}

#main-bottom {
    height: 5px;
    background: transparent url(/images/contents_bottom.gif) no-repeat top left;
    clear: both;
}

#contents {
    margin: 0 1px;
}

#side-contents {
    margin-top: 30px;
    padding-left: 231px;
}

#contents h1 {
    margin: 0 10px 20px 10px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 1.2em;
    border-bottom: 1px solid #c8c6c6;
    color: red;
    font-style: italic;
}

#contents h2 {
    margin: 0 10px 20px 10px;
    padding-bottom: 5px;
    font-weight: normal;
    font-style: italic;
    font-size: 1em;
    color: #494849;

}

#contents p {
    margin: 10px;
    font-weight: normal;
    font-size: 0.8em;
}

#contents a {
    color: navy;
    text-decoration: none;
}

#contents a:hover {
    text-decoration: underline;
}

#contents table {
    width: 687px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 10px;
}

#contents table th {
    background-color: #eeeeee;
}

#contents table th, #contents table td {
    padding: 5px;
    text-align: left;
    font-size: 0.8em;
    border-bottom: 1px solid #d2d3d3;
}

#contents table tr.admin td {
    font-style: italic;
}

#contents table td.table_menu {
    text-align: right;
}

#contents table tr:hover {
    background-color: #eeffee;
}

#tabbed-presenter-menu {
    margin-top: 50px;
    border-bottom: 1px solid #d2d3d3;
    background: white url(/images/presenter_menu_back.jpg) repeat-x bottom left;
}

#tabbed-presenter-menu ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
    height: 33px;
}

#tabbed-presenter-menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#tabbed-presenter-menu ul li a {
    display: block;
    height: 26px;
    padding: 7px 21px 0 21px;
    color: #494849;
    font-size: 0.9em;
    text-decoration: none;
    border-top: 1px solid white;
    float: left;
}

#tabbed-presenter-menu ul li a:hover, #tabbed-presenter-menu ul li.selected a {
    background-color: white;
    color: red;
    border: 1px solid #c8c6c6;
    border-bottom: 0;
    padding: 7px 20px 0 20px;
}

#tabbed-presenter-contents {
    border-bottom: 1px solid #c8c6c6;
    background: white url(/images/home_back.png) no-repeat top right;
    padding: 20px 0 0 50px;
}

#tabbed-presenter-contents div p {
    margin: 0;
    font-size: 0.8em;
    padding: 10px 480px 10px 10px;
}

#tabbed-presenter-contents div {
    height: 241px;
}

#tabbed-presenter-contents div#tab-4 {
    background: white url(/images/presenter/micro.jpg) no-repeat top right;
}

#tabbed-presenter-contents div#tab-3 {
    background: white url(/images/presenter/casting.jpg) no-repeat top right;
}

#tabbed-presenter-contents div#tab-2 {
    background: white url(/images/presenter/subtitling.jpg) no-repeat top right;
}

#tabbed-presenter-contents div#tab-1 {
    background: white url(/images/presenter/vover.jpg) no-repeat top right;
}

#side-menu {
    float: left;
    margin: 5px 0 5px 10px;
    padding: 0;
    width: 221px;
    background: white url(/images/side_menu_back.png) repeat-y top left;
    display: inline;
}

#side-menu ul {
    background: transparent url(/images/side_menu_bottom.png) no-repeat bottom right;
    margin: 0;
    padding: 0 0 5px 0;
    list-style-type: none;
}

#side-menu ul li {
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #c8c6c6;
}

#side-menu ul li a {
    display: block;
    padding: 7px 10px;
    color: #494849;
    text-decoration: none;
    font-size: 0.8em;
}

#side-menu ul li.first a {
    border-top: 1px solid #c8c6c6;
}

#side-menu ul li a:hover, #side-menu ul li.selected a {
    background-color: #c8c6c6;
}

#side-menu ul li.selected a {
    font-weight: bold;
}

#side-menu ul li ul {
    background: transparent;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#side-menu ul li ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0;
}

#side-menu ul li ul li a {
    margin-left: 25px;
    padding: 5px 10px;
    font-size: 0.7em;
    border-top: 1px solid #c8c6c6;
}

#side-menu-top {
    height: 5px;
    background: white url(/images/side_menu_top.png) no-repeat top right;
}

#image-presenter {
    margin-top: 20px;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #c8c6c6;
}

#text-presenter {
    margin-top: 30px;
}

#splitted-presenter-left {
    float: left;
    width: 60%;
}

#splitted-presenter-right {
    float: right;
    width: 40%;
}

.form-block p {
    margin: 0 !important;
    padding: 3px 0 !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
}

.form-block p.error {
    margin-left: 30% !important;
    padding: 3px 0 3px 10px !important;
    font-weight: normal !important;
    font-size: 0.7em !important;
    color: red !important;
}

.form-block {
    padding: 7px 0;
    margin: 0 10px;
    border-bottom: 1px dotted #c8c6c6;
}

.valid-block {
    padding: 7px 0 7px 30%;
    margin: 0 10px;
}

.form-block label {
    width: 30%;
    float: left;
    text-align: right;
    padding: 3px 10px 0 0;
    font-size: 0.8em;
}

.form-block textarea {
    width: 55%;
    height: 100px;
}

.form-block input {
    width: 40%;
}

.form-required {
    color: red;
}

p.form-error {
    border: 1px dotted #c8c6c6;
    color: red;
    background-color: #fff6f6;
    font-size: 0.8em;
    padding: 10px;
}

p.form-info {
    border: 1px dotted #b7d2ff;
    color: #478cff;
    background-color: #f5f9ff;
    font-size: 0.8em;
    padding: 10px;
}

#column-presenter div.column {
    width: 136px;
    padding: 0 10px;
    float: left;
}

#column-presenter-large div.column {
    width: 250px;
    padding: 0 10px;
    float: left;
}

#column-presenter div.column h3, #column-presenter-large div.column h3 {
    font-size: 0.8em;
    border-bottom: 1px solid #c8c6c6;
    padding-bottom: 5px;
    font-weight: normal;
}

#column-presenter div.column ul, #column-presenter-large div.column ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}

#column-presenter div.column ul li, #column-presenter-large div.column ul li {
    margin: 0;
    padding: 0 0 2px 0;
    *line-height: 1em;
    list-style-type: none;
    font-size: .7em;
    zoom: 1;
}

#footer ul {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    height: 30px;
}

#footer ul li {
    border-left: 1px solid #c8c6c6;
    padding-left: 7px;
    margin-left: 7px;
    float: left;
    font-size: 0.7em;
    color: #858585;
}

#footer ul li a {
    color: #858585;
}

#footer ul li a:hover {
    text-decoration: none;
}

#footer ul li.first {
    border: 0;
    padding: 0;
    margin: 0;
}