﻿
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.fclear
{
    clear: both;
    height: 0;
}

.width100px
{
    width: 100px;
}
.width200px
{
    width: 200px;
}
.width25
{
    width: 25%;
}
.width50
{
    width: 50%;
}
.textAlignCenter
{
    text-align: center;
}
.width90
{
    width: 90%;
}
.mHCenter
{
    margin: 0 auto;
}
.fontBold
{
    font-weight: bold;
}
.margin5px
{
    margin: 5px;
}
.padding5px
{
    padding: 5px;
}

.border1px
{
    border: 1px solid;
}
.cGreen
{
    color: Green;
}
.cRed
{
    color: #bd1818;
}
.cBlack
{
    color: #000000;
}
.cWhite
{
    color: White;
}
.bgcRed
{
    background-color: #ed8f8f;
}

.dNone
{
    display: none;
}

.width98
{
    width: 98%;
}

.width80
{
    width: 80%;
}

.cRed
{
    color: Red;
}

.cGreen
{
    color: Green;
}

.width85
{
    width: 85%;
}

.width15
{
    width: 15%;
}

.fontSize15pt
{
    font-size: 15pt;
}

.width70
{
    width: 70%;
}

.mAll10pAll10
{
    margin: 10px;
    padding: 10px;
}

.fclearBoth
{
    clear: both;
}

.border2px
{
    border: 2px solid;
}

.mAll15pAll15
{
    margin: 15px;
    padding: 15px;
}

.fontBold
{
    font-weight: bold;
}

.margin-left5px
{
    margin-left: 5px;
}

.height100
{
    height: 100%;
}

.pRelative
{
    position: relative;
}

.margin-top45px
{
    margin-top: 45px;
}

.width98
{
    width: 98%;
}

.mHCenter
{
    margin: 0 auto;
}

.mAll10
{
    margin: 10px;
}


.width100
{
    width: 100%;
}
/***********************new styles**************************/

.menuOpt
{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 99%;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: bold;
    border: solid 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-webkit-border-radius: 5px;
}
.menu
{
    width: 100%;
}
.menuOpt:hover, .menuOpt:hover a
{
    color: #093474;
    cursor: pointer;
    background-color: #f6f7f8;
    border-color: #787b77;
}

.link-no-decor, .link-no-decor:hover, .link-no-decor:active
{
    text-decoration: none;
}

.menuOpt a, .menuOpt:hover, .menuOpt:active
{
    text-decoration: none;
}

.menuImg
{
    max-height: 65px;
    margin: 10px auto;
    border: none;
}
.menuImg a
{
    text-decoration: none;
    border-width: 0px;
}

.m-bottom20px
{
    margin-bottom: 20px;
}

.dInlineBlock
{
    display: inline-block;
}

.cPointer
{
    cursor: pointer;
}

.jumbotron h1
{
    margin-top: 0px;
}
