/**
***
***
***		Common Elements
***
***
***/

h1 {
	margin-bottom: 15px;
	color: #0d6498;
	font-size: 19px;
	font-weight: normal;
	font-family: "Tahoma", Arial;
}

h2 {
	margin-bottom: 15px;
	color: #0c5d8d;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

h2 a {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
}

h2 span {
	color: #313131;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
}

a {
	color: #0d6498;
	text-decoration: none;
	border-bottom: 1px dotted #0d6498;
}

a:hover {
	color: #48883d;
	border-bottom: 1px dotted #48883d;
}

p {	
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	margin-bottom: 15px;
}

.topborder {
	padding-top: 20px;
	border-top: 1px solid #f0f1f3;
}

.botpadding {
	padding-bottom: 5px;
}

.red{
	color: #b51e24;
}

.leftimg {
	margin: 0 20px 20px 0;
	float: left;
}

/**
***
***
***		Page Nav
***
***
***/

.pagenav {
	width: 718px;
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #f0f1f3;
	border-bottom: 1px solid #f0f1f3;
	overflow: hidden;
	clear: both;
}

.pagenav .selected a {
	border-bottom: 0;
}

.pagenav .selected a:hover {
	border-bottom: 1px dotted #48883d;
}

.pagenav p {
	margin-bottom: 0;
}

/**
***
***
***		Pictures
***
***
***/

.picbar {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

.picbar .left {
	margin: 0;
	float: left;
}

.picbar .right {
	margin: 0;
	float: right;
}

.picbartrio {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

.picbartrio .left {
	margin: 0;
	float: left;
}

.picbartrio .mid {
	margin: 0 0 0 14px;
	float: left;
}

.picbartrio .right {
	margin: 0;
	float: right;
}

.picbar img,
.picbartrio img {
	margin: 0;
}

.picdesc {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f1f3;
	overflow: hidden;
	clear: both;
}

.picdesc p {
	width: 50%;
	margin-bottom: 0;
	text-align: center;
	float: left;
}

.picdesctrio {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f1f3;
	overflow: hidden;
	clear: both;
}

.picdesctrio p {
	width: 33.3%;
	margin-bottom: 0;
	text-align: center;
	float: left;
}

.restrict {
	width: 66.3%;
}

.restrict-ir {
	width: 78%;
}

.border-light {
	border: 1px solid #cccccc;
}

.border-dark {
	border: 1px solid #666666;
}

/**
***
***
***		Lists
***
***
***/

.list-checkdbg {
	width: auto;
	margin-right: 40px;
	float: left;
}

.list-checkdbglast {
	width: auto;
	float: left;
}

.list-checkdbg li,
.list-checkdbglast li {
	padding-left: 20px;
	margin-bottom: 7px;
	color: #ffffff;
	background: url(../images/checkdbg.gif) 0 2px no-repeat;
}

.list {
	margin: 0 0 15px 15px;
}

.list li {
	padding-left: 15px;
	background: url(../images/bullet.gif) 0 8px no-repeat;
}

/**
***
***
***		Table
***
***
***/

table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #f0f1f3;
}

td, th {
	padding: 3px 8px;
	border-bottom: 1px solid #f0f1f3;
}

th {
	width: 280px;
	padding-right: 40px;
	color: #0d6498;
}

table .last td,
table .last th {
	border-bottom: 0;
}

tr:hover {
	background-color: #f5f5f5;
}