/* Genric Styles */

@font-face {
	font-family: 'Pictos';
	src: url('/res/fonts/pictos/pictos-web.eot');
	src: local('☺'), url('/res/fonts/pictos/pictos-web.woff') format('woff'), url('/res/fonts/pictos/pictos-web.ttf') format('truetype'), url('/res/fonts/pictos/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Pictos';
    src: url('/res/fonts/pictos/pictos-web.svg#webfontIyfZbseF') format('svg');
    }
}

.useIcon {
	font-family: 'Pictos';
}

.fmButton.small {
	width: 99px;
}

.fmButton:hover {
	text-decoration: underline;
}

.fmButton.blue {
	background: #469fc8 url(/res/images/survey_button_grad_blue.jpg) 0 0 repeat-x;
}

.fmButton.purple {
	background: #7a3d92 url(/res/images/survey_button_grad_purple.jpg) 0 0 repeat-x;
}

.fmButton.green {
	background: #83c172 url(/res/images/survey_button_grad_green.jpg) 0 0 repeat-x;
}

.fmButton.red {
	background: #BE5252 url(/res/images/survey_button_grad_red.jpg) 0 0 repeat-x;
}

#fmModalBG,
#fmLoadingScreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#fmLoadingScreen {
	z-index: 1100;
}

#fmModalBG #fmModalContainer {
	position: relative;	
}

#fmModalBG #fmModalContainer #fmModalHeader {
	border-radius: 3px 3px 0px 0px;
}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalTitled {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 100%;
}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalClose {
    position: absolute;
    right: 0;
    top: 0;
}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalClosed span {
	font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
	margin-right:5px;
	font-weight:700;
}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalUpload {
    left: 10px;
    position: absolute !important;
    top: 10px;
}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalUpload:hover {

}

#fmModalBG #fmModalContainer #fmModalHeader #fmModalUpload .useIcon {

}

#fmModalBG #fmModalContainer #fmModalMessages {
    display: none;
}

#fmModalBG #fmModalContainer #fmModalFooter {
	padding: 20px 20px 20px 20px;
	border-radius: 0px 0px 3px 3px;
}

#fmModalBG #fmModalContainer #fmModalFooter .bold {
    font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
    font-weight: 700;
}

#fileContainer {

}

#fileContainer #noFileWarning {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
	background: url("/res/images/upload-a-file-arrow.png") no-repeat scroll 40px 20px transparent;
}

#fileContainer #noFileWarning h3 {
    color: #474747;
    font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
    font-size: 2.2em;
    font-weight: 700;
}

#fileContainer #noFileWarning h4 {
    color: #676767;
    font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
    font-size: 1.7em;
    font-weight: 700;
}

#fileContainer .fileContainer {
    float: left;
    height: 225px;
    margin-left: 20px;
    margin-top: 20px;
    width: 134px;
    cursor: pointer;
}


#fileContainer .fileContainer .previewContainer {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #E1E1E1;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    height: 174px;
    overflow: hidden;
    text-align: center;
    width: 134px;
    margin-bottom: 10px;
    position: relative;
}

.previewContainer > div#fileIndicator {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.43);
    border-radius: 2px 2px 2px 2px;
    bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.42) inset;
    color: #FFFFFF;
    font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    padding: 5px;
    position: absolute;
    right: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.68);
}

#fileContainer .fileContainer .previewContainer span.useIcon {
	font-size: 9em;
	text-align: center;
}

#fileContainer .fileContainer .previewContainer img {
	max-width: 134px;
}


#fileContainer .fileContainer .previewInfo {
    font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
    font-weight: 400;
    word-break: break-all;
}

#filePreview {
	border-radius: 3px;
	display: none;
	overflow: hidden;
	width: 800px;
	z-index: 2;
	position: fixed;
	left: 50%;
	top: 5%;
	margin-left: -400px;
}

#previewIconArea {
	float: left;
	width: 320px;
	overflow: hidden;
	padding: 20px;
	min-height: 70px;
	text-align: center;
}

#previewIconArea iframe {
	border: 0px none;
	width: 320px;
	min-height: 320px;
	max-height: 320px;
	height: 320px;
}

#previewIconArea div.useIcon {
	font-size: 5em;
	text-align: center;
	min-height: 70px;
}

#previewIconArea img {
	max-height: 320px;
	max-width: 320px;
}

#previewFileInformation {
    float: left;
}


#previewFileInformation #previewInfo {
	margin: 20px 0px;
	font-size: 1.3em;
}


#previewFileInformation #previewInfo #fileInfoTitle {

}


#previewFileInformation #previewInfo #fileInfoSize {

}

#previewFileInformation #previewButtons {

}

#previewFileInformation #previewButtons #cancelInsertButton {

}

#previewFileInformation #previewButtons #insertFileButton {

}