/*
 $Id$

 cyberconcepts specialties

*/

body {
    color: #242424;
}

a[href] {
    text-decoration: none;
    color: #344080;
    background-color: transparent;
}

.top {
    border-bottom: 0px solid #d1e0f2;
    padding: 5px 0 5px 10px;
}

div.box h4 {
    color: White;
    font-weight: bold;
    background-color: #00008b;
}

div.box h4 a {
    color: #bbbbff;
}

div.box h4 a:hover {
    color: #ddbbff;
}

div.box, .box div.body {
    border-color: #00008b;
}

.box div.body div.even, table.listing tr.even td {
    background-color: #d1e0f2;
}

table.listing, table.listing td {
    border-color: #00008b;
	vertical-align: top;
}

table.listing tr.odd td  {
    background-color: #fff;
}

table.listingdescription th, table.listing th {
    font-weight: bold;
    color: White;
    background-color: #00008b;
}

.footer {
    border-top: 1px solid #00008b;
}

