﻿body 
{
    /*background: #303030 url(../images/bggradient.png) repeat-x;*/
    background: #000000;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color: #ffffff;
}

.pagecontent 
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color: #ffffff;
    font-size: 1.5em;
}

.pagecontent h1
{
    font-size: 2.0em;
    font-weight: bold;
    margin: 0.75em 0;
}

.pagecontent h2
{
    font-size: 1.75em;
    font-weight: bold;
    margin: 0.75em 0;
}

.pagecontent h3 
{
    font-weight: bold;
    font-size: 1.5em;    
    margin: 0.85em 0;
}

.pagecontent a
{
    color: #a1e331;
    text-decoration: underline;
}

.pagecontent a img
{
    border: none;
}

.pagecontent .container
{
    position: relative;
    width: 990px;
    margin: auto;
}

.pagecontent .contentPanel
{
    border: solid 2px #a1e331;
    background: #ffffff;
    margin: 14px 0px 24px 0px;
    color: Black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ie6 .pagecontent .contentPanel 
{
    zoom: 1;
}

.pagecontent .contentPanel h1
{
    color: #a1e331;
}

.pagecontent .contentPanel h2
{
    color: #000000;
}

.ie6 .pagecontent .contentPanel h2 
{
    padding-top: 10px;
}

.pagecontent .contentPanel h3
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;    
    font-size: 16px;
}

.pagecontent .contentPanel a
{
    color: #5f931a;    
}

.pagecontent .contentPanel p
{
    color: #888;
/*    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;    */
    font-size: 12px;
}

.bullets
{
    list-style-image: url(../images/bullet.png);
}

.bullets li 
{
    padding-bottom: 10px;
}

.menu 
{
    position: absolute;
    right: 0px;    
    top: 0px;
    width: 500px;
}

.menu a
{
    text-decoration: none;
    float: right;
    margin-left: 8px;
}

.menu-button-left
{
    width: 6px;
    height: 48px;
    float: left;    
}

.hover .menu-button-left
{
    background: transparent url(../images/menu_button_active.png) 0 0;
}

.active .menu-button-left
{
    background: transparent url(../images/menu_button_active.png) 0 0;
}

.ie6 .menu .hover .menu-button-left, .ie6 .menu .active .menu-button-left
{
    background: transparent url(../images/menu_button_active_black.gif) 0 0;
}

.ie6 .contentPanel .hover .menu-button-left, .ie6 .contentPanel .active .menu-button-left
{
    background: transparent url(../images/menu_button_active.gif) 0 0;
}

.menu-button-center
{   
    float: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px; 
    color: #c1fca0;    
    font-weight: bold;
    line-height: 42px;
    height: 48px;
    text-transform: lowercase;
    text-decoration: none;
    padding: 0 4px 0 4px;
}

.hover .menu-button-center
{
    background: transparent url(../images/menu_button_active.png) 0 -96px;
    color: White;
}

.active .menu-button-center
{
    background: transparent url(../images/menu_button_active.png) 0 -96px;
    color: White;
}

.ie6 .hover .menu-button-center, .ie6 .active .menu-button-center
{
    background: transparent url(../images/menu_button_active_black.gif) 0 -96px;
}

.ie6 .contentPanel .hover .menu-button-center, .ie6 .contentPanel .active .menu-button-center
{
    background: transparent url(../images/menu_button_active.gif) 0 -96px;
}

.menu-button-right
{
    width: 6px;
    float: left;
    height: 48px;
}

.hover .menu-button-right
{
    background: transparent url(../images/menu_button_active.png) 0 -48px;
}

.active .menu-button-right
{
    background: transparent url(../images/menu_button_active.png) 0 -48px;    
}

.ie6 .hover .menu-button-right, .ie6 .active .menu-button-right
{
    background: transparent url(../images/menu_button_active_black.gif) 0 -48px;
}

.ie6 .contentPanel .hover .menu-button-right, .ie6 .contentPanel .active .menu-button-right
{
    background: transparent url(../images/menu_button_active.gif) 0 -48px;
}

.button
{
    cursor: pointer;
}

.button a
{
    text-decoration: none;
    cursor: pointer;
}

.button-left
{
    width: 6px;
    height: 48px;
    float: left;    
    background: transparent url(../images/menu_button_active.png) 0 0;
}

.ie6 .button-left 
{
    background: transparent url(../images/menu_button_active_black.gif) 0 0;
}

.ie6 .contentPanel .button-left 
{
    background: transparent url(../images/menu_button_active.gif) 0 0;
}

.button.alt .button-left
{
    background: transparent url(../images/menu_button_hover.png) 0 0;
}

.ie6 .contentPanel .button.alt .button-left
{
    background: transparent url(../images/menu_button_hover.gif) 0 0;
}


.button .button-center
{   
    float: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px; 
    color: #ffffff;    
    font-weight: bold;
    line-height: 42px;
    height: 48px;
    text-transform: lowercase;
    text-decoration: none;
    padding: 0 4px 0 4px;
    background: transparent url(../images/menu_button_active.png) 0 -96px;
}

.ie6 .button .button-center 
{
    background: transparent url(../images/menu_button_active_black.gif) 0 -96px;
}

.ie6 .contentPanel .button .button-center
{
    background: transparent url(../images/menu_button_active.gif) 0 -96px;    
}

.button.alt .button-center
{
    background: transparent url(../images/menu_button_hover.png) 0 -96px;
}

.ie6 .contentPanel .button.alt .button-center 
{
    background: transparent url(../images/menu_button_hover.gif) 0 -96px;
}

.button-right
{
    width: 6px;
    float: left;
    height: 48px;
    background: transparent url(../images/menu_button_active.png) 0 -48px;
}

.ie6 .button-right 
{
    background: transparent url(../images/menu_button_active_black.gif) 0 -48px;    
}

.ie6 .contentPanel .button-right 
{
    background: transparent url(../images/menu_button_active.gif) 0 -48px;    
}

.button.alt .button-right
{
    background: transparent url(../images/menu_button_hover.png) 0 -48px;
}

.ie6 .contentPanel .button.alt .button-right
{
    background: transparent url(../images/menu_button_hover.gif) 0 -48px;
}

.resultsTable
{
    width: 100%;
}

.resultsTable th
{
    text-decoration: underline;
    text-align: center;
}

.resultsTable tr.alt
{
    background-color: #f0ffe7;
}

.pagerTable
{
    float: right;
}

.pagerTable td
{
    width: 20px;
}

.pagerTable td.leftend
{
    width: 90px;
    text-align: right;
}

.pagerTable td.rightend
{
    text-align: left;
    width: 50px;
}

.section-header
{
    border-bottom: solid 1px #acacac; 
    font-family: 'Lucida Grande', Arial, Helvetica, Geneva, Verdana, sans-serif;
    color: #000; 
    font-size: 18px; 
    font-weight: normal; 
    line-height: 21px; 
    margin-bottom: 10px;
}

.featuredScreenshot 
{
    width: 420px; 
    height: 365px; 
    background: transparent url(../images/overview_mirrored.png);    
}

.ie6 .featuredScreenshot
{
    background: transparent url(../images/overview_mirrored.gif);
}

