.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F3F3F3 url('../images/background.png') repeat;
    color: #222;
}

h1, h2, h3, h4{
	margin: 20px 0;
	text-shadow: 0px 1px 0px #f7f8f9;
}

h1 {
	font-size: 38px;
/*  color: #404040;*/
	font-weight: bold;
}

h2 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

h3 {
	background: url('../images/divider.png') repeat-x center;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

h3 span {
    background: #F3F3F3 url('../images/background.png') repeat;
	padding-right: 20px;
}

h4 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #707070;
	font-weight: bold;
}

p {
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 0;
	font-size: 14px;
}

ul, ol {
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 20px;
	font-size: 14px;
}

li {
	margin-left: 20px;
}

strong {
	font-weight: bold;
	color: #444;
}

em {
	font-style: italic;
	color: #000;
}

a:link, a:visited {
	color: #4A97BA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #57B5E3;
}

pre, code {
    font-family: "Lucida Console", "DejaVu Sans Mono", monospace;
    font-size:10px;
    line-height:1.5;
}

pre {
    background: #eee;
    border:1px solid #ccc;
    padding: 20px;
    margin: 0 0 20px 0;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc; 
    overflow:auto;
}

img {
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border:1px solid #bbb;
}

/* Layout */

#container {
    width: 960px;
    margin: 20px auto; 
}

#regions-table {
    width: 630px;
    float: left;
}

#regions-image {
    width: 300px;
    margin-left: 30px;
    float: left;
}

/* Tables */

.table-wrapper {
	margin-bottom: 20px;
}

.table-wrapper table {
    width: 960px;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border:1px solid #ccc;
}

.table-header {
	font-size: 12px;
    text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#regions-table .table-wrapper table {
    width: 630px;
}

.table-row td {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: 10px;
}

tr {
	background: #fff;
}

tr:nth-child(odd) {
	background: #eee;
}

tr:nth-child(even) {
	background: #fff;
}

tr.region {
    background: #CCC;
}