* { margin: 0; }
img { border: 0; }
html, body { height: 100%; }

body {
	font-family: "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size: 10pt;
	min-width: 720px;
}

h1 { font-weight: normal; font-size: 22pt; color: black; margin-bottom: 0.5em; }
h2 { font-weight: normal; font-size: 16pt; color: black; margin-bottom: 0.5em; }
a { text-decoration: none; color: black; }
a:hover { text-decoration: underline; }
input { font-size: 10pt; }

.tabBar { 
	padding: 1px 0;
	border-bottom: solid 1px #a5a5a5; 
	background-color: #e8e8e8;
	white-space: nowrap;
	height: 92px;
}

.tabBar img { margin-bottom: -3px; }

.loginBox {
  float: right;
  width: 200px;
  height: 100%;
  background-color: #f4f4f4;
  border-left: solid 1px #ddd;
  font-size: 9pt;
}

.loginBox a { color: #008; }

.loginBox .loggedInBlock {
  color: #444;
  margin: 20px 0 0 0;
  height: 35px;
  font-size: 10pt;
  text-align: center;
}

.loginBox .loggedInBlock .userLinks {
  font-size: 9pt;
  margin-top: 5px;
}

.loginBox input[type="text"],
.loginBox input[type="password"] { font-size: 9pt; margin-bottom: 5px; }
.loginBox label { display: none; }
.loginBox form { margin: 10px; padding: 0; border: none; }
.loginBox .alternateLinks { float: left; padding-top: 2px; }
.loginBox input[type="submit"] { font-size: 9pt; }

.pageWrapper,
.videoPageWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.pageWrapper { margin: 0 auto -53px; }
.videoPageWrapper { margin: 0 auto -241px; }

.pageWrapper.withSourceList { 
  background-image: url(/images/sourcelist.png); 
  background-repeat: repeat-y;
}

.contentWrapper { min-height: 400px; }
.contentWrapper p { margin: 0.8em 0; }

.contentWrapper.withSourceList { 
  display: table-cell;
}

.dimpInfoBlock { padding: 40px 40px 0 380px; max-width: 450px; }
.dimpInfoBlock a { color: #008; }

* html .dimpInfoBlock { width: 450px; height: 500px; }  /* IE 6 */
* + html .dimpInfoBlock { width: 450px; height: 500px; }  /* IE 7 */

.sourceList {
  display: table-cell;
	padding-bottom: 5px;
	width: 220px;
}

.sourceList .heading {
  font-size: 9pt;
  color: #606e80;
  text-transform: uppercase;
  text-shadow: #eef6ff 1px 1px -1px;
  font-weight: bold;
  margin-top: 0.7em;
  margin-bottom: 0.4em;
  margin-left: 10px;
}

.sourceList ul { 
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}

.sourceList li {
  font-size: 9pt;
  height: 1.5em;
}

.sourceList li,
.sourceList li a { color: black; text-decoration: none; }

.sourceList li.selected {
  background-color: #68788c;
  background: -webkit-gradient(linear, left top, left bottom, from(#8293a6), to(#455b74));
  border-top: 1px solid #68788c;
  border-bottom: 1px solid #68788c;
  margin-left: -20px;
  padding-left: 20px;
}

.sourceList li.selected,
.sourceList li.selected a { color: white; }

.searchBox { 
  background-color: #bec5cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef6ff), to(#bec5cc));
  border-bottom: 1px solid #a8adb4;
  text-align: center;
}

.searchBox form { border: none; background: transparent; margin: 0; padding: 0; }
.searchBox label, 
.searchBox input[type="submit"] { display: none; }
.sourceList input[type="search"] { width: 200px; margin: 5px 0; }

#dimpLauncherFrame { width: 1px; height: 1px; border: none; }

.theaterContent {
  padding: 15px;
}

.channelInfo { margin-bottom: 8pt; }
.channelInfo h2 { display: inline; margin-right: 10pt; }
.channelInfo a { color: #008 }
.pagination { display: inline; }
.pagination .current { font-weight: bold; }

ul.stageList { list-style: none; padding: 0; }

ul.stageList li { 
  margin: 10px; 
  display: inline-block; 
  width: 270px;
  font-size: 8pt;
  color: #888;
}

ul.stageList li .actionLinks { float: right; }

ul.stageList li .actionLinks form { 
  border: none; 
  background-color: white; 
  padding: 0;
  display: inline;
}

ul.stageList li .actionLinks form div { display: inline; }

ul.stageList li .actionLinks form input[type="submit"] {
  margin: 2px 0;
  display: inline;
  width: auto;
}

ul.stageList li .animationName,
ul.stageList li .author { color: black; }

.stageList .dimpLaunchInfoBox {
  position: absolute;  
  width: 270px;
  background-color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  opacity: 0.75;
  color: white;
  border: 1px solid black;
  text-align: center;
}

.stageList .dimpLaunchInfoBox .innerInfoBox {
  padding: 2pt 0 4pt 0;
}

.stageList .dimpLaunchInfoBox a {
  color: white;
  text-decoration: underline;
}

.stageList .thumbnail {
  width: 270px; 
  height: 152px; 
  border: 1px solid #888;
}

.bottomBar, .push { height: 53px; }
.bottomBar { background: url(/images/dimp_bottom_bar.png) repeat-x; }

.relatedVideosPush { height: 188px; }

.bottomBar p {
	padding: 12px 0 0 0;
	text-align: center;
	color: black; 
	text-shadow: #bbb 0px 1px 1px;
}

.bottomBar a { text-decoration: none; }
.bottomBar a:hover { text-decoration: underline; }

p.flashNotice,
p.errorNotice {
	display: block;
	padding: 8px 10px;
	margin: 1em 1em 0 1em;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

p.errorNotice {
  background-color: #fdd;
  border: 1px solid #f44;
}

p.flashNotice {
	background-color: #cfc; 
	border: 1px solid #8a8;
}

.createFirstVideoLink { text-align: center; font-size: 13pt; }
.editTable th { text-align: left; font-weight: normal; }
.narrowContent { width: 400px; margin: 50px auto 0 auto; }

.videoWrapper { overflow: hidden; margin: 2em 0 0.5em 0; text-align: center; }

object.video .noQuicktime { 
	color: #666;
	width: 854px;
	height: 496px;
	text-align: center;
	border: 1px solid #bbb;
	margin: 0 auto;
}

p.videolinks { margin-top: 0.7em; }

span.newbadge { font-weight: bold; font-variant: small-caps; color: red; }

ul.actionLinkList {
	list-style: none;
	margin: 1.5em 0.5em;
	padding: 0;
}

ul.actionLinkList li { 
	padding: 0.8em 1em; 
	margin: -1px 0; 
	background-color: #f4f4f4;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

p.actionLink a { color: #333; }
p.actionLink a:hover { color: black; }

p.downloadLink { margin: 1.2em 1.5em; }
	
	p.downloadLink a, 
	p.downloadLink .unavailableLink {
		font-weight: bold; 
		font-size: 1.1em;
	}
	
	p.downloadLink .linkDescription,
	p.downloadLink .unavailableLink { 
		color: #444; 
	}

.errorExplanation h2 { display: none; }
.errorExplanation li { margin: 0 0; }

form {
	margin: 1em 0.5em 1.5em 0.5em;
	padding: 0.8em 15px;
	color: #333;
	background-color: #f4f4f4;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

form .separator {
  height: 0px;
  margin: 0.75em -15px 1em -160px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid white;
}

form dt { margin: 2px 1px; }
form dd { margin-bottom: 0.5em; }
form .explanation { font-size: 8pt; }
form input, form textarea { width: 98%; }
form textarea { font-size: 10pt; height: 4em; }
form input[type="submit"] { display: block; width: 80px; margin: 0 0 0 auto; }
form dl .fixedValue { padding: 2pt 0 3pt 0; font-weight: bold; display: block; }

form dl.compactInputs dl { clear: both; }

form dl.compactInputs dt { 
	clear: left;
	float: left; 
	width: 140px; 
	text-align: right;
}

form dl.compactInputs dd {
	clear: right;
	margin-bottom: 0.5em;
	margin-left: 145px;
}

.fieldWithErrors input,
.needsAttention {
  border-width: 2px;
  border-style: solid;
	border-radius: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
}

.fieldWithErrors input { border-color: red; }
.needsAttention { border-color: green; }

.relatedVideosWrapper { 
	height: 167px;
	width: 100%;
	overflow: auto;
	border-top: solid 1px #a5a5a5; 
	background-color: #e8e8e8; 
	padding: 10px 0;
}

ul.relatedVideos { padding: 0 10px; height: 145px; white-space: nowrap; }

ul.relatedVideos li { 
	display: inline-block;
	white-space: nowrap;
	width: 258px; 
	height: 145px; 
	border: 1px solid #bbb;
	margin: 0 0 0 -1px;
}

* html ul.relatedVideos li { display: inline; }  /* IE 6 */
* + html ul.relatedVideos li { display: inline; }  /* IE 7 */

.videoOptions { text-align: center; color: #444; }
.videoOptions a { color: #444; }

.feedbackAwayNotice { display: block; color: #b60; font-size: 8pt; }
.noEmailConfirmation { color: #060; }

.feedbackForm input[type="submit"] {
  width: 100px;
}
}