/* @override http://interim-results.imi.axisto.local/stylesheets/imi.skin/skin.imi.css */

/* skin.{client_name}.css contains style information for all players for this client, it should only contain style information for use in all players for this client. Any event specific style information should be added to stylesheets in the '{client_name}.{event_name}.skin' directory */

/* Set the width and height to that of the client's containg element. This will serve as the minimum values for the player. It will not resize any smaller than the values specified here */
#axp-player {
	width: 690px;
	height: 345px;
	font: normal 10px Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #000202;
	background-color: white;
}
/* Set the default width of the loader for this player. Without this the loader will appear as a tiny square before the player kicks in */
#axp-player-view-loader {
	width: 690px;
	height: 345px;
}

/* @group Reusables */
/* These selectors are common all or many of the player's views */

#axp-player h2 {
	font-size: 13px;
	font-weight: normal;
	color: #f8fbfd;
}

#axp-player label {
	float: left;
	clear: left;
	display: block;
	width: 60px;
	line-height: 2em;
}
#axp-player input {
	border: 1px solid #7f9d89;
	color: #676767;
}
#axp-player .submit input {
	padding: 1px 10px 1px 1px;
	border: 1px solid #ecf0f4;
	text-align: left;
	background: #ecf0f4 url('./images/right-arrow.gif') 98% center no-repeat;
}

/* @group Sidebar Links */

#axp-player .axp-sidebar-links {
    margin: 0;
    margin-left: 422px;
}
#axp-player .axp-sidebar-links .axp-sidebar-link {
	margin-bottom: 10px;
}
#axp-player .axp-sidebar-links .axp-link-url {
	position: relative;
	display: block;
	width: 238px;
	height: 70px;
	padding: 15px;
	color: white;
	text-decoration: none;
	background: white top left no-repeat;
}
#axp-player .axp-sidebar-links .axp-link-title {
	display: block;
	font-weight: normal;
	font-size: 16px;
}
#axp-player .axp-sidebar-links .axp-link-readmore {
	position: absolute;
	bottom: 15px;
	display: block;
	font-style: normal;
}

#axp-player .axp-sidebar-links .axp-1 .axp-link-url {
	width: 239px;
	height: 35px;
	padding-top: 50px;
	padding-left: 14px;
	background-image: url('./images/sidebar-interim-results.jpg');
}
#axp-player .axp-sidebar-links .axp-1 a {
	display: block;
	margin: 2px 0;
	color: white;
	text-decoration: none;
}
#axp-player .axp-sidebar-links .axp-2 .axp-link-url {
	text-indent: -9999px;
	background-image: url('./images/sidebar-code.jpg');
}
#axp-player .axp-sidebar-links .axp-3 .axp-link-url {
	text-indent: -9999px;
	background-image: url('./images/sudebar-annual-reports.jpg');
}

/* @end */

/* @group Plugin Detection */

#axp-player #plugins .plugin {
	width: 257px;
	height: 20px;
	padding: 20px 14px;
	background: white url('./images/plugin-block.gif') top left no-repeat;
}
#axp-player #plugins .plugin p {
	margin: 0;
	background: white url('../default.skin/images/accept.gif') center right no-repeat;
}

/* @end */

/* @end */

/* @group Registration View */

#axp-player #axp-player-view-register input, #axp-player #axp-player-view-register select {
	width: 290px;
}
#axp-player #axp-player-view-register .submit input {
	margin-left: 61px;
}
#axp-player #introduction {
	margin-bottom: 6px;
}
#axp-player #introduction h2 {
	margin-bottom: 6px;
}
#axp-player #axp-user-registration p, #axp-player #axp-user-login p {
	margin: 2px;
}
#axp-player #axp-user-registration, #axp-player #axp-user-login {
	float: left;
	width: 390px;
	padding: 10px;
}
#axp-player #axp-user-registration {
	float: left;
	margin-right: 12px;
	background: #9eafc1 url('./images/content-block-top.gif') top left no-repeat;
}
#axp-player #axp-user-login {
	clear: left;
	height: 105px;
	padding-top: 0;
	padding-bottom: 0;
	background: #9eafc1 url('./images/content-block-bottom.gif') bottom left no-repeat;
}
#axp-player #axp-user-registration .submit input {
	width: 9em;
}
#axp-player #axp-user-login .submit input {
	width: 5em;
}
/* @group Form Errors */

#axp-player label.error {
	display: block;
	float: none;
	clear: both;
	width: 260px;
	font-weight: bold;
	color: #900;
}

/* @end */

/* @end */

/* @group Interview (Disclaimer) View */

#axp-player #axp-imi-interview {
	float: left;
	width: 460px;
	margin: 0;
}
#axp-player #legals {
	float: left;
	width: 198px;
	padding: 10px;
	margin-right: 12px;
	background: #9dafc1 url('./images/sidebar-block-bottom.gif') bottom left no-repeat;
}
#axp-player #legals h2 {
	padding: 10px;
	margin: -10px;
	background: #9dafc1 url('./images/sidebar-block-top.gif') top left no-repeat;
}
#axp-player #legals img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#axp-player #legals .submit {
	clear: left;
}
#axp-player #legals input {
	width: 198px;
}

/* @group Plugin Detection */

#axp-player #axp-player-view-disclaimer-1 #plugins {
	clear: left;
	margin: 0;
	background: white url('./images/plugin-block-small-bottom.gif') bottom left no-repeat;
}
#axp-player #axp-player-view-disclaimer-1 #plugins .plugin {
	width: 186px;
	padding: 4px 6px 4px 6px;
	color: #333;
}
#axp-player #axp-player-view-disclaimer-1 #plugins .flash {
	background: transparent url('./images/plugin-block-small-top.gif') top left no-repeat;
}
#axp-player #axp-player-view-disclaimer-1 #plugins .wmp {
	border-top: 1px solid #9dafc1;
	background-image: none;
	background-color: transparent;
}
#axp-player #axp-player-view-disclaimer-1 #plugins .plugin p {
	margin: 0;
}
#axp-player #axp-player-view-disclaimer-1 #plugins .plugin .name {
	font-size: 10px;
	font-weight: normal;
}

/* @end */



/* @end */

/* @group Select Player View */

#axp-player #player-selection {
	float: left;
	width: 390px;
	padding: 10px;
	margin-right: 10px;
	background: #9eafc1 url('./images/content-block-top.gif') top left no-repeat;
}
#axp-player #type-select {
	clear: left;
	padding: 10px;
	margin: 0 -10px -10px -10px;
	background: #9eafc1 url('./images/content-block-bottom.gif') bottom left no-repeat;
}
#axp-player #type-select .type a {
	display: block;
	width: 272px;
	padding: 1px 10px 1px 3px;
	border: 1px solid #7f9d89;
	text-align: left;
	text-decoration: none;
	color: #676767;
	background: #ecf0f4 url('./images/right-arrow.gif') 98% center no-repeat;
}

/* @end */

/* @group Webcast View */

/* @group Play Controls */

#axp-player .ui-playcontrols {
	width: 100%;
	height: 20px;
	padding: 0;
	background: #184473 url('./images/ui-control-bar.gif') top left repeat-x;
}
#axp-player .ui-playstate-playpause {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
#axp-player .ui-playstate-playing, #axp-player .ui-playstate-playing:hover {
	background: transparent url('./images/ui-pause.gif') top left no-repeat;
}
#axp-player .ui-playstate-paused, #axp-player .ui-playstate-paused:hover {
	background: transparent url('./images/ui-play.gif') top left no-repeat;
}
#axp-player .ui-playback {
	position: absolute;
	top: 9px;
	left: 25px;
	width: 180px;
}
#axp-player .ui-playback, #axp-player .ui-volume-track {
	height: 2px;
}
#axp-player .ui-playback .ui-slider-handle, #axp-player .ui-playback .ui-slider-range, #axp-player .ui-volume-track .ui-slider-handle, #axp-player .ui-volume-track .ui-slider-range {
	background-color: #184473;
}
#axp-player .ui-playback .ui-slider-handle, #axp-player .ui-volume-track .ui-slider-handle {
	top: -5px;
	height: 8px;
}
#axp-player .ui-playback .ui-slider-handle {
	width: 6px;
	margin-left: -3px;
}
#axp-player .ui-volume-track .ui-slider-handle {
	width: 4px;
	margin-left: -2px;
}
#axp-player .ui-playback .ui-slider-range, #axp-player .ui-volume-track .ui-slider-range {
	height: 2px;
}
#axp-player .ui-time-display {
	position: absolute;
	left: 210px;
	height: 20px;
	line-height: 20px;
	color: #184473;
}
#axp-player .ui-volume-controls {
	top: 5px;
	width: 54px;
}
#axp-player .ui-volume-track {
	top: 4px;
	left: 13px;
	width: 28px;
}
#axp-player .ui-volume-updown {
	width: 10px;
	height: 10px;	
}
#axp-player .ui-volume-down {
	background: transparent url('./images/ui-volume-down.gif') center center no-repeat;
}
#axp-player .ui-volume-up {
	background: transparent url('./images/ui-volume-up.gif') center center no-repeat;
}

/* @end */

/* @group Navigation Headings */

#axp-player #axp-player-view-webcast .axp-scene-selection, #axp-player #axp-player-view-webcast .axp-chapter-selection, #axp-player #axp-player-view-webcast .axp-slide-selection {
	clear: left;
	width: 304px;
	padding: 2px 8px;
}
#axp-player #axp-player-view-webcast .axp-scene-selection {
	margin-bottom: 4px;
	background: white url('./images/ui-control-bar.gif') bottom left repeat-x;
}
#axp-player #axp-player-view-webcast .axp-chapter-selection, #axp-player #axp-player-view-webcast .axp-slide-selection {
	width: 288px;
	padding-left: 24px;
	color: white;
	background: #184473 url('./images/ui-down-arrow.gif') 11px center no-repeat;
}
#axp-player-view-webcast .axp-slide-selection {
	margin-bottom: 4px;
}

/* @end */

/* @group Chapters */

#axp-player .ui-player-chapter-container {
	position: relative;
	clear: left;
	width: 320px;
}
#axp-player .ui-player-chapter-container .ui-move-list {
	display: none;
}
#axp-player .ui-player-current-chapter {
	padding: 8px 24px;
	border-left: 1px solid #184473;
	border-right: 1px solid #184473;
	color: #444;
	background: white url('./images/ui-drop-down.gif') 285px center no-repeat;
}
#axp-player .ui-player-chapter-container.axp-dropdown .ui-player-chapters {
	width: 318px;
	border: 1px solid #184473;
	border-top-color: #9dafc1;
}
#axp-player .ui-player-chapter {
	padding: 6px 24px;
}
#axp-player .ui-player-chapter.active {
	background-color: #9dafc1;
}

/* @end */

/* @group Slides */

#axp-player .ui-player-slide-container {
	clear: none;
	width: 320px;
	padding: 0;
}
#axp-player .ui-player-slide-container .ui-move-list {
	width: 20px;
	height: 69px;
}
#axp-player .ui-player-slide-container .ui-prev {
	background: white url('./images/ui-arrow-left.gif') center center no-repeat;
}
#axp-player .ui-player-slide-container .ui-next {
	background: white url('./images/ui-arrow-right.gif') center center no-repeat;
}
#axp-player .ui-player-slide-scroller {
	width: 280px;
}
#axp-player .ui-player-slide {
	width: 90px;
	height: 67px;
	padding: 0;
	border: 1px solid #9dafc1;
	margin-right: 2px;
}
#axp-player .ui-player-slide.active {
	border: 1px solid #184473;
}
#axp-player .ui-player-slide .axp-title {
	display: none;
}
#axp-player .ui-player-slide img {
	width: 90px;
	height: 67px;
}

/* @end */

/* @group Slideshow */

#axp-player.axp-left #axp-media-object1 {
	margin-right: 8px;
}
#axp-player.axp-right #axp-media-object1 {
	margin-left: 8px;
}
#axp-player .axp-tabs-nav, #axp-player .axp-enlarge {
	display: none;
}
#axp-player #axp-tabs-1 {
	padding: 0;
	border: 0;
}

/* @end */

/* @group Enlargement */

#TB_closeAjaxWindow {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* @end */

/* @end */
