﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #072A60;
	font-family: Calibri, Serif;
}

h3
{
	margin: 0;
	padding: 0;
}

h4
{
	margin: 0;
	padding: 0;
}

a 
{
	color: White;
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
	text-decoration: none;
}

#container
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#menuheader
{
	height: 20px;
	text-align: right;
	padding-right: 10px;
}

#body
{
	height: 100px;
}

#bodyhead
{
	height: 300px;
	border: solid 1px #cccccc;
	background-image: url(../images/topback.jpg);
	background-repeat: no-repeat;
}

#cbmclogo
{
	position: relative;
	top: 10px;
	left: 10px;
}

.mediaselection
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 1000px;
}

.mainlabel
{
	height: 24px;
	background-image: url(../images/labelback.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	color: White;
	font-size: .8em;
}

#mediadetails
{
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	margin-top: 85px;
}

#medialinks
{
	position: relative;
	color: White;
	width: 360px;	
	left: 20px;
	top: 100px;
}

#mediaplay
{
	position: relative;
	width: 160px;
	top: 5px;
	left: 0px;
	float: left;
}

#mediadownload
{
	position: relative;
	top: 0px;
	width: 200px;
	float: right;
}

#mediaoptions
{
	position: relative;
	text-align: right;
	width: 1000px;
	top: 230px;
	margin-right: 10px;
}

#setresources
{
	color: White;
	position: relative;
	top: 100px;
	left: 700px;
}

.icon
{
	vertical-align: middle;
	margin-right: 5px;
}

.SelectedItem
{
	border-top: solid 1px #2D4978;
	border-bottom: solid 1px #2D4978;
}
