body {
	background-image:  url(../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul.nav {
	color:#CCCCCC;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 8px;
	margin: 0 -8px;
}

ul.nav li {
	border-bottom: 1px solid #565656;
}

ul.nav li a {
	color: #cccccc;
	text-decoration: none;
	padding: 2px 8px 4px 16px;
	margin: 0 0px;
	display:block;
}

ul.nav li a.sel {
	background-color: #999999;
	color: #FFFFFF;
}

ul.nav a:hover {
	background-color: #707070;
}

td.controlpanel {
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 15px;
	background-image: url(../images/index_07.png);
	background-repeat: no-repeat;
}

td.main {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #eee;
	font-size: 14px;
}

td.title {
	color: #fff;
	padding-bottom: 2px;
	font-weight: bold;
}

td.caption {
	background-image: url(../images/index_05.png);
	background-repeat:repeat-x;
}

td.user {
	color: #c0c0c0;
	padding-bottom: 2px;
	font-size: 11px;
}

td.user a {
	color: #ddd;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

td.user a:hover {
	color: #fff;
}

td.about {
	padding-left: 30px;
	padding-top: 15px;
}

td.about a {
	color: #707070;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td.about a:hover {
	color: #999999;
}

#login {
	padding-top: 100px;
	font-size: 12px;
	color: #999999;
}

#login td {
	color: #999999;
}

#login td.logpass {
	font-size: 12px;
	font-weight: bold;
}

#login td.submit a {
	text-decoration: none;
	color: #CCCCCC;
}

#login td.submit {
	font-size: 12px;
	padding-top: 10px;
}

#login td.submit input {
	font-size: 12px;
	padding: 0 20px 0 20px;
}

/* Popup window */
.mt_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.mt_popup_content {
    position: relative;
    background-color: #000;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    min-width: 950px;
    min-height: 650px;

    /* margin: auto; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateop;
    -webkit-animation-duration: 1.0s;
    animation-name: animateop;
    animation-duration: 1.0s
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #ddd;
}

/* Add Animation */
@-webkit-keyframes animateop {
    from { opacity:0} 
    to { opacity:1}
}

@keyframes animateop {
    from { opacity:0}
    to { opacity:1}
}

/* The Close Button */
.mt_popup_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mt_popup_close:hover,
.mt_popup_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mt_popup_header {
    padding: 2px 16px;
    background-color: #333;
    color: white;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.mt_popup_body {padding: 2px 16px; background-color: black; }

.mt_popup_footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
