﻿html
{
    height:100%;
}
body
{
    margin:0px;padding:0px;
    background:#000 url(Images/bg.jpg) repeat-x left top;
    height:100%;
}
Std
{
    border-style:solid;border-width:1px;border-color:#000;
}
.main-table
{
    width:100%;height:100%;background-color:Transparent;
}
.main-table .main-td
{
    width:1000px;height:100%;background-color:#eee;border:solid 1px #d5d5d5;border-top-style:none;border-bottom-style:none;vertical-align:top;
}
.main-table .main-td .head-td
{
    width:416px;height:278px;
}
.main-table .main-td .movie-td
{
    height:278px;width:100%;
    background-image:url(Images/head_02.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
}
.main-table .main-td .menu-td
{
    width:231px;height:511px;background:#eee url(Images/menu.jpg) no-repeat;
    background-position: 21px 0px;
    padding-top: 22px;
    padding-left:44px;
    padding-right:22px;
    vertical-align:top;
}
.main-table .main-td .menu-td a
{
    font-family:Tahoma;font-size:13px;color:#fff;text-decoration:none;
}
.main-table .main-td .menu-td img
{
    border-style:none;
}
.main-table .main-td .content-table
{
    height:100%;
}
.main-table .main-td .content-table .content-td
{
    width:703px;height:100%;vertical-align:top;
}
.main-table .main-td .content-table .content-td .pieces
{
    padding:24px 15px 0px 20px;
}
.main-table .main-td .content-table .content-td .pieces a
{
    font-family:Tahoma;font-size:13px;color:#000;text-decoration:none;font-weight:normal;
    background-image:url(Images/arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:20px;
}
.main-table .main-td .content-table .content-td .pieces a:hover
{
    color:#d60300;
}
.main-table .main-td .content-table .content-td .pieces strong
{
    font-family:Tahoma;font-size:13px;color:#000;text-decoration:none;font-weight:normal;
    margin:0;padding:0;
    display:inline;
}
.main-table .main-td .content-table .content-td .text
{
    padding:0px 24px  0px 20px;color:#333;font-family:Tahoma;font-size:13px;text-align:justify;
}
.main-table .main-td .content-table .content-td .text .xlsTable td
{
    border-color:#555;
}
.main-table .main-td .content-table .content-td .text h1
{
    font-family:Tahoma;font-size:18px;color:#333;text-decoration:none;font-weight:normal;
}
.main-table .main-td .content-table .content-td .text h2
{
    font-family:Tahoma;font-size:16px;color:#333;text-decoration:none;font-weight:normal;
}
.main-table .main-td .content-table .content-td .text a
{
    font-family:Tahoma;font-size:13px;color:#00f;text-decoration:underline;font-weight:normal;
}
.main-table .main-td .content-table .content-td .text a:hover
{
    color:#d60300;
}
.main-table .main-td .content-table .content-td .text .table
{
    border:solid 1px #555;width:660px;
}
.main-table .main-td .content-table .content-td .text .table .td-head
{
    border:solid 1px #555;text-align:center;font-weight:bold;
}
.main-table .main-td .content-table .content-td .text .table td
{
    border:solid 1px #555;
}
.main-table .main-td .content-table .content-td .text .table .td-center
{
    border:solid 1px #555;text-align:center;
}
.main-table .main-td .content-table .copyright
{
    padding:30px 0px 0px 0px;text-align:right;vertical-align:bottom;
}
#adminLink
{
	height:35px;padding-left:242px;text-align:left;
}
#adminPanel
{
	text-transform:uppercase;font-family:Tahoma, Arial;font-size:10px;z-index:301;
	visibility:hidden;position:absolute;margin-top:-230px;margin-left:242px;background:#aaa;width:300px;padding:10px;border:1px solid #555;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
#adminPanel input
{
	width:200px;text-transform:none;
}
#adminError
{
	text-transform:uppercase;font-family:Tahoma, Arial;font-size:10px;color:#ff0000;font-weight:bold;text-align:center;z-index:300;
	position:absolute;margin-top:-230px;margin-left:242px;background:#fff;width:300px;padding:10px;border:1px solid #555;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

