body, #nonFooter
{
	background-attachment: fixed !important;
}

#ohHiMark
{
	margin-top: 60px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.15);
	padding: 30px 0px;
	-webkit-animation: welcome 3s 1;
	-moz-animation: welcome 3s 1;
	text-align: center;
	clear: both;
	width: 100%;
	border-radius: 3px;
}

#cookieMonster
{
	display: inline-block;
}

#ohHiMark p
{
	padding-top: 10px;
}

#ohHiMark h3 span
{
	font-weight: 800;
}

#ohHiMark h3
{
	margin: 0;
	line-height: 20px;
}

#ohHiMark a
{
	clear: right;
}

#header
{
	position: relative;
}

#Footer
{
	position: relative;
}
#contentContainer
{
	position: relative;
	animation: rise 0.5s 1;
	-webkit-animation: rise 0.5s 1;
	-moz-animation: rise 0.5s 1;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
}

@-webkit-keyframes drop { 0% { top: -90px; opacity: 0;} 100% { top: 0; opacity: 1; } }
@-webkit-keyframes rise { 0% { bottom: -30px; opacity: 0; } 100% { bottom: 0; opacity: 1; } }
@-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1;  } }
@-webkit-keyframes welcome { 0% { opacity: 0; display: inline-block; } 100% { opacity: 1; } }
@-webkit-keyframes save { 0% { bottom: -75px; } 100% { bottom: 0px; } }
@-webkit-keyframes fadePost { 0% { opacity: 0; } 100% { opacity: 1; } }

@-moz-keyframes drop { 0% { top: -90px; opacity: 0; } 100% { top: 0; opacity: 1; } }
@-moz-keyframes rise { 0% { bottom: -30px; opacity: 0; } 100% { bottom: 0; opacity: 1; } }
@-moz-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1;  } }
@-moz-keyframes welcome { 0% { opacity: 0;  display: inline-block; } 100% { opacity: 1; } }
@-moz-keyframes fadePost  { 0% { opacity: 0; } 100% { opacity: 1; } }

#uploadContainer .preview img{
	display: block;
	float: left;
	display: none;
}

#uploadContainer
{
	overflow: visible;
	display: block;
	text-align: center;
	background: none;
	margin-top: 0px;
}

#uploadContainer .preview-flash
{
	padding: 0px !important;
}

#uploadContainer .preUpload img
{
	opacity: 0.8;
	
	transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

#uploadContainer .preUpload:hover img
{
	opacity: 1;
}

.preview .failedSize:after
{
	z-index: 10;
	position: absolute;
	width: 50px;
	height: 50px;
	background: orangered;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	font-family: "Pictos";
	display: inline-block;
	content: ",";
	line-height: 21px;
	font-size: 38px;
	vertical-align: middle;
	margin-left: -25px;
	margin-top: -25px;
	text-shadow: 0px 1px 3px black;
	color: white;
}

.preview .failedDupe:after
{
	z-index: 10;
	position: absolute;
	width: 50px;
	height: 50px;
	background: orangered;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	font-family: "Pictos";
	display: inline-block;
	content: "J";
	line-height: 21px;
	font-size: 38px;
	vertical-align: middle;
	margin-left: -25px;
	margin-top: -25px;
	text-shadow: 0px 1px 3px black;
	color: white;
}

.preview .failedType:after
{
	z-index: 10;
	position: absolute;
	width: 50px;
	height: 50px;
	background: orangered;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	font-family: "Pictos";
	display: inline-block;
	content: "F";
	line-height: 19px;
	font-size: 38px;
	vertical-align: middle;
	margin-left: -25px;
	margin-top: -25px;
	text-shadow: 0px 1px 3px black;
	color: white;
}


.addBorders
{
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(200,200,200,0.1);
	border-right: 1px solid rgba(200,200,200,0.1);
	border-top: 0px;
	box-shadow: 0px 1px 3px #000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}
#content
{
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.preview
{
	display: inline-block;
	text-align: center;
}

#uploadContainer .imageHolder{
	display: inline-block;
	position: relative;
	padding: 0px;
	min-height: 136px;
}

#uploadContainer .preview.done .uploaded{
	display: block;
}
#uploadContainer .done .progressHolder
{
	opacity: 1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	width: 98%;
	-moz-transition:2s;
	-webkit-transition:2s;
	-o-transition:2s;
	transition:2s;
}

#uploadContainer .done .preview img
{
	border: 1px solid #a0f765
}

.preview p
{	
	font-size: 12px;
	color: rgb(160,160,160);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	float: left;
	width: 180px;
	margin-left: 3px;
	margin-top: 3px;
}

.uploadDone .fastCodesRel p.type
{
	display: none;
	padding-left: 5px;
}

.preview p.type, .preview-flash p.type
{
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

.failedDupe img
{
	margin-left: 8px;
}

.preview a.removeFile
{
	display: inline-block;
	position: absolute;
	right: -6px;
	top: 145px;
	width: 30px;
	height: 30px;
	background-image: url('/img/gui/settings/icons/white/x_14x14.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	opacity: 0.05;
}

.preview-flash a.removeFile
{
	display: inline-block;
	position: absolute;
	background-color: rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.2);
	box-shadow: -1px 0px rgba(255,255,255,0.05);
	background-image: url('/img/gui/settings/icons/white/x_14x14.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 40px;
	top: none;
	opacity: 1;
	
}

.preview:hover a.removeFile
{
	opacity: 1;
}

.preview.uploadDone a.removeFile
{
	display: none;
}


#uploadContainer .progressHolder{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	height:5px;
	width:180px;
	left: 50%;
	bottom: 0;
	margin: 2px;
	margin: 0 -90px 25px;
	border-radius: 10px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 0px 1px 1px black;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 0px 1px 1px black;
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 0px 1px 1px black;
	display: none;
	bottom: 24px;
	border: 1px solid rgb(54, 54, 54);
}

#uploadContainer .preview-flash .progressHolder{
	
	width: 100px;
	top: 17px;
	right: 15px !important;
	height: 5px;
	left: auto !important;
	margin: 0;
}

.holderFlash
{
	bottom: -3px !important;
	display: none !important;
}

#uploadContainer .progress{
	position: absolute;
	height:100%;
	left:0;
	width:0;
	border-radius: 10px;
	padding: 0px;
	background: rgb(218, 255, 194);
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
	
	background: rgb(151,235,86); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3ZWI1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2MxZmM5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmZmYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(151,235,86,1) 0%, rgba(193,252,151,1) 84%, rgba(203,255,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,235,86,1)), color-stop(84%,rgba(193,252,151,1)), color-stop(100%,rgba(203,255,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,235,86,1) 0%,rgba(193,252,151,1) 84%,rgba(203,255,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,235,86,1) 0%,rgba(193,252,151,1) 84%,rgba(203,255,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,235,86,1) 0%,rgba(193,252,151,1) 84%,rgba(203,255,197,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,235,86,1) 0%,rgba(193,252,151,1) 84%,rgba(203,255,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97eb56', endColorstr='#cbffc5',GradientType=1 ); /* IE6-8 */
	
	
}

#uploadContainer .preview.done .progress{
	width:100% !important;
}

#uploadContainer .preview{
	width:	206px;
	padding: 10px 0;
	margin: 0px 0px 55px 45px;
	position: relative;
	text-align: center;
	float: left;
	border: 0px;
	height: 160px;
}

#uploadContainer .preview:nth-of-type(4n-7)
{
	margin-left: 0px;
}

[class^=ui-effects] {
    z-index: 999;
}

#uploadContainer .preview-flash{
	padding: 10px 0;
	position: relative;
	text-align: center;
	float: none;
	border: 1px solid rgba(0,0,0,0);
	overflow: visible;
	
	margin: 0px 0px 25px;
	width: auto;
	height: 40px;
	clear: left;
}


.preview-flash p {
	color: #fff;
	text-align: left;
	padding: 9px 60px 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	opacity: 1;
	margin: 0;
	
	margin-top: 0px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
}


#uploadContainer .preview-flash
{
	background: rgba(0,0,0,0.1) !important;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 58%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(0,0,0,0.3)),
		color-stop(0.2, rgba(0,0,0,0))
	);
}

#uploadContainer .preview img{
	max-width: 205px;
	min-width: 30px;
	max-height:130px;
	min-height: 30px;
	display: block;
	opacity: 1;
	border-radius: 2px;
	width: 200px;
	margin: 0px;
	height: 125px;
	border: 1px solid #111;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
}

.done 
{
	opacity: 1 !important;
}

#shareArea
{
	display: block;
	background: transparent;
	padding: 25px 0px;
	border-bottom: 1px solid rgba(200,200,200,0.05);
	border-radius:0;
	display: none;
	overflow: auto;
}

#shareArea .left
{
	float: left;
}

#shareArea .right
{
	float: right;
}

#shareArea .right a
{
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 3px;
	box-shadow: 0px 0px 1px 
	rgba(255,255,255,0.3) inset, inset 0px 22px 30px -30px rgba(255,255,255,0.5);
	color: white;
	text-shadow: 1px 1px 0px black;
	text-decoration: none;
}

#school
{
	display: none;
	margin: 10px auto 10px;
	width: 100%;
	position: absolute;
	padding: 5px 0px 0px;
	border: 1px solid white;
	border-radius: 3px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	z-index: 40;
	border-top-right-radius: 2px;
	background: white;
	right: -1px;
	top: 125px;
	
}

#school .close
{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 35px;
	overflow: auto;
	background: transparent url('/img/gui/settings/icons/white/x_14x14_black.png') no-repeat 50% 50%;
	-webkit-transition: 0.1s;
}

.signUpLink
{
	padding: 8px 0px;
	color: rgb(158, 255, 121) !important;
	margin: 10px 0px 0px 0px !important;
	font-weight: 600;
}

#school .schoolInner h2
{
	font-family: "Pictos";
	font-size: 125px;
	text-align: center;
	height: 120px;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.07);
}

#school .schoolInner h2:before
{
	content: "P";
}

#school .schoolInner h3
{
	color: #222;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 10px;

}

#school .schoolInner h4
{
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
}

#school .schoolInner a
{
	display: block;
	margin: 3px 0 15px;
	color: #222;
}

#overall_progress
{
	display: inline-block;
	height: 4px;
	margin: 1px;
	position: absolute;
	left: 0px;
	color: #a0f765;
	background:  rgb(218, 255, 194);
	background: rgb(197,255,160); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1ZmZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmZmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(197,255,160,1) 0%, rgba(211, 255, 182, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(197,255,160,1)), color-stop(100%,rgba(211, 255, 182, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(197,255,160,1) 0%,rgba(211, 255, 182, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(197,255,160,1) 0%,rgba(211, 255, 182, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(197,255,160,1) 0%,rgba(211, 255, 182, 1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(197,255,160,1) 0%,rgba(211, 255, 182, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ffa0', endColorstr='#f6fff0',GradientType=1 ); /* IE6-8 */
	
	border-radius: 3px;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#hint
{
	display: none;
	color: #3e4356;
	margin-top: 10px;
}
#uploadContainer .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('/img/gui/general/loadinglol.gif') no-repeat center center;
	display: none;
}
#surprise
{
	display: inline-block;
	//display: none;
	margin: 90px auto 10px;
	width: 100%;
	background: transparent;
}

#surprise p
{
	color: #807E9B;
	padding-top: 3px;
}

#welcome
{
	margin: 60px auto 10px;
	text-align: center;
	position: relative;
	display: inline-block;
	display: none;
	border-radius: 3px;
	padding: 35px 0px 20px;
	border: 2px solid rgba(0,0,0,0.0);
	cursor: default;
}
	
#welcome h1
{
	font-size: 28px;
	padding-bottom: 5px;
	font-weight: 500;
	//color: #eafacc;
}

.ital
{
	font-style: italic;
	font-weight: 200;
}

#welcome > h2
{
	text-align: right;
	float: right;
	font-size: 16px;
	color: #ccc;
	font-weight: 400;
	margin-bottom: 10px;

	margin-top: 20px;

}

#welcome h2 a
{
	color: rgb(95, 95, 95);
	text-decoration: none;
}

#welcome h2 a span
{
	font-family: 'Pictos';
}

#welcome h2 a:hover
{
	color: white;
	cursor: pointer;
}

.hover
{
	box-shadow: inset 0px 0px 0px 1px rgb(157, 255, 157), 0px 0px 20px rgba(0, 0, 0, 0.44), inset 0px 0px 100px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.hover:after
{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: inherit;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: rgba(0,0,0,0.9);
	text-align: center;
	box-sizing: border-box;
	content: "Add Image" !important;
	padding: inherit;
	border: 1px solid rgb(202, 255, 153);
	border-radius: 3px;
}
	
.disabled
{
	opacity: 0.2 !important;
}

#file_add_box:active
{
	position: relative;
	top: 2px;
}

#file_add_box #file_add_container
{
	height: 125px;
	background: rgba(0,0,0,0.1);
	display: block;
	border-radius: 10px;
	border: 3px dashed rgba(255, 255, 255, 0.2);
}

#file_add_box #file_add_container:hover
{
	background: rgba(0,0,0,0.5);
	border: 3px dashed #A2FF00;
}

#file_add_box #file_add_container a
{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/img/gui/settings/icons/white/plus_32x32.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#file_add_box
{
	width: 800px;
	height: auto;
	background: transparent;
	display: inline-block;
	clear: left;
	cursor: pointer;
	margin: 20px auto 0;
	
	display: none;
}

#file_add_box .flashAdd
{
	height: 28px !important;
	border: 2px dotted rgba(255, 255, 255, 0.5) !important;
	border-radius: 5px !important;
	margin: 20px 0 0 0 !important;
}

#file_add_box .flashAdd:hover
{
	border: 2px dotted #A2FF00 !important;
}

#file_add_box .flashAdd a
{
	background-image: url(/img/gui/settings/icons/white/plus_16x16.png) !important;
}


#saveImages
{
	background: transparent;
	display: block;
	border: 0px;
	border-radius: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	min-height: 60px;
	border-radius: 0px;
	display: none;
	
}

#saveImagesParent
{
	margin-top: 30px;
}

#saveImagesInner
{
	margin: 0 auto;
	display: block;
	padding: 0;
	overflow: visible;
	width: 960px;
	position: relative;
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	min-height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.save
{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	float: right;
	text-decoration: none !important;
	padding: 0 15px;
	margin-top: 13px;
	margin-right: 15px;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
}

.downBoy
{
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), inset 0px 20px 30px -10px rgba(0,0,0,0.1), inset 0px 0px 2px rgba(255,255,255,0.1) !important;
	color: #666 !important;	
}

#uploadfiles
{
	background-color: rgb(30,30,45);
	padding: 0px 15px 0px 15px;
	margin: 13px 1px 0px 0px;
	float: right;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px -1px 0px black;
	opacity: 1;
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	
	-webkit-animation: uploadAnimate 0.7s infinite;
     -moz-animation:    uploadAnimate 0.7s infinite;
     -ms-animation:     uploadAnimate 0.7s infinite;
     -o-animation:      uploadAnimate 0.7s infinite;
	
}

@-webkit-keyframes uploadAnimate {
	0%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
	50% { color: rgb(172, 255, 140); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0.5); }
	100%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
}
@-moz-keyframes uploadAnimate {
	0%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
	50% { color: rgb(172, 255, 140); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0.5); }
	100%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
}
@-ms-keyframes uploadAnimate {
	0%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
	50% { color: rgb(172, 255, 140); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0.5); }
	100%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
}
@-o-keyframes uploadAnimate {
	0%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
	50% { color: rgb(172, 255, 140); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0.5); }
	100%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
}

@keyframes uploadAnimate {
	0%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
	50% { color: rgb(172, 255, 140); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0.5); }
	100%   { color: rgb(255,255,255); box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 20px 30px -10px rgba(255,255,255,0.1), inset 0px 0px 2px rgba(255,255,255,0.1), inset 0px 1px 0px rgba(178, 153, 255, 0); }
}

#uploadfiles span#pictos
{
	font-family: 'Pictos';
	margin-right: 5px;
}

#uploadfiles:active
{
	box-shadow: 0px 1px 5px black inset, inset 0px -1px 0px rgba(255,255,255,0.4);
}

.leftTab
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: 0px !important;
	border-right: 1px solid rgba(255,255,255,0.3) !important;
}

.rightTab
{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: 1px solid rgba(0,0,0,0.2) !important;
	border-right: 0px !important;
}

#uploadInfo
{
	float: right;
	margin-top: 13px;
	font-family: arial;
}

#uploadInfoInner
{
	max-width: 960px;
	margin: 0 auto;
}

#uploadInfo p
{ 
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.1);
	background: none;
	box-shadow: none;
	color: white;
}
#uploadInfo a
{
	float: left;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-right: 1px solid rgba(255,255,255,0.1);
	background: none;
	box-shadow: none;
	color: white;
	position: relative;
	font-size: 14px;
	text-decoration: none;
}
#uploadInfo a:hover
{
	text-decoration: none;
	color: white;
}
#uploadInfo a:active
{
	top: 1px;
}
#uploadInfo p:last-child
{
	border-right: 0px;
}
#uploadInfo a:last-child
{
	border-right: 0px;
}

#uploadInfo p, #uploadInfo a
{
	color: rgb(185, 185, 185);
}

#controls
{
	padding: 3px 0 0;
	//clear: both;
}

.dropOr
{
	font-size: 14px;
	line-height: 15px;
	font-family: cursive;
}

.dropClick
{
	//color: #A2FF00;
}

#dropHint
{
	float: left;
	margin: 21px 0px 0px 10px;
}

#dropHint span
{
	color: rgb(150, 150, 150);
}


.error
{
	background: lightcoral;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	margin: 0;
	cursor: pointer;
	text-align: center;
}

#err_close
{
	float: right;
	background: rgba(0,0,0,0) url('/img/gui/settings/icons/white/x_14x14.png') no-repeat 50% 50%;
	border-radius: 3px;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	color: white;
	font-weight: 600;
	margin-top: -3px;
	opacity: 0.9;
	padding: 1px;
}

.error:hover #err_close
{
	opacity: 1;
	background: rgba(0,0,0,0.6) url('/img/gui/settings/icons/white/x_14x14.png') no-repeat 50% 50%;
}

.error:hover #err_close:hover
{
	background: rgba(0,0,0,1) url('/img/gui/settings/icons/white/x_14x14.png') no-repeat 50% 50%;
}

.error:hover #err_close:before
{
	content: "Close";
	position: relative;
	left: -50px;
	background: lightcoral;
}

.arrow_box {
	position: relative;
	background: transparent;
	top: -6px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: transparent;
	border-width: 7px;
	left: ;
	margin-left: -7px;
}
.arrow_box:before {
	border-color: transparent;
	border-bottom-color: white;
	border-width: 11px;
	right: 1px;
	margin-left: -11px;
}

.uploadDone div a
{
	display: none;
}

/*#filelist .uploadDone:first-child .fastCodes:focus:after
{
	position: absolute;
	display: inline-block;
	width: 100px;
	left: 225px;
	top: 4px;
	background: #222036;
	border: 2px solid #8bea1e;
	content: "Direct Link";
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	font-weight: 500;
}

#filelist .uploadDone:first-child .page:focus:after
{
	content: "Image page link" !important;
}
*/

.preview-flash .fastCodes
{
	background: transparent url('/img/gui/settings/newIcons/link.png') 6px 46% no-repeat;
	border: 0px solid #111;
	color: #A0F765;
	font-family: Helvetica, Tahoma, Trebuchet MS, Trebuchet, sans-serif;
	font-size: 12px;
	padding: 8px 0px 8px 26px;
	border-radius: 0px;
	margin-bottom: 5px;
	direction: ltr;
	width: 183px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 1px 1px #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.2s;
	text-shadow: 1px 1px 0px #000;
	display: none;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.previewToggle
{
	text-align: left;
	display: inline-block;
	float: left;
	width: 150px;
}

.previewList a, .previewWelcome a
{
	color: rgb(185, 185, 185);
	font-weight: 400;
	display: inline-block;
	height: 42px;
	border-right: 1px solid rgba(255, 255, 255, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	position: relative;
	background: transparent;
	max-width: 225px;
	line-height: 42px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0);
	text-decoration: none;
}

.previewToggle a:hover
{
	opacity: 1;
	color: white;
	text-decoration: none;
}

.previewWelcome a
{
	color: rgb(95, 95, 95);
}

.previewWelcome
{
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

#welcome > h2, .previewWelcome
{
	color: rgb(95, 95, 95);
	animation: fadePost 3s 1;
	animation-delay: 1.5s;
	-webkit-animation: fadePost 3s 1;
	-webkit-animation-delay: 1.5s;
	-moz-animation: fadePost 3s 1;
	-moz-animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
}

#preOn
{
	font-weight: 800;
}

#runtimeinfo
{
	display: none !important;
	position: absolute;
	left: -9999px;
	top: -9999px;
}



#controls .addMore
{
	height: 35px;
	line-height: 30px;
	display: inline-block;
	float: left;
	text-decoration: none;
	padding: 0;
	margin-top: 13px;
	overflow: visible;
	text-align: left;
}

.addMore #pickfiles
{
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	display: inline-block;
	font-size: 18px;
}


.addMore a
{
	color: #f5f5f5 !important;
}

.addMore:hover a
{
	color: white;
}

#filelist
{
	position: relative;
	overflow: visible;
	display: none;
	//margin-left: -45px;
	//margin-right: -60px;
}

#load
{
	margin: 0;
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	background: rgb(24, 24, 24);
	height: 6px;
	border-radius: 10px;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.06);
}

#loading
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	text-align: center;
	
	display: none;
}

#loadingInner
{
	display: inline-block;
	width: 140px;
	height: 50px;
	background: #1c1d31 url('/img/forms/16px-home-loading.gif') no-repeat 10px 50%;	
	border: 1px solid black;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 0px 100px 10px rgba(0,0,0,0.5);
	text-align: center;
	top: 200px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
}

#loading h2
{
	line-height: 50px;
	padding-left: 20px;
}

#noscript
{
	text-align: center;
}

.plupload
{
	border: 0px !important;
	outline: none !important;
}

.stickyFooter
{
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
}

.stickyBG
{
	background: url('/img/gui/general/bodyBGBlueNoise.png') repeat-x !important;
	background-attachment: fixed;
	box-shadow: 0px 1px 0px #32314d, 0px 12px 5px -6px rgba(30,30,56,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.stickyContainer
{
	padding-top: 61px;
}

.tog
{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: black;
	border: 1px solid grey;
	border-radius: 5px;	
}

#uploadSettings
{
	display: none;
	
	width: 100%;
	height: 40px;
	background: #222;
	position: fixed;
	bottom: 0px;
	left: 0;
	box-shadow: 0px -1px 0px black;
	border-top: 1px solid rgba(197, 197, 197, 0.13);
	z-index: 30;
}

.zindex
{
	z-index: 90 !important;
}

#pickfiles
{
	text-decoration: none;
	color: rgb(158, 255, 121);
	text-shadow: 0px 1px 0px black;
}

h1 a#pickfiles
{
	//color: #ccccff;
	text-decoration: none;
	padding: 8px 15px;
	margin-top: 13px;
	font-weight: 500;
	overflow: hidden;
	text-align: left;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

h1 a#pickfiles:hover
{
	color: white;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.1) !important;
}

h1 a#pickfiles:active
{
	color: #999;
	box-shadow: inset 0px 1px 2px rgba(0,0,0, 0.5), inset 0px 20px 30px -10px rgba(255, 255, 255, 0.1), inset 0px 0px 2px rgba(255, 255, 255, 0.1);
}

#headerLoginWrap
{
	display: inline-block;
}

.headerLogin
{
	background: rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), inset 1px 2px 8px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.3);
	display: inline-block;
	padding: 0px 10px;
	border-radius: 3px;
	border: 1px solid black;
	font-size: 16px;
	color: #8583ab;
	margin: 24px 3px 0;
	float: left;
	width: 125px;
	height: 30px;
}

.headerLogin:focus
{
	outline: none;
	border: 1px solid #A2FF00;
	//width: 175px;
}

#header input[type="submit"]
{
	background: white;
	height: 31px;
	border-radius: 5px;
	border: 1px solid black;
	margin-top: 25px;
	border: 0px;
}

#header input[type="submit"]:focus
{
	box-shadow: inset 0px 0px 0px 1px #A2FF00;
}

/* Mozilla based browsers */
::-moz-selection {
       background-color: #000;
       color: #fff;
       padding: 5px;
}