/********************************
 * Standard HTML elements
********************************/

* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background: #FFF;
	color: #929292;
	font: 11px tahoma, Arial, sans-serif;
}

a {
	color: #c28900;
}

a:visited {
	color: #824400;
}

a:hover,
a:focus {
	color: #FFCC00 !important;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0;
}

address {
	font-style: normal;
}

small {
	font-size: 10px;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #664D4D;
	clear: both;
	height: 0;
}

fieldset{
	background: none;
	border: none;
}

dl,
ul {
	margin: 0 0 5px 0;
}

ol {
	margin: 0 0 5px 7px;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 2px;
}

dt {
	font-weight: normal;
	margin: 0;
}

dd {
	margin: 0 0 3px 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	color: #000;
	font-family: tahoma;
	font-size: 19px;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 0px;
	position: relative;
	text-transform: none;
}

h2 {
	color: #CCC;
	font-family: arial, tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

h2 b {
	color: #EE1E25;
	font-weight: normal;
}

h3 {
	color: #333;
	font-family: tahoma;
	font-size: 17px;
}

h4 {
}

h5 {
}


table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/********************************
 * Standart presets
********************************/

.width_fix {
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clickable {
	cursor: pointer;
}

.line {
	background: transparent url(/images/line_bg.gif) left top repeat-x;
	height: 3px;
	line-height: 1px;
	overflow: hidden;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.img-float {
	float: left;
	margin: 0 15px 15px 0;
}

.red {
  color: #FF0000;
}

.content-out p {
	padding-bottom: 6px;
}

.content-out ul{
	margin: 5px 5px 10px 25px;
}

.content-out ul li{
	list-style: disc;
	margin-bottom: 3px;
	padding: 0 0 0 5px;
}

.content-out table {
	width: 99%;
}

.content-out th,
.content-out td {
	border-bottom: 1px solid #273117;
	font-family: arial narrow, arial;
	padding: 6px 3px 3px 3px;
}

.content-out th {
	color: #637151;
	font-size: 15px;
	font-weight: normal;
}

.content-out td {
	font-size: 13px;
}

table.styled{
	width: 99%;
	font-size: 13px;
	color: #FFF;
	margin: 4px 0;
}

table.styled td,
table.styled th{
	border: 1px solid #5B0000;
	padding: 6px 5px 6px 6px;
}

table.styled th{
	background-color: #5B0000;
	font-weight: bold;
}

.styled-button-box {
	background: transparent url(/images/title_bg_right.gif) right top no-repeat;
	position: relative;
}

.styled-button-box span {
	background: transparent url(/images/title_bg.gif) left top no-repeat;
}

.styled-button-box,
.styled-button-box span {
	height: 28px;
	line-height: 28px;
	padding: 8px 2px 4px 0;
}

.styled-button-box input {
	background: none;
	border-width: 0px !important;
	border: none;
	height: 28px !important;
	margin-right: -4px;
	padding: 0 10px;
	vertical-align: 2px;
}

.styled-button-box input.styled {
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 22px;
}

.styled-button-box input.search {
	background-image: url(/images/button-search.png);
}