
* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #FFFFFF url(images/bg_left.gif) repeat-y left top;
}

button, input, select, textarea, table {
    font-family: inherit;
    font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial", sans-serif;
    color: #003366;
}

#main {
    font: 9pt/12pt "Arial", sans-serif;
    height: auto;
    min-height: 100%;
    min-width: 960px;
    background: url("./images/bg_start.gif") no-repeat left -100px;
}

#head {
    height: 80px;
    position: relative;
    background: url("images/logo.gif") no-repeat 16px 20px;
}

#lmenu {
    width: 180px;
    float: left;
}

#lmenu ul {
    display: block;
    margin: 0;
    padding: 0;
}

#lmenu li {
    display: block;
    margin: 0;
    padding: 0;
}

#lmenu ul li a {
    display: block;
    padding: 3px 10px 3px 20px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

#lmenu ul li a:hover {
    color: #FFFFFF;
    background-color: #878785;
}

#lmenu ul li.active a {
    color: #FFFFFF;
    background-color: #E52D30;
}

#lmenu ul li.active a:hover {
    color: #FFFFFF;
    background-color: #E52D30;
}

#lmenu ul li.active ul li a {
    display: block;
    padding: 3px 10px 3px 36px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #FFFFFF;
}

#lmenu ul li.active ul li a.sel {
    color: #333333;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #F9CACB;
}

#lmenu ul li.active ul li a:hover {
    color: #000000;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #F9CACB;
}

#lmenu ul li.active ul li.active a {
    padding: 2px 20px 2px 36px;
    background-color: #F5B4B6;
    color: #000000;
}

#titleoptions {
    font-size: 8pt;
    padding: 4px 0 20px 0;
}

#titleoptions a {
    padding: 0 12px 0 8px;
    background: url(../icons/bullet001.png) no-repeat left 4px;
}

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border-style: none;
    vertical-align: middle;
}

#maincont {
    width: 740px;
    float: left;
}

#maincont .content {
    float: left;
    padding: 14px 10px 30px 30px;
    width: 660px;
}

h1 {
    font-size: 16pt;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5em;
}

h2 {
    font-size: 14pt;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5em;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
}

h5 {
    font-size: 9pt;
}

#maincontent ul li {
    color: #333333;
    padding: 10px 200px 10px 30px;
    list-style: none none;
}

#maincontent ul li a {
    float: right;
    padding: 0 0 0 10px;
}

#foot {
    font-size: 8pt;
    color: #666666;
    margin: -40px 0 0 220px;
    width: 680px;
    border-top: 1px solid #999999;
}

#prefoot {
    height: 50px;
}

#footcont {
    padding: 0;
    margin: 6px 30px;
}

#langmenu {
    text-align: left;
    padding: 0;
    color: #CCCCCC;
}

#langmenu h3 {
    font-weight: bold;
    color: #000000;
    padding: 16px 20px 4px 20px;
    font-size: small;
}

#langmenu a {
    padding: 3px 20px 3px 20px;
    color: #333333;
    text-decoration: none;
    display: block;
    background-color: #CCCCCC;
    border-bottom: 1px solid #FFFFFF;

}

#langmenu a:hover {
    color: #FFFFFF;
    background-color: #999999;
}

#langmenu a.sel {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #999999;
}

.ltable {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    color: #333333;
}

.ltable th {
    background-color: #F3F3F3;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #003366;
    padding: 0 3px 0 3px;
}

.ltable td {
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 3px 0 3px;
}

.ltable tr:hover th {
    background-color: #CCCCCC;
}

.ltable tr:hover td {
    background-color: #C1FFC1;
}

.ltable tr.totals td {
    font-weight: 700;
    border-bottom: 1px solid #6666ff;
}

table tr.deleted td {
    text-decoration: line-through;
}

.ftable {
}

.ftable th {
    font-weight: bold;
    color: #003366;
    text-align: right;
    padding: 3px 4px;
    vertical-align: top;
}

.ftable td {
    padding: 3px 4px;
    vertical-align: top;
}

.ftable label {
    font-weight: bold;
}

.stable th, .stable td {
    padding: 4px 4px;
}

.ltable img,
.ftable img {
    vertical-align: middle;
}

.errorlist li {
    list-style: none outside none;
    padding: 1px 0 1px 10px;
    background: url("../icons/bullet001.png") no-repeat left 8px;
    margin: 0;
}

.pagination {
    text-align: right;
    color: #666666;
    padding: 0 0 10px 0;
}

.pagertextbox {
    text-align: center;
    border: 1px solid #CCCCCC;
}

.pagination a {
    padding: 0 3px 0 3px;
}

.pagination a.sel {
    font-weight: bold;
    color: #990000;
}

.pagination a:hover {
    background-color: #EAEAEA;

}

.msgbox {
    border: 1px solid #5880A7;
    line-height: 26px;
    padding: 0 30px 0 30px;
    background: #F7F7F7 url("../icons/info.png") no-repeat 10px 6px;
    color: #003366;
}

.clr {
    clear: both;
}

.ainput {
    border: 1px solid #CCCCCC;
    padding: 1px 4px 1px 4px;
    background-color: #FFFFFF;
}

label.block {
    display: block;
    padding: 0 0 4px 0;
    font-weight: normal;
    color: #003366;
}

.alabel {
    color: #003366;
    padding: 0 12px 0 0;
    font-weight: normal;
}

.abtn {
    padding: 0 20px 0 20px;
    margin: 10px 40px 0 0;
}

.bbtn {
    padding: 0 20px 0 20px;
}

.titleoptions {
    padding: 6px 30px 10px 0;
}

#jscode {
    display: none;
}

.errorbox {
    padding: 6px;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    margin: 6px 0 6px 0;
}

.right {
    float: right;
}

.fleft {
    float: left;
}

a.spaced {
    padding: 0 6px;
}

.small {
    font-size: 8pt;
}

.icon {
    vertical-align: middle;
}

.formdir {
    font-size: 8pt;
    color: #666666;
    padding-bottom: 8px;
}

.formdir strong {
    color: #333333;
}

.breadcrumbs {
    font-weight: normal;
    color: #666666;
    background-color: #F9F9F9;
    margin: 6px 0 10px 0;
    padding: 0;
    border: 1px solid #E9E9E9;
}

.breadcrumb {
    float: left;
    padding: 2px 10px;
}

.breadcrumb a {
    text-decoration: none;

}

.breadcrumbs strong {
    font-weight: bold;
    color: #003366;
}

.breadcrumbs strong.sel {
    font-weight: bold;
    color: #990000;
}

.pad {
    padding: 0 4px 0 0;
}

a.goto {
    color: #003399;
    text-decoration: none;
    background: url("../icons/bullet001.png") no-repeat left 4px;
    padding: 0 10px 0 8px;
    font-weight: normal;
}

.titleoptions {
    padding: 4px 0 20px 0;
}

.titleoptions a {
    padding: 0 12px 0 8px;
    background: url("../icons/bullet001.png") no-repeat left 4px;
}

.otherinfo {
    color: #666666;
    padding: 4px 0 4px 20px;
}

.file {
    background-color: #F7F7F7;
    border: 1px solid #E4E4E4;
    padding: 4px;
    margin: 0 0 6px 0;
    width: 420px;
}

#currentuser {
    position: absolute;
    left: 194px;
    top: 58px;
    color: #FFFFFF;
    width: 546px;
    z-index: 20;
}

#currentuser a {
    color: #FFFFFF;
    font-weight: bold;
}

.rsp {
    padding: 0 8px;
}

#aliases {
    position: absolute;
    left: 428px;
    top: 81px;
    background-color: #FFFFFF;
    width: 360px;
    z-index: 22;
    border: 1px solid #999999;
    display: none;
}

#aliasesclose {
    float: right;
    padding: 1px 4px;
}

#aliasescaption {
    color: #FFFFFF;
    background-color: #878785;
    padding: 1px 4px 1px 4px;
}

#aliasesbody {
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.required {
    color: #990000;
}

.aleft {
    text-align: left;
}

.margin10 {
    padding: 10px;
}

.filedescription {
    display: none;
}

.followreply {
    margin: 4px 0 0 0;
    padding: 4px 4px 4px 20px;
    color: #333333;
    border-top: 1px solid #EBEBEB;
    background-color: #F9F9F9;
}

.replyhead {
    font-weight: bold;
    color: #3C578A;
    padding: 0 6px 0 18px;
    background: url("../icons/dialog.gif") no-repeat;
}

.fuhead {
    color: #000000;
    background-color: #CCCCCC;
    padding: 6px;
    margin: 8px 0 0 0;
}

.fuhead p {
    line-height: 18px;
}

.fuhead a {
    color: #990000;
    text-decoration: underline;
    font-weight: bold;
}

.replyattachments {
    padding: 4px 0 0 20px;
}

.replyattachments a {
    padding: 0 6px 0 20px;
}

.replydate {
    color: #96AECB;
}

.followfile {
    padding: 1px 10px 1px 0;
    color: #666666;
    background: url("../icons/attachment.png") no-repeat left top;
}

.rel {
    position: relative;
    height: 0;
}

.spv {
    padding: 16px 0;
}

.invitefu {
    position: absolute;
    top: 20px;
    background-color: #F4F4F4;
    border: 1px solid #999999;
    left: -280px;
    padding: 10px;
    width: 280px;
    display: none;
}

#advancedsearch {
    height: 110px;
    width: 257px;
    position: absolute;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
    top: 27px;
    left: 0;
    padding: 6px;
    display: none;
    z-index: 12;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.ajaxloading {
    line-height: 30px;
    background: url("../icons/ajax-loader.gif") no-repeat left top;
    padding: 0 0 0 20px;
}

.underline {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2px;
    margin-bottom: 4px;
    width: 96%;
}

.aleft {
    text-align: left;
}

#logout {
    position: absolute;
    left: 744px;
    top: 58px;
    width: 120px;
    text-align: right;
}

#logout a {
    color: #FFFFFF;
}

.searchresulttitle {
    font-weight: bold;
    color: #000000;
    padding: 12px 0 0 0;
}

.inlinespan {
    color: #333333;
    padding: 0 6px;
    line-height: 18px;
}

.followers {
    background-color: #EAEAEA;
    padding: 4px 10px;
}

.upper {
    text-transform: uppercase;
}

.advancedsearchform {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 0 0 16px 0;
    background-color: #F4F4F4;
}

.ftable p {
    padding: 0 0 6px 0;
}

.eventlog-list {
    max-height: 10em;
    overflow-y: auto;
    width: 500px;
    padding: 6px;
    border: solid 1px #CCCCCC;
}
