/* Global Styles - Apply to ALL Players - Styles Changed Using Other Stylesheets */

body {
	color: black;
	line-height: 24px;
	font-size: 13px;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a img {
	border-width: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#fullscreen, #widescreen {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	width: 970px;
	height: 680px;
	background-repeat: no-repeat;
}

#title {
	overflow: hidden;
	width: 640px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

#title h1 {
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 530px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#title h2 {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#player {
	width: 480px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#widescreen #player {
	height: 300px;
}

#fullscreen #player {
	height: 390px;
}

#player p {
	margin-top: 150px;
}


#nav {
	height: 40px;
	width: 540px;
	margin-top: 45px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 0px;
}

#nav p {
	font-size: 14px;
	line-height: 40px;
	width: auto;
}

#nav ul {
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul.onebtn {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul.twobtn {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul.threebtn {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul.lineonebtn {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul.lineonebtn p {
	font-size: 13px;
	text-align: left;
	width: 350px;
}

#nav li {
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
}

#footer {
	width: 640px;
	height: auto;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

a.button:link, a.button:hover, a.button:visited, a.button:active {
	text-align: center;
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	font-weight: bold;
	font-size: 12px;
	line-height: 40px;
	display: block;
	text-decoration: none;
}

.clear {
	clear: both;
}