/***************
 ** HTML TAGS **
 ***************/
body {
    margin: 1em;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
          
    color: black;
    background-color: white;
}

h2, h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

/**************************
 ** COMMON PAGE ELEMENTS **
 **************************/
#wrap {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 59px;
    margin-bottom: 1.5em;
}
.header h1 {
    display: none;
}
#header-freebsd { background-image: url(/images/header_freebsd.png); }
#top-links {
    background-color: #efefef;
    border: 1px solid #c0c0c0;
    margin-bottom: 1em;
    padding: 5px;
}
#top-links ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#top-links li {
    display: inline;
    text-align: center;
    list-style: none;
    padding: 3px 10px;
    border-left: 1px solid #c0c0c0;
}
#top-links li.first {
    border-left: none;
}
#top-links li a {
    padding: 3px 5px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}
#top-links li a:hover {
    text-decoration: underline;
}

.foot-links {
	font-size:9px;
    margin-bottom: 1em;
    padding: 2px;
}
.foot-links ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.foot-links li {
    display: inline;
    text-align: center;
    list-style: none;
    padding: 3px 10px;
    border-left: 1px solid #c0c0c0;
}
.foot-links li.first {
    border-left: none;
}
.foot-links li a {
    padding: 3px 5px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}
.foot-links li a:hover {
    text-decoration: underline;
}
.oslogo {
   height: 50px; 
}

.col_head {
	text-align:left;
}

.total, .number{
	text-align:right !important;
}

.stats-simple {
    border-collapse: collapse;
    border: 2px solid #999999;
}
.stats-simple th {
    background-color: #999999;
    color: #efefef;
    padding: 4px 12px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
}
.stats-simple td {
    text-align: left;
    padding: 1px 4px 1px 4px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px dotted #e0e0e0;
}
.stats-simple td.oslogo {
    border-left: none;
    text-align: center;
}
.stats-simple tr.total td {
    border-top: 2px solid #c0c0c0;
    font-weight: bold;
}

.stats-large td {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #c0c0c0;
}

.left { text-align: left !important; }
.bold { font-weight: bold; }

/*************************
 *** Specific elements ***
 *************************/
#our-mission    { padding-left: 1em; }
#our-mission h2 { margin-top: 0; }
#os-summary     { padding-right: 1em; }
#country-top10 {
    clear: both;
    padding-top: 1em;
}
.stats-small th{
	font-size: 10px;
    padding: 4px;
}

.stats-small .rank{
	font-weight:bold;
	text-align:right;
	width:50px;
}

.stats-small .total{
	text-align:right;
	width:70px;
}

.stats-small .country{
	text-align:left;
}

.stats-small td{
	font-size: 10px;
    padding: 4px;
}
#adsense { margin-top: 1.5em; }

/*******************
 *** Stats Pages ***
 *******************/
#toplink-os-name a { font-weight: normal !important; }
.overview-heading {
    text-align: center !important;
    padding: 5px !important;
    background-color: #999999;
    color: white;
}

.statstbl {
	border: 1px solid #999999;
}
.statstbl th {
	text-align: left;
	padding: 2px 5px;
}
.statstbl td { padding: 2px 15px 2px 5px; }

#footer {
	clear: both;
	font-size: 0.85em;
	color: #666;
	padding:5px;
}
div.separ {
	clear: both;
	height: 3px;
	border-bottom: 2px solid #eee;
	width:100%;
}
#instructions{
	float:left;
	text-align:justify;
}

input, .select_os {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
.select_os{
	width:100px;
}
.form_select_os{
	text-align:right;
	margin:0px;
	padding:0px;
}