img {
	border:0;
}
table{
	border-collapse:collapse; border:0px;}
td {
	vertical-align:top; padding:0px;}
body {  

	background: url("../imgs/background.jpg") no-repeat top center;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	MARGIN-TOP: 0px;
	MARGIN-bottom: 0px;
	MARGIN-left: 0px;
	MARGIN-right: 0px;
}

.main_table
{
	width:1157px;
}
.header
{
	height:137px;
}
.footer
{
	color:#fff;
	font: 11px Tahoma;
	height:50px;
	text-align:center;
	vertical-align:middle;
}

.left_panel
{
	width:204px;
	height:681px;
	background-color:#303030;
}
.center_panel
{
	width:749px;
	height:681px;
	background-color:#FFF;
}
.right_panel
{
	width:204px;
	height:681px;
	background-color:#303030;
}
.panel
{	
	color:#fff;
	font: 12px Tahoma;
	background: url("../imgs/panel_top.jpg") no-repeat top left;
	background-color:#303030;
	width:204px;
}
.panel_center
{
	background: url("../imgs/panel_center.jpg") no-repeat top left;
	background-color:#FFFFFF;
	width:749px;
	height:290px;
}

H3{
	margin: 0;
	padding: 0;
	padding-left:10px;
	padding-top:5px;
	color: #fff;
	font: bold 12px Tahoma;
	text-align:left;
}
a
{
	color: #ff8a02;
	text-decoration:none;
	font:  12px Tahoma;

}
a:hover{
	color: #fff;
	font:  12px Tahoma;
	text-decoration:underline;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display:none;
}




.modalDialog > div {
	color:black;
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
background: #00d9ff;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

