/* Table of Contents
------------------------------------
	1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Body Background:       #2F2C22
    Main Text:             #B3A576
    Links:                 #9C6D25
    Dark Brown Border:     #222019
    Green Headline:        #958944
------------------------------------*/

/* 1. Reset
------------------------------------*/
img {
	border:none;
}
a img {
	border:none;
}

/* 2. Elements
------------------------------------*/
p {
	font-size:1.7em;
}

#mediaContainer h1 {
	float:left;
	font-size:2em;
	line-height:1.2em;
	background-color:#f7f7f7;
	margin:0px;
	padding:12px 0px 12px 7px;
}
#currentVideoInfo h2 {
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 10px 0px;
	font-size:1.4em;
}
h2#relatedVideos {
	float:left;
	text-transform:uppercase;
	margin:0px;
	padding:5px 0px 1px 5px;
	font-size:1.4em;
}
#topVidContainer h2 {
	clear:left;
	text-transform:uppercase;
	margin:0px 0px 0px 7px;
	padding:7px 0px 3px 0px;
	font-size:1.5em;
}
#currentVideoInfo h3 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:1.3em;
}
#currentVideoInfo ul li a {
	font-weight:normal;
	font-size:1.2em;
}
ul#channels {
	float:right;
	margin:0px 1px 0px 0px;
	padding:0px;
	width:850px;
}
ul#channels li {
	float:right;
	background-image:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/channel_tab_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#bbbbbb;
	margin:10px 2px 0px 0px;
}
ul#channels li a {
	float:left;
	margin:0px;
	padding-top:7px;
}
ul#podcasts {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 7px;
}
ul#podcasts li a{
	margin:0px;
	padding:0px;
}
.tabLeft {
	float:left;
	background-image:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/channel_tab_left.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:23px;
	display:block;
}
.tabRight {
	float:left;
	background-image:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/channel_tab_right.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:23px;
	display:block;
}
ul#breadCrumbs {
	width:985px;
}
p.displayTime img {
	float:left;
	margin:0px 7px 0px 0px;
}
p.displayName {
	font-weight:bold;
	color:#000000;
	height:14px;
	overflow:hidden;
}
p.shortDescription {
	font-weight:normal;
	color:#cccccc;
}
p.desc {
	height:4.4em;
	overflow:hidden;
	font-weight:normal;
	color:#666;
}
p.displayName2 {
	font-weight:bold;
	color:#000000;
	height:14px;
	overflow:hidden;
	font-size:1.1em;
}
p.desc2 {
	height:4.4em;
	overflow:hidden;
	font-weight:normal;
	color:#666;
	font-size:1.1em;
}
p.displayTime img {
	float:left;
	margin:0px 7px 0px 0px;
}
p.displayTime {
	font-weight:bold;
	color:#000000;
	padding-top:2px;
	margin-top:10px;
}
p.currentRunTime {
	color:#333;
	font-weight:normal;
	font-size:1em;
	padding:0px 0px 8px 0px;
}
p.currentVidDesc {
	font-size:1.2em;
	padding-bottom:0px;
	margin-bottom:4px;
}
p.archive { 
	float:right;
	padding:18px 7px 12px 0px;
	font-size:1em;
}
p.noVids{ 
	float:left;
	padding:7px 0px 0px 7px;
}
/* 3. ID's
------------------------------------*/
#bcPlayer {
	float:left;
	background-color:#e1e1e1;
	margin:3px 0px 0px 3px;
	height:525px;
	width:624px;
}
#player {
	width:624px;
	height:514px;
	display:block;
}
#topVidContainer {
	float:left;
	width:987px;
	overflow:hidden;
	background:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/popular_repeater.jpg) repeat-x;
	background-color:#b9b9b9;
	border-top:1px solid #999;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#topVidContainer .prev, #topVidContainer .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
.twoButtonNav {
    display: inline;
    float: right;
    margin-right: 0px;
	padding-top:5px;
    width: 50%;
}
#topVidContainer tr td{
	cursor:pointer;
}
#topVidItems p {
	clear:left;
	color:#333;
	font-size:1.1em;
}
#topVidItems h3 {
	color:#333;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0px 2px 0px;
	margin:0;
}
#topVidItems img {
    background:#fff;
	border:1px solid #999999;
	float:left;
	width:168px;
	height:107px;
	padding:4px;
}
#topVidFirst {
    border-left: none;
}
#topVidItems {
    overflow: auto;
	width:985px;
	height:205px;
	margin-left:-1px;
	padding-top:3px;
}
#topVidItems ul {
	clear:left;
    width: 3000px;
}
.topVidSection {
	vertical-align:top;
    border-left: 1px solid #999;
	margin:0.3em 0 0.4em;
	padding:0 9px 0 9px;
	width:182px;
}
ul#bannerAds {
	float:right;
	width:352px;
	height:43px;
	margin-right:3px;
	padding:0px;
	border:1px solid #999;
	cursor:pointer;
	overflow:hidden;
}
#currentVideoInfo {
	background-color:#E4E4E4;
	border:1px solid #cdcccc;
	display:block;
	float:right;
	height:177px;
	margin:3px 3px 1px 0;
	overflow:auto;
	padding:0 10px;
	width:332px;
}
#mediaContainer {
	background-color:#f7f7f7;
	float:left;
	width:996px;
	margin:0px;
	padding:0px;
}
#videoContainer {
	background-color:#fff;
	float:left;
	width:987px;
	margin: 0px 0px 0px 4px;
	border:1px solid #cdcccc;
}
#noFlashFeedBox {
	width:100%;
	height:508px;
	float:left;
	background:#dedede;
	border-bottom:1px solid #cdcccc;
}
#videoList {
	float:right;
	margin:2px 3px 0px 0px;
	width:352px;
	height:276px;
	overflow:auto;
	font: bold 65% arial, sans-serif;
	color:#555;
	background-color:#E4E4E4;
	border:1px solid #cdcccc;
}

/* 4. Classes
------------------------------------*/
.noFlashVideo {
	float:left;
	height:79px;
	width:479px;
	padding:6px;
	clear:none;
	overflow:hidden;
	background:url(/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/vid_playlist_repeat.jpg) repeat-x;
	border-left:1px solid #cdcccc;
	border-top:1px solid #cdcccc;
	border-right:1px solid #cdcccc;
}
.popVideo {
	float:left;
	width:185px;
	margin:0px 0px 0px 7px;
	display:block;
	border-right:1px solid #999;
	cursor:pointer;
}
.popVideoLast {
	float:left;
	width:185px;
	margin:0px 0px 0px 7px;
	display:block;
}
.video{
	height:79px;
	padding:6px;
	overflow:hidden;
	background:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/vid_playlist_repeat.jpg) repeat-x;
	cursor:pointer;
	border-left:1px solid #cdcccc;
	border-top:1px solid #cdcccc;
}
.videoHover, .video:hover {
	height:79px;
	padding:6px;
	overflow:hidden;
	background:url(https://webarchive.library.unt.edu/eot2008/20090827044909oe_/http://usarmy.vo.llnwd.net/e1/media/amp/images/vid_highlight_repeat.jpg) repeat-x;
	cursor:pointer;
	border-left:1px solid #cdcccc;
	border-top:1px solid #cdcccc;
}

.video p, .videoHover p {
	margin:0;
	padding:0;
}

.share, .relatedLink {
	font-weight:bold;
	font-size:1.2em;
	margin:2px 0px;
}
ul.shareIcons {
	float:left;
	margin:0px 0px 4px 0px;
	padding:0px;
	width:100%;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
ul.shareIcons li {
	display:inline;
}
.share {
	font-weight:bold;
	font-size:1.2em;
	margin-right:5px;
	float:left;
}
ul.shareIcons li a img {
	margin:3px 5px;
	padding:0px;
	border: 1px solid #c7c7c7;
}
p.downloadVideo {
	font-size:1.2em;
	margin:4px 0px;
	padding-bottom:4px;
}
.downloadVideo a img {
	float:left;
	margin:0px 4px 0px 0px;
}
.dlColor {
	color:#858484;
}
.runTime {
	color:#333;
	font-weight:normal;
	padding-left:12px;
}
p.runTime {
	color:#333;
	font-weight:normal;
	padding-left:0px;
}
.saveAs {
    font-size:.9em;
}
.unbold {
    font-weight:normal;
}
.noFlashVideo .thumb {
	border:1px solid #B1B1B1;
	float:left;
	margin:0px 10px 0px 0px;
}
.noFlashVideo .thumb img {
	width:100%;
}
div.thumb {
	float:left;
	width:100px;
	height:72px;
	margin-right:10px;
	background:#fff;
	padding:3px;
	border:1px solid #999;
}
p.noFlashText {
	padding:0px 4px;
	border-bottom:1px solid #cdcccc;
	background:#fff;
}
div.thumb img {
	width:100%;
	height:100%;
}

/* 5. Print
------------------------------------*/
@media print {
    
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}