body {
    background: url("/static/background.jpg") top center repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
    color: #595959;
}

h1 {
    text-align: center;
}

a, a:visited, a:hover {
  color: #636363;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #444444;
}

a img {
    border: none;
}

#page-container {
    width: 1200px;
    margin: auto;
}

#page-header {
    height: 90px;
}

#page-body {
    margin-top: 30px;
}

#menu {
    float: left;
    width: 250px;
    margin-top: 100px;
}

#menu h1 {
    background-color: #384344;
    width: 150px;
    margin-left: 50px;
    color: #fe6510;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative;
    top: 17px;
    font-weight: normal;
}

#menu-content {
    background: url("/static/menu_background.png") top center repeat-x;
    min-height: 350px;
    padding-top: 25px;
    margin-top: 0;
    font-size: 12pt;
    line-height: 30px;
}

#menu-content ul {
    list-style-type: none;
}

#page-content {
    margin-left: 300px;
    background: rgba(255, 255, 255, .35);
    min-height: 450px;
    padding: 10px;
    padding-left: 20px;
}

#help-body {
    background: rgba(255, 255, 255, .35);
    margin: 20px;
    min-height: 540;
    padding: 10px;
}

#list_table {
    width: 100%;
    border-collapse: collapse;
}

#list_table tr td, #list_table tr th {
    border: 1px #999999 solid;
    padding: 3px;
}

#list_table tr.odd {
    background: rgba(255, 255, 255, .45);
}

#list_table tr.even {
    background: rgba(220, 220, 220, .35);
}

#login_form {
    margin-top: 100px;
    text-align: center;
}

#login_form table {
    color: #595959;
    text-align: right;
    margin: auto;
}

#login_form table tr td.buttons, td.buttons {
    text-align: right;
}

#header-user-bar {
    float: right;
}

#ajax-loader-container {
    width: 100%;
    position: absolute;
    height: 64px;
    top: 350px;
    text-align: center;
    display: none;
}

#ajax-loader {
    margin: auto;
    width: 150px;
    height: 64px;
    text-align: center;
    padding-top: 26px;
    background: rgba(255, 255, 255, .60);
    position: relative;
    left: 120px;
}

#dc-select {
    margin-bottom: 20px;
}

#dc-select ul {
    display: inline;
    list-style: none;
    margin-top: 20px;
}

#dc-select ul li {
    display: inline;
    margin-right: 40px;
    margin-bottom: 20px;
}