/************************************************
Layout
************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0;
}
#layout_centering {
	height: 100%;
	width: 100%;
}
#layout {
	margin: 0 auto;
}
#layout td {
	vertical-align: top;
}
#layout_header {
	background: #000;
	padding: 0 10px 0 180px;
	background: url("/player/images/bg_25.png") repeat-x;
}
#mls #layout_header {
	padding: 0 10px 0 10px;
}
#layout_left {
	background: #000;
	width: 150px;
	padding: 10px;
}
#layout_center {
	background: #000;
	padding: 10px;
}

/************************************************
Common
************************************************/

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #606066 url("/player/images/background.png") repeat-x;
}
a {
	outline: none;
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	float: right;
	margin: 0;
}
h1 a {
	color: #CCC;
}
h1 a:hover {
	color: #FFF;
}
h1 a span{
	font-weight: bold;
}
h2 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #666;
}
h3 {
	font-size: 14px;
	border-bottom: 1px solid #666;
}
.divider_horiz {
	border-top: 1px solid #666;
	margin: 1em 0;
}
p {
	margin: 1em 0;
}
ul {
	list-style-type: square;
	margin: 1em 0 1em 20px;
	padding: 0;
}

/************************************************
Information
************************************************/

#price {
	text-align: center;
	width: 100%;
}
#agent_picture {
	display: block;
	margin: 0 auto;
}
#agent_name {
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
}
#agent_phone {
	margin: 1em 0;
}
#maplink,
#agent_contact {
	text-align: center;
	display: block;
	padding: 2px 4px;
	margin: 10px 5px;
	color: #CCC;
	font-weight: bold;
	background: #666 url("/player/images/button_bg_20.png") repeat-x;
}
#address {
	font-size: 90%;
}

/************************************************
Player
************************************************/

.errormsg {
	height: 100%;
	text-align: center;
	padding: 30% 5%;
}
#player_container {
	clear: both;
	overflow: hidden;
	position: relative;
	-moz-user-select: none;
}
#player_content {
	cursor: url("/player/images/openhand.cur"), move;
	white-space: nowrap;
	height: 100%;
}
#loading {
	position: relative;
	top: 50%;
	margin-top: -25px;
	text-align: center;
}
#loading img {
	display: block;
	margin: 10px auto;
}
#curimglabel {
	text-align: center;
	margin: 5px;
	font-size: 112%;
	font-weight: bold;
}

/************************************************
Controls common
************************************************/

.control_legend {
	color: #CCC;
	text-align: center;
}
.controlset img {
	border: none;
	vertical-align: middle;
}
.controlset a {
	display: block;
	float: left;
	padding: 2px 8px;
	margin: 3px 0px;
	border-right: 1px solid #333;
	color: #CCC;
	background: #666 url("/player/images/button_bg_20.png") repeat-x;
}
#maplink:hover,
#agent_contact:hover,
.controlset a:hover {
	color: #FFF;
	background: #999 url("/player/images/button_bg_20_hover.png") repeat-x;
}
#maplink:active,
#agent_contact:active,
.controlset a:active,
.controlset a.active {
	color: #FFF;
	background: #06C url("/player/images/button_bg_20_active.png") repeat-x;
}
.controlset a span {
	display: block;
	float: left;
	cursor: pointer;	/* IE 7 fix */
}
.img_right,
.img_left,
.img_pause,
.img_stop {
	width: 16px;
	height: 16px;
}
.img_right_step,
.img_left_step {
	width: 28px;
	height: 16px;
}
.controlset a:active span,
.controlset a.active span {
	position: relative;
	top: 1px;
	left: 1px;
}
a .img_left { background: url("/player/images/left.png") }
a .img_pause { background: url("/player/images/pause.png") }
a .img_right { background: url("/player/images/right.png") }
a .img_stop { background: url("/player/images/stop.png") }
a .img_left_step { background: url("/player/images/left_step.png") }
a .img_right_step { background: url("/player/images/right_step.png") }
a:hover .img_left,
a:active .img_left,
a.active .img_left {
	background: url("/player/images/left_active.png");
}
a:hover .img_pause,
a:active .img_pause,
a.active .img_pause {
	background: url("/player/images/pause_active.png");
}
a:hover .img_right,
a:active .img_right,
a.active .img_right {
	background: url("/player/images/right_active.png");
}
a:hover .img_stop,
a:active .img_stop,
a.active .img_stop {
	background: url("/player/images/stop_active.png");
}
a:hover .img_right_step,
a:active .img_right_step,
a.active .img_right_step {
	background: url("/player/images/right_step_active.png");
}
a:hover .img_left_step,
a:active .img_left_step,
a.active .img_left_step {
	background: url("/player/images/left_step_active.png");
}

/************************************************
Header controls
************************************************/

#layout_header .controlset a {
	display: block;
	float: left;
	margin: 0;
	line-height: 21px;
	font-weight: bold;
	background: #666 url("/player/images/button_bg_25.png") repeat-x;
}
#layout_header .controlset a:hover {
	background: #999 url("/player/images/button_bg_25_hover.png") repeat-x;
}
#layout_header .controlset a:active,
#layout_header .controlset a.active {
	background: #06C url("/player/images/button_bg_25_active.png") repeat-x;
}

/************************************************
Player controls
************************************************/

#player_controls {
	float: left;
	margin-left: 0px;
	padding: 5px 5px 0 5px;
	display: inline;	/* IE 6 double-margin fix */
}
#player_controls .controlset a {
	margin: 0;
}
#player_controls .img_left,
#player_controls .img_pause {
	margin-right: 2px;
}
#player_controls .img_right {
	margin-left: 2px;
}

/************************************************
Audio controls
************************************************/

#audio_error {
	color: #666;
}
#audio_controls {
	float: right;
	padding: 5px 5px 0 5px;
}
#audio_controls .controlset a {
	margin: 0;
}
#audio_controls .disabled {
	color: #666;
}
#volume {
	width: 60px;
	cursor: pointer;
	float: left;
	margin: 6px 10px 0 10px;
}
#volume .line {
	margin-top: 4px;
	border-top: 2px solid #666;
}
#volume_slider {
	margin-top: -6px;
	position: relative;
	width: 9px;
	height: 10px;
	cursor: url("/player/images/openhand.cur"), w-resize;
	background: url("/player/images/slider.png") no-repeat;
}
#volume:hover #volume_slider,
#volume:active #volume_slider {
	background: url("/player/images/slider_active.png");
}
#volume_speaker {
	margin-top: 3px;
	float: left;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url("/player/images/speaker.png");
}
#volume_speaker:hover,
#volume_speaker:active {
	background: url("/player/images/speaker_active.png");
}

/************************************************
Image list controls
************************************************/

#image_list {
	position: relative;
	padding: 5px;
}
#image_list a {
	font-size: 80%;
	margin: 5px -2px 0 0;
	padding: 0;
	width: 100%;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#image_list a img {
	display: block;
	margin: 0 auto 3px auto;
	height: 64px;
}
#image_list a div {
	color: #FFF;
	font-size: 125%;
	display: none;
	position: absolute;
	top: -100px;
	right: 200px;
	white-space: nowrap;
	background: #000;
	border: 1px solid #666;
	text-align: center;
	padding: 5px;
	width: 240px;
}
#mls #image_list a div {
	right: 125px;
}
#image_list a:hover div {
	display: block;
}
#image_list.controlset a {
	background: #666 url("/player/images/button_bg_14.png") repeat-x;
}
#image_list.controlset a:hover {
	background: #999 url("/player/images/button_bg_14_hover.png") repeat-x;
}
#image_list.controlset a:active,
#image_list.controlset a.active {
	background: #06C url("/player/images/button_bg_14_active.png") repeat-x;
}

/************************************************
Contact
************************************************/

#contact a {
	font-weight: bold;
}
#contact input,
#contact textarea {
	color: #000;
	background: #EEE;
	margin-bottom: 1em;
	border: 1px solid #666;
}
#contact .submit {
	color: #FFF;
	height: 25px;
	background: #333 url("/player/images/button_bg_25.png") repeat-x;
	cursor: pointer;
}
#contact .submit:hover {
	background: #666 url("/player/images/button_bg_25_hover.png") repeat-x;
}
#contact .submit:active {
	background: #666 url("/player/images/button_bg_25_active.png") repeat-x;
}
#contact .message {
	margin: 1em;
	padding: 1em;
	border: 1px solid #CCF;
	background: #336;
	text-align: center;
}