body, table, tr, td {
    padding: 0;
    margin: 0;
    font-family: Calibri, Times;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

table {
    border-width: 0;
    border-collapse: collapse;
}

a {
    color: #CCCCCC;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a.navigation, a.navigation:hover {
    color: black;
}

#header {
    width: 100%;
}

#headerleft {
    width: 590px;
    height: 133px;
    background: url(/images/headerleft.png) no-repeat;
    cursor: pointer;
}

#headermiddle {
    height: 133px;
    background: url(/images/headerbg.png) repeat-x;
}

#headerright {
    position: absolute;
    right: 0;
    top: 0;
}

#contenttable {
    height: 600px;
    width: 100%;
}

#leftpanel {
    padding-left: 65px;
    background: url(/images/leftpanel.png) no-repeat;
    vertical-align: top;
}

#content {
    width: 100%;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

#footer {
    position: relative;
    left: 0;
    margin-bottom: 0;
    bottom: 0;
    width: 100%;
}

#footerleft {
    width: 36px;
    height: 56px;
    background: url(/images/footerleft.png) no-repeat;
}

#footermiddle {
    height: 56px;
    background: url(/images/footerbg.png) repeat-x;
}

#footerright {
    width: 275px;
    height: 56px;
    background: url(/images/footerbg.png) repeat-x;
    vertical-align: middle;
    font-size: small;
}

#footerright a {
    color: #363636;
}

#authorization {
    margin-top: 10px;
}

#authorization td {
    padding-left: 15px;
    padding-bottom: 2px;
}

#form {
    color: black;
    border: 1px solid black;
}

#form th, #form td {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    color: black;
}

#form th {
    color: black;
    background-color: #6775A0;
    font-weight: normal;
    border: 1px solid black;
    text-align: center;
}

#form td.sub {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

b.invalid {
    color: red;
    font-weight: normal;
}

#menu {
    margin-top: -10px;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 5px;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu a {
    color: Black;
    text-decoration: none;
}

#menu a:hover {
    color: Blue;
}

#menu li {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: inline;
}

#list {
    border: 1px solid #B0C4DE;
    margin: 10px;
    width: 100%;
}

#list th {
    border: 1px solid #B0C4DE;
    color: White;
    background-color: #000066;
    padding-left: 20px;
    padding-right: 20px;
}

#list td {
    vertical-align: top;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

#list tr {
    border-bottom: 1px solid #B0C4DE;
}

#themelist {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

#themelist th {
    color: white;
    background-color: #000066;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
}

#themelist td {
    vertical-align: top;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: Calibri;
}

#themelist tr.description, #themelist tr.descriptionodd {
    border-bottom: 1px solid #B0C4DE;
    font-size: 12px;
}
#themelist tr.odd {
    color: white;
}

#themelist tr.descriptionodd {
    color: white;
}

#themelist tr.odd, #themelist tr.simple {
    font-size: 14px;
}

#themelist tr.simple, #themelist tr.description, #themelist tr.simple a, #themelist tr.description a {
    color: Black;
}

#themelist tr.simple, #themelist tr.description {
    background-color: #CCCCCC;
}

#themelist tr.odd, #themelist tr.descriptionodd {
    background-color: #336699;
}

#theme {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px #CDC9C9 solid;
}

#theme td {
    vertical-align: top;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-right: 1px #CDC9C9 solid;
}

#theme tr {
    border-bottom: 1px #CDC9C9 solid;
}

#theme tr.simple {
    background-color: White;
}

#theme tr.odd {
    background-color: White;
}