﻿@charset "utf-8";

/* these should not have height, ever */
#webpartModelNav, #webpartModelInfo{
	height: 0px;
	font-size: 0px;
}

/* CSS Container */

.polarisDefensePromoPlayer_container{
	height: 440px;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.polarisDefensePromoPlayer_panels{
	position: absolute;
	z-index: 1;
	display: none;
	left: 0px;
}

.polarisDefensePromoPlayer_panels img{
	border-style: none;
}

.polarisDefensePromoPlayer_panels a, .polarisDefensePromoPlayer_panels a:hover, .polarisDefensePromoPlayer_panels a:visited{
	position: absolute;
	top: 0px;
}

/* CSS Buttons */

.polarisDefensePromoPlayer_buttons{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0px;
	display: none;
}

.polarisDefensePromoPlayer_buttons li{
	float: left;
}

.polarisDefensePromoPlayer_buttons a, .polarisDefensePromoPlayer_buttons a:hover, .polarisDefensePromoPlayer_buttons a:visited{
	display: block;
	color: #FFF;
	padding: 2px 18px 2px 18px;
	background-color: #42403d;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-color: #7c776b;
	border-width: 3px;
	border-style: solid;
}

/* CSS Controls */

.play_pause{
	height: 11px;
	width: 11px;
	background-image: url(/Style%20Library/Polaris/MIL/2011/play_pause.gif);
	margin: 8px 0px 0px 8px;
	background-position: right;
	cursor: pointer;
	background-repeat: no-repeat;
}
