.clear
{
	clear:both;
}

.bsns_upload_allowed_file_types_div
{
	position:relative;
	display:inline-block;
	color: #ff0000;
	height: 1.5em;
	padding: 0.1em;
	margin: 0.5em 1em;
}

.bsns_upload_progress
{
	display: none;
	position: relative;
	width: 18em;
	height: 1.3em;
	margin-top:1em;
	padding: 0.1em;
	clear:both;	
	border: solid 1px #888888;
}

.bsns_upload_progress_bar
{
	width: 0%;
	height: 1.3em;
	margin: 0 0 0 0;
	background-color: #8888FF;
}

.bsns_upload_msg_div
{
	display: none;
	position: relative;
	width: 100%;
	height: 1.3em;
	margin-top:1em;
	padding: 0.1em;
	color:Red;
	clear:both;
	text-align:center;
}

.bsns_upload_response_div
{
	font-family: Verdana;
	font-size: 11px;
	display: none;
	padding-left:0em;
	/*border:solid 5px orange;*/
}

.bsns_upload_plugin_div
{
	position:relative;
	display: inline-block;
	width: 100%;
	min-height: 2.25em;
	left:0em;
	/*border:solid 1px red;*/
}

.bsns_upload_console_small_buttons 
{
    display:block;
	margin-top:0.5em;
	margin-right:0.5em;
	width:4.75em;
	height:1.75em;
	text-align:center;
	line-height:1.75em;
	border-radius:0.2em;
	box-shadow:1px 1px 0px #a4a4a4;
	color:#000000;
	cursor:pointer;
}

.grey_button 
{ 
	background-color: #eeeeee;
	color: #ffffff;
}

.green_button, .green_button > span
{
	background-color:#47a447;
	color: #ffffff;
	cursor:pointer;
}

.bsns_upload_grey_button
{
	/*background-color:#eea236;
	color: #ffffff;
	cursor:pointer;*/
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(219,219,219,1) 100%);
	
}

#file_browse_button
{
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 8em;
    margin: 0.25em;
    line-height: 1.75em;
    border-radius: 0.2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 1px 1px 0 #FFFFFD;
}

#file_browse_button 
{
	left:0em;
}

#file_upload_button 
{
	right:0em;
}

.bsns_upload_file_upload_input 
{
	position: absolute;
	display: inline;
	top: 0;
	right: 0;
	opacity: 0;
}
/*#file_upload_input 
{
	position:absolute;
	left:0;
	top:1%;
	width:96%;
	height:96%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	cursor:pointer;	
}*/


.bsns_upload_file_error
{
	background-color: #ffeeee;
	border: solid 1px #ff8888;
	border-radius:0.5em;
}

.bsns_upload_file_success
{
	background-color: #eeffee;
	border: solid 1px #88ff88;
	border-radius:0.5em;
	/*border:solid 5px blue;*/
}

.file_name_div
{
	font-weight: bold;
	display: inline-block;
	padding: 1%;
	width: 73%;
}

.file_size_div
{
	font-weight: normal;
	display: inline-block;
	padding: 1%;
	width: 13%;
}

.file_error_div
{
	font-weight: normal;
	text-decoration: underline;
	width: auto;
	float: right;
	margin-right: 1%;
}

.file_action_div
{
	font-weight: normal;
	display: inline-block;
	padding: 1%;
	width: 8%;
	text-align: right;
}

.file_cancel_div
{
	/*width: 70%;*/
	width: 16px;
	/*height: auto;*/
height: 16px;
	text-align: right;
	vertical-align: middle;
	cursor: icon;
}
.normal_button 
{
	background-color:#7a7a7a;
	color: #ffffff;
	cursor:pointer;
}

/*#submit_button
{
	position: relative;
	display:inline-block;
    width:7em;
	margin:0.1em;
	line-height:2em;
	cursor:default;
}

#back_button
{
	position: relative;
	display:inline-block;
    width:7em;
	margin:0.1em;
	line-height:2em;
	cursor:default;
}

#delete_button
{
	position: relative;
	display:inline-block;
    width:12em;
	margin:0.1em;
	line-height:2em;
	cursor:default;
}

#edit_author_button
{
   	font-family: Verdana;
	font-size: 14px;
	position: relative;
    width:8em;
	margin:0.1em;
	line-height:2em;
	cursor:default;
}

#add_author_button
{
   	font-family: Verdana;
	font-size: 14px;
	position: relative;
    width:8em;
	margin:0.1em;
	line-height:2em;
	cursor:default;
}

#div_display_message
{
    width:400px;
    position:relative; 
    display:inline-block; 
    float:right;
}

#days_message
{
    text-align:left; 
    display:inline-block;
    position:relative;
}

#date_message
{
    text-align:right; 
    display:inline-block; 
    position:relative;
}*/

.bsns_upload_status_file_name
{
	/*width: 29%;*/
	width: 10%;
}
.bsns_upload_original_file_name
{
	/*width: 29%;*/
	width: 24%;
}

.bsns_upload_system_file_name
{
	/*width: 25%;*/
	width: 22%;
}

.bsns_upload_uploaded_file_time
{
	/*width: 25%;*/
	width: 16%;
}

.bsns_upload_file_size
{
	/*width: 11%;	*/
	width: 11%;
}

.bsns_upload_remove_action
{
	width: 7%;
	cursor:pointer;
}

.bsns_upload_file_list_header_main_div
{
    position:relative;
	display:block; 
}

.bsns_upload_file_list_header_row_div
{
    position:relative;
    display:inline-block; 
    width:100%;
    color:#ffffff;
}

.bsns_upload_file_list_header
{
    position:relative;
    display:inline-block;
	height:25px;
	border-bottom:dotted 1px #FF6600;	
	font-family:Tahoma, Arial;
	font-size:10pt;
	font-weight:bold;
	padding-left:3px;
	padding-top:14px;
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:top;	
	text-align:left;
}

.bsns_upload_file_list_item_main_div
{
    position:relative;
    display:block; 
}

.bsns_upload_file_list_item_row_div
{
    position:relative; 
    display:inline-block; 
    width:100%;
    color:#ffffff;
    border-bottom:dotted 1px white;
}

.bsns_upload_file_list_item
{
    position:relative; 
    display:inline-block;
	height:auto;
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding: 5px 5px 7px 3px;
	vertical-align:top;
	word-wrap:break-word;
	
}
.bsns_upload_failed_row
{
    color:#ff8888;
}
.bsns_upload_success_row
{
    color:#88ff88;
}

.bsns_upload_button_div
{
	width:85px; 
	display:inline-block;
	/*float:left;*/
	padding:5px;
	text-align:center;
	font-size: 12px;
}

.bsns_upload_div
{
	height:30px;
}
#ball_details_back
{
	display:none; 
	width:200px; 
	height:40px; 
	border:1px solid back;
}

.strike
{
	 color:red;
	 text-decoration: line-through;
}
