body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}

#header {
	width: 100%;
	height: 135px;
	background: #d6d5c3;
	margin: 0 auto;
	text-align: left;
}
#header_upper {
	width: 100%;
	height: 70%;
	background: #f0f0d8;
	margin: 0 auto;
	text-align: left;
}
#header_upper_content {
	width:910px;
	margin:auto;
	padding-top: 10px;
}
#header_content {
	width:910px;
	margin:auto;
}
h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #00472b;
}

div,p,table,tr,td,a,img {
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
	outline:none;
}
.preview {
	background-image:url('/images/tsr/preview.gif');
	background-repeat:repeat;
}
.normal {
	background: #ffffff;
}
#full_div {
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10px;
}
#centered_box {
	width:1059px;
	height:520px;
	margin:auto;
	border: 1px solid #999; /* #d6d5c3; */ 
}
#centered_box_bg {
	width:1079px;
	height:522px;
	margin:auto;
	background-image: url('horiz_bg.jpg');
}
#centered_box_top_cap {
	width:1079px;
	height:9px;
	margin:auto;
	background-image: url('topbar.jpg');
}
#centered_box_bottom_cap {
	width:1079px;
	height:9px;
	margin:auto;
	background-image: url('bottombar.jpg');
}
#top_bar {
	width:1059px;
	height:10px;
	display:block;
}
#middle_bar {
	width:900px;
	margin-left:78px;
	margin-right:78px;
	display:block;
}
#bottom_bar {
	width:900px;
	height:-3px;
	margin-left:78px;
	margin-right:78px;
	display:block;
}
#player_box {
	width:512px;
	height:318px;
	float:left;
}
#player_div {
	width:512px;
	height:318px;
	float:left;
}
#agent_div {
	width:380px;
	margin-left:8px;
	float:right;
}
#spacer_box {
	width:100%;
	height:19px;
}
#button_bar {
	width:512px;
	height:30px;
	text-align:center;
}
#button_table {
	/*
	margin-right:auto;
	margin-left:auto;
	height:30px;
	*/
}
#button_table td {
	padding-right: 5px;
}
#spacer_box2 {
	width:500px;
	height:7px;
}

#other_buttons {
	color: #00472b;
	font-size:10px;
	font-weight:bold;
}
#other_buttons a {
	text-decoration:none;
	color: #00472b;
}
.text_icon {
	margin-left:0px;
	text-align:left;
	width:414px;
	float:left;
}
.text_icon a {
	margin-top:3px;
}


#link_buttons {
	color: #00472b;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-align: left;
}
#link_buttons a {
	text-decoration:none;
	color: #00472b;
}

#powered_by {
	text-align: right;
	width:1059px;
	margin: auto;
	margin-top:10px;
}
#powered_by a {
	text-decoration:none;
	color: #999999;
}
#bottom_left_box {
	width:520px;
	float:left;
}
#bottom_right_box {
	width:360px;
	float:right;
}
.agent_box {
	width:120px;
	color:#999999;
	font-family:Arial;
}
.agent_box a {
	text-decoration:none;
	color: #00472b;
}
.agent_box a:hover {
	text-decoration:underline;
	color: #00472b;
}
.agent_box table {
	margin-top:-2px;
}
.agent_box th {
	font-size:12px;
	font-weight:bold;
}
.agent_row_desc {
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color: #999999;
}
.agent_row_value {
	font-size:11px;
	text-decoration:none;
	color: #999999;
}
