/* Import backbone styles */
@import url('reset.css');

/* Global styles */
* {
	margin: 0;
	padding: 0;
}

body {
	background:#ffffff none repeat scroll 0 0;
	color: #333333;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 20px auto;
	width: 960px;
}

em, i {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", “Trebuchet MS”, Arial, Helvetica, sans-serif;
}

strong, b {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", “Trebuchet MS”, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

a, a:visited {
	color: #367291;
	text-decoration: none;
}

a:hover {
	color: #4a9ac3;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

sup, sub {
	height: 0;
	line-height: 1px;
	vertical-align: baseline;
	position: relative;
	font-size: 80%;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333333;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 22px 0;
}

caption {
	color: #999999;
	font-family: Verdana, Arial, Helvetica Neue, Helvetica;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}

th {
	background-color: #e4e6e9;
	color: #386085;
	border-right: 1px solid #828a92;
	border-bottom: 1px solid #828a92;
	border-top: 1px solid #828a92;
	font-family: Verdana, Arial, Helvetica Neue, Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
}

th.no-bg {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #828a92;
}

td {
	border-right: 1px solid #828a92;
	border-bottom: 1px solid #828a92;
	background-color: #fff;
	color: #4f6b72;
	padding: 10px 15px;
	vertical-align: middle;
}

td img {
	padding: 5px;
}

tr.alt td {
	background: #f3f5f7;
	color: #797268;
}

th.row-header {
	border-left: 1px solid #828a92;
	border-top: 0;
}

tr.alt th {
	background-color: #d7d9dc;
	border-left: 1px solid #828a92;
	border-top: 0;
	color: #4a5967;
}

h1 {
	color: #333333;
	display: block;
	font: normal 280% Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 55px 0 33px 0;
}

h2 {
	color: #333333;
	display: block;
	font: normal 150% Helvetica, Arial, sans-serif;
	margin: 22px 0 11px 0;
}

h3 {
	color: #333333;
	display: block;
	font: normal 130% Helvetica, Arial, sans-serif;
	margin: 11px 0 11px 6px;
}

h4 {
	color: #333333;
	display: block;
	font: normal 110% Helvetica, Arial, sans-serif;
	margin: 11px 0 11px 6px;
}

p {
	padding: 0 0 22px 6px;
}

p.note {
	background: #f8f3a2;
	border: 1px solid #f3c35c;
	font-size: 90%;
	margin: 0 0 22px 0;
	padding: 12px 15px;	
}

p a {
	color: #294e7e;
	padding: 0 2px;
	text-decoration: underline;
}

p a:visited {
	color: #294e7e;
	text-decoration: underline;
}

p a:hover {
	background-color: #367291;
	color: #ffffff;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	margin: -10px 5px 10px 25px;
}

ul li {
	line-height: 120%;
	padding: 2px 5px;
}

.pagenavi {
	clear: both;
	display: block;
	margin: 20px  auto;
	text-align: center;
}

.pagenavi a {
	background: #f3f6f9;
	border: 1px solid #999999;
	color: #333333;
	font-size: 90%;
	line-height: 150%;
	margin: 0 5px;
	padding: 8px 12px; 
	text-decoration: none;	
}

.pagenavi a:hover {	
	background-color: #333333;
	color: #ffffff;
}

p.valid {
	font-size: 90%;
	margin-top: 30px;
}

pre {
	background: #f3f6f9;
	border-left: 3px solid #dadada;
	display: block;
	margin: 0 0 22px 0;
	padding: 10px 7px;
	overflow: auto;
	text-align: left;
	white-space: pre;
	width: 100%;
}

p code, li code {
	background: #f3f6f9;
	border-bottom: 1px solid #dadada;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	padding: 1px 5px;
}

pre code {
	background: transparent;
	border: none;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	font-size: 90%;
	line-height: 125%;
}

.centered th, .centered td {
	text-align: center;
}

.centered th img {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

.centered td img {
	display: block;
	margin: 0 auto;
}
