﻿/* Setting in Complete Site*/
td
{
	  line-height: 16px;
  color: Black;
  font-size: 12px;
  padding: 10px 0 10px 10px;

}
td b {
	padding-left: 10px;
}

/*---------------------------*/

/*Right Navigation Menu
---------------------------------*/

.Nav_MenuContainer {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-bottom: 0px solid #ababab;
    position: relative;
    /*left:13%;*/
}

    .Nav_MenuContainer div {
        padding: 5px 9px;
    }

        .Nav_MenuContainer div.main {
            font-size: 13px;
            background-color: #031f5e;
            border-bottom: 1px solid #fff;
            /*background: -moz-linear-gradient(top, #8f8f8f 0%, #616161 100%);*/ /* FF3.6+ */
            /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f8f8f), color-stop(100%,#616161));*/ /* Chrome,Safari4+ */
            /*background: -webkit-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* Chrome10+,Safari5.1+ */
            /*background: -o-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* Opera11.10+ */
            /*background: -ms-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#616161',GradientType=0 ); /* IE6-9 */
            /*background: linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* W3C */
        }

            .Nav_MenuContainer div.main a:link, .Nav_MenuContainer div.main a:visited, .Nav_MenuContainer div.main a:active {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
            }

            .Nav_MenuContainer div.main a:hover {
                text-decoration: underline;
            }

        .Nav_MenuContainer div.sub {
            font-size: 12px;
            background-color: #fff;
            border-bottom: 1px solid #ababab;
        }

            .Nav_MenuContainer div.sub a:link, .Nav_MenuContainer div.sub a:visited, .Nav_MenuContainer div.sub a:active {
                color: #031f5e;
                text-decoration: none;
            }

            .Nav_MenuContainer div.sub a:hover {
                text-decoration: underline;
            }

        .Nav_MenuContainer div.subCurrent {
            font-size: 12px;
            background-color: #dedede;
            border-bottom: 1px solid #ababab;
        }

            .Nav_MenuContainer div.subCurrent a:link, .Nav_MenuContainer div.subCurrent a:visited, .Nav_MenuContainer div.subCurrent a:active {
                color: #031f5e;
                text-decoration: none;
            }

            .Nav_MenuContainer div.subCurrent a:hover {
                text-decoration: underline;
            }




/*Breadcrum
-------------------------------------*/
div.breadcrum {
    width: 100%;
    background-color: #E9E9E9;
    line-height: 19px;
    padding: 0px;
    margin: 0 0 5px 0;
    /*float:left;position:relative;top:-42px;z-index:499;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


    div.breadcrum > span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #009ada;
        color: White;
        padding-left: 5px;
        margin: 0px;
        display: inline-block;
        margin-left: -4px;
    }

        div.breadcrum > span.first {
            padding-left: 8px;
            margin-left: 0px;
        }

        div.breadcrum > span.last {
            background-color: #0079ca;
        }

            div.breadcrum > span.last:hover {
                background-color: #0079ca;
            }

        div.breadcrum > span > #imglt {
            vertical-align: bottom;
            margin-right: 3px;
            padding: 0px;
            /*background-color:#8f8f8f;*/
            background-image: url(images/normal.jpg);
            background-repeat: no-repeat;
            background-position: left;
            width: 8px;
            display: inline-block;
            text-align: left;
        }

        div.breadcrum > span > #imggt {
            vertical-align: bottom;
            margin-left: 5px;
            padding: 0px;
            /*background-color:#8f8f8f;*/
            background-image: url(images/normal.jpg);
            background-repeat: no-repeat;
            background-position: right;
            width: 8px;
            display: inline-block;
            text-align: right;
        }

            div.breadcrum > span > #imggt.last {
                vertical-align: bottom;
                margin-left: 5px;
                padding: 0px;
                background-image: url(images/Breadcrum_Last_dark_gray.jpg);
                background-repeat: no-repeat;
                background-position: right;
                width: 8px;
                display: inline-block;
            }


        div.breadcrum > span:hover {
            background-color: #0079ca;
        }

            div.breadcrum > span:hover > #imggt {
                vertical-align: bottom;
                margin-left: 5px;
                padding: 0px;
                /*background-color:#616161;*/
                background-image: url(images/left_dark);
                background-repeat: no-repeat;
                background-position: right;
                width: 8px;
                display: inline-block;
            }

            div.breadcrum > span:hover > #imglt {
                background-image: url(images/right_dark.jpg);
                background-repeat: no-repeat;
                background-position: right;
            }

            div.breadcrum > span:hover > #imggt.last {
                vertical-align: bottom;
                margin-left: 5px;
                padding: 0px;
                background-image: url(images/Breadcrum_Last_light_gray.jpg);
                background-repeat: no-repeat;
                background-position: right;
                width: 8px;
                display: inline-block;
            }

        div.breadcrum > span a:link, div.breadcrum > span a:active, div.breadcrum > span a:visited {
            color: white;
            text-decoration: none;
            margin: 0px;
        }

        div.breadcrum > span a:hover {
            text-decoration: none;
        }

/*Article
------------------------------------*/
.ArticleRow {
    /*display: table-row;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ArticleLeft {
    /*display: table-cell;*/
    float: left;
    border: 0px solid orange;
    overflow-x: auto;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ArticleMid {
    height: 10px;
    display: table-cell;
    float: left;
    border: 0px solid black;
}

.ArticleRight {
    /*display: table-cell;*/
    background-color: #F8F8F8;
    vertical-align: top;
    /*float: left;*/ /*width:363px;*/
}

.ArticleHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #929292;
    padding: 5px 5px 7px 5px;
    border-bottom: 1px solid #cccccc;
}

.ArticleGroupGreen {
    padding: 10px 5px 3px 5px;
    border-bottom: 1px solid Green;
    color: Green;
    font-size: 14px;
    font-weight: bold;
}

.ArticleGroupMaroon {
    border-bottom: 1px solid Maroon;
    color: Maroon;
    padding: 10px 5px 3px 5px;
    font-size: 14px;
    font-weight: bold;
}

.ArticleGroupBlue {
    border-bottom: 1px solid Blue;
    color: Blue;
    padding: 10px 5px 3px 5px;
    font-size: 14px;
    font-weight: bold;
}

.ArticleGroupOrange {
    border-bottom: 1px solid Orange;
    color: Orange;
    padding: 10px 5px 3px 5px;
    font-size: 14px;
    font-weight: bold;
}

div.ArticleTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1F4F82;
    font-weight: bold;
    line-height: 24px;
    padding-top: 8px;
	margin-bottom:10px;
}

div.ArticlePrint {
    margin-top: 10px;
    margin-left: 10px;
}
/*H3
{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#929292;
	padding-bottom:7px;
	line-height:15px;
}*/
/*Grid Data Article
--------------------------------------------*/
/*Grid Data
---------------------------------------------*/
div.gridDataArt {
    padding: 1px 5px;
    /*background-color:#EFEFEF;*/
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    div.gridDataArt:hover {
        background-color: #EEEEEE;
        border-radius: 4px;
    }

    div.gridDataArt > img {
        float: left;
        /*width:30%;
	min-width:120px;*/
        margin-right: 20px;
    }

    div.gridDataArt > div {
        float: left;
        font-size: 12px;
        display: block;
    }

        div.gridDataArt > div span {
            font-size: 14px;
            font-weight: bold;
            color: #505050;
        }

            div.gridDataArt > div span a:link, div.gridDataArt > div span a:visited, div.gridDataArt > div span a:active {
                text-decoration: none;
                color: #0067e2;
                font-size: 14px;
                font-family: Arial;
            }

            div.gridDataArt > div span a.article:link, div.gridDataArt > div span a.article:visited, div.gridDataArt > div span a.article:active {
                text-decoration: none;
                color: #0067e2;
                font-size: 12px;
                font-family: Arial;
                font-weight: normal;
                line-height: 12px;
            }

            div.gridDataArt > div span a:hover {
                text-decoration: underline;
            }

            div.gridDataArt > div span.enabled {
                font-size: 13px;
                font-weight: normal;
                color: gray;
                display: block;
                margin-top: 10px;
            }

        div.gridDataArt > div.upDown {
            width: 30px;
            float: left;
            display: block;
            padding-top: 10px;
            vertical-align: middle;
        }


        div.gridDataArt > div.editDelBtns {
            width: 75px;
            float: right;
            vertical-align: top;
            margin-top: auto;
            text-align: right;
            display: block;
        }

            div.gridDataArt > div.editDelBtns > div {
                display: inline-block;
                width: 20px;
                margin-top: 5px;
                border: 1px solid transparent;
            }

                div.gridDataArt > div.editDelBtns > div:hover {
                    border: 1px solid gray;
                }

                div.gridDataArt > div.editDelBtns > div.first {
                    display: inline-block;
                    width: 70px;
                }

    div.gridDataArt div.indentSubTitle {
        padding-left: 19px;
        font-size: 11px;
        font-family: Arial;
        font-weight: normal;
        line-height: 11px;
    }


.field-validation-error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF9999;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF9999;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #FF9999;
}

.validation-summary-valid {
    display: none;
}

#CaptchaInputText {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFC6C6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Label-Margin {
    margin-top: 12px;
}

.Small-Button {
    height: 22px;
    width: 50px;
    padding-top: 0px;
}

.UpDownBtns {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.linksToImg a:link, .linksToImg a:active, .linksToImg a:visited {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: white;
    text-decoration: none;
    vertical-align: top;
}

.linksToImg a:hover {
    cursor: pointer;
}

div.linksToBtns {
    margin: 8px 0;
}

.linksToBtns a:link, .linksToBtns a:active, .linksToBtns a:visited, .linksToBtns span {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    padding: 3px;
    text-decoration: none;
    vertical-align: top;
    color: gray;
}

    .linksToBtns a:hover, .linksToBtns span:hover {
        background-color: gray;
        cursor: pointer;
        color: white;
    }

.linksToPrintBtn a:link, .linksToPrintBtn a:active, .linksToPrintBtn a:visited, .linksToPrintBtn span {
    background-color: Orange;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: white;
    padding: 3px 5px;
    text-decoration: none;
    vertical-align: top;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .linksToPrintBtn a:hover, .linksToPrintBtn span:hover {
        background-color: gray;
        cursor: pointer;
        color: White;
    }

div.gridData div.indentSubTitle {
    padding-left: 15px;
}

div.LinkAreaWidth {
    width: 100%;
    padding-bottom: 5px;
}

.AddButton, a.AddButton:link, a.AddButton:active, a.AddButton:visited {
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 5px;
    color: white;
}
/*.AddButtonPressed,.AddButton:hover, a.AddButton:hover
{
	background-color:#3E6D8E;
	text-decoration:none;
	color:White;
	border-right:1px solid #E0EAF1;
	border-bottom:1px solid #E0EAF1;
}*/

/*Floating Footer 
----------------------------------*/



#floating-footer-container {
    height: 56px;
    background-color: #444;
    width: 100%;
}

#floating-footer {
    height: 45px;
    width: 100%;
    background: #353535 url(images/tilable.jpg) repeat-x 0 -94px;
    font-size: 13px;
    position: inherit;
    bottom: 0;
    margin-bottom: -1px;
    z-index: 2299;
}
    /*-------- Footer Links CSS ---------------*/
    #floating-footer.locked {
        position: fixed;
    }

    #floating-footer.notlocked {
        clear: inherit;
    }

    #floating-footer .inner {
        position: relative;
    }

#foot-menu, #external-links {
    position: absolute;
    top: 14px;
}

#external-links {
    right: -8px;
}

.copyright {
    display: inline;
    padding-right: 0px;
}

.foot-item {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin: 0 4px 0 2px;
    padding: 0 10px 0 2px;
    text-decoration: none;
}

    .foot-item:last-child {
        border-right: none;
    }

    .foot-item:hover {
        text-decoration: underline;
    }

.foot-column h3 {
    font-weight: normal;
    font-size: 17px;
    color: #888;
}

.foot-column-wrap {
    border-left: 0px solid #353535;
    border-right: 0px solid #5a5a5a;
}

.foot-column:first-child {
    border-left: 0px solid #5a5a5a;
}

.foot-column {
    display: table-cell;
    border-right: 0px solid #353535;
    border-left: 1px solid #5a5a5a;
    padding: 0px 10px;
}

.foot-column-top {
    border-top: 1px solid #5a5a5a;
    padding-top: 5px;
}

/*.foot-column.large{width:462px}*/
.foot-link {
    display: block;
    color: #FFFFFF;
    margin: 6px 0 3px -4px;
    padding: 0px 0 0px 7px;
    font-size: 11px;
    text-decoration: none;
}

    .foot-link:hover { /*background:#555;color:#FFFFFF;*/
        text-decoration: underline;
    }

    .foot-link.old-post {
        color: #999;
    }

.foot-subdiv {
    margin-top: 12px;
}

.foot-subdiv-top {
    border-top: 1px solid #353535;
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 16px;
}

.foot-badge {
    margin-top: 8px;
    display: block;
    height: 32px;
    width: 32px;
    background: url(images/badges.jpg) no-repeat 0 0;
}

.SiteMap-column-top {
    font-weight: bold;
}

.Mod-Five-img {
    margin-right: 10px;
    border:1px solid gray;
}

/*.gallerybg {
    background-color: #000;
    color: #fff;
    height: 60px;
    width: 386px;
    z-index: 9999999;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    vertical-align: baseline;
    display: block;
    top: 200px;
    text-align: center;
    padding-top: 10px;
    display: none;
}

    .gallerybg .gallery-text {
        padding-top: 9px;
        font-weight: bold;
        color: white;
        z-index: 9999999;
        opacity: 1;
    }

.SliderPlaybtn {
    display: none;
}*/
/*.gallery-text
{
    color:white;
}*/

/*.sitepage
{
	width: 1003px;
	margin-left: auto;
	padding-left:0px;
	margin-right: auto;
	padding-bottom:10px;	
	position:relative;
	top:-35px;
}*/
/*Message box
--------------------------*/
#divUpdate {
    display: none;
    border: 1px solid #94b0d3;
    background-color: #d0dff0;
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 30px;
    text-align: center;
    position: fixed;
    top: 400px;
    width: 995px;
    height: 50px;
    z-index:999;
}

    #divUpdate > div#msgText {
        float: left;
        display: block;
        width: 95%;
        text-align: left;
    }

    #divUpdate > div#cross {
        float: right;
        display: block;
        cursor: pointer;
    }
/*-------------------------------------------- Old CSSS  --------------------------------*/
/*HTML Form 
----------------------------------*/
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1F4F82;
    padding: 7px;
}

div.storyTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.textHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #929292;
    padding-bottom: 7px;
}

.textSearch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #929292;
}

    .textSearch:focus {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: #E3E3E3;
        border: 1px solid #cbcbcb;
        outline: none;
    }



.ButtonRow {
    display: table-row;
}

.button {
    border: 1px solid #b7b7b7;
    background-image: url(images/form_button_bg.jpg);
    color: #031f5e;
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

a.button:link, a.button:visited, a.button:active {
    border: 1px solid #b7b7b7;
    background-image: url(images/form_button_bg.jpg);
    color: #031f5e;
    width: 120px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-right: 3px;
}

a.button:hover {
    text-decoration: none;
}

.Listbox {
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 250px;
}

.dropdown {
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    margin: 0px;
}

.dropdown_Mob {
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    height: 40px;
}

.dropdown_required {
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #FFC6C6;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    vertical-align: middle;
}

a.frmlnk:link, a.frmlnk:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #0099FF;
    text-decoration: none;
}

a.frmlnk:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #0000FF;
    text-decoration: underline;
}

.imglink {
    border-top-color: #000000;
    cursor: pointer;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
/*DefineTab.cshtml
-----------------------------------------------*/
.defineTabTable {
    width: 100%;
}

    .defineTabTable select {
        width: 130px;
    }



/*Input Form
---------------------------------------------*/
/*#editPageHeight {
    min-height: 650px;
}*/

div.editorForm {
    /*display:table;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;*/
}

    div.editorForm > div {
        display: table-row;
        padding: 8px 14px;
    }

        div.editorForm > div > div {
            display: table-cell;
            padding: 8px 14px;
        }

        div.editorForm > div.Fullrow {
            display: inline-table;
            padding: 8px 14px;
        }

        div.editorForm > div > div.left {
            color: #505050;
            vertical-align: middle;
        }

div.leftTop {
    vertical-align: top;
    padding-top: 18px;
    color: #505050;
}

div.fileType input[type=file] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
}

div.editorForm > div > div.right > label, div.editorForm > div > div.right > table tr td.right label {
    margin-right: 15px;
}

div.editorForm > div > div > table tr td {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

div.editorForm > span.FullRow {
    clear: both;
    display: table-row;
}

div.editorForm > div > div > span {
    white-space: nowrap;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF9999;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF9999;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #FF9999;
}

.validation-summary-valid {
    display: none;
}
/*YouTube.cshtml
-----------------------------------------------*/
.videoPage {
    width: 100%;
    display: block;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#videoDetail {
    /*width: 58%;*/
    display: table-cell;
    padding-right: 15px;
}

#videoList {
    /*width: 35%;*/
    display: table-cell;
    vertical-align: top;
    background-color: #EFEFEF;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.TitleColumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #5b5b5b;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    margin-top: 4px;
    line-height: 20px;
}

.oneVideo {
    background-color: #EFEFEF;
    margin-bottom: 3px;
    border-bottom: 2px solid #ccc;
    width: 100%;
    display: table-row;
    padding: 5px;
}

    .oneVideo:hover {
        background-color: #ccc;
        cursor: pointer;
    }

    .oneVideo > div {
        display: table-cell;
        padding: 6px 9px 6px 1px;
        vertical-align: top;
    }

        .oneVideo > div > img {
            width: 112px;
            height: 72px;
        }

.VideoTitleFolder {
    background-color: #c0c0c0;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #c0c0c0 49%, #c0c0c0 50%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3),color-stop(49%,#c0c0c0),color-stop(50%,#c0c0c0), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #c0c0c0 49%, #c0c0c0 50%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3e3e3 0%, #c0c0c0 49%, #c0c0c0 50%, #eaeaea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e3e3e3 0%, #c0c0c0 49%, #c0c0c0 50%, #eaeaea 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e3e3e3 0%, #c0c0c0 49%, #c0c0c0 50%, #eaeaea 100%); /* W3C */
    padding: 7px;
    border: 1px solid #c0c0c0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
 
}

.videoTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #1f4f82;
    text-decoration: none;
    line-height: 16px;
}

.videoTitleSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #1f4f82;
    text-decoration: none;
    line-height: 12px;
    display: block;
}

    .videoTitle:hover, .videoTitleSmall:hover {
        text-decoration: underline;
    }

.VideoSortNum {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #a0a0a0;
    text-align: center;
    padding-right: 6px;
    line-height: 25px;
}

.videoDesc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.detail {
    width: 100%;
}

/*ImageGallery
-------------------------------------*/
div.ImageGallery {
    width: 100%;
    margin-bottom: 10px;
    float:left
}

div.ImageGallery > div {
     border: 1px solid gray;
        background-color: #EFEFEF;
        margin: 8px;
        width: 200px;
        height: 200px;
        display: inline-block;
        color: Black;
        border-radius: 5px;
        vertical-align: top;
}

div.ImageGallery > div.YTube {
    border: 1px solid gray;
    background-color: #EFEFEF;
    margin: 8px;
    min-height: 180px;
    display: inline-block;
    color: Black;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    
}
.ImageGallery h5 {
    padding-left:10px;
}
.ImageGallery p {
    padding-left:10px;
}
        div.ImageGallery > div:hover {
            background-color: #ccc;
        }

    div.ImageGallery > div img {
            margin: 10px;
            max-width: 180px;
            max-height: 150px;
        }

        div.ImageGallery > div.YTube img {
            margin: 12px 12px 4px 22px;
            max-width: 180px;
            max-height: 150px;
        }

            div.ImageGallery > div.YTube img.YPlayer {
                /*margin: 0px;
                padding: 0px;
                position: relative;
                float: right;
                top: -38px;
                right: 22px;
                width: 25px;*/

                
                margin: 0px;
                padding: 0px;
                position: relative;
                top: -28px;
                right: 132px;
                width: 25px;
            }
            

        div.ImageGallery > div > div {
            margin: 0px 5px 0px 5px;
            /*height: 55px;*/
            position: relative;
            margin-left: 7px;
        }
            div.ImageGallery > div > div.desc {
                width: 198px;
  font-size: 13px;
  background-color: #000;
  position: absolute;
  z-index: 1;
  min-height: 100px;
  display: none;
  opacity: 0.7;
  color: White;
  padding: 5px;
  margin: 99px 0px 0px 0px;
  vertical-align: bottom;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
            }

            div.ImageGallery > div > div.YTitle {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 11px;
                color: #001853;
            }

            div.ImageGallery > div > div.YDate {
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-size: 10px;
                color: #626262;
            }

div.more {
    margin: -10px 13px 10px 0;
    font-size: 12px;
    text-align: right;
}

div.ImageGallery > div > div.desc > div {
    vertical-align: bottom;
    text-align: center;
}


/*SearchBox
-----------------------------------*/
#SearchBox {
    display: table-row;
}

    #SearchBox div {
        padding: 5px;
        /*display: table-cell;*/
        vertical-align: middle;
    }

#selectImage {
    display: table-row;
    width: 100%;
    height: 200px;
}

    #selectImage > div {
        display: block;
        float: left;
    }

        #selectImage > div.img {
            padding: 10px;
            border-radius: 5px;
            border: 1px solid gray;
            background-color: #EFEFEF;
            margin-left: 10px;
            margin-right: 10px;
            width: 200px;
            height: 200px;
        }

            #selectImage > div.img > img {
                max-height: 170px;
            }

        #selectImage > div.btnn {
            display: none;
        }

a.SelectImageLink {
    color: White;
    cursor: pointer;
    border: solid 1px #589;
}

    a.SelectImageLink:hover {
        text-decoration: underline;
        cursor: pointer;
    }
/*News Scroller
-----------------------------------*/
div.NewsContainer {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #CCD4DE;
    padding: 6px 0px;
}

    div.NewsContainer #text {
        width: 90%;
        display: inline-block;
    }

    div.NewsContainer .RightBtns {
        width: 90px;
        vertical-align: top;
        display: block;
        text-align: right;
        float: right;
    }

/*Message box
--------------------------*/
#divUpdate {
    display: none;
    border: 1px solid #94b0d3;
    background-color: #d0dff0;
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 11px;
    text-align: center;
    position: fixed;
    top: 400px;
    width: 995px;
    height: 50px;
}

    #divUpdate > div#msgText {
        float: left;
        display: block;
        width: 95%;
        text-align: left;
    }

    #divUpdate > div#cross {
        float: right;
        display: block;
        cursor: pointer;
    }


/*Others
-------------------------------------*/
iframeStyle {
    height: 100%;
    vertical-align: top;
    border-width: 1px;
    padding: 0px;
    text-align: left;
    margin: 0px;
    display: block;
    width: 500px;
}


/*Link Control ( Members Area )
--------------------------------*/
.coveringBox {
    width: 100%;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.graybar_member {
    min-height: 35px;
    line-height: 25px;
    background-color: #a7a7a7;
    margin-bottom: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.member_Text {
    padding-left: 5px;
}

.graybar_member2 {
    height: 35px;
    line-height: 25px;
    background-color: #a7a7a7;
    margin-bottom: 9px;
    width: 99.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#member_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-left: 5px;
    font-weight: bold;
    padding-top: 6px;
    display: inline-block;
    width:100%;
}

.member_menu {
    width: 98%;
    background-color: #ffffff;
    padding-bottom: 9px;
    padding-left: 0px;
}

.arrow_bullet {
    background-image: url(images/arrow_bullet.jpg);
    /*width: 8px;*/
    height: 5px;
    background-repeat: no-repeat;
    margin-top: 5px;
    /*position: absolute;*/
    padding-right: 10px;
}

a.gray_member_link:link, a.gray_member_link:active, a.gray_member_link:visited {
    display: block;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1F4F82;
    /*padding-top:15px;*/
    text-decoration: none;
    font-weight: bold;
}

a.gray_member_link:hover {
    text-decoration: underline;
    /*padding-top:6px;*/
}



/*Tabs
---------------------*/
.tabDiv {
    width: 100%;
    height: 500px;
    overflow: auto;
    padding: 5px;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.rightBtns {
    width: 190px;
    border-bottom: 1px solid gray;
    text-align: right;
}

.leftCell {
    border-bottom: 1px solid gray;
}

.RequiredLabel {
    padding: 2px 5px;
    color: Red;
    font-size: 14;
}

/*Join INMO
-------------------------------------*/
.text_main {
    line-height: 16px;
    color: #505050;
    font-size: 12px;
    margin: 1px;
}

    .text_main p {
        line-height: 16px;
        color: #505050;
        font-size: 12px;
        margin: 1px;
    }

.h2_Join {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #5b5b5b;
    font-weight: bold;
}

.join_inmo_blue_heading {
    font-family: verdana;
    font-size: 16px;
    color: #1f4f82;
    font-weight: bold;
}

a.join_inmo_link:link, a.join_inmo_link:active, a.join_inmo_link:visited {
    font-family: verdana;
    font-size: 12px;
    color: #1a49a6;
    font-weight: normal;
}

a.join_inmo_link:hover {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

/*Trolley Watch
----------------------*/
table.Trolley {
    background: #eeeeee;
    padding: 2px;
    font-size: 14px;
    Margin-top: 10px;
}

    table.Trolley thead tr {
        background-color: #cccccc;
        line-height: 30px;
    }

        table.Trolley thead tr td {
            color: Black;
        }

    table.Trolley tr {
        background-color: white;
        line-height: 25px;
        color: #031f5e;
    }

        table.Trolley tr td {
            padding: 3px;
        }

        table.Trolley tr.Country {
            color: green;
        }

        table.Trolley tr td.Number {
            text-align: right;
        }

/*ADC Motions
----------------------------------*/
div.adcMotionTable {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
}

    div.adcMotionTable div {
        display: table-row;
    }

    div.adcMotionTable span {
        display: table-cell;
        padding: 5px 5px 0 0;
        color: black;
        font-weight: bold;
    }

        div.adcMotionTable span.right {
            padding-left: 20px;
            font-weight: normal;
        }



a.AgmCategory:link, a.AgmCategory:active, a.AgmCategory:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
    color: #1f4f82;
    text-decoration: none;
}

a.AgmCategory:hover {
    text-decoration: underline;
}

/*Podcast
----------------------------------------*/
.PodcastHead {
    width: 100%;
    height: 60px;
    border: 1px solid #055577;
    background-image: url(images/bg_podcast.jpg);
    background-repeat: repeat-x;
    display: table-row block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
}

    .PodcastHead > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: top;
    }

        .PodcastHead > div > img {
            vertical-align: top;
            width: 50px;
            height: 56px;
            padding: 1px 5px;
        }

.podTitle {
    font-family: Arial;
    padding: 8px 5px 0;
    font-size: 28px;
    color: #125AA2;
    width: 100%;
}

.podTitleBold {
    font-size: 30px;
    font-weight: bolder;
}

.Podcast {
    display: table;
    border: 1px solid #055577;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .Podcast > div {
        display: table-row;
        border-bottom: 1px solid #055577;
        cursor: pointer;
    }

        .Podcast > div > span {
            display: table-cell;
            vertical-align: top;
            padding: 5px;
        }

.border {
    border: 1px solid #055577;
}

.borderLeftRight {
    border-left: 1px solid #055577;
    border-right: 1px solid #055577;
}

.borderBottom {
    border-bottom: 1px solid #055577;
}

.heading_black {
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.heading_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.bg {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #d8d8da;
    border: 1px solid #055577;
    height: 51px;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8FCFD), to(#B4B4CE));*/
}


.Menuclick {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #031f5e;
    cursor: pointer;
    padding-left: 7px;
}

.more_link_bullet {
    padding-top: 20px;
    background-image: url(images/blue_arrow.jpg);
    background-repeat: no-repeat;
    width: 41px;
    height: 11px;
    margin-left: 90px;
}



#sliderMain {
    width: 99%;
    padding: 0px;
    border: 1px solid gray;
    margin: 0px auto;
}

#sliderMain2 {
    width: 99%;
    padding: 0px;
    border: 1px solid gray;
    margin: 0px auto;
}

/*Important Links
-------------------*/
.ImportantLinksBox {
    display: inline-block;
    min-height: 100px;
    margin: 0px;
    width: 198px;
    vertical-align: top;
    margin-right: 0px;
}

div.GrayBorderLine {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 11px;
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #ffffff), color-stop(0.90, #cecece) );
background-image: -moz-linear-gradient(center bottom, #fff 10%,#8ebcee 90% );
background-color:#cecece;
*/
}

.join_inmo_image {
    width: 198px;
    height: 90px;
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    padding: 0px;
}

a.white_add_heading:link, a.white_add_heading:active, a.white_add_heading:visited {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.331em;
    font-weight: bold;
    /*padding-left:10px;*/
    padding-left: 0px;
    margin: 0px;
    display: block;
    line-height: 16px;
    color: #1f4f82;
    /*white-space: nowrap;*/
}

a.white_add_heading:hover {
    text-decoration: underline;
}

.join_inmo_gray_box {
    width: 198px;
    display: block;
    padding: 0px;
    margin: 0px;
}

    .join_inmo_gray_box > div p {
        margin: 0;
    }

    .join_inmo_gray_box > div a:link, .join_inmo_gray_box > div a:active, .join_inmo_gray_box > div a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #1f4f82;
        padding-top: 15px;
        margin-top: 5px;
        text-decoration: none;
        font-weight: bold;
        line-height: 20px;
    }

    .join_inmo_gray_box > div a:hover {
        text-decoration: underline;
    }
/*ShowAll for top menu
----------------------------*/
.ShowAllHeight {
    min-height: 700px;
    display: block;
}

.ShowAllCover {
    display: inline-block;
    border: 1px solid #DBDBDB;
}

.ShowAllCoverHalf {
    display: inline-block;
    border: 1px solid #DBDBDB;
    width: 49%;
}

.ShowAllTitle {
    background-color: #F7CE76;
    margin: 0px;
    padding: 10px 0px;
    font-weight: bold;
    width: 100%;
}

    .ShowAllTitle div {
        padding: 0 20px;
    }

        .ShowAllTitle div a {
            color: #03205A;
            text-decoration: none;
            font-size: 16px;
        }

            .ShowAllTitle div a:hover {
                text-decoration: underline;
                color: Gray;
            }

.ShowAllBoxCover {
    width: 46%;
    display: inline-block;
    margin: 10px 0 0 22px;
    vertical-align: top;
}

.ShowAllBoxCoverFull {
    display: inline-block;
    margin: 10px 22px 0 22px;
    vertical-align: top;
}

.ShowAllInnerBoxCover {
    display: inline-block;
    border: 1px solid #DBDBDB;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.ShowAllInnerBoxTitle {
    background-color: #DBDBDB;
    padding: 7px 15px;
}

.SecondLevel {
    padding: 7px 6px;
    border-bottom: 1px solid #DBDBDB;
}

    .ShowAllInnerBoxTitle a, .SecondLevel a {
        text-decoration: none;
        font-size: 14px;
        color: #03205A;
    }

        .ShowAllInnerBoxTitle a:hover, .SecondLevel a:hover {
            color: Maroon;
            text-decoration: underline;
        }

.ShowAllInnerBoxRow {
    padding: 7px 15px;
    border-bottom: 1px solid #DBDBDB;
}

    .ShowAllInnerBoxRow a {
        text-decoration: none;
        font-size: 14px;
        color: gray;
    }

        .ShowAllInnerBoxRow a:hover {
            color: black;
            text-decoration: underline;
        }

/*jQuery Tooltip 
-------------------------*/
.myTooltip {
    background-color: #757575;
    border: 0px solid #fff;
    padding: 10px 15px;
    margin: 5px;
    color: #fff;
    text-align: left;
    font-size: 11px;
    -moz-box-shadow: 0 0 8px #000;
    -webkit-box-shadow: 0 0 8px #000;
    -o-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	position: absolute;
	width:300px;
}

/* style the trigger elements 
------------------------------*/
img.tooltipBorder {
    border: 0;
    cursor: help;
    margin: 0 8px;
}

/*Help Box
----------------------*/
.helpBox {
    border: 1px solid #757575;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 218px;
}
.helpBox div.top
{
	background-color:#a7a7a7;
	height:40px;
	padding:12px 15px;
	padding-left:8px;
	border-bottom:1px solid #757575;
	font-weight:bold;
	color:#ffffff;
	
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-left-radius:5px;
	
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	border-top-right-radius:5px;
	}
.helpBox div.bottom
{
	background-color:#f0f0f0;
	padding:10px 15px;
	line-height: 20px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.helpBox div.bottom ul{	padding:0 0 0 15px ;
						color:#1F4F82;
                       	-webkit-margin-before: 0em;
                       	-webkit-margin-after: 0em;}
.helpBox div.bottom ul li{padding:0px 0;}
a.loginlnk:link {
    font-size: 16px;
    color: #1F4F82;
    padding-top: 10px;
    text-decoration: none;
    line-height: 25px;
}

a.loginlnk:hover, a.loginlnk:visited {
    font-size: 16px;
    color: #1F4F82;
    padding-top: 10px;
    text-decoration: underline;
    line-height: 25px;
}

/*Right Navigation Menu
---------------------------------*/
.Nav_MenuContainer {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-bottom: 0px solid #ababab;
    width: 100%;
    position: relative;
    /*left:13%;*/
    float: right;
}

    .Nav_MenuContainer div {
        padding: 5px 9px;
    }

        .Nav_MenuContainer div.main {
            font-size: 13px;
            background-color: #009ada;
            border-bottom: 1px solid #fff;
            /*background: -moz-linear-gradient(top, #8f8f8f 0%, #616161 100%);*/ /* FF3.6+ */
            /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f8f8f), color-stop(100%,#616161));*/ /* Chrome,Safari4+ */
            /*background: -webkit-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* Chrome10+,Safari5.1+ */
            /*background: -o-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* Opera11.10+ */
            /*background: -ms-linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#616161',GradientType=0 ); /* IE6-9 */
            /*background: linear-gradient(top, #8f8f8f 0%,#616161 100%);*/ /* W3C */
        }

            .Nav_MenuContainer div.main a:link, .Nav_MenuContainer div.main a:visited, .Nav_MenuContainer div.main a:active {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
            }

            .Nav_MenuContainer div.main a:hover {
                text-decoration: underline;
            }

        .Nav_MenuContainer div.sub {
            font-size: 12px;
            background-color: #fff;
            border-bottom: 1px solid #ababab;
        }

            .Nav_MenuContainer div.sub a:link, .Nav_MenuContainer div.sub a:visited, .Nav_MenuContainer div.sub a:active {
                color: #031f5e;
                text-decoration: none;
            }

            .Nav_MenuContainer div.sub a:hover {
                text-decoration: underline;
            }

        .Nav_MenuContainer div.subCurrent {
            font-size: 12px;
            background-color: #dedede;
            border-bottom: 1px solid #ababab;
        }

            .Nav_MenuContainer div.subCurrent a:link, .Nav_MenuContainer div.subCurrent a:visited, .Nav_MenuContainer div.subCurrent a:active {
                color: #031f5e;
                text-decoration: none;
            }

            .Nav_MenuContainer div.subCurrent a:hover {
                text-decoration: underline;
            }

/******HTML Classes****/
.img-box {
    width: 163px;
    height: 163px;
    background-color: #efefef;
    border: 1px solid #dbdbdb;
}

.img-thumb-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1F4F82;
    line-height: 24px;
    margin: 0px;
}

.img-thumb-designation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    line-height: 12px;
    margin: 0px;
}

.img-thumb-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
}
/******HTML Classes****/

.adminMsgOnMenu {
    color: Black;
    line-height: 30px;
    position: relative;
    left: 10px;
}

.Title-gray-new {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.gray-grad-new {
    background-color: #e1e1e1;
    width: 190px;
    height: 65px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #f1f1f1), color-stop(0.90, #e1e1e1));
    background-image: -moz-linear-gradient(center bottom, #f1f1f1 10%,#e1e1e1 90% );
}

/*Send Thoughts
-------------------------*/
.inmo_logo_form {
    background-image: url(Content/images/inmo_logo_form.jpg);
    width: 147px;
    height: 58px;
    background-repeat: no-repeat;
    float: left;
}

.logo_form_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #777777;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 20px;
    float: left;
}

.yellow_form_heading_bg {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.10, #f0c412), color-stop(0.90, #fbd744) );
    background-image: -moz-linear-gradient( center bottom, #f0c412 10%, #fbd744 90% );
    background-color: #fbd744;
    width: 100%;
    min-height: 30px;
    border: 1px solid #c69932;
}

.email_form {
    background-image: url(Content/images/email_form.jpg);
    width: 79px;
    height: 79px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 535px;
    margin-top: -30px;
}

.form_top_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #565656;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 12px;
    line-height: 20px;
}

.form_top_text2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 80px;
    float: left;
}

.RefreshCaptcha {
    height: 30px;
    padding: 5px;
    border: 1px solid white;
    cursor: pointer;
}

    .RefreshCaptcha:hover {
        border-left: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
    }

a.CreateLink:link, a.CreateLink:active, a.CreateLink:visited {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #031f5e;
}

    a.CreateLink:link:hover {
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #4472BA;
        font-weight: bold;
    }

/*HTML Form 
----------------------------------*/
.gridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #929292;
}

.gridText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #929292;
}

a.GridLink:link, a.GridLink:active, a.GridLink:visited {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #031f5e;
}

    a.GridLink:link:hover {
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #4472BA;
    }

a.CreateLink:link, a.CreateLink:active, a.CreateLink:visited {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #031f5e;
}

    a.CreateLink:link:hover {
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #4472BA;
        font-weight: bold;
    }

textarea:focus, select:focus {
    background: #E3E3E3;
    border: 1px solid #cbcbcb;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1F4F82;
    padding: 7px;
}


.textHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #929292;
    padding-bottom: 7px;
}

.textSearch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #929292;
}

    .textSearch:focus {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: #E3E3E3;
        border: 1px solid #cbcbcb;
        outline: none;
    }



.ButtonRow {
    display: table-row;
}

.button {
    border: 1px solid #b7b7b7;
    background-image: url(images/form_button_bg.jpg);
    color: #031f5e;
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

a.button:link, a.button:visited, a.button:active {
    border: 1px solid #b7b7b7;
    background-image: url(images/form_button_bg.jpg);
    color: #031f5e;
    width: 120px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-right: 3px;
    
}

a.button:hover {
    text-decoration: none;
}

.required {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    background-color: #FFC6C6; /*#FF9999;*/
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
}

.input_field {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
    margin: 0px;
}

    .input_field:focus {
        background: #E3E3E3;
        border: 1px solid #cbcbcb;
    }


.image-listing-container {
    border:1px solid gray;
    background-color:#EFEFEF;
    border-radius:5px;
    margin:10px 10px 10px 10px;
    float:left;
    width:90%;
    min-height:200px;
}
.image-listing-container h5 {
    padding-left:5px;
    }
.image-listing-container p {
    padding-left:5px;
    padding-right:5px;
    }

.input_field_Bootstrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
    margin: 0px;
}

    .input_field_Bootstrap:focus {
        background: #E3E3E3;
        border: 1px solid #cbcbcb;
    }
    /*Ads*/
.Ads
{
	padding:12px;
	
	
}
.Ads img
{
	vertical-align:top;
	padding-right:5px;
	float:left;
	
	
	
}
.Ads h2
{
	font-size: 20px;
	color: #505050;
	font-weight: bold;
	margin-top:0;
	
	
	
}
.Ads p
{
color:#505050;
}
.Ads p a:link, .Ads p a:visited, .Ads p a:active
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1F4F82;
text-decoration: none;
line-height: 16px;	
}
.Ads p a:hover
{
	text-decoration: underline;
}

.MainDivfroAds div
{
    min-height:155px !Important;
    height:0 !Important;
}
.MainDivfroAds 
{
    
min-height:155px !Important;
    height:0 !Important;
}
.MainDivfroBigAds div
{
    min-height:205px !Important;
    height:0 !Important;
	
	width:100% !Important;
}
.MainDivfroBigAds
{
    
min-height:205px !Important;
    height:0 !Important;
}
/*latest changes video gallery*/

div.ImageGalleryvideolisting {
    width: 100%;
    margin-bottom: 10px;
    float:left
}

div.ImageGalleryvideolisting > div {
     border: 1px solid gray;
        background-color: #EFEFEF;
        margin: 8px;
        width: 179px;
        height: 200px;
        display: inline-block;
        color: Black;
        border-radius: 5px;
        vertical-align: top;
}

div.ImageGalleryvideolisting > div.YTube {
    border: 1px solid gray;
    background-color: #EFEFEF;
    margin: 8px;
    min-height: 180px;
    display: inline-block;
    color: Black;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    
}




.ImageGalleryvideolisting h5 {
    padding-left:10px;
}
.ImageGalleryvideolisting p {
    padding-left:10px;
}
        div.ImageGalleryvideolisting > div:hover {
            background-color: #ccc;
        }

    div.ImageGalleryvideolisting > div img {
            margin: 10px;
            max-width: 180px;
            max-height: 150px;
        }

        div.ImageGalleryvideolisting > div.YTube img {
            margin: 12px 12px 4px 22px;
            max-width: 180px;
            max-height: 150px;
        }

            div.ImageGalleryvideolisting > div.YTube img.YPlayer
            {
                margin: 0px;
                padding: 0px;
                position: relative;
                top: -94px;
                left: 22px;
                width: 25px;
            }
            

        div.ImageGalleryvideolisting > div > div {
            margin: 0px 5px 0px 5px;
            /*height: 55px;*/
            position: relative;
            margin-left: 7px;
        }

/* sub menu*/
.SubMenuMainContainer
{
     background-color:#e7e7e7;
     border-bottom:2px solid orange;
}
.SubMenuContainer {
 
}

.SubMenuContainer li
{
    list-style:none;
    padding:10px;
    display:block;
    float:left;
}

.SubMenuContainer li a
{
  color: black;
  font-size: 13px;
  font-weight:bold;
}
.ColorClass
{
    color:red;
}

/*  Arrow Images CSS  */
.down:hover , .del:hover , .edit:hover ,.up:hover
{
       text-decoration:none;
}
.UpArrowImage
{
    background-image:url('../images/gray_top_arrow.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
}

.UpArrowImage:hover
{
    background-image:url('../images/orange_top_arrow.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
    text-decoration:none;
    cursor:pointer;
}
.downArrowImage
{
    background-image:url('../images/gray_bottom_arrow.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
}

.downArrowImage:hover
{
    background-image:url('../images/orange_bottom_arrow.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
    text-decoration:none;
    cursor:pointer;
}
.CrossArrowImage
{
    background-image:url('../images/gray-cross16-icon.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
}
.CrossArrowImage:hover
{
    background-image:url('../images/org-cross16-icon.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
    text-decoration:none;
    cursor:pointer;
}
.EditArrowImage
{
    background-image:url('../images/Edit.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
}
.EditArrowImage:hover
{
    background-image:url('../images/Edit_orange.png');
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
    text-decoration:none;
    cursor:pointer;
}
@media (max-width: 500px)
{
    .modal-box
    {
        width: 100%;
        left:0;
    }
    .modal-boxConfirm
    {
        width: 100%;
        left:0;
    }
}



/*   ----------- PopUp Styling (memberShip Step 2)-------------*/
.modal-box {
        display: none;
        position: absolute;
        z-index: 9999999;
        width: 120%;
        background: white;
        border-bottom: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
        top:0%;
        left:15%;
    }
.modal-boxConfirm {
        display: none;
        position: absolute;
        z-index: 99999999;
        width: 50%;
        background: white;
        border-bottom: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-clip: padding-box;
        top:0%;
        left:25%;
    }


    .modal-box header,
    .modal-box .modal-header {
        padding: 1.25em 1.5em;
        border-bottom: 1px solid #ddd;
    }

    .modal-boxConfirm header,
    .modal-boxConfirm .modal-header {
        padding: 0.35em 1.5em;
        border-bottom: 1px solid #ddd;
    }

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 { margin: 0; }

    .modal-box .modal-body { padding: 1em 1.5em; }

    .modal-box footer,
    .modal-box .modal-footer {
        border-top: 1px solid #ddd;
        text-align: right;
        padding-top:5px;
    }

    .modal-overlay {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        min-height: 100%;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    
    .modal-overlay-Confirm {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        min-height: 100%;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    a.close {
        line-height: 1;
        font-size: 1.5em;
        position: absolute;
        top: 12px;
        right: 2%;
        text-decoration: none;
        color: white;
        opacity:1;
    }

    a.close:hover {
        color: white;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }
   @media (max-width: 500px)
{
    .modal-box
    {
        width: 100%;
        left:0;
    }
    .modal-boxConfirm
    {
        width: 100%;
        left:0;
    }
}