﻿.body1
{
    -webkit-box-shadow: -4px 11px 46px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: -4px 11px 46px 0px rgba(0,0,0,0.51);
    box-shadow: -4px 11px 46px 0px rgba(0,0,0,0.51);
    border-radius: 10px;
    background-color: White;
}
Fscroll .columnscss
{
    width: 150px;
    font-weight: bold;
    font-family: Verdana;
}
.gridview1 th
{
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    background: #f7f7f7;
    background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: linear-gradient(#f7f7f7 0%, #ececec 100%);
    font-family: Tahoma;
    color: Black;
}
.PageRow
{
    font-size: 12px;
    color: White;
    padding: 4px 2px 2px 4px;
    border-radius: 10px;
    background: #66665e;
    background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
    background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
    background: linear-gradient(#66665e 0%, #45463d 100%);
}
.table
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #f6f6f6;
    border: 1px solid silver;
    background-color: #f6f6f6;
    color: black;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.51);
    border-radius: 10px;
    width: 750px;
    margin-top: 15px;
}
.NewtxtBox
{
    border: 1px solid #c4c4c4;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    width: 100px;
    height: 12px;
    text-align: right;
}
input.NewtxtBox:focus
{
    outline: none;
    border: 1px solid silver;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
.img
{
    height: 250px;
    width: 550px;
}
.imgtbl
{
    text-align: center;
    box-shadow: -4px 5px 5px 5px rgba(0,0,0,0.51);
    border-radius: 10px;
}
.allSmlButtonSet
{
    -moz-box-shadow: 0px 10px 14px -7px #e84323;
    -webkit-box-shadow: 0px 10px 14px -7px #e84323;
    box-shadow: 0px 10px 14px -7px #851616;
    background: url("../images/lrgbgbutton.png") no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e84323;
    display: inline-block;
    color: White;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #e84323;
}
.allSmlButtonSet > span
{
    display: -moz-inline-block;
}
.allSmlButtonSet:hover
{
    background: url("../images/silverbutton.png");
    border: 1px solid #c0c0c0;
    display: inline-block;
    text-decoration: none;
    color: Black;
    text-shadow: 0px 1px 0px #c0c0c0;
}
.ddl
{
    -webkit-border-radius: 2px;
    border: 1px solid gray;
    width: 128px;
    height: 25px;
    margin: 2px;
    padding: 2px;
}
.menu-barS
{
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    width: 985px;
    padding: 4px 4px 4px 4px;
    border: 1px solid silver;
    height: 24px;
    border-radius: 10px;
}

/*Twter Textbox*/

.alert_yellow
{
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242;
    -webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffce5), color-stop(100%,#fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0%,#fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%,#fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%,#fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0%,#fff9bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf',GradientType=0 );
    border-radius: 10px;
}

/*Twter Textbox*/
.myTextBxLogin
{
    border: 1px solid #c4c4c4;
    width: 120px;
    height: 18px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
input.myTextBxLogin:focus
{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}
p
{
    padding: 10px;
}
.RightCol
{
    background: #f8f5a7;
    border-radius: 10px;
    width: 240px;
    float: right;
    box-shadow: 5px 5px 5px silver;
    margin: 5px;
}
#header
{
    height: 45px;
    background: #FC3;
    border-radius: 10px;
    border: 1px solid #ebb81f;
    margin: 5px;
}
#navigationwrap
{
    width: 1000px;
    float: left;
    margin: 0 auto;
}
#navigation
{
    height: 45px;
    background: #800000;
    border-radius: 10px;
    border: 1px solid 000000;
    margin: 5px;
}
#contentwrap
{
    width: 740px;
    float: left;
    margin: auto auto auto -5px;
}
#content
{
    float: left;
    width: 730px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 3px 3px 3px silver;
    margin: 5px 5px 5px -5px;
}
#rightcolumnwrap
{
    width: 260px;
    float: left;
    margin: 0 auto;
}
.rightColumn
{
    float: left;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background: linear-gradient(tobottom,#ffec645%,#ffab23100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fa2;
    box-shadow: 5px 5px 5px silver;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
}
.cntLifePln
{
    color: #800000;
    font-size: 13px;
    vertical-align: middle;
}
.ltr
{
    text-align: right;
}
.scrollcssnew
{
    overflow: scroll;
    width: 750px;
    overflow-y: hidden;
}
.scrollcssD
{
    overflow: scroll;
    width: 800px;
    height: 600px;
}
.Divrow
{
    height: 290px;
    overflow: scroll;
    overflow-x: hidden;
}
.scrollcss2
{
    overflow: scroll;
    overflow-y: hidden;
    width: 700px;
}
.tblOuter
{
    font-size: 10pt;
    width: 100%;
    font-family: verdana;
    font-weight: normal;
    color: Black;
}

/*Contect*/
.wrapper
{
    margin: 0 auto;
    width: 995px;
    height: 400px;
}
.contentwrap
{
    float: left;
    margin: 0 auto;
    width: 800px;
}
.content
{
    background: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 5px;
    width: 750px;
}
.contentImg
{
    background: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 5px 5px 5px silver;
    margin: 5px;
}
.contentAlign
{
    float: inherit;
    margin-left: -5px;
}
.HeaderImpLnk
{
    color: Maroon;
    text-decoration: underline;
    width: 90px;
}
.Error1
{
    background: #FFBABA url('../../images/error1 (1).png') no-repeat left;
    background-position: 10px bottom;
    border: 1px solid Red;
    border-radius: 6px;
    color: Red;
    height: 40px;
    margin: 20px;
    vertical-align: text-bottom;
}
.Success1
{
    background: #DFF2BF url('../../images/error1 (2).png') no-repeat left;
    background-position: 10px bottom;
    border: 1px solid green;
    border-radius: 6px;
    color: #4F8A10;
    height: 40px;
    margin: 20px;
    vertical-align: text-bottom;
}
.inner1
{
    padding: 10px 0 10px 100px;
    text-align: left;
}
.boxLnk
{
    border-color: Maroon;
    border-radius: 5px;
    border-style: hidden;
    vertical-align: top;
}
.example-obtuse
{
    -moz-border-radius: 25px / 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    background: #f9d835;
    border-radius: 25px / 50px;
    color: #000;
    margin: 0;
    padding: 15px 30px;
    position: relative;
}
.example-obtuseNested
{
    -moz-border-radius: 20px 40px;
    -webkit-border-bottom-left-radius: 20px 40px;
    -webkit-border-bottom-right-radius: 20px 40px;
    -webkit-border-top-left-radius: 20px 40px;
    -webkit-border-top-right-radius: 20px 40px;
    background: #f8f5a7;
    border-radius: 20px 20px;
    color: #000;
    float: left;
    margin: 0;
    position: relative;
}
.example-obtuseN
{
    -moz-border-radius: 25px / 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    background: #f9d835;
    border-radius: 25px / 50px;
    color: #000;
    margin: 0;
    padding: 15px 30px;
    position: relative;
    width: 720px;
}
.ClsBlu
{
    color: Blue;
}
.ClsBluCSTL
{
    color: Blue;
    text-decoration: underline;
}
.bodyWtr
{
    background: url(../../../../../images/waterMarkImg.png);
    background-image: auto;
    background-position: top left;
    background-repeat: no-repeat;
    height: auto;
    width: 720px;
}
.bodyWtrN
{
    background: url(../../../../../images/waterMarkImg.png);
    background-image: auto;
    background-position: top left;
    background-repeat: no-repeat;
    height: auto;
    width: 720px;
}
.ImpImgLnk
{
    color: Blue;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}
.ImpImgLnk:hover
{
    color: #e2b241;
    font-family: san-serif;
    font-size: 14px;
}
.LnkTd
{
    background-color: #FFF;
    border: 1px solid #ffec64;
    border-radius: 10px;
    height: 60px;
    width: 230px;
}
.imgSSlRdus
{
    border-radius: 10px;
}

html[xmlns] #menu-bar
{
    display: block;
    top: 3px;
    left: 0px;
}
* html #menu-bar
{
    height: 1%;
}

/*-------------main-----------*/

#leftcolumnwrap
{
    float: left;
    margin: 0 auto;
    width: 140px;
}
#leftcolumn
{
    background: #FFF;
    border: 1px solid #ebc139;
    border-radius: 10px;
    box-shadow: 5px 5px 5px silver;
    margin: 5px;
}
#rightcolumn
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background: linear-gradient(tobottom,#ffec645%,#ffab23100%);
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 5px 5px 5px silver;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    margin: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 250px;
}
#rightcolumnwrap1
{
    float: right;
    margin: 0 auto;
    width: 260px;
}
#rightcolumn1
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 5px 5px 5px silver;
    margin: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 250px;
}

/*Footer*/

.footers
{
    color: #FFF;
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
}
.flink
{
    color: #FFF;
    font-family: tahoma;
    font-size: 10px;
    padding: 0;
}

/* ............................................For Home Slide..................................*/

div.bgcarousel
{
    background: #000 url(ajaxload.gif) center center no-repeat;
    border: 1px solid #e9ebe6;
    border-radius: 10px;
    height: 330px;
    width: 710px;
}
img.navbutton
{
    margin: 5px;
    opacity: 0.7;
}
div.slide
{
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
}
div.slide div.desc
{
    color: #FFF;
    font: bold 16px sans-serif, Arial;
    left: 40px;
    padding: 10px;
    position: absolute;
    text-shadow: 0 -1px 1px maroon;
    top: 100px;
    width: 200px;
    z-index: 5;
}
div.slide div.desc h2
{
    font-size: 150%;
    margin: 0;
}
div.slide div.desc a
{
    color: #FF0;
    text-decoration: none;
}

/* TOP PANEL*/
#topPanel
{
    width: 762px;
    height: 228px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 0px;
    left: 0px;
}
#topPanel img
{
    height: 80px;
    margin: 0 0 0 21px;
    padding: 0;
    position: absolute;
    width: 230px;
    z-index: 1;
}
#topPanel #headerPanelfast
{
    background: url(../images/orange-normal.jpg) no-repeat 0 0 #FC5F00;
    color: #fff;
    height: 263px;
    left: 0;
    margin: 20px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 246px;
}
#topPanel #headerPanelfast a:hover
{
    background: url(../images/orange-hover.jpg) no-repeat 0 0 #FC5F00;
    color: #fff;
    height: 263px;
    text-decoration: none;
    width: 246px;
}
#topPanel #headerPanelfast h2
{
    display: block;
    font: 28px/28px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 47px;
    left: 0;
    margin: 54px 0 0 120px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 90px;
    z-index: 1;
}
#topPanel #headerPanelsecond
{
    background: url(../images/green-normal.jpg) no-repeat 0 0 #FC5F00;
    bottom: 129px;
    color: #fff;
    height: 224px;
    left: 258px;
    margin: 20px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 246px;
}
#topPanel #headerPanelsecond a:hover
{
    background: url(../images/green-hover.jpg) no-repeat 0 0 #FC5F00;
    color: #fff;
    height: 263px;
    text-decoration: none;
    width: 246px;
}
#topPanel #headerPanelsecond h2
{
    background: none;
    display: block;
    font: 28px/28px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 47px;
    margin: 54px 0 0 103px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    width: 90px;
    z-index: 1;
}
#topPanel #headerPanelthird
{
    background: url(../images/blue-normal.jpg) no-repeat 0 0 #FC5F00;
    color: #fff;
    height: 263px;
    margin: 20px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 246px;
}
#topPanel #headerPanelthird a:hover
{
    background: url(../images/blue-hover.jpg) no-repeat 0 0 #FC5F00;
    color: #fff;
    height: 263px;
    text-decoration: none;
    width: 246px;
}
#topPanel #headerPanelthird h2
{
    background: none;
    display: block;
    font: 28px/28px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 47px;
    margin: 54px 0 0 93px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    width: 90px;
    z-index: 1;
}
#topPanel #headerPanelfast a, #topPanel #headerPanelsecond a, #topPanel #headerPanelthird a
{
    display: block;
    height: 263px;
    text-decoration: none;
    width: 246px;
}
#topPanel #headerPanelfast p, #topPanel #headerPanelsecond p, #topPanel #headerPanelthird p
{
    display: block;
    font: 12px/18px Arial, Helvetica, sans-serif;
    font-weight: 700;
    left: 0;
    margin: 105px 50px 0 38px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 163px;
    z-index: 1;
}
/* /TOP PANEL*/

html > body .hovermenu ul li a:active
{
    /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
}
.myHeadnotmodalN
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 720px;
}
.myHeadnotmodal
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
}
.myHeadnotmodal:hover
{
    background: linear-gradient(tobottom,#ffab235%,#ffec64100%);
    background-color: #ffab23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
}
.myHeadnotmodal:active
{
    position: relative;
    top: 1px;
}

/*Evaluate button*/
.myEvButton
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background: linear-gradient(tobottom,#ffec645%,#ffab23100%);
    background-color: #ffec64;
    border: 2px double Red;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: Blue;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
}
.myEvButton:active
{
    position: relative;
    top: 1px;
}

/* for share artical */
.HmArticl
{
    margin-bottom: -10px;
    width: 280px;
}

/*main */

.cDDl
{
    width: 155px;
}
.HmArticl
{
    margin-bottom: -10px;
    width: 280px;
}
.h4
{
    color: Maroon;
    font-family: Verdana;
    font-size: 12px;
}
.hWlcm
{
    color: Blue;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    vertical-align: bottom;
}
.Red
{
    color: Red;
}
.HeaderLnk
{
    color: Maroon;
    font-size: 12px;
}
.LogOut
{
    color: Blue;
    font-size: 12px;
}
.buttonText
{
    font: 18px/1.4 Helvetica, Arial, sans-serif;
    text-align: center;
}
a
{
    color: #FFF;
    text-decoration: none;
}
.TopLnkImg
{
    height: 25px;
    width: 20px;
}
.myDDl
{
    height: 22px;
    width: 155px;
}
.valsmry
{
    background-color: #e2b241;
    border: 1px dashed #FF0;
    color: Maroon;
    font: normal 10pt verdana;
}
.myTextBx
{
    height: 22px;
    width: 150px;
}
.myTextBxMulti
{
    width: 152px;
}

/*  ......................................................Forth css -433886.css Css................ */

#wrapper
{
    margin: 0 auto;
    width: 1020px;
}
#headerwrap
{
    float: none;
    margin: 0 auto;
    width: 1020px;
}
#contentwrapScnd
{
    float: left;
    margin: 0 auto;
    width: 840px;
}
#contentScnd
{
    background: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 5px;
    width: 835px;
}
#rightcolumnwrapScnd
{
    float: left;
    margin: 0 auto;
    width: 150px;
}
#rightcolumnScnd
{
    border: 1px solid #e4ebcc;
    border-radius: 10px;
    margin: 5px;
    width: 150px;
}
.PnlWhichisShowInAllPge
{
    background-color: #FFF;
    border: 2px solid #66665e;
    border-radius: .5em .5em;
}
#wrapperfortext
{
    width: 800px;
}
#contentwrapfortext
{
    float: left;
    margin: 0 auto;
    width: 800px;
}
#contentfortext
{
    background: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 5px;
}
#oval
{
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    background: Maroon;
    border-radius: 100px / 50px;
    color: #FFF;
    height: 100px;
    width: 600px;
}

/*Head*/

.myHeadWelcome
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 500px;
}
.myHeadWelcome:hover
{
    background: linear-gradient(tobottom,#ffab235%,#ffec64100%);
    background-color: #ffab23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
}
.myHeadWelcome:active
{
    position: relative;
    top: 1px;
}
.myHead1
{
    font-weight: bold;
    font-size: 16px;
    color: Blue;
    margin: 10px 0px 0px 15px;
}
.myHead
{
    font-size: 16px;
    color: White;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    background: #66665e;
    background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
    background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
    background: linear-gradient(#66665e 0%, #45463d 100%);
}
.myHeadP
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 600px;
}
.myHeadIN
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 840px;
}
.myHeadRc
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
    width: 604px;
}
.myHead:active
{
    position: relative;
    top: 1px;
}
.myHeadnotmodal
{
    background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
    background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
    background: linear-gradient(#66665e 0%, #45463d 100%);
    color: White;
    border: 1px solid #66665e;
}
.myHeadnotmodal:hover
{
    background: linear-gradient(tobottom,#ffab235%,#ffec64100%);
    background-color: #ffab23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
}
.myHeadnotmodal:active
{
    position: relative;
    top: 1px;
}
.myButton
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background: linear-gradient(tobottom,#ffec645%,#ffab23100%);
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: #333;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
}
.myButton:hover
{
    background: linear-gradient(tobottom,#ffab235%,#ffec64100%);
    background-color: #ffab23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
}
.myButton:active
{
    position: relative;
    top: 1px;
}
.myButtonPlan
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 0 #fff6af;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 0 #fff6af;
    background: linear-gradient(tobottom,#ffec645%,#ffab23100%);
    background-color: #ffec64;
    border: 1px solid #fa2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff6af;
    color: Red;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fe6;
}
.myButtonPlan:hover
{
    background: linear-gradient(tobottom,#ffab235%,#ffec64100%);
    background-color: #ffab23;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
}
.myButtonPlan:active
{
    position: relative;
    top: 1px;
}
.myButton2
{
    -moz-box-shadow: 0px 10px 14px -7px #851616;
    -webkit-box-shadow: 0px 10px 14px -7px #851616;
    box-shadow: 0px 10px 14px -7px #851616;
    background-color: #780c0c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8a1919;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ad2929;
}
.myButton2:hover
{
    background-color: #a61515;
}
.myButton2:active
{
    position: relative;
    top: 1px;
}
.myButtonPlnHd
{
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 10px 14px -7px #851616;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 10px 14px -7px #851616;
    background-color: #780c0c;
    border: 1px solid #8a1919;
    border-radius: 50px;
    box-shadow: 0 10px 14px -7px #851616;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ad2929;
    width: 400px;
}
.myButtonPlnHd:hover
{
    background-color: #a61515;
}
.myButtonPlnHd:active
{
    position: relative;
    top: 1px;
}

/*for modal pop*/

.ModalPopupBG
{
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.H2Inheritance
{
    margin-left: -4px;
    margin-right: -2px;
    margin-top: -4px;
    width: 100%;
}
.Mailpnl
{
    margin-left: -4px;
    margin-right: -2px;
    margin-top: -4px;
}
.scrollcssGpPage
{
    overflow: scroll;
    width: 820px;
    overflow-y: hidden;
}
.scrollcss
{
    overflow: scroll;
    width: 900px;
    overflow-y: hidden;
}
.scrollcssInc
{
    overflow: scroll;
    width: 990px;
    overflow-y: hidden;
}
.scrollcssRc
{
    overflow: scroll;
    width: 840px;
    overflow-y: hidden;
}
.scrollcss2
{
    overflow: scroll;
    overflow-y: hidden;
    width: 700px;
}
.contentImgB
{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 5px 5px 5px silver;
}
.GridClass
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    color: Black;
    text-align: center; /* border: 1px solid  Black;*/
    box-shadow: 5px 5px 5px silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    overflow: hidden;
}
/*------------------------------------seventh css MYMenuCss--------------------------------------*/

#menu, #menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font: 12px Arial, Helvetica, sans-serif;
}
#menu
{
    margin-left: 0px;
    margin-bottom: 5px;
    background-color: #A52A2A;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 20px;
}
#menu
{
    zoom: 1;
    height: 38px;
}
#menu li
{
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
    font: 10px Arial, Helvetica, sans-serif;
}
#menu li:hover > a
{
    color: #6c0000;
    background: #A52A2A;
    position: relative;
    cursor: pointer;
    width: auto;
    border-radius: 2px;
}
*html #menu li a:hover
{
    /* IE6 only */
    color: #D6D6D6;
}
/*................................................................  change color and text align of sub mewnu*/
#menu ul
{
    margin: 10px 0 0 0;
    float: left;
    _margin: 0; /*IE6 only*/
    width: 188px;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    background: #f8f5a7;
    text-align: left;
    background: -moz-linear-gradient(#FF9900, #FF9900);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#FF9900));
    background: -webkit-linear-gradient(#FF9900, #FF9900);
}
#menu li:hover > ul
{
    visibility: visible;
}
#menu ul li
{
    float: left;
    width: auto;
    display: block;
    border: 0;
}
#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#menu ul a
{
    padding: 10px;
    float: left;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #800000;
}
#menu ul ul li:first-child a:after
{
    border-left: 0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid #800000;
}
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
#menu-wrap
{
    position: relative;
    width: 890PX;
}
#menu-wrap *
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* ........................................Change...Font size of Menu Text space between them............................................................*/
#menu a
{
    float: left;
    padding: 10px 6px;
    color: White;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold; /* ........................................Change...Font size of Menu Text............................................................*/
}
#menu li:hover > a
{
    color: White;
}
*html #menu li a:hover
{
    /* IE6 only */
    color: white;
}
/*  change color of sub mewnu*/
#menu ul
{
    visibility: hidden;
    position: absolute;
    padding: 10px;
    top: 35px;
    left: 0;
    z-index: 598;
    background: #FF9900; /*url(images/dropdown-list-bg.gif) repeat-x left top;*/
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: auto;
}
#menu li:hover > ul
{
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#menu ul ul
{
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li
{
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #800000, 0 1px 0 #800000;
    -webkit-box-shadow: 0 1px 0 #800000, 0 1px 0 #800000;
    box-shadow: 0 1px 0 #800000, 0 1px 0 #800000;
}
#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu ul li:first-child > a
{
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after
{
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #800000;
}
#menu ul ul li:first-child a:after
{
    left: -6px;
    margin-top: 0px;
    border-left: 0;
    border-bottom: 1px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #800000;
}
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #e2b241;
}
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #e2b241; /*for up arrow when we over the mouse on Child menu of sub just like css to item 1*/
    border-bottom-color: transparent;
}
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
#menu-wrap
{
    position: relative;
}
#menu-wrap *
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* menu icon */
/* --------------------------------------Eight Style for share aritcal---------------------------------------*/
.HmArticl
{
    margin-bottom: -10px;
    width: 280px;
}
.zoom
{
    padding: 5px;
    border: 1px solid pink;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    border-radius: 10px;
    background: white;
    box-shadow: -4px 7px 11px 0px rgba(0,0,0,0.51);
    width: 350px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
.zoom:hover
{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.zit
{
    position: relative;
    height: 80px;
    left: 0px;
    top: 0px;
    border-radius: 10px; /* Apply a CSS3 Transition to width, height, top and left properties */
    transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -webkit-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -o-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -moz-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
}
.zit:hover
{
    width: 150px;
    height: 120px;
    left: -5px;
    right: -5px; /* top:-10px;*/
    bottom: -10px;
    z-index: 9999;
}
.ZoomIt ul
{
    clear: both;
}
.ZoomIt li
{
    width: 102px;
    height: 82px;
    margin: 4px;
    float: left;
    overflow: visible;
    display: block;
}

/* footer */

#footer
{
    margin: 0 auto;
    width: 1015px;
    margin: 0 auto;
    padding: 40px 10px;
    color: #cccccc;
    background: black;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
#footer a
{
    color: #ffffff;
}
#footer .section_w240
{
    float: left;
    width: 200px;
    padding-right: 40px;
}
#footer .section_w240 h3
{
    width: 175px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
#footer .footer_list
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer .footer_list li
{
    margin: 0px;
    padding: 3px 0;
}
#footer .footer_list li a
{
    color: #cccccc;
}
#footer .footer_list li a:hover
{
    color: #FFFF00;
    text-decoration: none;
}
/* end of footer */