
table.centeredCell {
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
}
table td {
	border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
}
table th {
	font-weight:bold;
	text-align:center;
}
table.centeredCell {
	margin:0px auto;
}
table.centeredCell td {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}
.center {
	text-align:center;
}



.form_errors {
	font-weight:bold;
	color:#ff5555;
	border:2px solid #ff5555;
	width:500px;
}

.form_errors .form_errors_header {
	font-weight:bold;
	color:white;
	background:#ff5555;
  padding:2px;
}

.form_errors div {
	padding:2px;
}

div.popup_error {
	border:2px solid black;
	padding:5px;
	background:#ff3;
	color:#900;
	width:200px;
}

div.K_Log {
	border:2px solid red;
	text-align:left;
	background:#fff;
	color:black;
	padding:5px;
	margin:10px;
}

div.K_LogMessage {
	text-align:left;
}

.K_LogMessageName {
	font-weight:bold;
}

.K_LogMessageMessage {
	font-weight:normal;
}


/* video_fc style */
#video_fc {
	font-family: Arial, Helvetica;
	background: #dde8ee;
}

#video_fc div.video_fc_sub {
	margin:10px;
	padding:5px;
}

#video_fc div.video_fc_title {
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

#video_fc div.video_fc_button {
	text-align:left;
	width:100px;
	height:14px;
	padding:8px 5px;
	border:1px solid #94b7d3;
	background:#ffffff;
	color:#004f84;
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
#video_fc div.video_fc_button:hover {
	background:#ffff00;
}
#video_fc div.video_fc_button_on {
	background:#94b7d3;
	color:#004f84;
}
#video_fc div.video_fc_button_on:hover {
	background:#ddddff;
}


#video_fc .video_fc_def {
	font-weight:normal;
	font-size:10pt;
}

#video_fc #video_fc_toolbar {
	overflow:hidden;
	text-align:left;
	background:#ffffff;
	color:#004f84;
	font-size:10pt;
	border:1px solid #94b7d3;
	cursor:default;
}
#video_fc #video_fc_toolbar_button_min {
	width:18px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	margin:0px;
	border:1px solid #94b7d3;
	cursor:default;
}
#video_fc .video_fc_toolbar_content {
	padding:2px 10px 2px 10px;
}

#video_fc #video_fc_buttontable {
	border-collapse:separate;
	border-spacing:20px 2px;
}

#video_fc table.video_fc_buttontable th {
	font-size:12px;
}

#video_fc #video_fc_bwcheck {
	font-size:10pt;
}

#video_fc #video_fc_bwcheck #video_fc_bwcheck_link {
	text-decoration:underline;
	color:#0000ff;
}
#video_fc #video_fc_bwcheck #video_fc_bwcheck_link:hover {
	text-decoration:underline;
	color:#aaaaff;
}

