.twocol .col1 {
    float:left;
    width:670px;
    border-right: 2px solid #c3c4c5;
    padding-right:14px;
}

.twocol .col2 {
    float:right;
    width:300px;
    padding-left:14px;
    border-left: 2px solid #c3c4c5;
    margin-left:-2px;
}

.twocol .col2 .moduletable { 
    margin-bottom:5px;
}


.onecol {
    padding-bottom:10px;
}

/* Site Map */

#xmap ul {
    list-style:none;
}

#xmap ul.level_0 li a {
    font-size:14px;
}

#xmap ul.level_0 li ul.level_1 li a {
    font-size:12px;
}

#xmap li a {
    text-decoration:none;
}

a.more {
    white-space: nowrap;
    color:white;
    text-decoration:none;
    padding:2px;
    padding-left:10px;
    padding-right:10px;
    background: #b5bdc8; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid black;
}

a.more:hover {
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

table.cookieTable {
   border:1px solid #333333;
    border-collapse:collapse;
    text-align:center;
    background:white;
}

table.cookieTable .cookieHeader {
    background:#F7931E;
    color:white;
    padding:5px;
    border:1px solid #333333;
    font-weight:bold;
}

table.cookieTable .cookieHeader td,
table.cookieTable .cookieHeader th {
    color:white;
}

.cookieTable th,
.cookieTable td {
    padding:5px;
    border:1px solid #333333;
    color:black;
}

.cookieTable .alt {
    background:#e4e8eb;
}

#wrap .mainContent .dataTable td {                                                  text-align:left;
}

.topAd {
    margin-bottom:10px;
}

/*
#system-message-container #system-message {
    border:1px solid #555555;
    border-radius:5px;
    padding:20px;
    margin-bottom:10px;
}

#system-message-container #system-message .error {
    color:red;
}

#system-message-container #system-message .message {
    font-weight:bold;
}
*/

