/*anoop start*/


.validation_Errors {
    font-weight: bold;
    color: #f00;
}

.BusyLoadingserver {
    margin: 0px;
     padding: 0px; 
     position: fixed; 
     right: 0px; top: 0px; width: 100%; height: 100%;
     z-index: 30001;
    opacity: .8; filter: alpha(opacity=70);display:none;
}
.bsyLodImg {

    position: absolute; top: 30%; left: 45%; color: black; font:bold;
}
.mem-header {
     padding-bottom:5px; font-size:large; text-align:center;
}
.mem-text {
     padding-bottom:3px; font-size:small; text-align:center;
}

.roundshadowboxnotice{
    border-radius:5px 5px 5px 5px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);    
    padding:10px;
}
.notice_padding {
    padding-bottom:5px;
}
.member_text-indent {
    text-indent: 55px;
}
.alignleft {
    text-align:left;
}
.table-style td, .table-style th {
     text-align:left;
     vertical-align:text-top;
        
}
.table_padding {
    padding-bottom:8px;
}
.search_padding {
    padding-bottom:12px;
}

/*table simple-table-style*/
.simple-table-style {border-top:1px solid #CFCFCF; border-left:1px solid #CFCFCF; border-right:0; border-bottom:0; width:100%;}
.simple-table-style td, .simple-style th {border-right:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; text-align:left; padding:5px 0; padding-left:0px;}
.simple-table-style th {background-color:#dedede; font-size:115%;text-shadow: 0 1px 0 #fff;text-align:left;padding-left:1px;}
.simple-table-style tr:nth-child(even) {background: #fff;}
.simple-table-style tr:nth-child(odd) {background: #F6F6F6;}

.simple-table-style2 {border-top:1px solid #CFCFCF; border-left:1px solid #CFCFCF; border-right:0; border-bottom:0; width:100%;}
.simple-table-style2 td, .simple-style th {border-right:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; text-align:left; padding:5px 0; padding-left:0px;}
.simple-table-style2 th {background-color:#bebebe; font-size:115%;text-shadow: 0 1px 0 #fff;text-align:left;padding-left:1px;}
.simple-table-style2 tr:nth-child(even) {background: #fff;}
.simple-table-style2 tr:nth-child(odd) {background: #FFFFF3;}

.simple-table-style3 {border-top:1px solid #CFCFCF; border-left:1px solid #CFCFCF; border-right:0; border-bottom:0; width:100%;}
.simple-table-style3 td, .simple-style th {border-right:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; text-align:left; padding:5px 0; padding-left:0px;}
.simple-table-style3 th {background-color:#a8a8a8; font-size:115%;text-shadow: 0 1px 0 #fff;text-align:left;padding-left:1px;}
.simple-table-style3 tr:nth-child(even) {background: #fff;}
.simple-table-style3 tr:nth-child(odd) {background: #fff3f3;}
/*Sunil's Code for table desin*/
/*Begin*/
/*table simple-table-design*/
.simple-table-design {/*border-top:1px solid #CFCFCF; border-left:1px solid #CFCFCF; border-right:0; border-bottom:0;*/ width:100%;}
.simple-table-design td {background-color:#cddcc7;/*border-right:1px solid #CFCFCF;border-bottom:1px solid #CFCFCF;*/ text-align:left; padding:5px 0; padding-left:0px;}
.simple-table-design th {background-color:#dedede; font-size:115%;text-shadow: 0 1px 0 #fff;text-align:left;padding-left:1px;}
/*.simple-table-design tr:nth-child(even) {background: #fff;}
.simple-table-design tr:nth-child(odd) {background: #F6F6F6;}*/
/*End*/
.breadcrumb_base {
    /*position:relative;*/
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #0079b6;
  font-size: 120%;
  font-weight: bold;
  float: left;
  left:0px;
}

.accordion-margin {
    margin: -18px 0 0 24px;
}
.grid_th {
    border-color: #A59898;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    background-color: #C5C5C5;
    text-align: left;
}
.user_info {
    text-align: right; 
    padding-right:20px;
    /*position:absolute;*/
    right:0;
    padding-top: 7px;   
    float:right;
}


img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0px 0px 0px;
}
.sec_postn {
    text-align:center;
    padding:10px;
}
.secrtr_name {
     text-align:center;
    padding:10px;
}

/*anoop- End*/
/* Sanish Start*/

#plugin_container {
    width:500px;
    height:420px;
    position:relative;
    background:url(../images/htc_hero_wallpaper_02.jpg);
    overflow:hidden;
    font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color:#fff;
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {
    position:absolute;
    top:200px;
    z-index:200;
    cursor:pointer;
}

#left_arrow {
    left:5px;
}

#right_arrow {
    right:5px;
}

#digital_container {
    width:400px;
    height:360px;
    background:url(/Images/Home/ClockWeather/background.png) 50% 40px no-repeat;
    position:absolute;
    top:0px;
    left:33px;
    z-index:98;
}


#clock {
    float:left;
    margin-left:48px;
}

#hours, #minutes {
    width:150px;
    height:150px;
    float:left;
    position:relative;
    background:url(/Images/Home/ClockWeather/clock/clockbg1.png) no-repeat scroll 0 0 transparent;
}
    #hours .digit, #minutes .digit {
        width:90px;
        font-size:90px;
        float:left;
    }
    #hours .digit, #minutes .digit {
        margin:12px 5px 15px 20px;
    }    

    #hours .digit2, #minutes .digit2 {
        margin:12px 5px 15px;
    }

#minutes {
    margin-left:4px;
}
#minutes .digitAMPM {
    float: right;
    font-size: 25px;
    margin-right: 22px;
    margin-top: -40px;
}

#hours_bg, #minutes_bg {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:99;
}

.first_digit {
    width:80px;
    height:100%;
    position:absolute;
    top:0;
    left:20px;
    z-index:100;
}

.second_digit {
    width:80px;
    height:100%;
    position:absolute;
    top:0;
    left:100px;
    z-index:100;
}

.line {
    width:175px;
    height:2px;
    background:#efefef;
    position:absolute;
    top:97px;
    left:12px;
    z-index:101;
    font-size:1px;
}

#am_pm {
    position:absolute;
    top:156px;
    left:130px;
    z-index:110;
}

#weather {
    color: #FFFFFF;
    height: 200px;
    left: 0;
    margin-top: -54px;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 10;
}

#weather #local, #weather .loading {
    float:left;
    margin:10px 0 0;
}

.city {
    font-weight:bold;
    font-size:12pt;
    margin-top:60px;
}

.temp {
    font-size:30pt;
    padding:0;
}

.temp .metric {
    margin-left:-3px;
}

#weather #temp {
    float:right;
    margin:69px 24px 0 0;
    text-align:right;
}

#weather #date {
    font-size:11pt;
    padding-right:2px;
}

#forecast_container {
    width:400px;
    height:275px;
    background:url(/Images/Home/ClockWeather/weatherbg.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:0px;
    margin-left:30px;
    z-index:98;
    color:#fff;
}

#forecast_container #current {
    width:400px;
    height:235px;
    margin-left:0px;
    position:relative;
}

#forecast_container .loading {
    margin:130px 0 0 70px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:116px;
    text-align:center;
}

#forecast_container #current .temp {
    font-size:32pt;
    margin-top:80px;
    float:left
}

#forecast_container #current .high_low {
    font-size:12pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    text-align:center;
}

#forecast_container #current .text {
    margin-top:6px;
}

#forecast_container #forecast {
    width:400px;
    height:100px;
    list-style:none;
    margin:-60px 0 0;
    padding:0;
}

#forecast_container #forecast li {
    width:25%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:15px;
    margin:0;
    padding:0;
    font-size:11pt;
    line-height:15px;
}

#forecast_container #forecast li img {
    width:90px;
}

#forecast_container #update {
    text-align:center;
    margin-top:10px;
    font-size:11px;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}


/* Sanish END*/