body {
    color: #000080;
    font-family: sans-serif;
}

.downloadBar {
    width: 100%;
    background-color: #1c097d;
    color: #FFFFFF;
    text-align: center;
    font-size: 25pt;
}

.subbar {
    background-color: #DCEFFF;
    text-decoration: underline;
    color: #000000;
    text-align: left;
    font-size: 16pt;
    padding-bottom: 5px;
}

.downloadList {
    background-color: #DCEFFF;
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    height: 233px;
    width: 730px;
}

.withRelease {
    height: 292px;
}

.s1 {
    height: 192px;
}

.charm {
    height: 280px;
}

.downloadList li {
    width: 350px;
    float: left;
}

.downloadList .stable {
    background-color: #FFFFEE;
    margin-left: 15px;
    margin-top: 15px;
}

.downloadList .unstable {
    /*background-color: #DDEEFF;*/
    background-color: #FFF0EE;
    margin-top: 15px;
}

.downloadList .miscLink {
    margin-right: 30px;
    text-align: right;
    text-decoration: underline;
    font-size: 13pt;
    color: #330066;
}

.downloadList .charmLinks {
    padding-bottom: 5px;
}

.dred {
    background-image: url('../images/downloadButton.png');
}

.dyellow {
    background-image: url('../images/downloadButtonYellow.png');
}

.dblue {
    background-image: url('../images/downloadButtonBlue.png');
}

.dgreen {
    background-image: url('../images/downloadButtonGreen.png');
}

.downloadTitle {
    text-align: center;
    font-size: 18pt;
    clear: both;
}

.download {
    width: 324px;
    height: 102px;
    background-repeat: no-repeat;
    margin: 0px auto;
}

.release div {
    text-align: center;
    padding-top: 16px;
}

.release {
    background-image: url('../images/releaseNotes.png');
    background-repeat: no-repeat;
    width: 324px;
    height: 55px;
    position: relative;
    /*margin: 0px auto;*/
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    color: #990000;
}

.download a {
    text-decoration: none;
}

.download {
    margin: 0px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 14pt;
    font-weight: bold;
    color: #CC0000;
    width: 324px;
    height: 75px;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    cursor: pointer;
}

.download .downloadHeading .now {
    color: #330000;
    width: 120px;
    height: 40px;
    padding-top: 15px;
    float: left;
    text-align: center;
    font-size: 14pt;
    border-right: 1px dotted;
}

.download .downloadHeading .name {
    display: inline;
}

.download .downloadHeading .info {
    float: left;
    padding-left: 10px;
    width: 170px;
    height: 55px;
    padding-top: 3px;
}

.download .downloadHeading .version {
    display: inline;
}

.download .downloadHeading .downloadType {
    color: #330066;
    font-weight: normal;
    font-size: 14pt;
}

.scrollingBox {
    border: 1px solid;
    width: 690px;
    height: aut;
    margin: 0px auto;
    padding: 0px 5px;
    background-color: #FFFFFF;
}

.gitbox p {
    margin-top: 5px;
}

.gitbox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gitbox ul li {
    margin: 0px;
    padding: 0px;
}

.binaryTitle {
    text-decoration: underline;
    font-size: 14pt;
    display: inline;
}

.binaryHeader {
    padding-top: 3px;
    padding-bottom: 10px;
}

.binaryMultiple {
    display: inline;
    font-size: 10pt;
    text-decoration: none;
}

.spacer {
    width: 100%;
    height: 20px;
}

.binary {
/*display: inline;*/
}

input.optBold {
    font-weight: bold;
}

.select1 {
    font-size: 12pt;
    font-weight: bold;
}

.optBold {
    font-weight: normal;
    font-size: 12px;
}

.selector {
    border: 1px solid;
    border-color: #000000;
    width: 200px;
    height: 200px;
    overflow: auto;
    float: left;
}

.selector ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.selector ul li {
    padding: 3px;
    color: #000000;
    cursor: default;
}

.selector ul .normal, .selector ul .selected {
    font-size: 10pt;
    cursor: pointer;
}

.selector ul .normal:hover {
    background-color: #CCCCCC;
}

.selector ul .selected {
    background-color: #6699FF;
    color: #FFFFFF;
}

.selector ul .header {
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
}

.downloadLinks {
    border: 1px solid;
    height: 190px;
    overflow: auto;
    padding: 5px 10px;
}

.noteBox {
    height: 350px;
    overflow: auto;
}

.filterBy {
    padding-bottom: 3px;
}

.initialBox {
    height: 100px;
    background-color: #DCEFFF;
    margin-top: 5px;
}

.downloadList .titleBar {
    /*background-color: #99CCDD;*/
    /*background-color: #CCCC99;*/
    /*background-color: #339933;*/
    background-color: #BBDDFF;
    color: #000000;
    margin: 0px auto;
    padding-bottom: 5px;
    width: 730px;
    font-size: 18pt;
    float: none;
    text-align: center;
    text-decoration: underline;
}

.initialBox li {
    float: left;
}

#mailingList {
    background-color: #DCEFFF;
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 10px;
    height: auto;
    /*border: 1px solid;*/
}

#listForm {
    padding-left: 25px;
    padding-top: 0px;
}

#listForm p {
    margin: 0px;
    padding: 10px 0px;
}

.hiddenBox {
    width: 730px;
    margin: 0px auto;
    background-color: #DCEFFF;
    display: none;
}

.bottomBox {
    padding-bottom: 15px;
}

.downloadBox {
    padding: 10px 10px;
}