.mediaImage{
	width:100px;
	height:100px;
	background-color:#485c84;
}

.mediaTitleLabel{
	color:#000000;
	font-size:18px;
	line-height:18px;
}

.mediaSubtitleLabel{
	color:#000000;
	font-size:14px;
	line-height:30px;
}

.mediaTitle{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	width:510px;
	overflow:hidden;
	min-height:20px;
}

.mediaSubtitle{
	font-size:14px;
	line-height:30px;
	overflow:hidden;
}

#backButton{
	font-size:12px;
	line-height:20px;
	height:20px;
	background-color:#e6e6e6;
	color:#000000;
	font-weight:bold;
	padding:0 10px;
	margin:25px 0 0 0;
}

#mediaHeader{
	height:107px;
	background-image:url('../img/newItem/bg.png');
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #8a94a8;
	padding:22px 9px 4px 12px;
}

#mediaContent{
	margin:0 30px 0 30px;
	width:745px;
}

#infoTextTextarea{
	border:1px solid #485c84;
	width:507px;
	height:250px;
	background-image:url('../img/prevMedia/infoTextareaBg.jpg');
	background-position:left bottom;
	font-family:Tahoma, Verdana, SansSerif;
	font-size:12px;
	padding-left:13px;
	margin-top:10px;
	background-repeat:repeat-x;
}

#infoTextWrapper{
	width:522px;
	margin-top:15px;
}

.mediaNavButtonStats{
	height:20px;
	width:100px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	padding:0 2px 0 2px;
	margin-left:1px;
}

.mediaNavButton{
	height:20px;
	width:119px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	padding:0 2px 0 2px;
	margin-left:1px;
}

.mediaNavButton img{
	margin:2px 5px 0 0;
	border:none;
}

#mediaNavigation{
	margin-top:10px;
}

.bigArrowUp{
	background-image:url('../img/prevMedia/bigArrowUp.png');
	height:19px;
	width:37px;
}

.bigArrowDown{
	background-image:url('../img/prevMedia/bigArrowDown.png');
	height:19px;
	width:37px;
}

.disabled{
	background-position:0 -32px;
}

.mediaTable{
	border-bottom:1px solid #8a94a8;
	color:#000000;
	margin:20px 20px 0 20px;
	padding-bottom:20px;
}

.videoThumbnail{
	width:150px;
	height:90px;
	background-color:#2a4171;
}

.imageThumbnail{
	width:120px;
	height:120px;
	background-color:#2a4171;
}

.mediaNavButton:hover{
	background-color:#2a4171;
	color:#ffffff;
}

.checkbox{
	margin: 3px 3px 3px 0;
}
