/* -----------------------------------------------------------------------

   MooTools.net Main Style.

   Copyright (c) 2006-2008 Valerio Proietti, http://mad4milk.net.

----------------------------------------------------------------------- */

table{
border-collapse:collapse;
}

/* @group Downloads */


h2{
text-align:center;
color:#969696;
font-size:30px;
margin-bottom:.5em;
margin-top:1em;
}

h2 a{
color:#375b8f;
text-decoration:none;
}

h2 a:hover{
color:#e74747;
}



h3.download-options{
text-align:center;
color:#e74747;
font-size:22px;
margin-top:0.6em;
margin-bottom:.1em;
}

#download{
border:solid 1px #fff;
}


#download_form{
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
}

td, th {
	padding-left: 1em;
	padding-right: 1em;
	padding-top:.5em;
	padding-bottom:.5em;
}

td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #f4f5f5;
}

th {
	text-align:left;
	color:#ee8080;
	font-size:16px;
	background:#f8f8f8;
	margin-bottom:1em;
}

th.name {
	width: 30%;
}

th.size, td.size {
	padding-right: 1em;
	text-align: right;
}

td.name {
	font-weight: bold;
	width: 1%;
	white-space: nowrap;
}

td.check {
	width: 1%;
	text-align: center;
}

tr.check, tr.radio {
	cursor: pointer;
	background: #f4f5f5;
}

div.input {
	overflow: hidden;
	height: 10px;
	width: 10px;
	border-width: 2px;
	border-style: solid;
}

input[type=radio], input[type=checkbox] {
	height: 8px;
	width: 8px;
}


/* @group Fx */

.checked {
	background-color: #757d80;
	border-color: #313334;
}

.input {
	border-color: #686c70;
	background-color: #f4f5f5;
}

.focused {
	background-color: #f4f4f4;
	color: #000;
}

.blurred {
	background-color: #f4f4f4;
	color: #727678;
}

/* @end */

p.submit {
	padding: 1em 0 1em 0;
	margin: 0;
	text-align: center;
	border-bottom:solid 30px #fff;
	font-size:20px;
	background:#fef5f5;
}

p.submit input{
font-size:20px;
color:#375b8f;
}

div.description {
	margin-bottom: 2em;
}

div.description p {
	margin-bottom: 0.5em;
}

/* @end */