/* CSS Document */

.alert_bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#FFFFFF;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.alert_canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

.alert{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:1000;	
	width:400px;
	height:150px;
	background-color:#414141;
}

.alert_msg{	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	
	white-space:normal;

	font-weight:bold;
	color:#FFFFFF;
}

.alert_close{
	position:absolute;
	
	width:15px;
	height:15px;
	
	left:360px;
	top:120px;
	
	text-align:right;
	
	color:#FF0000;
	cursor:pointer;
}

.alert_ok{
	position:absolute;
	
	width:15px;
	height:15px;
	
	left:320px;
	top:120px;
	
	text-align:right;
	
	color:#FF0000;
	cursor:pointer;
}

.success{
	color:#00CC00;
}

.failure{
	color:#FF0000;
}

.item_tagged{
	color:#17366b;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	-moz-user-select:none;
}

.item_untagged{
	background:none;
	cursor:pointer;
	text-align:center;	
	-moz-user-select:none;	
}

.fast_question{
	clear:left;
	border:0px black solid;
	height:20px;
}

.question_choice_inactive{
	background:none;
	cursor:pointer;
	-moz-user-select:none;
	float:left;
}

.question_choice_or{
	background:none;
	cursor:default;
	-moz-user-select:none;
	float:left;
}

.question_choice_active{
	color:#16366b;
	font-weight:bold;
	cursor:pointer;
	-moz-user-select:none;	
	float:left;
}

#progress_information{
	visibility:hidden;
}

#progress_status{
	height:18px;
	width:100px;
	border:1px solid black;
	float:left;
}

#progress_bar{
	height:18px;
	width:0%;
	background-color:#00CC00;
}

#progress_complete{
	display:none;
}

#photo_upload_status{
	visibility:hidden;
}

#my_videos_container{
	position:relative;
	float:left;
	border:1px solid black;
	width:400px;
}

#my_videos{
	position:relative;
	padding:6px;
}

.my_video_selection_dragging{
	position:relative;
	padding-top:3px;
	height:55px;
	width:250px;
}

.my_video_selection{
	position:relative;
	padding-top:3px;
	height:55px;
	width:250px;
	border-top:3px solid white;
	border-bottom:3px solid white;
}

.my_video_selection_ro_top{
	position:relative;
	padding-top:3px;
	height:55px;
	width:250px;
	border-top:3px solid black;
	border-bottom:3px solid white;
}

.my_video_selection_ro_btm{
	position:relative;
	padding-top:3px;
	height:55px;
	width:250px;
	border-top:3px solid white;
	border-bottom:3px solid black;
}


.video_handle{
	position:absolute;
	background-color:#00CC00;
	cursor:move;
	-moz-user-select:none;	
	font-size:24px;
}

.video_controls{
	position:absolute;
	left:55px;
}

#manage-images-holder {
	float:left; 
}

#manage-images-holder #manage-images-ad {
	text-align:center;
	margin-top:30px;
}

#image-container {
	width:525px;
	float:left;
}

#my_images_container{
	position:relative;
	border:1px solid black;
	width:523px;
}

#my_images{
	position:relative;
	padding:6px;
}

.my_image_selection_dragging{
	float:left;
/*	position:absolute;*/
	padding-top:3px;
	height:80px;
	width:126px;
	opacity:0.75;
	filter:alpha(opacity=75);	
}

.my_image_selection{
	position:relative;
	float:left;
	padding-top:3px;
	height:80px;
	width:120px;
	border-left:3px solid white;
	border-right:3px solid white;
}

.my_image_selection_ro_top{
	float:left;
	position:relative;
	padding-top:3px;
	height:80px;
	width:120px;
	border-left:3px solid white;
	border-right:3px solid white;
}

.my_image_selection_ro_btm{
	float:left;
	position:relative;
	padding-top:3px;
	height:80px;
	width:120px;
	border-left:3px solid white;
	border-right:3px solid white;
}


.image_handle{
	position:absolute;
	background-color:#00CC00;
	cursor:move;
	font-size:24px;
	-moz-user-select:none;	
	width:55px;
}

.image_controls{
	position:absolute;
	left:52px;
}

.image_controls a{
	font-size:10px;
}

#instructions, #submit{
	clear:left;
	float:none;
}

#nav form{
	display:inline;
}
