/* fix bug from theme */
.invalid {
	border-color:#FF0000 !important;
}
select.invalid {
	border:1px solid #FF0000 !important;
}
span.yoo-login, span.logout {
	margin-top:0px !important;
}

#submitPRStep {
	height: 80px;
}
#submitPRStep li {
	display:block;
	float:left;
	width:20%;
	text-align:center;
}
.detailPackage{
	text-align:left;
	padding:0px;
}

/* flash upload */
.formField {
	display: inline;
}
#SWFup_Btn_media {	
	width:90px;
	float:left;
}
#SWFqueue_media {
	margin:0px;
	padding:0px;
	float:left;
	vertical-align:top;
	line-height:15px;
	width:350px;
}
.swf_queued_file {
	background:#f0f0f0;
	margin:0px;
	border:1px solid #c0c0c0;
	padding:0px;
	clear:both;
		}

.swf_queued_file_remove {
	font-size:11px;
	float:left;
	width:20px;
	height:15px;
	background:url(images/syndacast/stop.png) no-repeat top left;	
	overflow:hidden;
}
.swf_queued_filename{
	font-size:11px;
	display:inline;
	float:left;
	width:130px;
	overflow:hidden;
}
.swf_queued_filesize{
	font-size:11px;
	float:right;
	text-align:right;
	width:160px;
	overflow:hidden;
}

/* modal window */
.modalWin {
	background:#FFFFFF;
	color:#000000;
	border:3px solid #999999;
	padding:0px
}
div.modalWin .title {
	background:#EEEEEE;
	line-height:20px;
	padding:5px;
}
div.modalWin .close {
	float:right;
}

/* in pr submit step 3 */
div.prLogo {
	text-align:center;
	vertical-align:middle;
	/*float:right;*/
	width:112px;
	height:112px;
	border: 1px solid #CCCCCC;
	padding:0;
	margin:0;	
}
div.prLogo table, div.prVideo tr, div.prVideo td {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	vertical-align:middle;
	border-spacing:0;
}
div.prVideo {
	text-align:center;
	vertical-align:middle;
	/*float:right;*/
	width:250px;
	height:250px;
	line-height: 224px;
	border: 1px solid #CCCCCC;
	background: url('images/syndacast/video-preview.png') no-repeat; 
	padding:0;
	margin:0;
}
div.prVideo table, div.prVideo tr, div.prVideo td {
	margin:0;
	padding:0;
	height:224px;
	width:100%;
	vertical-align:middle;
	border-spacing:0;
}

/* pr list */
ul.latestnews {
	padding:0;
	/*background-color: #fff;*/
}

.latestnews li {
	list-style: none;
}

/* fix share it*/
.module-4{
min-height:20px !important;
}

/* remove */
.article_separator {
background:none;
height:15px;
}

/* member PR Status */
.pr_draft {
	background: url('images/syndacast/draft.png') no-repeat;
	padding-left:20px;
}
.pr_pending {
	background: url('images/syndacast/pending.png') no-repeat;
	padding-left:20px;
}
.pr_hold {
	background: url('images/syndacast/hold.png') no-repeat;
	padding-left:20px;
}
.pr_scheduled {
	background: url('images/syndacast/scheduled.png') no-repeat;
	padding-left:20px;
}
.pr_published {
	background: url('images/syndacast/published.png') no-repeat;
	padding-left:20px;
}