﻿body
{
    background-color: #c2ccc6;
    margin: 0px;
    padding: 0px;
}

#body_container
{
    margin: 0 auto;
    position: relative;
    width: 1000px;
    /*background-color: #fbf8ec;*/
}

#main_container
{
    width: 900px;
    float: left;
    padding: 0 50px;
    background: url(images/main_bg.jpg) repeat-x #FFFFFF;
}

.divSpacer
{
    width: 100%;
    height: 20px;
    float: left;
}

.hrule hr
{
    line-height: 1px;
    color: #b9b9b5;
    background-color: #b9b9b5;
    margin: 5px 0;
    width: 100%;
}

#LoginDiv
{
    float: left;
    background-color: #FCF9F0;
    border: 2px solid #DDD9CE;
    padding: 4px;
    width: 390px;
    height: 26px;
}

    #LoginDiv a img
    {
        border: none;
    }

.loginDivImg
{
    width: 27px;
    float: left;
}

.loginTextbox
{
    width: 170px;
    height: 22px;
    float: left;
    margin-left: 8px;
    border: 1px solid #b9b9b5;
}

.mTop10
{
    margin-top: 10px;
}

.floatLeft
{
    float: left;
}

.header
{
    height: 98px;
    width: 900px;
    margin: 30px 0px 15px 0px;
}

#logo_div
{
    float: left;
    /*background-image: url(images/somaiya_logo.jpg);*/
    width: 345px;
    height: 76px;
    outline: none;
}

    #logo_div a, #logo_div a img
    {
        border: none;
        outline: none;
        text-decoration: none;
    }

        #logo_div a img
        {
            vertical-align: middle;
        }

        #logo_div a span
        {
            color: #A21F24;
            font: normal 26px/28px Arial;
            letter-spacing: 1px;
            margin-left: 5px;
            text-decoration: none;
            vertical-align: middle;
        }

#header_link_InstitutesInnerPage
{
    float: left;
    list-style: none;
    width: 368px;
    height: 35px;
    margin: 1px 25px 7px 0px;
}

    #header_link_InstitutesInnerPage ul
    {
        list-style-type: none;
        margin: 20px 0 0 126px;
        width: 200px;
    }

        #header_link_InstitutesInnerPage ul li
        {
            margin: 0 5px 0 0;
            display: block;
            float: left;
            font-family: "Myriad Pro";
            font-size: 10px;
            font-weight: bold;
            color: #a82128;
        }

#header_link
{
    list-style: none outside none;
    clear: both;
    padding: 0px;
    display: table;
    margin-top: 2px;
    width: 500px;
    float: left;
}

    #header_link ul
    {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        #header_link ul li
        {
            color: #A82128;
            display: block;
            float: left;
            font-family: Verdana;
            font-size: 10px;
            font-weight: bold;
            margin: 0 5px 0 0;
        }

            #header_link ul li a
            {
                color: #A82128;
                font-family: Verdana;
                font-size: 12px;
                font-weight: bold;
                line-height: 14px;
                text-decoration: none;
            }

            #header_link ul li.button
            {
                color: #A82128;
                font-family: Verdana;
                font-size: 12px;
                line-height: 14px;
                font-weight: bold;
                text-decoration: none;
                cursor: pointer;
            }

.headerLinks
{
    float: left;
    width: 500px;
    height: auto;
}

#rightLinks_div
{
    float: right;
    width: 550px;
    position: relative;
    min-height: 95px;
}

.languageHolder
{
    float: left;
    width: 400px;
    height: auto;
    margin-top: 8px;
}

    .languageHolder > span
    {
        float: left;
        color: #A82128;
        font: bold 12px/14px Verdana;
        margin-bottom: 5px;
    }

    .languageHolder > ul > li
    {
        border-right: 1px solid #A82128;
        padding: 0 5px;
    }


        .languageHolder > ul > li:last-child
        {
            border-right: none;
        }

#somaiya_trust_logo
{
    height: 51px;
    width: 69px;
    float: left;
    margin-left: 25px;
}


table.topMenu
{
    float: left;
    list-style: none;
    background-image: url(images/btn_bg.jpg);
    width: 900px;
    padding: 0px 5px;
    background-repeat: repeat-x;
}

    table.topMenu tr
    {
        height: 36px;
        line-height: 30px;
    }

    table.topMenu td
    {
        font: Verdana bold 14px/12px;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
    }

/*.topMenu ul
{
    margin: 0px;
    list-style-type: none;
}
.topMenu ul li
{
    margin: 9px 30px 0 0;
    display: block;
    float: left;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.topMenu ul li a
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    
}*/
.subscribeContainer
{
    float: right;
    margin: 6px 0 0 5px;
}

.subscribeLink
{
    float: left;
    width: 76px;
}

    .subscribeLink a
    {
        float: left;
        height: 20px;
        text-align: center;
        color: #A91721;
        text-decoration: none;
        border: 1px solid #c8c6be;
        background-color: #fafafa;
        font-size: 15px;
        font-family: "Myriad Pro";
        padding: 0 7px 1px 8px;
    }

        .subscribeLink a:hover
        {
            text-decoration: underline;
        }

.footer
{
    width: 900px;
    float: left;
    background-color: #ffffff;
}

hr
{
    line-height: 1px;
    color: #5A5A5A;
    width: 100%;
}

.DivSubscribe
{
    float: right;
    margin: 15px 0 0 0;
    width: 70%;
}

.subscribeHeader
{
    color: #A91721;
    float: right;
    font: bold 14px/18px Verdana;
    margin-left: 50px;
}

.SubscribeText
{
    color: #666666;
    float: right;
    font: normal 12px/14px Verdana;
}

    .SubscribeText a
    {
        color: #666666;
        font-family: "Verdana";
        font-size: small;
    }

.DivSocialLinkImg
{
    float: left;
    text-decoration: none;
    width: 30%;
    margin-top: 15px;
}

    .DivSocialLinkImg a
    {
        text-decoration: none;
    }

        .DivSocialLinkImg a img
        {
            border: none;
            text-decoration: none;
        }

.DivSocialLinkImgTop
{
    margin-top: 10px;
    outline: none;
    position: absolute;
    top: 75px;
    right: 0;
}

    .DivSocialLinkImgTop a
    {
        text-decoration: none;
        outline: none;
    }

        .DivSocialLinkImgTop a img
        {
            border: none;
            text-decoration: none;
            outline: none;
        }

.group_heading
{
    color: #b84322;
    font: bold 12px/14px Verdana;
    text-decoration: none;
}

.site_map
{
    float: left;
    width: 943px;
    padding: 0 8px;
    margin-bottom: 20px;
}

    .site_map ul
    {
        margin: 0;
        padding: 0;
    }

        .site_map ul li
        {
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }

            .site_map ul li a
            {
                text-decoration: none;
                width: 53px;
                font-family: "Verdana";
                color: #666666;
                font-size: 11px;
            }

    .site_map table
    {
        float: left;
        width: 943px;
    }

        .site_map table tr td
        {
            width: 134px;
            float: left;
        }

        .site_map table tr
        {
            float: left;
            width: 953px;
        }

#bottom_line
{
    color: #666666;
    margin: 30px 50px 15px 50px;
    width: 900px;
}

.CopyrightDiv
{
    float: left;
    width: 900px;
}

#browserDiv
{
    color: #666666;
    float: left;
    font-family: "Verdana";
    font-size: small;
    width: 47%;
    margin: 10px 5px 5px;
}

.CopyrightName
{
    float: left;
    font-family: "Verdana";
    font-size: 10px;
    color: #666666;
}

.links
{
    float: right;
    font-family: "Verdana";
    font-size: 10px;
    color: #666666;
}

    .links a
    {
        font-family: "Verdana";
        font-size: 10px;
        color: #666666;
    }
/*---Common Styles-----*/

.image_name
{
    font-family: "Myriad Pro";
    font-size: 16px;
    color: #858481;
    font-weight: bold;
}

.all_form_font
{
    text-decoration: none;
    color: #a82128;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.photo_text
{
    float: left;
    margin-top: 115px;
}

.user_profile_photo_div
{
    width: 89px;
    height: 117px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    margin: 4px;
    padding: 4px;
    float: left;
}

/*---Common Styles-----*/

.footer hr
{
    float: left;
}

.subscribeTextbox
{
    width: 247px;
    height: 23px;
    border: 1px solid #b4b2ac;
    border-right: 1px solid #807f7d;
    float: left;
}

.subscribeButton
{
    text-decoration: none;
    float: left;
    color: #A91721;
    font: bold 14px/18px Helvetica;
    background: url("Images/subscribe-gradient.jpg") repeat-x;
    width: 75px;
    border: 1px solid #b4b2ac;
    padding: 2px 0 3px 11px;
    border-left: none;
}
/*---SiteMap---*/
.Sitemap
{
    float: left;
    width: 900px;
    margin-top: 30px;
    margin-bottom: 25px;
}

    .Sitemap ul
    {
        margin: 0;
        padding: 0;
    }

        .Sitemap ul li
        {
            list-style: none outside none;
            margin: 0;
            padding: 2px;
        }

            .Sitemap ul li a
            {
                text-decoration: none;
                width: 53px;
                font-family: "Verdana";
                color: #666666;
                font-size: 11px;
            }

    .Sitemap table
    {
        width: 100%;
    }

        .Sitemap table tr td
        {
            vertical-align: top;
        }

.displaynone
{
    display: none;
}

/*----Grey Top Band in the Interface-----*/
.adminLogin
{
    background-color: #4A5154;
    width: 100%;
    padding: 12px 0px 12px 0px;
    position: relative;
    height: 24px;
    z-index: 1000;
}

.adminUser
{
    color: #6DA9D2;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    cursor: pointer;
    width: 1304px;
}

    .adminUser a
    {
        background-color: #ECE9DB;
        border: 1px solid white;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0 5px 0 #1A74A1, 0 15px 20px rgba(0, 0, 0, 0.35);
        color: #6DA9D2;
        cursor: pointer;
        float: right;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        height: 16px;
        margin-right: 10px;
        padding-top: 6px;
        text-align: center;
        text-shadow: 0 -1px 1px rgba(19, 65, 88, 0.8);
        width: 80px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-transform: translate(0, 4px);
        transform: translate(0, 4px);
        -o-transition: -o-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        text-decoration: none;
    }

/*----Thickbox of Grey Band-----*/
.thickboxGridView table
{
    width: auto;
    padding: 0;
    margin: 0 auto 1.5em auto;
    border-left: 1px solid #C1DAD7;
    border-collapse: collapse;
}

.thickboxGridView tbody tr th
{
    font-weight: bold;
}

.thickboxGridView tbody tr td
{
    border: 1px solid #CDCDCD;
    padding: 5px 6px;
}

.thickboxGridView tbody tr th
{
    border: 1px solid #CDCDCD;
    padding: 5px 6px;
}

.editstyle
{
    color: #A91721;
    float: left;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.submit
{
    background-color: #e2e2e2;
    background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
    background: -moz-linear-gradient(top, #ffffff, #e2e2e2);
    background: -ms-linear-gradient(top, #ffffff, #e2e2e2);
    background: -o-linear-gradient(top, #ffffff, #e2e2e2);
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
    color: #C94039;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 6px;
    text-align: center;
    width: 80px;
}

.pageadd table
{
    float: left;
    width: 320px;
}

.notfond
{
    color: #000000;
    font: normal 13px/20px Verdana,Arial,sans-serif;
    float: left;
    text-align: left;
    margin: 10px 0;
}

    .notfond h1
    {
        font: bold 20px Verdana,Arial,sans-serif;
        color: #A82128;
        margin-bottom: 15px;
    }

    .notfond a
    {
        text-decoration: underline;
        color: #A82128;
    }

        .notfond a:hover
        {
            text-decoration: none;
            color: #A82128;
            font-weight: bold;
        }

/********************************** MENU ********************************************/
#MainMenu
{
    position: absolute;
    z-index: 10;
    top: 130px;
    left: 50px;
}

.topMenu
{
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    float: left;
    list-style: none;
    padding: 7px 0 7px 20px;
    width: 880px;
}

    .topMenu ul
    {
        list-style-type: none;
        text-transform: uppercase;
    }

        .topMenu ul li
        {
            color: #FFFFFF;
            display: block;
            float: left;
            font-family: Verdana;
            font-weight: bold;
        }

            .topMenu ul li a
            {
                color: #FFFFFF;
                font-weight: bold;
                font-family: Verdana;
                text-decoration: none;
            }

                .topMenu ul li a:hover, .topMenu ul li a.active
                {
                    color: #FBA819;
                }

.SubMenu
{
    background: #000000;
    float: left;
    padding: 7px 0 7px 20px;
    width: 880px;
    opacity: 0.8;
    filter: alpha(opacity=80); /* for IE5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* for IE8 */
}

.SubMenuChild
{
    float: left;
    list-style: none;
}

    .SubMenuChild ul
    {
        list-style-type: none;
        padding: 0px;
    }

        .SubMenuChild ul li
        {
            color: #FFFFFF;
            font: normal 12px/20px Arial;
            text-decoration: none;
            text-transform: uppercase;
        }

            .SubMenuChild ul li a
            {
                color: #FFFFFF;
                display: block;
                text-decoration: none;
            }

                .SubMenuChild ul li a:hover
                {
                    color: #FBA819;
                    text-decoration: none;
                }
/********************************** MENU ********************************************/


.small
{
    width: 100px;
}

.text_field
{
    border: 1px solid #A4A4A2;
    box-shadow: 0 0 6px #BEBDBA inset;
    color: #5A5A5A;
    height: 20px;
    padding: 2px 5px;
    width: 200px;
}

.text_field_mid
{
    border: 1px solid #A4A4A2;
    box-shadow: 0 0 6px #BEBDBA inset;
    color: #5A5A5A;
    height: 20px;
    padding: 2px 5px;
    width: 600px;
}

.FormDropDown
{
    height: 20px;
    font: normal 12px/15px Verdana;
    color: #5A5A5A;
    border: 1px solid #A4A4A2;
    background-color: #fff;
}

.textbox
{
    border: 1px solid #A4A4A2;
    box-shadow: 0 0 6px #BEBDBA inset;
    color: #5A5A5A;
    padding: 2px 5px;
    width: 299px;
}

.text_box_mid
{
    border: 1px solid #A4A4A2;
    box-shadow: 0 0 6px #BEBDBA inset;
    color: #5A5A5A;
    height: 150px;
    padding: 2px 5px;
    width: 600px;
}


.table_style
{
    border-top: 1px solid #bebebe;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

    .table_style tr td
    {
        color: #5A5A5A;
        font: 12px/16px Verdana;
        padding: 3px 0;
    }


.table-block
{
    margin-right: 5px;
    position: relative;
}

    .table-block table
    {
        float: left;
        position: relative;
        width: 102%;
        border-bottom: 1px solid #CDCDCD;
        padding: 5px 6px;
    }

        .table-block table tr th
        {
            background: #CAE8EA;
            border-bottom: 1px solid #C1DAD7;
            border-right: 1px solid #C1DAD7;
            border-top: 1px solid #C1DAD7;
            color: #4F6B72;
            font: bold 12px Arial,Tahoma,sans-serif;
            letter-spacing: 1px;
            padding: 8px 6px 4px;
            text-align: left;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .table-block table tr
        {
            border-left: 1px solid #CDCDCD;
            border-right: 1px solid #CDCDCD;
        }

            .table-block table tr td
            {
                border-bottom: 1px solid #CDCDCD;
                padding: 5px 6px;
                border-right: 1px solid #CDCDCD;
            }

            .table-block table tr.header td
            {
                background-color: #4A5154;
                color: #FFFFFF;
                font: bold 1.1em Arial,Tahoma,sans-serif;
                padding: 7px 6px;
            }

            .table-block table tr.alternate
            {
                background-color: #F5F5ED;
            }

        .table-block table td.true
        {
            color: #009933;
        }

        .table-block table td.false
        {
            color: #990000;
        }

        .table-block table td.actions
        {
            color: #CCCCCC;
        }

        .table-block table tr:hover
        {
            background-color: #FFFFD4;
        }

        .table-block table td.actions a
        {
            color: #0099FF;
            font: bold 0.9em Arial,Tahoma,sans-serif;
            padding: 0 2px;
            text-decoration: none;
            text-transform: uppercase;
        }

            .table-block table td.actions a.delete
            {
                color: #999999;
            }

            .table-block table td.actions a:hover
            {
                color: #FF6600;
            }

.htmlstyle
{
    margin: 0px;
    color: #454545;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

    .htmlstyle ul
    {
        padding: 0;
        margin-left: 40px;
    }

    .htmlstyle li
    {
        padding: 0;
        margin-left: 40px;
    }

    .htmlstyle ul li
    {
        list-style: disc outside;
        margin: 5px 0;
    }

    .htmlstyle ol
    {
        margin-left: 40px;
        padding: 0;
    }

        .htmlstyle ol li
        {
            list-style: decimal outside none;
            margin: 10px 0;
        }
/*.menu
{
    color: #454545;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.menu ol, .menu ul
{
margin-left:50px;
}*/

.more
{
    text-decoration: none;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    padding-left: 10px;
    color: #A82128;
    cursor: pointer;
}

/*-------------------------------  LINK Generator start--------------------------------------*/

.link-generator-formating ul
{
    padding: 0px;
    margin: 0px;
}

    .link-generator-formating ul li
    {
        color: #666666;
        font-size: 12px;
        line-height: 20px;
        list-style-image: url(images/bullete_01.gif);
        margin-bottom: 1em;
        margin-left: 2.1em;
        font-weight: bold;
        color: #6D0019;
        font-family: "Verdana";
    }

        .link-generator-formating ul li ul li
        {
            color: #666666;
            font: 10px "Verdana";
            list-style-image: url(images/bullete_04.gif);
            margin-bottom: 10px;
            margin-left: 1.5em;
            margin-top: 10px;
        }

.link-generator-formating ol
{
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

    .link-generator-formating ol li
    {
        color: #666666;
        font-size: 90%;
        line-height: 1em;
        margin-left: 4em;
        padding: 0 0 1em;
    }

        .link-generator-formating ol li ol li
        {
            font-size: 1em;
            margin-left: 1em;
            padding-bottom: 0.3em;
            padding-top: 0.3em;
        }

.link-generator-formating li a:visited
{
    font-style: italic;
}

#linkMenu
{
    display: inline;
    float: left;
    width: 265px;
}

#linkMenu-award
{
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-top: 0.5em;
    width: 70%;
}

.checbox_style
{
    margin-right: 10px;
}
/*------------------------------- LINK Generator  End --------------------------------------*/
/*----SUCCESS----*/
div.success
{
    background: url("Images/success.gif") no-repeat scroll 5px 5px #BEFBB0;
    border: 1px solid #0B7000;
    color: #0B7000;
    font: 12px/16px Verdana;
    margin: 0 0 10px;
    padding: 5px 5px 5px 25px;
}

span.success
{
    background: url("Images/success.gif") no-repeat scroll 0px 0px;
    padding: 2px 20px;
}

/*----PROCESS----*/
div.process
{
    background: url("Images/loading.gif") no-repeat scroll 5px 5px #F8EBBF;
    border: 1px solid #D8D2BE;
    color: #5F3703;
    font: 12px/16px Verdana;
    margin: 0 0 10px;
    padding: 5px 5px 5px 25px;
}

div.loading
{
    background: url("Images/loading.gif") no-repeat scroll 0 5px;
    color: #A91721;
    font: 12px/16px Verdana;
    margin: 0 0 10px;
    padding: 5px 5px 5px 25px;
    float: left;
}

span.process
{
    background: url("Images/loading.gif") no-repeat scroll 0px 0px;
    padding: 2px 20px;
}

/*----ERROR----*/
div.error
{
    background: url("Images/error.gif") no-repeat scroll 5px 5px #ffddbe;
    border: solid 1px #ed0812;
    color: #ed0812;
    font: 12px/16px Verdana;
    margin: 0px 0px 10px 0px;
    padding: 5px 5px 5px 25px;
}

span.error
{
    background: url("Images/error.gif") no-repeat scroll 0px 0px;
    padding: 2px 20px;
}

.hiding_font a
{
    text-decoration: none;
    color: #A91721;
    font-family: Verdana,Arial,sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
}

.heading
{
    text-decoration: none;
    color: #A91721;
    font-family: Verdana,Arial,sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
}

/*--------LOGIN------*/

.serch_style
{
    height: 22px;
    width: 357px;
    float: left;
    box-shadow: inset 0 0 10px #000000;
}

.header_searchBox
{
    float: left;
    background-color: #FCF9F0;
    border: 2px solid #DDD9CE;
    padding: 4px;
}

.searchIcon
{
    float: left;
}

    .searchIcon img
    {
        text-decoration: none;
        outline: none;
        border: none;
    }

.trustContainer
{
    height: auto;
    margin-top: 15px;
    float: right;
}
/*--------------------------------------FAQ------------------------------------------------

#ContentContainer
{
    padding: 10px;
    float: left;
}
#faqContainer ul.arrow li
{
    padding: 5px 0 20px 12px;
    background: url(Images/arrow.jpg) no-repeat left 7px;
    list-style: none;
}
#faqContainer h1
{
    color: #A82128;
    font: bold 17px/24px Verdana;
    text-transform: uppercase;
}

.contentHolder
{
    color: #5A5A5A;
    float: left;
    font: normal 12px/16px Verdana;
    padding: 5px 0;
}

.contentHolder ul {margin-left:15px;}

.contentHolder li{padding: 5px 10px;}

--------------------------------------FAQ------------------------------------------------*/

.floatRight
{
    float: right;
}


.fullWidth
{
    width: 100%;
}

/*--------------------------------------------Applications Left Bar ----------------------------------------------*/

.lhsAPU
{
    float: left;
    width: 210px;
    padding: 5px 0;
    margin-top: 15px;
}

/*--------------------------------------------Applications  Left Bar ----------------------------------------------*/

/*--------------------------------------  Add Page List  ----------------------------------------*/
#layoutContainer
{
    width: 100%;
    height: 100px;
    margin: 10px 5px;
    float: left;
}

    #layoutContainer input
    {
        margin: 5px;
        vertical-align: top;
        display: inline;
    }

    #layoutContainer span
    {
        margin: 5px;
        vertical-align: top;
        font: normal 12px/20px Verdana;
        text-align: left;
        display: inline;
    }

/*--------------------------------------  Add Page List  ----------------------------------------*/

@font-face
{
    font-family: "Lyonesse";
    src: url(font/ly______-webfont.eot ); /* IE */
    src: local("Lyonesse"), url(font/ly______-webfont.ttf ) format("truetype"); /* non-IE */
}

.facultyFont
{
    font: normal 20px/14px Lyonesse;
}

#listingWhatsNew ul li
{
    color: #000000;
    background: url("Images/arrow.jpg") no-repeat scroll left 3px transparent;
    font: 14px/16px normal Verdana;
    padding-bottom: 10px;
    padding-left: 12px;
    list-style: none;
}

.mandi
{
    color: red;
}
