* { margin:0; }
html { height: 85%; }
body { background:repeat-y right url(../images/background-right.gif); font-family:Calibri, Arial, sans-serif; height: 100%; }
a { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }
a:link {color: #2E2EFE; text-decoration: none; }
.wrapper { background:repeat-y url(../images/background-left.gif); height:auto; min-height:100%; min-width:580px; }
.main { height: 100%; padding: 0 0 1px 0; }
.header { background:#FFFFFF; height:70px; }
.header .title { float:left; margin:0 0 0 0px; }
.header .logo { float:right; margin:00px 0px 0 0; }
.header2 { background:#3c3e40; color:#cbcbcb; font-size:32px; line-height:90px; padding:0 0 0 25px; }
.breadcrumb { background:#3c3e40; color:#cbcbcb; font-size:14px; line-height:30px; padding:0 0 0 25px; }
.category { background:no-repeat right top url(../images/category-right.gif); }
.categorybar { background:no-repeat url(../images/category-left.gif); color:#ccc; font-size:16px; line-height:40px; padding:0 0 21px 45px; }
.item { background:repeat-x url(../Images/item-idle.gif); color:#444; font-size:18px; line-height:50px; padding:0 0 0 45px; }
.itemb { background:no-repeat; url(../Images/item-idle.gif); color:#444; font-size:18px; line-height:50px; padding:0 0 0 45px; }
.item a { cursor:pointer; }
.item:hover { background:no-repeat url(../images/item-hover.gif); color:#444; font-size:18px; line-height:50px; padding:0 0 0 45px; }
.splitter { height:19px; }
.message { background:no-repeat right top url(../images/message-right.gif); }
.messagetitle { background:no-repeat url(../images/message-left.gif); color:#444; font-size:18px; line-height:24px; padding:35px 0 5px 45px; }
.messagecontent { color:#444; font-size:18px; line-height:19px; padding:18px 55px 0px 55px; }
.footer { background:repeat-x url(../images/footer.gif); color:#FFFFFF; font-size:14px; line-height:51px; margin: -51px 0 0 0; min-width:580px; text-align:center; }
.footer2 { background:#3c3e40; color:#cbcbcb; font-size:14px; line-height:51px; padding:0 0 0 25px; margin: -51px 0 0 0; min-width:580px; text-align:center; }
/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    margin:4px;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../Images/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../Images/expanded.png);
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 80px;
  margin-left: 50px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}

