﻿/* DEFAULTS
----------------------------------------------------------*/

a
{
    color: #003866;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
    /*  color: #003866;*/
    text-decoration: underline;
}
.border-top
{
    border-top: 1px solid #FFFFFF;
}
a:active
{
    color: #003866;
}
#loading
{
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 1104;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.tesrt
{
    z-index: 1 !important;
}
.tesrt
{
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.tesrt li
{
    float: left;
    width: 151px;
    margin: 0;
}
.tesrt li a
{
    width: 135px;
    float: left;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    margin-left: 0 !important;
    padding: 5px 8px !important;
}
.tesrt li a:hover
{
    background: #007ab2;
    color: #fff;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.paggingblock
{
    background: #dcdcdc;
    height: 35px;
    width: 200px;
    color: #003866;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}
.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
input[type=text], input[type=password], textarea
{
    font-family: Arial,Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; /* background: #fff;*/
    padding: 3px 2px; /* line-height: 18px;     width: 236px;   height: 18px;     font-size: 12px;*/
}
.fl
{
    padding-left: 10px;
    float: left;
}
.fr
{
    padding-right: 10px;
    float: right;
}
label
{
    padding-left: 5px;
}
.divClear
{
    clear: both;
    height: 15px;
}
.divWidth70px
{
    float: left;
    width: 70px;
    text-align: left;
}
.divWidth110px
{
    float: left;
    width: 110px;
    text-align: left;
}
.divWidth150px
{
    float: left;
    width: 200px;
    text-align: left;
    font-weight: bold;
}
.divWidth250px
{
    float: left;
    width: 250px;
    text-align: left;
}
.divWidth400px
{
    float: left;
    width: 400px;
    text-align: left;
}
.divWidth500px
{
    float: left;
    width: 500px;
    text-align: left;
}

.divWidth750px
{
    float: left;
    width: 750px;
    text-align: left;
}
.gapV15px
{
    float: left;
    width: 15px;
    overflow: visible;
}
.gapH25px
{
    float: left;
    height: 25px;
    width: 700px;
}
.gapH10px
{
    float: left;
    height: 10px;
    width: 100%;
}
.gapH5px
{
    float: left;
    height: 15px;
    width: 700px;
}
.cssSuccess
{
    color: Green;
    text-align: center;
}
.cssError
{
    color: Red;
    text-align: center;
}
.arial12BF00
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #F00;
    font-weight: bold;
    text-decoration: none;
}
.centerText
{
    text-align: center;
}
.rightText
{
    text-align: right;
}
.AdminGrid
{
    width: 1000px;
    border: solid 1px #e3e3e3;
    border-top: 0px;
}
.AdminGrid th
{
    height: 30px;
    background: rgba(0,173,238,1);
}
.AdminGrid td
{
    height: 30px;
    padding-left: 2px;
    font-size: 12px;
}
.AlternateItem
{
    background: #e7e7e7;
}
.AdminGrid th a
{
    font-weight: bold;
    color: Black;
    padding: 2px 0;
    font-size: 13px;
}
.searchBlock
{
    width: 1000px;
    border: solid 1px #e3e3e3;
    margin: 10px 0;
    padding: 10px 0;
    border-radius: 10px;
}
.clsOpen, .clsClose, .showCursor
{
    cursor: pointer;
}
.divUpgrade
{
    background: -moz-linear-gradient(center top , #E7E7E7 0%, #FAFAFA 100%) repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 15px 30px 0 0;
    padding: 10px 20px;
}

.btnPrimary
{
    background: -moz-linear-gradient(center top , #73AEC9 0pt, #73AEC9 1px, #338AB0 1px, #0571A6 100%) repeat scroll 0 0 transparent;
    border-color: #045A8B;
    color: #FFFFFF !important;
}
.btnTernary
{
    background: -moz-linear-gradient(center top , #EEF7FA 0pt, #EEF7FA 1px, #DCEDF5 1px, #CDE5F0 100%) repeat scroll 0 0 transparent;
    border-color: #A3CFE4;
    padding: 2px 10px;
    border-radius: 3px;
    color: #006699 !important;
}
.btnTernary:hover
{
    background: -moz-linear-gradient(center top , #EEF7FA 0px, #EEF7FA 1px, #DCEDF5 1px, #CDE5F0 100%) repeat scroll 0 0 transparent;
    border-color: #A3CFE4;
    color: #006699 !important;
}
.cssOther
{
    background: none repeat scroll 0 0 #EBEBEB;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}
.noMarginTop
{
    margin-top: 0px;
}

.subtabSchool ul
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.subtabSchool ul li
{
    /*float: left;*/
}

.subtabSchool ul li a
{
    /*width: 190px;*/ /*   float: left;*/
    font-size: 11px;
    color: #000;
    text-decoration: none;
    padding: 3px 5px; /* border-bottom: 1px solid #ccc;*/
}
.subtabSchool ul li a:hover
{
    background: #007ab2;
    color: #fff;
}
.marginLeftToTen
{
    margin-left: 10px;
}

.changePass_PopUp_BG
{
    margin: 0 auto;
    padding: 10px;
    width: 600px;
}

.changePass_PopUp
{
    padding: 0 0 30px !important;
}
.buttontolink
{
    border: none;
    background: transparent;
    cursor: pointer;
    color: #003866;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.buttontolink:hover
{
    text-decoration: underline;
}

.setWidthToAuto
{
    width: auto;
}


.SendMessagelinkdisabled
{
    color: Gray;
}

.SendMessagelinkdisabled
{
    color: #003866;
}

.TextDecorationToNone
{
    text-decoration: none;
}
.NoMarginTop
{
    margin-top: 0px;
}

.subtabEditTags
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}

.subtabEditInfoType
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.subTabConnectionsInfo
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    position: absolute;
    width: 350px;
    z-index: 999;
}
.subTabBingMapShow
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    position: absolute;
    width: 400px;
    z-index: 999;
}
.subtabEditInfoType ul
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.subtabEditInfoType ul li
{
    /*float: left;*/
}
.subtabEditInfoType ul li:hover
{
    background: #CCCCCC; /*float: left;*/
}

.subtabEditTagsUserDetail
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: right;
    list-style: none outside none;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.cssComments
{
    padding: 0 15px;
    color: #003866;
    font-size: 12px;
    cursor: pointer;
}

.cssAddComment
{
    padding: 10px;
    width: 480px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    float: left;
    margin: 5px;
    display: none;
    text-align: justify;
}

.cssDate
{
    font-size: 10px;
}

.left-menu
{
    width: 181px;
    float: left;
    margin: 0px;
    background: #d8d8d8; /* Old browsers */
    background: -moz-linear-gradient(top, #d8d8d8 1%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d8d8d8), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8d8d8 1%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8d8d8 1%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8d8d8 1%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #d8d8d8 1%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    border: 1px solid #c2c3c4;
    border-radius: 8px;
    padding: 12px 6px;
    text-align: left;
}
.left-menu input.search-left
{
    width: 144px !important;
    float: left;
    border: 1px solid #acacac;
    padding: 5px;
    border-right: none;
    font-size: 12px;
    color: #000;
    height: 16px;
}
.left-menu input.search-right-icon
{
    width: 24px !important;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #fff url(../images/img_serch-icon.gif) 2px 4px no-repeat;
    height: 26px;
    border: 1px solid #c2c3c4;
    border-left: none;
    cursor: pointer;
}
.left-menu ul
{
    width: 180px;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.left-menu ul li
{
    float: left;
}
.left-menu span
{
    width: 174px;
    padding: 3px 2px;
    float: left;
    margin: 4px 0 0 0;
    background: #d9d9d9;
    border: 1px solid #c2c3c4;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}
.left-menu ul li a
{
    width: 174px;
    padding: 4px 2px;
    float: left;
    margin: 2px 0;
    border-bottom: 1px solid #c2c3c4;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.left-menu span a img
{
    float: right;
    margin: 2px 0 0 0;
}
.manage-group-top
{
    width: 181px;
    background: #a1a1a1; /* Old browsers */
    background: -moz-linear-gradient(top, #a1a1a1 1%, #474a4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a1a1a1), color-stop(100%, #474a4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a1a1a1 1%, #474a4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a1a1a1 1%, #474a4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a1a1a1 1%, #474a4f 100%); /* IE10+ */
    background: linear-gradient(top, #a1a1a1 1%, #474a4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#474a4f', GradientType=0 ); /* IE6-9 */
    border: 1px solid #505357;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 6px;
    margin: -13px 0 0 -7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.search-result
{
    width: 482px;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    float: left;
}
.search-result .to-strip
{
    width: 472px;
    float: left;
    margin: 0px;
    padding: 5px;
    background: #7dcdf1;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.search-result .search-blocks
{
    width: 472px;
    float: left;
    margin: 0px;
    padding: 8px 5px;
    border-bottom: 1px solid #b6b7b1;
}
.search-result .search-blocks img
{
    margin-right: 10px;
    float: left;
}
.search-result .search-blocks label p
{
    width: 335px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: left;
}
.search-result .search-blocks span a.view
{
    float: right !important;
    margin: 0px;
    padding: 0px;
    text-align: right;
    clear: both;
}
.search-result .to-strip ul
{
    width: 472px;
    float: left;
    margin: 0px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    list-style: none;
    padding: 0px;
}
.search-result .to-strip ul li
{
    float: left;
    margin: 0px;
    padding: 0px;
}
/* Gurbax Rawat- Added css on 29 May 2012 starts here--

/* OVERLAY */
.overlay
{
    /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 99999 !important; /* styling */
    background-color: #fff;
    width: 400px;
    padding: 25px;
    min-height: 200px;
    border: 1px solid #666;
    opacity: 1.5; /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.overlay .close
{
    background-image: url(../Images/overlay/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.required
{
    color: #FF6666;
}

.HeadingNav
{
    background: none repeat scroll 0 0 #E6F5FE;
    border: 1px solid #ADC1D3;
    float: left;
    margin: 0;
    padding: 0px;
}

.categoryNav
{
    background: none repeat scroll 0 0 #E6F5FE;
    border: 1px solid #ADC1D3;
    float: left;
    margin: 0;
    padding: 0px;
    width: 152px;
}

#reg_error, #captcha_error
{
    background: none repeat scroll 0 0 #FFEBE8;
    border: 1px solid #DD3C10;
    height: 0;
    line-height: 15px;
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
}
#reg_error_inner
{
    padding: 7px 3px;
}

/* Gurbax Rawat- Added css on 29 May 2012 ends here--

/* 11-06-2012 - Gurbax Rawat Added Style for Paging Control starts here--*/

.bottom-page-no a
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ADC1D3;
    color: #00335E;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px !important;
    padding: 3px 5px !important;
    text-decoration: none;
    width: auto;
    height: auto;
}

.bottom-page-no a.aspNetDisabled
{
    background: none repeat scroll 0 0 #0078AF !important;
    color: #FFFFFF !important;
}

.bottom-page-no a.Number_PanelExtra
{
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #ADC1D3;
    color: #00335E !important;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px !important;
    padding: 3px 5px !important;
    text-decoration: none;
    width: auto;
    height: auto;
}


/* 11-06-2012 - Gurbax Rawat Added Script for Paging Control ends here--*/

.grey
{
    background: none repeat scroll 0 0 #EEEEEE;
    width: 594px;
}
.grey-in
{
    padding: 8px;
}
.grey-in .paper
{
    background: url(../images/bg_paper_grey_top_578x2500.png) no-repeat scroll 0 0 transparent;
    padding: 20px 20px 20px 30px;
}
#contact-info
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0;
    margin: 10px 0 15px;
    padding: 10px 0 10px 0;

}

.dvError {
    background: none repeat scroll 0 0 #FFEBE8;
    border: 1px solid #DD3C10;
    height: 0;
    line-height: 15px;
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
}
.dvInnerLabel {
    padding: 7px 3px;
}
.dvSuccess {
    background: none repeat scroll 0 0 #E6F8DD;
    border: 1px solid #63AE55;
    height: 0;
    line-height: 15px;
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
}
/******Amandeep*******/
#jquery-loader.blue-with-image-2{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(../Images/CE_loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
 
}