body {
    background-color: #ffffff;
    color: #666666;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 17px;
    padding: 0px;
    margin: 0px;
}

#header {
    background: #ffffff;
    float: left;
    width: 100%;
}

#header-logo {
    left: -2cm;
}

#header-menubar {
    color: #000000;
    background-color: #5F4884;
    height: 17px;
    font-size: 12px;
}

#header-menubar ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#header-menubar li {
    float: left;
    margin: 0pt 65px 0pt 0pt;
}

#header-menubar li a {
    color: #eeeeee;
    text-decoration: none;
}

#header-menubar li a:hover {
    color: #5F4884;
}

#menu {
    float: left;
    width: 180px;
    margin: 0px 20px;
}

#menu ul {
    margin: 10px 0px 0px 10px;
    padding: 0px;
}	

#menu ul li {
    border-bottom:1px solid #bfbfbf;
    clear:left;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#menu ul li a:hover {
    text-decoration:underline;
}

#menu ul li a.selected {
    color: #5F4884;
}

#menu ul li a {
    color:#444444;
    float:left;
    line-height:24px;
    text-decoration:none;
    width:150px;
}

#content {
    float:left;
    width:700px;
    min-height:700px;
    margin:0px 20px;
    padding:0px;
}

#content h1 {
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    color: #5F4884;
    margin:20px 0 15px 0;
}

#content h2 {
    font-size:12px;
    font-weight:bold;
    line-height:18px;
    color: #5F4884;
    margin:15px 0px 0px 0px;
}

#content a:link {
    color: #5F4884;
    text-decoration: none;
}

#content a:visited {
    color: #5F4884;
    text-decoration: none;
}

#content a:hover {
    color: #5F4884;
    text-decoration: underline;
}

#content p {
    margin:12px 0px;
}

#content a img {
    border: 0;
}

#footer {
    /* background:#fff0f0 none repeat scroll 0%; */
    border-top:1px solid #CCCCCC;
    float:left;
    height:140px;
    margin:0px 0px 0px 0px;
    width:100%;
}

#overview-big {
    float:left;
    width:500px;
    min-height:700px;
    padding:0px 20px 0px 0px;
    margin:20px 0px 20px 0px;
}

#overview-big .box-1 {
    text-align: justify;
}

#overview-big h1 {
    margin:0px 0px 15px 0px;
}

#overview-big input {
    border: 1px solid #666666;
}

#overview-big input.error {
    background: #ffc3ce;
    border: 1px solid #f77;
}

#done div {
    clear: left;
    float: left;
    margin: 3px 0;
    width: 530px;
}

#done label {
    float: left;
    width: 130px;
}

#info div {
    clear: left;
    margin: 3px 0;
    width: 530px;
}

#info label {
    float: left;
    width: 130px;
}

#new form div {
    clear: left;
    float: left;
    margin: 3px 0;
    width: 530px;
}

#new form label {
    float: left;
    width: 130px;
}

#new form input.submit {
    margin: 14px 0 0 10px;
}

#pass form div {
    clear: left;
    float: left;
    margin: 3px 0;
    width: 530px;
}

#pass form label {
    float: left;
    width: 130px;
}

#pass form input.submit {
    margin: 14px 0 0 10px;
}

table {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}

th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 2px solid #CCC;
}

tr {
    padding: 0.1em 0.6em;
    border-bottom: 1px solid #CCC;
}

td {
    padding: 3px;
}

tr.red td {
    background-color: red;
}

tr.even td {
    background-color: #F6F6F6;
}

tr.odd td {
}

tbody {
    border-top: 1px solid #CCC;
}

td.action {
    text-align: right;
}

td.quota {
}

