body {
    background-image: url(images/back.gif);
    margin: 0px;
    padding: 0px;
    color: #ccddee;
    font-family: verdana, helvetica;
    font-size: 12px;
}

div#pageCenter {
    position: relative;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}

div#pageMain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 935px;
    height: 537px;
}

div#topLogo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 935px;
    height: 136px;
}

div#pageLeft {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 152px;
    height: 401px;
}

div#pageContent {
    position:absolute;
    left: 152px;
    top: 136px;
    width: 625px;
    height: 401px;
}

div#pic1 {
    position: absolute;
    left: 777px;
    top: 136px;
    width: 158px;
    height: 134px;
}

div#picSeparator {
    position: absolute;
    left: 777px;
    top: 270px;
    width: 158px;
    height: 36px;
}

div#pic2 {
    position: absolute;
    left: 777px;
    top: 306px;
    width: 158px;
    height: 134px;
}

div#picBottom {
    position: absolute;
    left: 777px;
    top: 440px;
    width: 158px;
    height: 97px;
}


div#mainContent {
    padding: 8px;
}

ul.menuList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.menuList li {
    display: inline;
    padding: 0px 2px;
}

img {
    border: none;
}

ul.menuList li a {
    outline: none !important;
}

a, a:link, a:visited {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #AAAAAA;
}

a:hover, a:active {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #3388AA;
}

ul#screenshotList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#screenshotList li {
    margin-bottom: 15px;
}

h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    /*
    color: #9EFF00;
    */
    color: #E06000;
}

.newRule {
    color: #FF0000;
}

form, input {
    margin: 0px;
    padding: 0px;
}

input {
    clear: both;
    background-color: #003344;
    color: #FFFFDD;
    border: 1px solid #000000;
    text-align: left;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
}

input.inputText, input.inputPassword {
    width: 160px;
}

input.inputBorder280 {
    background: transparent;
    background-image: url(images/inputBorder280.png);
    background-repeat: no-repeat;
    border: none;
    width: 272px; /* 280 - 2 - 6 */
    height: 20px;
    padding-top: 2px;
    padding-right: 6px;
    padding-left: 3px;
}

input.inputSubmitNew {
    background: transparent;
    border: 1px solid #00AAD6;
    color: #00AAD6;
}

input.inputSubmitNew:hover {
    color: #00FFFF;
}

div.formRow {
    clear: both;
    padding-top: 10px;
}

div.formButtons {
    clear: both;
    padding-top: 15px;
    text-align: center;
}

.formLabel {
    display: block;
    margin: 1px 0px;
    font-weight: bold;
    font-size: 12px;
}

.formLabelInline {
    display: inline;
    margin: 1px 0px;
    font-weight: bold;
}

