﻿body {
font-family:Arial;
}

@font-face {
font-family: 'Bebas Neue'!important;
src: url(../fonts/BebasNeue-webfont.ttf);
}


.bebasMenuFont {
 font-family:'Bebas Neue'!important;
  font-size:180%;
}

#processMessage
        {
            position: fixed;
            top:0px;
            left: 10px;
            padding: 10px;
            width: 100%;
            height: 100%;
            z-index: 1001;
            background-color: #fff;
            border: solid 0px #000;
            text-align: center;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

        /* This works in IE 8 & 9 too */
  
        filter: alpha(opacity=80);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.8;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.8;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.8;

        }
        







.btn-xlarge {
    padding: 12px 18px;
    font-size: 200%; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
   width:100%;
   font-family:'Arial';
   margin-bottom:40px;
}

.fieldName {

font-family:Arial; font-size:100%; font-weight:700;  color:#444; text-align:right;
}

.fieldNameSmall {

font-family:'Arial'; font-size:85%; font-weight:600;  color:#444;padding-right:10px;
}


.FormatRadioButtonList label
{
  margin-right: 30%;
  font-weight:100;
  color:#444;
  padding:10px;

}

.vertSpace {
margin-bottom:3px;
}

.required {
color:red;

}

/*.tooltip > .tooltip-inner {background-color: #333;}
.tooltip.right > .tooltip-arrow { border-bottom-color:#333; }*/

