#download_footer
{
	padding: 5px;
}

#download_next
{
	float:   right;
}

#download_back
{
	float:   left;
}

#download
{
	width:		450px;
	display:		none;
}

#download_steps
{
}

#download
{
	border:solid #2f2f2f 5px;
	background: white;
}

#download_section_core, #download_section_pkgs, #download_section_plugs, #download_section_options
{
	height:	350px;
	overflow: auto;
	padding: 5px;
}

#download_section_build
{
	background:		url('/images/download.png') no-repeat 0 50%;
	margin:			30px;
	padding-left:	50px;
	font-size:		22px;
	padding-top:	10px;
	height:			48px;
}

#download_section_warn
{
	background:		url('/images/warn.png') no-repeat 0 50%;
	margin:			30px;
	padding-left:	50px;
	font-size:		22px;
	color:			orange;
}

.package_header, .download_header
{
	border-bottom: solid black 1px;
	background:	#efefef;
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
}

.script
{
	cursor: pointer;
}

.links
{
	color:	blue;
	cursor:	pointer;
	text-decoration: underline;
}

.help
{
	text-decoration: none;
	color: #6f6f6f;
}

.package
{
	background: lightblue;
}

.package_table
{
	margin-top:20px;
	width: 100%;
	border-collapse:collapse;
}

.col_checkbox
{
	width:	15px;
}

.col_help
{
	width:	15px;
}

.download_section_title
{
	padding: 5px;
	font-weight: bold;
	background: #2f2f2f;
	color:	white;
}

.cover
{
	background: white;
	opacity:	.85;
	filter:	alpha(opacity=85);
}

.title
{
	font-size: 20pt;
}

.title_section
{
	margin:10px;
}

