* {
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}

html, body {
	height: 100%;
	}

body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: url('../images/layout/bg.png') #000;
	}

img {
	border:0px;
	}
	
a:link, a:visited {
	font-size: 11px;
	color: #f6a830;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;	
	}

h1 {
	height: 30px;
	}

h2 {
	height: 20px;
	}


.clear {
	clear: both;
	}
	
.error,
.error_box {
	color: #ba2424;
	font-weight: bold;
	}

.error_box {
	padding: 5px;
	border: 1px solid #ba2424;
	margin: 5px 0;
	}

.success,
.success_box {
	color: #35802d;
	font-weight: bold;
	}

.success_box {
	padding: 5px;
	border: 1px solid #35802d;
	margin: 5px 0;
	}

small {
	font-size: 9px;
	}
	
strong {
	font-weight: bold;
	}

#layout {
	width: 1000px;
	background: #fff;
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	}

#tickertape {
	color: #FFF;
	background: #000;	
	height: 25px;
	}

#main {
	float: left;
	width: 745px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;	
	}

#popup {
	background: #fff;
/*	height: 100%;*/
	}
	
#page_title {
	width: 735px;
	height: 27px;
	margin-bottom: 3px;
	background: url('../images/layout/heading_bg_red.png') repeat-x;
	color: #000;
	padding-top: 8px;
	padding-left: 10px;	
	}

.errordoc_frame {
	padding: 20px;
	background: #fff;
	}

.errordoc_heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	}

.errordoc_subheading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.error_log {
	padding: 20px;
	color: #fff;
	}

.pagination_list {
	width: 550px;
	float: right;
	height: 25px;
	}

.pagination {
	float: right;
	clear: both;
	text-align: right;
	width: 500px;
	height: 25px;
	padding: 3px;
	margin: 3px;
	margin-top: 0;
	margin-right: 0;
	}

	.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #000;
		background: #EEE;
		text-decoration: none;
		font-size: 11px;
		color: #000;
		}

	.pagination a:hover, .pagination a:active {
		border: 1px solid #000;
		color: #222;
		background: #f6a830;
		font-size: 11px;

		}

	.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #000;
		background-color: #f6a830;
		color: #FFF;
		font-size: 11px;
		}

	.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
		font-size: 11px;
		}

.max_list {
	margin-bottom: 5px;
	float: right;
	width: 140px;
	height: 20px;
	}

	.max_list select {
		width: 130px;
		border: 1px solid #999;
		font-size: 11px;
		float: right;	
		}

.banner_item {
	background: #000;
	display: block;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	}

.banner_item_content {
	overflow: hidden;
}

.banner_item_overlay {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	}
		