* { margin: 0; padding: 0; }
body {
    background-color: #001e32;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a { 
    color: #293f56;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: .8em;
    letter-spacing: 2px;
}

.roundpopup {
    position:fixed;
    top: 150px;
    width: 900px; 
    z-index: 500;         
    display: none;
    background-color: transparent;
}

.roundpopup .inner {
    background-color: white;
    margin: 0 auto;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.centerarea {
    margin: 0 auto;
    width: 890px;        
}
/*
input[type="text"] {
    margin: 5px auto;
    width: 250px;
    display: block;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    font-size: 1em;
    padding: 5px;
    font-weight: bold; 
    letter-spacing: 1px;
    text-align: center;   
}

input[type="button"], input[type="submit"] {
    background-color: #001e33;
    color: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-size: 1em;
    padding: 3px;
    margin: 5px 0px 5px 0;
    border: 0;
    font-weight: bold;
    width: 8em;    
}

input.lonebutton {
    margin: 5px auto;
    width: 250px;
    display: block;    
}
*/

.newbutton {
    background-color: #001e33 !important;
    color: white !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
    border-radius: 6px !important;
    font-size: 1em !important;
    padding: 3px 20px !important;
    margin: 5px 0px 5px 0 !important;
    border: 0 !important;
    font-weight: bold !important;
}

.whiteround
{
    background-color: white;
    color: black;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: thin solid #001e32;
    
    padding: 18px;
}

.whiteround h2 {
    color: #6a7d8b;
    font-weight: normal;
    font-size: 1.2em;
    padding-bottom: .5em;
    font-weight: bold;
}

.collapsed {
    height: 100px;
}

.expandlink {
    text-align: right;
    font-size: .9em;
    padding-bottom: 3px;
}

.stackedboxes
{
    background-color: #6a7d8b;
    color: white;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    
    font-size: .9em;
}

.stackedboxes h2
{
    background-color: #ced3d7;
    color: #162d3f;
    
    font-size: 1.15em;
    font-weight: bold;
    padding: 8px 25px;
}

.topheader
{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;    
}

.stackedboxes p {
    padding: 4px 25px;
}

.stackedboxes .centerwithtext
{
    margin: 0px auto;
    width: 258px; 
}

#headerfull {
    background:#010f1a url('/images/headerpx.jpg') repeat-x center top;
    
       
}

#header_area {
    background:#010f1a url('/images/header.jpg') no-repeat center top;
    height: 116px;
    color: #667d8f;    
}

#account_links {
    height: 56px;
    text-align: right;
    padding-top: 30px; 
}

ol#maintabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

ol#maintabs li {
    display: table-cell;
    padding: 0 30px;
    
    margin: 0 10px;
    float:left;
}

ol#maintabs a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

ol#maintabs.dashboard li.current {
    background-color: #02658c;
    border-bottom: 1px solid #02658c;
    color: #dfffff;   
}
ol#maintabs.code li.current {
    background-color: #000200;
    border-bottom: 1px solid #000200;
    color: #fff;   
}
    ol#maintabs.code li.current a {
        color: #fff;    
    }
ol#maintabs.reviews li.current {
    background-color: #02300b;
    border-bottom: 1px solid #02300b;
    color: #fefefc;   
}
    ol#maintabs.reviews li.current a {
        color: #fefefc;    
    }
ol#maintabs.advanced li.current {
    background-color: #490600;
    border-bottom: 1px solid #490600;
    color: #f9fffd;   
}
    ol#maintabs.advanced li.current a {
        color: #f9fffd;    
    }
ol#maintabs.promote li.current {
    background-color: #513408;
    border-bottom: 1px solid #513408;
    color: #fffeff;   
}
    ol#maintabs.promote li.current a {
        color: #fffeff;    
    }

ol#maintabs li.current {
    background-color: #02658c;
   -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    
    color: #dfffff;
    
    border-left: 1px solid #dfffff;
    border-top: 1px solid #dfffff;
    border-right: 1px solid #dfffff;
    border-bottom: 1px solid #02658c;
    
    position: relative;
    top: 1px;
    z-index: 100;
}

ol#maintabs li.current a {
    color: #dfffff;    
}

#dashboard-nav.dashboard {
    background-color: #02658c;
    height: 60px;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02658c', endColorstr='#004f6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#02658c), to(#004f6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #02658c,  #004f6e); /* for firefox 3.6+ */
}
#dashboard-nav.code {
    background-color: #000200;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000200', endColorstr='#363636'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#000200), to(#363636)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #000200,  #363636); /* for firefox 3.6+ */
}
#dashboard-nav.reviews {
    background-color: #02300b;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02300b', endColorstr='#254d35'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#02300b), to(#254d35)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #02300b,  #254d35); /* for firefox 3.6+ */
}
#dashboard-nav.advanced {
    background-color: #490600;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#490600', endColorstr='#530000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#490600), to(#530000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #490600,  #530000); /* for firefox 3.6+ */
}
#dashboard-nav.promote {
    background-color: #513408;
    height: 20px;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#513408', endColorstr='#69461c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#513408), to(#69461c)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #513408,  #69461c); /* for firefox 3.6+ */
}

#dashboard-nav {    
    background-color: #02658c;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02658c', endColorstr='#004f6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#02658c), to(#004f6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #02658c,  #004f6e); /* for firefox 3.6+ */ 
    
    border-top: 1px solid #dfffff;
}

ol#subtabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 5px auto 0;
    width: 890px;
}

ol#subtabs li {
    display: table-cell;
    padding: 0 60px;
    
    margin: 0;
    float:left;
}

ol#subtabs a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    
    display: block;
    float: left;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

ol#subtabs li.current {
    background-color: #ebebeb;
   -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    
    color: #000;
    
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    
    position: relative;
    top: 1px;
    z-index: 100;
}

ol#subtabs li.current a {
    color: #000;    
}

#mainbackground {
    background-color: #ebebeb;
}

#whitemainbackground {
    background-color: white;
} 

#maincontent {
    padding: 20px;    
}

#manage_reviews {
    width: 50%;
    float: left;
    
    background: inherit url('/images/header.jpg') no-repeat right top;
}

#statistics {
    width: 50%;
    float: right;
}

#login_and_emails {
    float:left; 
    margin-bottom: 130px;
    padding-left: 30px;
    padding-right: 30px;
}

#login_edit {
    width: 50%;
    float: left;
    margin: 0 10px 0 -10px;
}

#emails_edit {
    width: 50%;
    float: right;
    margin: 0 -10px 0 10px;
}

#footerbackground {
    height: 175px;
    background-color: #184f76;
    clear: both;
    color: #667d8f;
    font-size: .9em;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e32', endColorstr='#184f76'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#001e32), to(#184f76)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #001e32,  #184f76); /* for firefox 3.6+ */
}

#footerbackground p {
    text-align: center;
    padding: 10px 0 20px 0;
}

#footerbackground a {
    color: #667d8f;
    padding: 0 0px;
}

#footerbackground a:hover{font-weight:bold; text-decoration:underline;}

.awardbox {
    height: 200px; 
    width: 200px; 
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid transparent 1px;
    display: none;
}



.award_color {
    padding: 2px;
    border: solid transparent 1px;
    cursor: pointer;
}

.currentaward {
    border: solid gray 1px;
}

#single_review {
    width: 985px; 
    background-color: white; 
    margin: 0 auto;
}
