/* rmtrading.css
 * dcrandell
 * 6/6/09
 */

body {
    font-family:arial,helvetica,sans-serif;
    color:#2a2a2a;
    background:url('../images/bkgd1_600h.png') repeat-x;
}

.MainTable {
    border:1px solid #cccccc;
    background-color:#ffffff;
    width:800px;
}

input, select, textarea {
    border:1px solid silver;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    background-color:#eeeeee;
}

table {
    font-size:12px;
}

.borderedtable {
    border:1px solid #666666;
}

.menu {
    width:178px;
    border:1px solid #666666;
    font-size:12px;
}

.menu:hover {
    background-color:#ffffcc;
    font-size:12px;
}

.menusel {
    border:1px solid #666666;
    background-color:#e1e1e1;
    font-size:12px;
}

.footermenu1 {
    font-size:12px;
    width:40%;
    text-align:center;
}

.footermenu2 {
    font-size:12px;
}

.itemtable {
    border:1px solid #aaaaaa;
    font-size:12px;
    width:360px;
}

.items {
    font-size:12px;
    /*border:1px solid silver;*/
}

.breadcrumbs {
    text-align:left;
    font-size:10px;
}

.headinfo {
    font-weight:bold;
    font-size:12px;
}

.about {
    text-align:left;
}

.err {
    color:ff0000;
}

.succ {
    color:#006600;
}

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

a:hover {
    text-decoration:underline;
}

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

.left {
    text-align:left;
}

.formlabel {
    width:80px;
}

#logindiv {
    width:100%;
    height:25px;
    border:1px solid silver;
    background-color:#e1e1e1;
}