/* -----------------------------------------------------------------------

   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;
font-weight:normal;
}

h2 a{
color:#375b8f;
text-decoration:none;
}

h2 a:hover{
color:#e74747;
}



h3.download-options{
text-align:center;
color:#5EB189;
font-size:20px;
margin-top:1.6em;
margin-bottom:.1em;
}

#download{
border:solid 1px #fff;
}


#download_form{
font-family: "Trebuchet MS", 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:#5EB189;
	font-size:16px;
	background:#FCF9FF;
	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:#FCF9FF;
}

p.submit input{
font-size:20px;
color:#6A6C6D;
text-shadow:1px 1px 0px #fff;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:solid 1px gray;
background:#E6E6E6;
padding:0 5px;
}

p.submit input:hover{
	color:#4F4F4F;
}

p.submit input:active{
	color:#000;
	margin:1px 0 0 1px;
}

div.description {
	margin-bottom: 2em;
}

div.description p {
	margin-bottom: 0.5em;
}

/* @end */