html {

}

body {
	margin: 10px;
	font-family: Verdana,Arial,sans-serif;
	color: #333;
}

#container {
	position: absolute;
	width: 800px;
}
a {
	color: #007DC9;
	text-decoration: none;
}
a:hover {
	color: #E2004A;
	text-decoration: underline;
}

h1 {
	font-family: Georgia,serif;
	font-size: 23px;
	color: #333;
	padding-top: 3px;
	margin-bottom: -5px;
}

#recommendmsg {
	position: absolute;
	left: 170px;
	top: 270px;
	border: 5px #335177 solid;
	padding: 20px;
	font-size: 10pt;
	z-index: 100;
}

#playertype {
	position: absolute;
	left: 225px;
	top: 25px;
}
#header {
	width: 550px;
}
	#header img {
		padding: 10px;
		float: left;
	}
	
#description {
	*/margin-top: 8px;
	width: 550px;
	background-color: #BFC9D4;
	/*border: 1px #B2B2B2 solid;*/
	height: 140px;
}
	#description a {
		color: #007DC9;
		text-decoration: none;
	}
	#description a:hover {
		color: #E2004A;
		text-decoration: underline;
	}

.content {
	margin: 5px;
}
	.content p {
		font-size: 10px;
		line-height: 16px;
		margin-top: 5px;
	}
	
#videolist {
	position: absolute;
	top: 77px;
	left: 556px;
	background-color: #BFC9D4;
	/*border: 1px #B2B2B2 solid;*/
}
	#videolist iframe {
		width: 300px;
		height: 485px;
		*/height: 488px;
		margin: 5px;
		border: none;
	}
	#videolist_header {
		background-color: #335177;
		color: #FFF;
		font-family: Arial;
		font-weight: bold;
		/*text-transform: uppercase;*/
		padding: 4px 8px;
		font-size: 10px;
	}
	#video_header_top {
		background-color: #335177;
		color: #FFF;
		font-family: Arial;
		font-weight: bold;
		padding: 4px 8px;
		font-size: 10px;
	}
	
#controls {
 	left: 304px;
    position: absolute;
    top: 53px;
    width: 569px;
}
	#controls .area_select {
		font-family: verdana;
		font-size:10px;
		color: #333;
		background-color: #D0D0D0;
		width: 180px;
	}
	
	#controls .category_select {
		font-family: verdana;
		font-size:10px;
		color: #333;
		background-color: #D0D0D0;
		width: 180px;
	}
	
#splash {
	width: 550px;
	height: 353px;
	*/height: 350px;
	text-align: center;
	background-color: black;
}
#splash img {
	margin-top: 30px;
}
#splash:hover {
	cursor: pointer;
}

#splashresize {
	position: absolute;
	z-index: 2;
}
#splashresize:hover {
	cursor: pointer;
}

#playbut {
	position: absolute;
	z-index: 10;
	left: 202px;
	top: 125px;
}
#playbut:hover {
	cursor: pointer;
}

#alertFriend, #showEmbedSource {
	width: 550px;
	height: 353px;
	*/height: 350px;
	background-color: #BFC9D3;
}
#alertFriend .alertFriendContent, #showEmbedSource .showEmbedSourceContent {
	padding: 20px;
}
#alertFriend input, #alertFriend textarea {
	border: 1px #B2B2B2 solid;
}
.showEmbedSourceContent p {
	margin-top: 20px;
	font-size: 10px;
}

#showEmbedSource textarea {
	width: 508px;
	height: 169px;
	border: 1px #B2B2B2 solid;
}
#showEmbedSource .input {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #072B5C;
	margin-top: 15px;
	margin-right: 4px;
}
#showEmbedSource .input a {
	color: #072B5C;
	text-decoration: none;
}

dl {
	margin-top: 30px;
}
dt {
	float: left;
	width: 100px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
}
dd {
	margin-bottom: 10px;
	text-align: right;
}
dd input {
	width: 400px;
	padding: 4px 0 4px 0;
	font-size: 10px;
}
dd textarea {
	width: 400px;
	height: 75px;
	font-size: 10px;
}

.submit {
	text-align: right;
	width: 50px;
	border: 0px !important;
	color: #072B5C;
	background-color: #BFC9D3;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
}

#close, #closeSource {
	position: absolute;
	top: 130px;
	left: 514px;
	font-size: 10px;
}

.video_header {
	width: 550px;
}

.categories {
	position: absolute;
	top: 566px;
}
.actions {
	position: absolute;
	top: 566px;
	left: 405px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.search_input{
 	background-color: #D0D0D0;
    color: #333333;
    font-family: verdana;
    font-size: 10px;
    height: 17px;
    margin: 0 2px;
    width: 160px;
}
#search_button{
    background-color: #D0D0D0;
    border-color: #FFFFFF #717171 #717171 #FFFFFF;
    border-style: solid;
    border-width: 2px;
    color: #333333;
    display: block;
    font-family: verdana;
    font-size: 11px;
    height: 16px;
    margin: 2px 4px 0 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
