body {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 95%;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
}

a { text-decoration: none; border-bottom: 1px solid #ccc; color: #f90; }

/* a:hover { border: none; } */

p {
    text-align: justify;
}

h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    background-image: url(/images/dots.gif);
    background-repeat: repeat-x;
    background-position: 0 25px;
    padding-bottom: 10px;
    margin-bottom: -6px;
}
	
#container {
    height: auto;
    height: 100%;
    min-height: 100%;
    position: relative;
}

#header { border-top: 5px solid #000; }

#header div {
    margin: 0 auto;
    width: 750px;
    text-align: left;
    padding-left: 20px;
}

#header h1 {
    font-family: Century Gothic, Tahoma, Verdana, sans-serif;
    float: left;
    font-size: 2.4em;
    padding-top: 25px;
    padding-bottom: 30px;
    float: left;
    margin: 0;
}

#header h1 span { color: #999; }

#header h1 a {
    border: none;
    color: #000;
    font-weight: normal;
}

#nav {
    float: right;
    margin: 0;
    padding: 0;
}

#nav li {
    list-style-type: none;
    display: inline;
    float: left;
}

#nav li a {
	text-decoration: none;
	border: none;
	color: #000000;
	padding-top: 5px;
	display: block;
	margin: 0 15px;
}

#nav li.on a {
    padding: 6px 35px 6px 35px;
    margin: 0;
    background-color: #000;
    color: #ffffff;
}

#nav li a:hover { color: #33CC00; }

#strike {
    background-image:url(/images/site-strike.jpg);
    text-align: center;
    clear: both;
    margin-bottom: 35px;
    padding-left: 10px;
}

#strike div {
    width: 420px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 30px 40px 0;
}

#strike p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: -1px;
}

#body {
    width: 750px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 61px;
}

#body:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

* html #body { height: 1%; }

#c,
#c {
    width: 700px;
    padding-right: 20px;
    float: left;
    margin-right: 20px;
}

#l,
#l {
    width: 445px;
    padding-right: 10px;
    float: left;
    margin-right: 10px;
}

#l p,
#c p,
#r p {
    margin-top: 10px;
}

#r {
    width: 210px;
    float: right;
    margin-right:15px;
}

#r p span {
    color: #009900;
    font-weight: bold;
}

#r p {
    margin: 1em 0;
    padding: 0;
}

#r hr {
    border-top: 1px solid #eee;
    height: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 0;
}

div.block {
    background-color: #F8F8F8;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

#footer {
    margin-top: -61px;
    color: #fff;
    padding-top: 30px;
    width: 100%;
    z-index: 500;
    position: relative;
    border-bottom: 7px solid #000;
    background: #fff;
}

#footer div {
    width: 800px;
    background-color:#000000;
    margin: 0 auto;
}

#footer div div {
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 10px;
}

#footer a { color: #fff; font-weight: bold; }		

.features {
    list-style: none;
    text-indent: -2em;
    font-size: small;
}

.features li:before {
    content: "\00BB \0020";
}

#pricing thead th {
    background-color: #eee;
}

#pricing tr {
    padding: 0px;
    margin: 0px;
}

#pricing td {
    border-top: 1px #000 dotted;
    padding: 0px;
    margin: 0px;
}

#directory-listing td a {
    font-size: small;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
}
#directory-listing td {
    color: #000000;
    font-size: small;
    vertical-align: middle;
}

#directory-listing tr {
    margin: 0px;
    padding: 0px;
}
#directory-listing td.name_colhead {}
#directory-listing td.modified_colhead {}
#directory-listing td.size_colhead {}
#directory-listing td.name_col {}
#directory-listing td.modified_col {text-align: right;}
#directory-listing td.size_col {text-align: right;}

img {
    text-decoration: none;
    border: none;
}

.name_col {
    width: 50%;
}

.modified_col {
    text-align: right;
    width: 30%;
}

.size_col {
    text-align: right;
    width: 20%;
}

.even {
    background-color: #eef;
}

.odd {
    background-color: #efe;
}

#shade {
 background-color:#111;
 opacity: 0.65;
 filter:alpha(opacity=65);
 position:absolute;
 z-index: 9001;
 top:0px;
 left:0px;
 width:100%;
}

#popup {
 position:absolute;
 background-color:#000;
 width:740px;
 height:505px;
 z-index: 9002;
}

#media
{
    margin-top: 20px;
    padding: 5px;
    background-color: #000;
}

#noUpdate
{
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #cccccc;
    text-align: left;
    width: 210px;
    height: 200px;
    padding: 40px;
}

.question-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-image: url(/images/check_mark.png);
    background-position: right;
    background-repeat: no-repeat;
    */
    min-height: 140px;
}

.question {
    font-size: large;
    font-weight: bold;
    color: #20bb20;
    padding-bottom: 5px;
}

.answer {
    padding: 10px;
}

.loginForm {
    padding: 25px;
}

.errorBox {
    display: block;
    background-color: #EDD;
    color: #F00;
    border: medium solid #F00;
    text-align: left;
    padding: 15px;
    font-size: medium;
}

.warningBox {
    display: block;
    background-color: #FFC;
    color: #000;
    border: medium solid #EE9;
    text-align: left;
    padding: 15px;
    font-size: medium;
    font-weight: bold;
}

#navlist {
    padding: 0 1px 1px;
    margin-left: 0;
    border-top: 5px solid #000;
    height: 65px;
    width: 100%;
}

#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
    padding-left: 65px;
    padding-bottom: 40px;
    cursor: pointer;
}

#navlist li a {
    display: inline;
    text-decoration: none;
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding-top: 15px;
    border-bottom: none;
}

#navlist li.on {
    border-bottom: 5px solid #000;
}

#navlist li:hover, li:hover a {
    border-bottom: 5px solid #3C0;
    color: #3C0;
}
#navlist li.on:hover {
    border-bottom: 5px solid #000;
}

#windows-button {
    background-image: url(../images/win.png);
    background-repeat: no-repeat;
}

#linux-button {
    background-image: url(../images/linux.png);
    background-repeat: no-repeat;
}

#mac-button {
    background-image: url(../images/macosx.png);
    background-repeat: no-repeat;
}

#webstart-button {
    background-image: url(../images/logo-java.png);
    background-repeat: no-repeat;
}

.download-button {
    padding: 25px;
    text-align: center;
    font-size: large;
}

