﻿* {
    margin: 0;
    padding: 0;
    border: 1;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.txtbox {
    padding-left: 5px;
    padding-right: 5px;
    height: 21px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#header a {
    color: #323232;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    transition: color .5s;
}

    #header a:hover {
        color: #7eb842;
    }

#header .headerContent {
    width: 980px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: relative;
}

#header .logo {
    position: absolute;
    left: 0;
    top: 5px;
}

.labelMandatory
{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #e26d00;
	font-weight: bold;
}


 .button {
    color: white;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 3px;
    background: #1886c2;
    box-shadow: inset -1px -1px 1px 1px #0876b2;
    transition: background-color .5s;
}

#headerLoginForm div {
    display: inline-block;
    text-align: left;
    padding-left: 7px;
}

#headerLoginForm .linkbutton{
    color: #1886C2; 
   }

#headerLoginForm .linkbutton:hover{
            color: #7eb842;

   }
#header .mini-menu {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

#mmsmenu {
    height: 32px;
    line-height: 32px;
    border-top: 2px solid #343434;
    background-color: white;
    min-width:980px;
}

#mmsmenuContent {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    #mmsmenuContent > a {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        color: #1886c2;
        border-left: 1px solid #ccc;
        line-height: normal;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        transition: color .5s;
}
   
        #mmsmenuContent > a:first-child {
            padding-left: 0;
            border-left: none;
        }

        #mmsmenuContent > a.selected, #mmsmenuContent > a:hover {
            color: #7eb842;
        }
        
.stdw {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}


.invisible {
   
    display: none;
}
.home .pic {
    height: 328px;
    width: 100%;
    font-weight: 100;
    font-size: 16px;
}

    .home .pic > .stdw {
        padding-top: 65px;
    }

.home .pic h1, .home .pic h2 {
    text-transform: uppercase;
}

.home .pictext * {
        text-shadow: 0 0 10px rgba(120,120,120,1);
        color: white;
    }

    .home .pictext div {
        text-shadow: 0 0 10px rgba(60,60,60,1);
    }

.homeregform {
    height: 0;
    position: relative;
    text-align: center;
}

    .homeregform > div {
        position: absolute;
        right: -12px;
        top: 17px;
        z-index: 50;
        padding: 7px 12px 20px 12px;
        width: 254px;
        height: 278px;
        background: url('../Images/NewSite/quick-register.png');
    }

    .homeregform h2 {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        margin: 8px 0 0 12px;
    }

    .homeregform input[type=submit] {
        margin-top: 5px;
    }

        

input[name=phoneCountryCode] {
    width: 34px;
}

input[name=phoneNumber], input[name=phone] {
    width: 100px;
}

#footer {
    clear: both;
    background: #016b95;
    height: 200px;
    border-top: 0px solid rgb(19, 158, 218);
    padding: 10px 0px;
    background-color: #016b95;
    min-width:980px;
}

    #footer p {
        font-size: 14px;
        padding: 0px 0px 10px 0px;
        line-height: 18px;
        color: rgb(159, 159, 159);
    }

    #footer .h4 {
        font-size: 24px;
        padding: 0px 0px 10px 0px;
        line-height: 18px;
        color: white;
        font-family: 'Open Sans',helvatica,sans-serif;
    }

    #footer .bot {
        width: 990px;
        margin: 0 auto;
        clear: both;
    }

        #footer .bot .first {
            width: 400px;
            float: left;
            padding: 0px 0px 0px 20px;
        }

.add, .call-us, .email {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    display: block;
    padding: 5px 0 4px 25px;
    font-size: 13px;
}

.call-us {
    background: url(../Images/NewSite/phone.png) no-repeat 0 0;
}

   
.email {
    background: url(../Images/NewSite/email.png) no-repeat 0 5px;
}

#footer .bot .second {
    width: 350px;
    float: left;
    padding: 0px 0px 0px 30px;
}

    #footer .bot .second ul {
        padding: 0;
        margin: 0;
    }

    #footer .bot .second li {
        list-style: none;
    }

        #footer .bot .second li a {
            display: block;
            background: url(../Images/NewSite/arrow.png) no-repeat 0 2px;
            width: 200px;
            padding: 0px 0px 5px 20px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

            #footer .bot .second li a:hover {
                color: black;
                background: url(../Images/NewSite/arrow.png) no-repeat 0 2px;
            }

#foot_bottom {
    clear: both;
    text-align: center;
    height: 25px;
    border-top: 0px solid rgb(77, 77, 77);
    font-size: 12px;
    color: rgb(171, 171, 171);
    padding: 10px 0px 0px 0px;
}

.pricingHeader {
    background: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    width:150px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}
 .my_centerednew {
    margin: 0 auto;
    text-align: left;
    width: 950px;
    background-color: #fff;
     }

 .primaryStaticMenu
{
   background-color: transparent;
   float: left;
}
.primaryStaticMenuItem
{
   width: 10em;
   border-width: 1px;
   border-style: solid;
   color: #777777;
   padding: 0.5em 0 0.5em 1em;
}

.pricingRows
 {
    background: white; 
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    height: 35px;
    width:150px;
    vertical-align:middle;
    align-content:center;
}
.bg-gridtable-000000{background-color:#ebebeb;}
.bg-gridtabledata-000001{background-color:#FFFFFF;}
.bg-gridtabledataalternate-000010{background-color:#f7f7f7;}
/*.bg-gridexpaneded-000011{background-color:#d3d3d3;}*/
.bg-gridexpaneded-000011{background-color:#f0f4fd;}
.bg-white{background-color:#FFFFFF;}
.bg-tablebg-000000{background-color:#ebebeb;}
.bg-tablebg-000010{background-color:#ECF3FF;}
.grid-div-000000{float:left;overflow:scroll;overflow-x:hidden;overflow-y:hidden;height:auto;}
.bg-horizatalline{background-color:#b3b3b3;}
.bg-maintab-000100{background:url(../images/bg_maintabs_admin.gif);border:1px solid #b3b3b3;border-right:0px; height:22px;padding-left:5px;padding-right:5px;font-weight:bold;color:#6a6662;}
.bg-maintab-000110{background:url(../images/bg_maintabs_admin.gif);border:1px solid #b3b3b3;border-left:0px;padding-right:5px;}
.bg-recipentreadonlymode{background-color:#eaeff6;}
