@import "admin/be_Tables.css";
@import "admin/bc_be_tree.css";

body {
    margin: 0;
    padding: 0;
    background: url(http://fundangosports.com/images/backgrounds/sand.jpg);
}

body, td {
    color: #333;    
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana;
/*    
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
*/    
}

h1 {
    font-size: 16px;
}

#content {
    width: 725px;
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
}

#mainContent {
    background: #fff;
    margin: 0 5px 0 5px;
    padding: 7px 0 40px 8px;
    color: #999;
}

#mainContent td {
    color: #999;
}


#headerTop {
    background: url(../img/headerTopBg.png);
    height: 72px;
    text-align: right;
}

#headerTop a#logout {
    display: block;
    width: 70px;
    color: white;
    padding: 25px 20px 0 0;
    font-size: 14px;
}

#headerTop a#toRoot {
    display: block;
    width: 70px;
    color: white;
    margin: 10px 0px 0 10px;
    font-size: 14px;
}

#headerMiddle {
    background: url(../img/headerMiddleBg.jpg);
    padding: 15px;
}

#headerBottom {
    background: url(../img/headerBottomBg.jpg);
    height: 16px;
}

a:link, a:visited { color: #81a3bb; text-decoration: none; font-weight: bold; }
a:hover, a:active { color: #81a3bb; text-decoration: underline; font-weight: bold; }

INPUT {
    font-family: arial;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal; 
}

SELECT {
    font-family: arial;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal; 
}

INPUT.button {
    color: #003366;
    font-weight: bold;
    background-image: url(../img/button.jpg);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(102,151,184);
    height: 18px;
}

.error {
    font-weight: bold;
    color: red;
}

.done {
    font-weight: bold;
    color: green;
}

h1 { font-size: 16px; }


td.tbl_head {
    background: #4BEEF0;
    text-align: center;
}

.page_body_message-error {
    border: 1px dotted black;    
    background: #ffcccc;
    margin-top: 5px;
    font-size: 20px;
    
}

.page_body_message-info {
    border: 1px dotted black;    
    background: #ccffcc;
    margin-top: 5px;
}

.info-box {
    width: 715px;
    margin: auto;
    margin: 3px;
    padding: 5px;
    padding-top: 0;
    border: 1px dotted grey;
    background-color: #76ef85;
}