body
{
    font-family: Arial;
    font-size: 12pt;
    background-color: Black;
    color: White;
    margin-left: 20px;
    margin-right: 20px;
}
.content
{
    background-color: #333333;
    border:1px solid black;
}
.maincontent 
{
    padding: 20px;
}
a:link, a:visited, a:hover
{
    color: white;
    font-weight: bold;
}

a.highlighted,a.highlighted:link, a.highlighted:visited, a.highlighted:hover
{
    padding: 4px 8px 4px 8px;
    border: 1px solid green;
    background-color: #33CC33;
    color: White;
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
h1,h2,h3,p
{
    padding:2px;
}
h1
{
    font-size: 18pt;
    border-bottom: 1px solid gainsboro;
    border-bottom-style: dotted;
    margin-top:6px;
    
}
h2
{
    font-size: 14pt;
    border-bottom: 1px solid gainsboro;
}
h3
{
    margin-top: 8px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 2px;
}
.header
{
    background-position: 0 0;
    background-image: url(../images/source/branding.jpg);
    background-repeat: no-repeat;
    height: 150px;
    font-size: 18pt;
}
.headercontainer
{
    background-position: 0 0;
    background-image: url(../images/source/gradient.png);
    background-repeat: repeat-x;
    height: 150px;
}
table, tr, td, th
{
    font-size: 9pt;
    vertical-align: top;
}
th
{
    text-align: right;
}

table.datatable
{
    margin-bottom:4px;
}

table.datatable h2
{
    margin: 0px;
    font-size: 20pt;
}
table.datatable, table.datatable tr, table.datatable td, table.datatable th
{
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    color: White;
}
table.datatable tr, table.datatable td, table.datatable th
{
    padding: 4px;
}
.alternate
{
    background-color: #000F00;
    color: White;
}

table.datatable .modeltitle
{
    font-weight: bold;
    font-size: 10pt;
}
.compareselection
{
    position: fixed;
    padding: 4px;
    border: 1px dotted #303030;
    background-color: #333333;
}
.criteria
{
    margin: 6px;
    border: 1px solid #303030;
    padding: 2px;
    background-color: #333333;
}

.lrgthumb,.lrgthumbfixedheight,.lrgthumbfixedwidth,.smlthumb
{
    border: 2px solid #DFE0E3;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}

.lrgthumbfixedheight 
{
     height: 80px;
}

.lrgthumbfixedwidth
{
    width: 80px;
}

.smlthumb
{
    height: 50px;
    width: 50px;
}

.nav
{
    border: 1px solid #666666;
    padding: 4px;
}


.nav a, .nav a:hover, .nav a:link, .nav a:visited
{
    display: inline;
    margin-right: 40px;
}

.news
{
    margin: 6px 0px 6px 0px;
    padding: 6px;
    border: 1px solid gainsboro;
    background-color: black;
    color: #FFFFFF;
    /*font-size: 8pt;*/
}
.gnews table
{
    color: white;
    width: 90%;
}
.gnews j
{
    margin: 0px;
    padding: 0px;
}
.newsblock, .alternatenewsblock
{
    padding: 4px;
}
.alternatenewsblock
{
    background-color: #333333;
    color: White;
}

.label
{
    width: 400px;
    padding: 4px;
}
.modellistcontainer
{
    border: 1px solid gainsboro;
    margin-top: 10px;
    padding: 8px;
    background-color: Black;
}
.subsection
{
    background-color: #F8F8F3;
    border-top: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    padding: 4px;
    margin-bottom:6px;
}

.subsection 
{
   background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0),
               to(rgb(255, 255, 255)));
}

.modellinks
{
    
    border: 1px solid orange;
    background-color: #FFFFCC;
    margin-left: 6px;
    margin-bottom:6px;
    padding: 4px;
    min-width:120px;
}
.modellinks, .new 
{
     background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCC),
               to(#FFFFE6));
}
.modellinks h3
{
    margin-top:0px;
    padding-top:0px;
}
.subsection,.modellinks,.modellistcontainer,.compareselected,.criteria,.datatable
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}