a {
	cursor: pointer;
}

#download_bcg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#download_container {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	z-index: 10002;
	text-align: center;
}
#download_window {
	position: relative;
	margin: auto;
	text-align: center;
	background: #fff;
	border: 1px solid black;
	width: 400px;
	padding: 0;
}
#download_window_top {
	margin: 0px 0px auto 0px;
	width: 400px;
	height: 15px;
	border-bottom: 1px solid black;
	background: #c00;
	padding: 0;
	font-size: 10px;
	text-align: left;
	color: white;
}
#download_window_top_close {
	margin: 0px 0px auto auto;
	width: 13px;
	height: 13px;
	background: white;
	color: black;
	cursor: pointer;
	padding: 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	border-left: 2px solid black;
	float:right;
}
#download_window_top_title {
	margin: 0;
	padding: 1px 1px 1px 5px;
	width: 300px;
	height: 15px;
	text-align: left;
	float:left;
}
#download_window_top_close:hover {
	background: #bba;
}
#download_window_content {
	margin: 2px;
	width: 400px;
	min-height: 100px;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

#systemWorking {
	margin-top: 50px;
	margin-left: 177px;
	width: 32px;
	height: 32px;
	background: #fff url('../theme_images/lightbox/loading.gif') no-repeat;
}

.DownloadTable {
	margin: 10px auto; 
	width: 370px; 
	border: 1px solid black;
}
.DownloadTableTitleCell {
	text-align: center;
}
.DownloadTableTitleRow {
	background:#aaa	
}
.DownloadTableRowEven {
	background:#eee	
}
.DownloadTableRowOdd {
	background:#fff
}
#download_servers_list_nojs { 
	text-align:center;
	margin: 15px auto;
}
#file_direct_link_container{
	font-size:12px;
	padding: 15px 0;	
}
.direct{
	text-decoration:underline;
	color: #3279BB;
}

