body {
	margin: 0;
	padding: 0;
	color: rgb(89, 89, 89);
    font: 14px Lato, Arial, sans-serif;
    margin: 0;
}

a { text-decoration: none; color: #00579C; }

form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

textarea {
	resize: none;
}

textarea, input, select, option {
	color: inherit;
}

img {
	border: 0;
}

.block {
	margin: 0 auto;
	width: 985px;
	outline-left: 1px solid red;
	outline-right: 1px solid red;
}

.toolbar, .content-body ul.toolbar {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

.toolbar li, .content-body .toolbar li {
	background: transparent;
    padding: 0;
	float: left;
}

.toolbar a {
	display: block;
	float: left;
	text-decoration: none;
	color: #999999;
}

.clear { clear: both; }

h1 {
	color: #000000;
	font-family: Lato, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin:30px 0 8px; 
	padding: 0;
}

h2 {
	font-family:  Lato, Arial, sans-serif;
	font-size: 16px;
	margin-top:20px;
	margin-bottom:8px;
}

h3 {
	font-family: Lato, Arial, sans-serif;
	margin:30px 0 10px;
	padding: 0;
}

h4 {
	font-family: Lato, Arial, sans-serif;
	font-size: 16px;
	margin:20px 0 8px;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

a.btn {
	background:url("../images/bg-btns.gif") no-repeat scroll 0 -58px transparent;
	color: #0089EE;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	vertical-align: middle;
}

a.btn span {
	background: url("../images/bg-btns.gif") no-repeat scroll 100% -87px transparent;
	float: left;
	height: 27px;
	padding: 0 10px 0 10px;
}

a.btn-green {
	background: url("../images/bg-btns.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
}

a.btn-green span {
	background: url("../images/bg-btns.gif") no-repeat scroll 100% -29px transparent;
}

button.btn {
	border: 1px solid #cdcdcd;
	box-shadow: inset 0 0 1px 1px #fff;
	background-image: linear-gradient(to bottom, #ffffff, #dfdfdf);
	padding: 0;
	margin: 0;
	color: #0089EE;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	vertical-align: middle;
}

button.btn span {
	padding: 0 10px 0 10px;
}

div.small {
	font-size: 11px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table thead tr {
	background:#267cbf url(../images/thead_bg.png) repeat-x;
	color:#CCCCCC;
	height:30px;
}

thead.small tr, table.small thead tr {
	background:#267cbf url(../images/thead_bg_small.png) repeat-x;
	height:20px;
}

table th, table td {
	font-weight:normal;
	border:1px solid #D8D8D8;
}

table th {
	font-size:13px;
	border-top: 1px solid #000;
	border-left: 1px solid #7da3bd;
	border-right: 0;
	padding-bottom: 3px;
}

table th a {
	color: #eee;
}

table th.first {
	border-left: 1px solid #000;
}

table th.last {
	border-right: 1px solid #000;
}

table td {
	vertical-align: top;
	background-color: #F2F2F2;
	padding: 4px;
}

table .even td, table tr:nth-child(even) td {
	background-color: #fcfcfc;
}

table .first {
	padding-left: 11px;
	text-align: left;
}

.content-body ul {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 0 22px;
    position: relative;
}

.content-body ul li {
    background: url("../images/bullet2.gif") no-repeat scroll 0 5px transparent;
    padding: 0 0 4px 14px;
}

a.rss {
    background: url("../images/sprite.png") no-repeat scroll -24px -41px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    width: 22px;
}

/* Paging */

.paging {
	padding:9px 10px 5px 14px;
	border-top:1px solid #e7e7e7;
}
.paging dt {
	float:left;
	font-size:14px;
}
.paging dd {
	float:right;
	margin:0;
}

.paging ul li {
	float: left;
	background: none;
	padding: 0 0 0 3px;
}

.paging ul {
	height:auto;
	margin:0;
	overflow:visible;
	padding:0 0;
	position:relative;
}

.paging span, .paging a, .paging ul, .paging li {
	display:inline-block;
}
.paging ul {
	margin:0;
	padding:0 5px;
}
.paging ul a {
	line-height:23px;
	width:23px;
	text-align:center;
	border:1px solid #e8e8e8;
	color:#868686;
}
.paging ul a:hover,.paging ul a.active {
	color:#044573;
	border-color:#88c8f7;
	text-decoration:none;
}
.paging span {
	margin:0 7px 0 0;
}
.paging span a {
	color:#868686;
	outline: 0;
}
.paging span a:hover {
	color:#0089ee;
	text-decoration:none;
}

.paging ul li.nav, .paging ul li.nav a, .paging ul li.navlast {
	border: 0;
	width: auto;
}

.paging ul li.navlast {
	margin-left: 8px;
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin: 0 auto; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.hidden { display: none; }
.nowrap { white-space: pre; }
