﻿/*FONT COLOUR CLASSES */
.csgdgray    { color:#2d2d2d; }
.csgdblack    { color:#000000; }
.csgdwhite    { color:#ffffff; }
.csgdgreen    { color:#338533; }
.csgdred      { color:#A31919; }
.csgdorange   { color:#ff8a00; }

/*WIDTH CLASSES*/
.wide606{ width:606px; }
.wide586{ width:586px; }
.wide579{ width:579px; }
.wide100{ width:100px; }
.wide120{ width:120px; }
.wide150{ width:150px; }
.wide200{ width:200px; }
.wide210{ width:210px; }
.wide250{ width:250px; }
.wide300{ width:300px; }
.wide350{ width:350px; }
.wide400{ width:400px; }
.wide420{ width:420px; }
.wide450{ width:450px; }
.wide500{ width:500px; }
.wide550{ width:550px; }
.wide600{ width:600px; }
.wide650{ width:650px; }
.wide700{ width:700px; }
.wide750{ width:750px; }
.wide800{ width:800px; }
.wide2  { width:2px; }
.wide5  { width:5px; }
.wide10  { width:10px; }
.wide20  { width:20px; }
.wide30  { width:30px; }
.wide40  { width:40px; }
.wide50  { width:50px; }
.wide60  { width:60px; }
.wide70  { width:70px; }
.wide80  { width:80px; }
.wide90  { width:90px; }

/*MIN HEIGHT*/
.mh10   { min-height: 10px; }
.mh15   { min-height: 15px; }
.mh20   { min-height: 20px; }
.mh25   { min-height: 25px; }
.mh30   { min-height: 30px; }
.mh35   { min-height: 35px; }
.mh40   { min-height: 40px; }
.mh50   { min-height: 50px; }
.mh100   { min-height: 100px; }
.mh120   { min-height: 120px; }
.mh130   { min-height: 130px; }
.mh140   { min-height: 140px; }
.mh150   { min-height: 150px; }
.mh200   { min-height: 200px; }
.mh250   { min-height: 250px; }
.mh300   { min-height: 300px; }
.mh350   { min-height: 350px; }
.mh400   { min-height: 400px; }
.mh500   { min-height: 500px; }
.mh600   { min-height: 600px; }

/*MIN Widths*/
.mw10    { min-width: 10px; }
.mw15    { min-width: 15px; }
.mw20    { min-width: 20px; }
.mw25    { min-width: 25px; }
.mw30    { min-width: 30px; }
.mw35    { min-width: 35px; }
.mw40    { min-width: 40px; }
.mw50    { min-width: 50px; }
.mw100   { min-width: 100px; }
.mw120   { min-width: 120px; }
.mw130   { min-width: 130px; }
.mw140   { min-width: 140px; }
.mw150   { min-width: 150px; }
.mw160   { min-width: 160px; }
.mw200   { min-width: 200px; }
.mw250   { min-width: 250px; }
.mw300   { min-width: 300px; }
.mw350   { min-width: 350px; }
.mw400   { min-width: 400px; }
.mw500   { min-width: 500px; }
.mw600   { min-width: 600px; }

/*FONT WEIGHT*/
.fwb { font-weight:bold; }


/*FONT SIZE*/
.fs8    { font-size:8px;}
.fs9    { font-size:9px;}
.fs10   { font-size:10px;}
.fs11
{
    font-size: 11px;
}
.fs12   { font-size:12px;}
.fs14   { font-size:14px;}
.fs16   { font-size:16px;}
.fs18   { font-size:18px;}
.fs20   { font-size:20px;}
.fs22   { font-size:22px;}
.fs24   { font-size:24px;}
.fs28   { font-size:28px;}

/*FLOAT*/
.floatleft  { float:left; }
.floatright { float:right; }

/*CLEAR*/
.cb {clear: both;}

/*SPACING CLASSES*/
.pad2       { padding:2px; }
.pad5       { padding:5px; }
.pad10      { padding:10px; }
.pad15      { padding:15px; }
.pad20      { padding:20px; }

.pad10top {
    padding-top: 10px;
}

/*BORDERS*/
.box        { border: 1px solid #999; }
.boxtop     { border-left:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
.boxbottom  { border-left:1px solid #999; border-right:1px solid #999; border-bottom:1px solid #999; }

.headback
{
    color:#ff8a00;
    background: url("../images/ezfheader.png") no-repeat; 
}

.gradsgredltr
{
    color:#ffffff;
        background-image: -ms-linear-gradient(left, #000099 0%, #004aFF 100%);
        background-image: -o-linear-gradient(left, #000099 0%, #004aFF 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000099), color-stop(1, #004aFF));
        background-image: -webkit-linear-gradient(left, #000099 0%, #004aFF 100%);
        background-image: linear-gradient(left, #000099 0%, #004aFF 100%);
        color: #fff;
}

.baseroundlight
{
    border: 1px solid #eee;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #999;
-webkit-box-shadow: 3px 3px 4px #999;
box-shadow: 3px 3px 4px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}

.nowrap{
    white-space: nowrap;
}




.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}