@font-face {
    font-family:'TradeG-Bold';
    src: url('../fonts/TradeGothic-Bold.otf') format('opentype');
}

@font-face {
    font-family:'TradeG-Light';
    src: url('../fonts/TradeGothic-Light.otf') format('opentype');
}

@font-face {
    font-family:'TradeG';
    src: url('../fonts/TradeGothic.otf') format('opentype');
}

body{
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:12px;
    line-height:1.1;
}

/* LEFT AND RIGHT FLOATS */

.left {float:left}
.right {float:right}
.clear{clear:both;}

#mediaplayer {
    height:0;
}

/* --------------------------------- */
/*MESSAGE BOX CLEAN	serie	  		 */

    .error {
        width:80%;
        margin:4px auto;
    }
	.clean-gray{
		border:solid 1px #DEDEDE;
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-notice{
		border:solid 1px #DEDEDE;
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-succes{
		border:solid 1px #349534;
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error{
		border:solid 1px #CC0000;
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}

/* --------------------------------- */
/* LOADER OVERLAY       	  		 */

#loaderOverlay {
    position:absolute;
    display:none;
    left:0;
    right:0;
    top:0;
    width:100%;
    bottom:0;

    
    padding-bottom:10000px;
    margin-bottom:-10000px;
    overflow:hidden;
    
    background:#000000;
    z-index:1000;
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
}

#loaderOverlay img {
    display:block;
    margin:20% auto;
}
