body {
    margin: 0px;
    font-family: Trebuchet MS, Georgia, Verdana, Arial;
    font-size: small;
    color: #000;
    min-width: 700px;
    font-size: small;
    background: #333 url( ../images/bodybg.jpg ) repeat;
    height: auto;
}

h1 {
    font-size: xx-large;
    color: #4f724f;
    border-bottom: 1px solid #b5e3b5;
    margin-top: 36px 0px -2px 0px;
}

h2 {
    font-size: x-large;
    color: #3a4754;
    margin: 40px 0px 0px 0px;
    padding: 0px auto;
    border-top: 1px solid #90d590;
}

h3 {
    font-size: small;
    color: #3a4754;
    font-weight: bold;
    margin: 0px 0 -2px 0px;
}

a:link {
    color: #369;
    text-decoration: none;
}

a:visited {
    color: #758E8A;
    text-decoration: none;
}

a:hover {
    color: #4C6561;
    text-decoration: none;
}

a:active {
    color: #4C6561;
    text-decoration: none;
    background: #EEEEEE;
}

.title {
    font-size: medium;
    font-weight: normal;
    color: #666;
    text-align: left;
}

.maincontentContainer {
    width: 950px;
    background: #fff;
    position: relative;
    text-align: left;
    height: auto;
}

.leftcontainer {
    border: 1px #88ADA6 solid;
    padding: 10px;
    position: relative;
}

/**************************************************/
/*buddy section*/
/**************************************************/
.buddySection {
    font-family: inherit;
    font-size: small;
}

.buddyName {
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.buddyAppTitle {
    padding-left: 36px;
    padding-bottom: 4px;
    cursor: pointer;
    color: #369;
    font-weight: bold;
}

/*********************************************************************************/
/*header*/
/*********************************************************************************/
textarea {
    color: #000;
    font-family: Trebuchet MS, Georgia, Verdana, Arial;
    font-size: small;
    background-color: #84A9A4;
    border: 1px solid #3D605B;
}

.topband {
    height: 24px;
    width: 950px;
    background: url( ../images/topband.gif ) repeat-x;
}

.toplinks {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding-top: 2px;
}

.toplinks a {
    text-decoration: none;
    color: #B5C6BD;
}

.toplinks a:hover {
    text-decoration: underline;
    color: #778788;
}

.toplinksright {
    padding-right: 20px;
    float: right;
    padding-top: 2px;
}

.toplinksright a {
    text-decoration: none;
    color: #B5C6BD;
}

.toplinksright a:hover {
    text-decoration: underline;
    color: #778788;
}

.banner {
    margin: 0px 0px 0px 0px;
    height: 60px;
    width: 950px;
    background-image: url( ../images/loginbanner.jpg );
    background-repeat: repeat;
    color: #ffffff;
    font-size: 75%;
}

.footer {
    margin: 0px 0px 0px 0px;
    height: 20px;
    background-image: url( ../images/topband.gif );
    background-repeat: repeat;
    color: #ffffff;
    font-size: 75%;
    text-align: right;
    width: 950px;
}

.appTitle {
    font-family: inherit;
    font-size: x-large;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    padding-top: 18px;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: #333;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}

.dtree a.nodeSel {
    background-color: #c0d2ec;
}

/**********************************************/
.error {
    color: #FF0000;
}

/*installer page styles*/
.downloadTable {
    border: 1px #ccc solid;
    width: 500px;
    margin: 25px auto;
}

.tableHeader {
    height: 24px;
    background: #eee;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}

.tableCell {
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
}

.downloadInstructions {
    width: 500px;
    text-align: left;
}

.cellHighlight {
    font-weight: bold;
}

.navigationalpage {
    background-color: #FFFFFF;
    margin: 40px auto;
    text-align: center;
}

/******************************************************** Login ****************************************************/
/************************************************************************************************************/

.loginbox {
    width: 290px;
    height: 300px;
    background: url( ../images/logincas_box_bg.jpg ) no-repeat;
    margin: 0px auto;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 20px;
}

.loginTitle {
    font-family: inherit;
    font-size: 21px;
    margin-top: 5px;
}

.loginbutton {
    width: 90px;
    height: 30px;
    font-size: 16px;
    background-color: #f0f0f0;
    color: #000;
    border: 0px;
    margin-top: 10px;
}

.loginMessage {
    margin-top: 5px;
}

.loginbg {
    height: auto;
    width: 998px;
    background: url( ../images/mainbg02.jpg ) repeat;
    margin: 10px auto;
}

.loginmainbg {
    background-color: #FFFFFF;
    border: 1px solid #304140;
    width: 950px;
    text-align: left;
}

.loginheader {
    background: url( ../images/loginbanner.jpg );
    height: 61px;
    width: 100%;
    text-align: left;
    color: #B5C6BD;
}

.textfield {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 25px;
    width: 250px;
    padding-left: 2px;
}

.textbox {
    font-family: inherit;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 250px;
    padding-left: 2px;
}