/* $Id: style.css 187 2009-02-27 23:39:20Z vsshankar $ */

/* include reset.css */

/* Common */

/* h2 span{
            color: #056305;
} */
a {
    color: #cc333f;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
.content {
    background-color: #fff;
    color: #333;
    font: normal 120% Trebuchet MS, verdana, helvetica, arial, sans-serif;
}

/** footer */
.admin-footer {
    margin: 10px;
    text-align: center;
}

/* classes */
.throbber {
    background: url(../img/throbber.gif) no-repeat left;
    padding-left: 20px;
}

/** form */
form.normal {
    width: 95%;
    padding: 5px;
    margin: 5px;
}
form.normal div.input {
    border-bottom: 1px dotted #ddd;
    background: url(../img/bg_label.jpg) repeat-y 0 0;
}
form.normal div.input,
form.normal div.submit {
    padding: 10px;
    margin: 0 5px;
}
form.normal div.input .info {
    display: block;
    clear: both;
    padding-left: 195px;
    text-align: left;
    font-size: 10px;
    font-family: Verdana;
}
form.normal div.input label,
form.normal div.input legend {
    padding: 3px 12px 0pt 0pt;
    width: 180px;
    display: block;
    float: left;
    clear: right;
}
form.normal div.checkbox label,
form.normal div.radio label {
    display: inline;
    margin: 0px 0px 0px 5px;
    padding-right: 10px;
    position: static;
}
form.normal div.checkbox {
    background-image: none;
}
form.normal div.checkbox label {
    width: auto;
    float: none;
}
form.normal div.required label {
    background-image: url(../img/required-red.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 12px;
}
form.normal div.select div.checkbox label {
    background: none;
}
form.normal div.select select,
form.normal div.text input,
form.normal div.textarea textarea,
form.normal div.password input {
    width: 55%;
    font-size: 1.1em;
    padding: 5px 2px;
    margin: 0px 5px 0px 0px;
    border: 1px solid #a4bfdf;
}
form.normal div.select select {
    padding: 0px;
    width: 55%;
    font-size: 14px;
}
form.normal div.input textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #a4bfdf;
}
form.normal div.date label+select {
    margin: 0px 0px 0px 0px;
}
form.normal div.checkbox input,
form.normal div.radio input {
    width: 16px;
    margin: 0px;
}
form.normal div.checkbox input {
    margin: 0px 0px 0px 0px;
}
form.normal div.submit input {
    background: #fff url(../img/bg_but.png) repeat-x 0 100%;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 5px;
    border: 1px solid #dab638;
    margin: 0px 0px 0px 180px;
    width: auto;
    height: 27px;
}
form.normal div.select select:hover,
form.normal div.text input:hover,
form.normal div.textarea textarea:hover,
form.normal div.password input:hover,
form.normal div.select select:active,
form.normal div.text input:focus,
form.normal div.textarea textarea:focus,
form.normal div.password input:focus,
form.normal div.select select:focus,
form.normal div.text input:active.normal div.textarea textarea:active,
form.normal div.password input:active {
    border: 1px solid #666;
    background-color: #fff;
}
form.normal div.error-message {
    color: #f06;
    text-align: center;
    margin: 5px 0px 0px 0px;
}
form.normal div.error {
    background-color: #ffeeff;
}
form.normal div.error label {
    color: #000;
}
form.normal div.error input,
form.normal div.error textarea,
form.normal div.error select {
    background-color: #ffffe1;
    border: 1px solid #f06;
}
form.normal div.file input {
    margin: 0px 0px 0px 0px;
}
div#blogs-add form.normal div.submit,
div#blogs-edit form.normal div.submit {
    margin: 0px 0px 0px 0px;
    display: inline;
}
form.normal div.submit input.blogs-submit {
    margin: 0px 0px 0px 0px;
    display: inline;
}
form.normal div.input input.bg-openid-input {
    background: url(../img/icon-open-id.png) no-repeat scroll 1px 5px;
    padding: 4px 0 5px 25px;
    width: 50%;
}
span.openid-icon {
    background: transparent url(../img/icon-open-id.png) no-repeat scroll left 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: 0px;
    text-indent: -3000em;
    vertical-align: middle;
}
form.normal div.input input.bg-openid-input:active,
form.normal div.input input.bg-openid-input:focus {
    background: #fff url(../img/icon-open-id.png) no-repeat scroll 1px 5px;
}

/* http://www.visakopu.net/misc/table-border-css/ */
table.list,
table.list td,
table.list th {
    border-color: #eee;
    border-style: solid;
}
table.list {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 5px auto;
    width: 100%;
    font-size: 80%;
}
table.list td,
table.list th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
}
table.list th {
    color: #0096FF;
}
table.list tr.altrow td {
    background-color: #f2f7fb;
}
table.list tr:hover td {
}
a.add {
    background: url(../img/icon-add.png) 0 0 no-repeat;
}
a.import,
a.export,
a.add {
    padding-left: 20px;
    margin-right: 16px;
    padding-bottom: 2px;
}
a.import {
    background: url(../img/import.jpg) 0 0 no-repeat;
}
a.export {
    background: url(../img/export.jpg) 0 0 no-repeat;
}
a.delete {
    background: url(../img/icon-delete.png) 0 0 no-repeat;
    padding-left: 16px;
    margin-right: 16px;
    padding-bottom: 2px;
}
a.edit {
    background: url(../img/icon-edit.png) 0 0 no-repeat;
    padding-left: 16px;
    margin-right: 16px;
    padding-bottom: 2px;
    margin-top: 2px;
}
a.renew {
    background: url(../img/icn_renew.png) 0 0 no-repeat;
    padding-left: 20px;
    margin-right: 16px;
    padding-bottom: 2px;
}
a.view {
    background: url(../img/icon-view.png) 0 0 no-repeat;
    margin-right: 27px;
    padding-bottom: 5px;
    padding-left: 19px;
}
a.note {
    background: url(../img/icon-note.png) 0 0 no-repeat;
    margin-right: 20px;
    padding-bottom: 2px;
    padding-left: 18px;
}
a.comment {
    background: url(../img/icon-comment.png) 0 0 no-repeat;
    padding-left: 16px;
    margin-right: 16px;
    padding-bottom: 2px;
}
div.sort {
    margin: 3px;
    padding: 4px;
}
div.sort a {
    margin: 3px;
    padding: 4px;
}

/* sort */
a.asc {
    background: transparent url(../img/icon-sort-down.gif) no-repeat scroll right center;
}
a.desc {
    background: transparent url(../img/icon-sort-up.gif) no-repeat scroll right center;
}
a.asc,
a.desc {
    padding-right: 10px;
    margin-right: 10px;
}

/* Paging */
div.paging {
    clear: both;
}
div.paging a,
div.paging span {
    background-color: #fefefe;
    color: #BB0CA9;
    text-decoration: none;
}
div.paging a,
div.paging span.prev,
div.paging span.next,
div.paging span.current {
    border: 1px solid #d4d4d4;
    margin: 2px;
    padding: 3px;
}
div.paging span.prev,
div.paging span.next {
    color: #d4d4d4;
}
div.paging span.skip {
    border: none;
}
div.paging a:hover {
    border: 1px solid #f06;
}
div.paging span.current {
    border: 1px solid #f06;
}

/* http://www.maxdesign.com.au/presentation/definition/dl-table-display.htm */
dl.list {

    /* width:41.1em;*/
    margin: 0 0;
    padding: 0;
}
dl .altrow {
}
dl.list dt {
    width: 10em;
    float: left;
    margin: 0 0 0 0;
    padding: .5em;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl.list dt {
    clear: both;
}

/* end hack */
dl.list dd {
    float: left;
    width: 24em;
    margin: 0 0 0 0;
    padding: .5em;
    word-wrap: break-word;
}

/* Flash */
.message {
    padding: 20px 50px 10px 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
#errorMessage,
.error {
    background: #ffebf3;
    border: 1px solid #f06;
}
#successMessage,
.success {
    background: #eff;
    border: 1px solid #6f0;
}
#flashMessage,
.notice,
table.list td.notice {
    background: #ffe;
    border: 1px solid #f60;
}
p.notice {
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    width: 150px;
}
.pyads p.notice {
    margin-top: 40px;
}
#errorMessage,
#authMessage {
    background: #ffebf3 url(../img/icon-error.png) no-repeat;
}
#successMessage {
    background: #eff url(../img/icon-success.png) no-repeat;
}
#flashMessage {
    background: #ffe url(../img/icon-warning.png) no-repeat left top;
}

/*  Actions  */
div.actions ul {
    margin: 0px 0;
    padding: 0;
}
div.actions li {
    display: inline;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
ul.list li {
    border: 3px solid #eee;
    margin: 5px;
    margin: 2px;
    float: left;
}
ul.list li:hover {
    border: 3px solid #f06;
}
ul.list li p {
    margin: 0px 0px 0px 5px;
}

/*ol.list li {
     border: 3px solid #eee;
     margin: 5px;
     margin: 2px;
     display: block;
}
ol.list li:hover {
     border: 3px solid #f06;
}*/
ol.list li p {
    margin: 10px 0px 0px 5px;
}
.faq-con li .h1 {
    font-weight: bold;
}

/* Related */

/*
div.related {
     clear: both;
     display: block;
}
*/

span.help {
    display: block;
    font-size: 65%;
    padding-left: 20px;
}

/* JavaScript */
label.overlabel-apply {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 1;
    color: #999;
}

/* captcha styles */
div.captcha-block {
    margin: 5px 0px 5px 8px;
}
div.captcha-block img {
    margin: 0px 10px 0px 0px;
    border: 1px solid #fff;
}
div.captcha-left {
    width: 180px;
    float: left;
}
div.captcha-right {
    width: 25px;
    border: 1px solid #fff;
    float: left;
}
a.captcha-audio {
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/icon-audio.gif) no-repeat left top;
    text-indent: -2000em;
    margin: 2px 0 1px 2px;
}
a.captcha-reload {
    width: 22px;
    height: 20px;
    display: block;
    background: url(../img/icon-refresh.gif) no-repeat left top;
    text-indent: -2000em;
    margin: 2px 0 1px 2px;
}

/* Hacks */

/* CakePHP */
.cake-sql-log {
    font-family: "Courier New";
    font-size: 80%;
}
.cake-sql-log td,
.cake-sql-log th {
    padding: 4px 8px;
    text-align: left;
    border: 1px solid #eee;
}

/*
pre {
     color: #000;
     background: #f0f0f0;
     padding: 1em;
}*/
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}
div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre,
div.cake-code-dump pre {
    color: #000000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre,
div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #FFFF00;
    padding: 4px;
}

/*rounded corner hacks */
.round-5 {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.round-10 {
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clearfix {
    display: inline-block;
    display: block;
}
.clearfix img {
    border: 1px #999 solid;
}
* html .clearfix {
    height: 1%;
}
*+html .clearfix {
    display: inline-block;
}

/* admin page style begins */
.admin-sideone {
    width: 14%;
    float: left;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 0px 0px 0px 10px;
}
.admin-sidetwo {
    width: 80%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0px 0px 0px 10px;
    overflow: auto;
}
h5.hidden-info {
    display: none;
}
ul.admin-links li.active a {
    color: #f00;
}
ul.admin-sub-links {
    margin: 0 0 0 15px;
}
ul.admin-links li.active ul.admin-sub-links li a {
    color: #BB0CA9;
}
.admin-bar {
    background: #FEFFFE none repeat scroll 0 0;
    border: 1px solid #CEE9FC;
    right: 20px;
    padding: 6px 0 2px 46px;
    position: absolute;
    top: 0;
    width: 200px;
    font-size: 14px;
}
.admin-bar h3 {
    float: left;
    padding-right: 3px;
    width: auto;
    margin: 0;
    line-height: 18px;
}
.admin-bar span.c {
    float: left;
    padding-right: 3px;
    width: auto;
}
form.normal div.input input.image-settings {
    width: 100px;
}
a.online {
    background: url(../img/icon-online.png) 0 0 no-repeat;
}
a.offline {
    background: url(../img/icon-offline.png) 0 0 no-repeat;
}
div.record-info div {
    display: inline;
    margin: 0px 10px 0px 0px;
}
form.normal div.outer-image-settings div.input {
    width: 386px;
    float: left;
}
form.normal div.outer-image-settings div.input label {
    position: absolute;
}
form.normal div.outer-image-settings div.input input {
    margin: 0px 0px 0px 280px;
}
form.normal div.outer-image-settings div.input input.image-settings-height {
    margin: 0px 0px 0px 0px;
}
form.normal div.outer-image-settings div.image-separator {
    width: 10px;
}
.js .hide {
    display: none;
}

/* admin page style ends */
.facebook-icon {
    padding: 0px 0px 4px 20px;
    float: left;
    height: 24px;
    width: 200px;
    text-indent: -999em;
    background: transparent url(../img/facebook_this.png) no-repeat scroll 0 0;
    margin-right: 16px;
}
.tweet-icon {
    padding: 0px 0px 4px 20px;
    float: left;
    height: 24px;
    width: 200px;
    text-indent: -999em;
    background: transparent url(../img/twitter_this.png) no-repeat scroll 0 0;
    margin-right: 16px;
}

/* OPENWAVE CSS*/
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background-color: #FFFFFF;
    font: normal 12px/17px Verdana, Geneva, sans-serif;
    color: #000;
}
img {
    border: 0;
    outline: none;
}

/*ul{ list-style-type:none;}*/
.clr {
    clear: both;
}
#main {
    width: 1000px;
    display: block;
    margin: 0 auto;
    background: #fff;
}

/*------------------------------------> HEADER <--------------------------------*/
#header {
    padding: 0 20px;
}
#header h1 {
    float: left;
    width: 400px;
    margin: 10px 0;
}
#header h1 a {
    float: left;
    width: 400px;
    height: 80px;
    background: url(../img/theme/logo.jpg) no-repeat 0 0;
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
}
.head-right {
    margin-top: 20px;
    float: right;
    clear: right;
    text-align: right;
}
.h-right-row {
    float: left; /*margin-top:5px;*/
    font: normal 11px/16px Arial, Helvetica, sans-serif;
    color: #fff;
}
.h-right-row .banners {
    float: right;
}
.h-right-row li {
    display: inline;
    margin-left: 2px;
}
.h-right-row li a {
    width: 34px;
    height: 22px;
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
}
.h-right-row ul.flags li img {
    width: 28px;
    height: 20px;
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
}

/*------------------------------------> MENU <--------------------------------*/
.menu-bar-container {
    padding: 0 20px;
}
.menu-bar {
    background-color: #FF0054;
    color: #FFFFFF;
}
.menu-bar ul {
    padding: 0 4px;
}
.menu-bar li {
    list-stlye-type: none;
    display: inline-block;
}
.menu-bar li a,
.menu-bar li a:active {
    display: inline-block;
    color: #FFFFFF;
    padding: 8px 8px;    /*font-weight: bold;*/
    text-transform: uppercase;
}

/*#menu{width:970px; float:left; background: url(../img/theme/menu_bg_r.png) no-repeat 100% 0; padding:0 10px; position:relative;}*/
.menu {
    width: 960px;
    float: left;
    background: url(../img/theme/menu_bg_l.png) no-repeat 0 0;
    padding-left: 10px;
}
.menu ul {
    float: left;
    width: 960px;
    background: url(../img/theme/menu_bg_c.png) repeat-x 0 0;
    text-align: center
}

/* .menu li{ display:inline; font:bold 11px/35px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; padding-right:6px; padding-left:4px; margin-right:0; background: url(../img/theme/menu_sep.png) no-repeat 100% 4px; height:35px;}*/
.menu li {
    display: inline;
    font: bold 11px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    padding-right: 4px;
    padding-left: 0px;
    margin-right: 0;
    background: url(../img/theme/menu_sep.png) no-repeat 100% 4px;
    height: 35px;
}
.menu li.last {
    background: none;
}
.menu li a {
    font: bold 11px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.menu li a:hover {
    color: #ffd800;
}
.menu li a.active {
    color: #ffd800;
}
.srch-con {
    display: block;
    width: 200px;
    height: 24px;
    padding: 2px 10px 0;
    background: #ff0054 no-repeat 0 0;
    border-radius: 0 0 4px 4px;
    /*margin-right: 20px;*/
    float: right;
}
.srch-con label {
    float: left;
    width: 50px;
    font: bold 11px/20px "Century Gothic";
    color: #fff;
    text-transform: uppercase;
    display: none;
}
.srch-con .srch-input {
    float: left;
    width: 170px;
}
.srch-con .srch-input input {
    border: 0;
    font: normal 12px/17px Verdana, Geneva, sans-serif;
    padding: 2px;
    width: 160px;
}
.srch-con .srch-icn {
    float: left;
    width: 20px;
    padding-top: 1px;
}
.srch-con .srch-icn .icn_search {
    width: 17px;
    height: 17px;
    border: 0;
    background: url(../img/theme/icn_search.png) no-repeat 0 0;
    cursor: pointer;
    text-indent: -99999px;
}
.menu-shape {
    width: 21px;
    height: 21px;
    background: url(../img/theme/shape_search.jpg) no-repeat 0 0;
    margin-right: 20px;
    margin-top: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
}

/*------------------------------------> BODY <--------------------------------*/
#body {
    width: 990px;
    float: left;
    padding: 0 20px;
}
.leftnav {
    float: left;
    clear: right;
    width: 230px;
    margin-right: 10px;
    margin-top: 15px;
}
.ban-l1 {
    float: left;
    width: 220px;
    margin-bottom: 10px;
}
.ban-l1 img {
    border: 5px solid #d3cece;
    width: 210px;
    height: auto;
}
.ban-l1 p {
    font-size: 15px;
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #666666;
}
.ban-l1 p strong {
    font-size: 15px;
}
.ban-l1 p a strong {
    color: #7E5411;
    font: bold 12px Arial, Helvetica, sans-serif;
}

/* added by tpd */

/*.ban-l1 p a strong{ color:#C5001F; font:bold 12px Arial, Helvetica, sans-serif;}*/
.ban-l1 p a strong:hover {
    color: #666666;
}
.ban-l1 p span {
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #9C9C9C;
}
.rightnav {
    padding-left: 10px;
    float: left;
    clear: right;
    width: 710px;
}
.welcom-con {
    float: left;
    width: 445px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.welcom-con h2 {
    color: #993300;
    font: bold 20px/30px Calibri, sans-serif;
    padding-bottom: 2px;
    background: url(../img/theme/wc_sep.png) no-repeat 0 100%;
}
.welcom-con h2 span {
    color: #727272;
}
.welcom-con p {
    padding: 10px 0 0;
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    color: #5f5f5f;
}
.home-center {
    float: left;
    clear: right;
    width: 470px;
    margin-right: 10px;
}
.home-right {
    float: left;
    clear: right;
    width: 220px;
    padding-top: 15px;
    margin-left: 10px;
}

/* 20120523 add start*/
.other_homes {
    width: 470px;
    height: 610px;
    float: left;
}
.other_homes_top {
    width: 470px;
    height: 290px;
}
.other_homes_bottom {
    width: 470px;
    height: 290px;
    margin-top: 30px;
}
.events_home {
    float: left;
    width: 225px;
    height: 290px;
    margin-right: 10px;
}
.clinics_home {
    float: left;
    width: 225px;
    height: 290px;
    margin-left: 10px;
}
.products_home {
    float: left;
    width: 225px;
    height: 290px;
    margin-right: 10px;
}
.course_home {
    float: left;
    width: 225px;
    height: 290px;
    margin-left: 10px;
}
.storyboard-con {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
}
.storyboard-con h2 {
    color: #993300;
    font: bold 20px/30px Calibri, sans-serif;
    padding-bottom: 2px;
    background: url(../img/theme/wc_sep.png) no-repeat 0 100%;
}
.storyboard-con h2 span {
    color: #727272;
}
.storyboard-con p {
    padding: 10px 0 0;
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    color: #5f5f5f;
}
.ban-p1 h7 {
    border-bottom: 1px dotted #91651E;
    color: #FFFFFF;
    font: italic 20px/35px Calibri, sans-serif;
    margin-bottom: 8px;
    padding-bottom: 15px;
}
.ban-p1 h7.icn2 {
    background: url("../img/theme/icn_ban2.png") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
    padding-top: 10px;
}
.ban-p1 h7.icn3 {
    padding-left: 40px;
    padding-top: 10px;
    background: url(../img/theme/icn_ban3.png) no-repeat 0 0;
}
.more-row-1 {
    display: block;
    text-align: right;
    bottom: 0;
    /*margin-right: 10px;*/
}
.more-row-1 a {
    color: #ff7744;
    font: bold 13px/20px Calibri, sans-serif;
    text-transform: uppercase;
}
.more-row-1 a:hover {
    text-decoration: underline;
    color: #ff7744;
}

/*storyboard home*/
.galleria {
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.st-img-small {
    width: 400px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
.subject_list {
    display: block;
    float: left;
    overflow: auto;
    width: 437px;
    max-height: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #E4E2D6;
    border-top: 1px solid #B2AFA6;
    border-bottom: 1px solid #B2AFA6;
    border-left: 1px solid #B2AFA6;
    border-right: 1px solid #B2AFA6;
    clear: both;
}
.subject_list_col {
    width: 33%;
    float: left;
    height: auto;
    color: #A6651B;
}
.subject_list_col a:hover {
    color: blue;
}
.subject_list_col a {
    color: #A6651B;
}
.homepage-header {
    color: #cd333f;
    font: bold 14px/19px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    padding-bottom: 2px;
    background: url("/img/theme/wc_sep_230.png") no-repeat scroll 0 100% transparent;
}
.homepage-storyboard {
    color: white;
    font: bold 14px/19px Arial, Helvetica, sans-serif;
}
.bookreviews-text1 {
    color: #5E5E5E;
    font: bold 11px/15px Arial, Helvetica, sans-serif;
}
.list-con li a:hover {
    color: blue;
}

/* 20120523 add end*/
.hreg-con {
    float: left;
    width: 100%;
    padding-top: 10px;
    background: #d7d5d5 no-repeat 0 0;
    border-radius: 4px 4px 0 0;
}
.lang-con {
    text-align: center;
    min-height: 25px;
    padding-top: 0;
}
.share-con {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    background: url(../img/share_sep.png) no-repeat 0 0;
}
.share-con ul {
    padding-left: 23px;
    list-style-type: none;
}
.share-con ul li {
    float: left;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 40px;
}
.share-con ul li.blog {
    background-image: url(../img/blog.png);
}
.share-con ul li.facebook {
    background-image: url(../img/share_facebook.png);
}
.share-con ul li.twitter {
    background-image: url(../img/share_twitter.png);
}
.share-con ul li.linkedin {
    background-image: url(../img/share_linkedin.png);
}
.share-con ul li a {
    display: block;
    height: 40px;
}
.hreg-txt {
    float: left;
    background: #ff0054 no-repeat 0 100%;
    padding: 10px 0 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 0 0 4px 4px;
}
.hreg-txt h3 {
    color: #fff;
    font: bold 12px/13px Verdana, Geneva, sans-serif;
}
.hreg-txt h4 {
    color: #f1de99;
    font: normal 10px/14px Verdana, Geneva, sans-serif;
}
.but-row1 {
    display: block;
    padding-top: 5px;
}
.btn {
    background: #ffc219;
    background: -moz-linear-gradient(top, #ffc219 0%, #ffec19 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffc219), color-stop(100%, #ffec19));
    background: -webkit-linear-gradient(top, #ffc219 0%, #ffec19 100%);
    background: -o-linear-gradient(top, #ffc219 0%, #ffec19 100%);
    background: -ms-linear-gradient(top, #ffc219 0%, #ffec19 100%);
    background: linear-gradient(to bottom, #ffc219 0%, #ffec19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc219', endColorstr='#ffec19', GradientType=0 );

    border: 1px solid #c28002;
}
.btn:hover {
    background: #949494;
    background: -moz-linear-gradient(top, #949494 0%, #bdbdbb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #949494), color-stop(100%, #bdbdbb));
    background: -webkit-linear-gradient(top, #949494 0%, #bdbdbb 100%);
    background: -o-linear-gradient(top, #949494 0%, #bdbdbb 100%);
    background: -ms-linear-gradient(top, #949494 0%, #bdbdbb 100%);
    background: linear-gradient(to bottom, #949494 0%, #bdbdbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#bdbdbb', GradientType=0 );

    border: 1px solid #414141;
}
.but-submit1 {
    /*background: url(../img/bg_but3.png) no-repeat 0 0;*/
    border-radius: 10px;
    width: 75px;
    height: 23px;
    text-align: center;
    font: normal 11px/23px Verdana, Geneva, sans-serif;
    color: #6A4A3C;
    display: inline-block;
}
.but-submit1:hover {
    background-position: 0 -23px;
    color: #000;
}
.click-here {
    display: block;
    width: 115px;
    height: 27px;
    text-align: left;
    font: normal 11px/27px Verdana, Geneva, sans-serif;
    color: #fff;
    background: url(../images/but_bg1.png) no-repeat 0 0;
    padding-left: 30px;
    position: absolute;
    top: 155px;
    left: 120px;
}
.click-here:hover {
    color: #000;
    background-position: 0 -27px;
}
.article-con {
    float: left;
    clear: right; /*width:250px;*/

    /*margin-right:5px;*/
}
.article-head {
    display: block;
    height: 44px;
    background: url(../img/theme/bg_head1.jpg) repeat-x 0 0;
    color: #fff;
    font: normal 14px/44px Calibri, sans-serif;
    text-transform: uppercase;
}
.article-head img {
    float: left;
    clear: right;
    margin-right: 5px;
}
.article-row {
    display: block;
    margin-top: 8px;
    border-bottom: 1px dotted #c8c6c6;
    background: url(../img/theme/arrow_1.png) no-repeat 5px 10px;
    padding-left: 30px;
    padding-bottom: 8px;
    color: #767474;
    font: italic normal 11px/15px Verdana, Geneva, sans-serif;
}
.article-row a {
    font: bold 14px/22px Calibri, sans-serif;    /*font-weight: bold;*/

    /*font-size: 14px/22px;*/

    /*font-family: "Calibri" sans-serif;*/
    color: #cd333f;
    text-decoration: none;
}
.article-row a:hover {
    color: #000;
    text-decoration: underline;
}
.article-row2 {
    display: block;
    margin-top: 8px;
    text-align: right;
}
.article-row2 a {
    color: #7e5411;
    font: bold 11px/18px Calibri, sans-serif;
    text-transform: uppercase;
}
.article-row2 a:hover {
    color: #000;
    text-decoration: underline;
}
.r-ads-con {
    float: left;
    clear: right;
    width: 100%;
}
.ban-r1 {
    float: left;
    width: 210px;
    margin-bottom: 10px;
}
.ban-r1 img {
    border: 5px solid #d3cece;
}
.ban-r2 {
    float: left;
    width: 210px;
    margin-bottom: 10px;
}
.article-head2 {
    display: block;
    height: 44px;
    background: url(../img/theme/bg_head1.jpg) repeat-x 0 0;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font: normal 14px/15px Calibri, sans-serif;
}
.article-head2 h5 {
    color: #fff;
    font: normal 18px/25px Calibri, sans-serif;
}
.bot-ban-con {
    width: 970px;
    float: left;
    background: url(../img/theme/bg_bot_r.png) no-repeat 100% 0;
    padding: 0 10px 10px;
}
.bot-ban-l {
    width: 10px;
    float: left;
    clear: right;
    background: url(../img/theme/bg_bot_l.png) no-repeat 0 0;
    height: 217px;
}

/* Added 20120827 .bot-ban-c{float:left; width:960px;background: url(../img/theme/bg_bot_c.png) repeat-x 0 0; height:217px;}**/
.bot-ban-c {
    float: left;
    margin-top: 15px;
    width: 210px;
}

/*. Added 20120827 ban-p1{ float:left; width:300px; padding-left:20px; padding-top:10px; font:normal 12px/15px Calibri;color:#fff; min-height:200px; position:relative;} */
.ban-p1 {
    background: url("../img/theme/bg_bot_c.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font: 12px/15px Calibri, sans-serif;
    margin-bottom: 5px;
    min-height: 50px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    width: 200px;
}
.ban-p1 h6 {
    color: #fff;
    font: italic normal 24px/35px Calibri, sans-serif;
    border-bottom: 1px dotted #91651e;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.ban-p1 h6.icn1 {
    padding-left: 50px;
    padding-top: 10px;
    background: url(../img/theme/icn_ban1.png) no-repeat 0 0;
}
.ban-p1 h6.icn2 {
    padding-left: 50px;
    padding-top: 10px;
    background: url(../img/theme/icn_ban2.png) no-repeat 0 0;
}
.ban-p1 h6.icn3 {
    padding-left: 40px;
    padding-top: 10px;
    background: url(../img/theme/icn_ban3.png) no-repeat 0 0;
}
.ban-p1 p {
    padding-bottom: 3px;
}
.ban-p1 span {
    color: #fff;
    font: normal 16px/20px Calibri, sans-serif;
}
.ban-p1 span b {
    font: normal 24px/24px Calibri, sans-serif;
    color: #fff;
}
.ban-p1 strong {
    color: #d6ab10;
    font: bold 14px/18px Calibri, sans-serif;
}
.ban-p1 strong {
    color: #d6ab10;
    font: bold 14px/18px Calibri, sans-serif;
}
.ban-p1 a {
    font: normal 12px/18px Calibri, sans-serif;
    color: #fff;
}
.ban-p1 a:hover {
    text-decoration: underline;
    color: #d6ab10;
}
.ban-p1 a:hover span {
    color: #d6ab10;
}
.ban-p1 b {
    font: normal 11px/14px Calibri, sans-serif;
    color: #d6ab10;
}
.ban-p1 ol {
    list-style-type: none;
    padding-left: 20px;
}
.ban-p1 ol li {
    display: block;
    padding-left: 15px;
    background: url(../img/theme/arrow_2.png) no-repeat 0 5px;
    height: 16px;
    margin-bottom: 1px;
}
.ban-p1 ol li a {
    color: #fff;
    font: normal 16px/18px Calibri, sans-serif;
}
.ban-p1 ol li a:hover {
    color: #d6ab10;
}
.more-row {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.more-row a {
    color: #ff9933;
    font: bold 11px/18px Calibri, sans-serif;
    text-transform: uppercase;
}
.more-row a:hover {
    text-decoration: underline;
    color: #ff9933;
}

/*------------------------------------> FOOTER <--------------------------------*/
#footer {
    width: 990px;
    float: left;
    padding: 0 0 0 10px;
}
.footer {
    float: left;
    width: 500px;
    text-align: left;
    padding-top: 4px;
}
.footer ol {
    display: block;
    list-style-type: none;
}
.footer li {
    display: inline;
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    color: #8e8e8e;
    margin-right: 5px;
}
.footer li a {
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
}
.footer li a:hover {
    color: #000;
    text-decoration: underline;
}
.copy {
    display: block;
    color: #462c03;
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    padding-top: 10px;
    padding-bottom: 3px;
}
.footer-r {
    float: left;
    width: 478px;
    text-align: right;
    color: #462c03;
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    padding-top: 7px;
}
.footer a,
.footer-r a {
    color: #462c03;
    font: normal 11px/17px Verdana, Geneva, sans-serif;
}
.footer a:hover,
.footer-r a:hover {
    color: #000;
    text-decoration: underline;
}

/*------------------------------------> INNER <--------------------------------*/
.in-right {
    float: left;
    clear: right;
    width: 220px;
    margin-left: 10px;
}
.in-left {
    float: left;
    clear: right;
    width: 720px;
    margin-right: 10px;
}
.in-srch-con {
    float: right;
/*    width: 210px;
    margin-bottom: 15px;
    margin-right: 5px;
    position: relative;*/
}
.in-srch-con .srch-con {
    margin-right: 0;
}
.back-row {
    text-align: right;
    height: 20px;
    margin-top: 35px;
    padding-right: 0px;
    float: right;
    clear: left;
    width: 100px;
}
.back {
    float: right;
    margin-bottom: 10px;
    background: url(../img/theme/icn_back.png) no-repeat 0 0;
    padding-left: 20px;
    width: 35px;
    font: normal 11px/15px Verdana, Geneva, sans-serif;
    color: #a6651b;
    text-align: left;
}
.top {
    float: right;
    margin-bottom: 10px;
    background: url(../img/theme/icn_top.png) no-repeat 0 0;
    padding-left: 20px;
    width: 35px;
    font: normal 11px/15px Verdana, Geneva, sans-serif;
    color: #a6651b;
    text-align: left;
}
.in-head {
    font: italic normal 11px/15px Verdana, Geneva, sans-serif;
    color: #727272;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
}
.in-head h2 {
    /*color: #6a4a3d !important;*/
    color: #cc333f !important;
    font: bold 17px/30px Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
    background: url(../img/theme/wc_sep.png) no-repeat 0 100%;
    margin-bottom: 5px;
}
/*.researches.index .in-head h2,
.articles.index .in-head h2 {
    color: #00F !important;
}*/
.in-head h2 span {
    color: #000;
}

.in-head h2 span.c {
    font-size: 14px;
}

.index {
    color: #727272;
}
.index ol {
    list-style-type: none;
}
.index ol.ulOne {
    list-style-type: none;
    margin: 10px 0 0 10px;
    float: left;
    width: 170px;
}
.index ol.ulOne a {
    font: bold 14px/22px Calibri, sans-serif;
    color: #cd333f;
    text-decoration: none;
}
.index ol.ulOne a:hover {
    color: #000;
    text-decoration: underline;
}
.index div.inner-ads {
    margin: 10px;
    text-align: center;
}
.article-form-row {
    text-align: right;
    padding: 0 0 10px;
    border: 1px solid #e1e1e1;
    border-width: 0 0 1px;
}
.flt-right {
    float: right;
    margin-left: 10px;
}
.article-input {
    width: 200px;
}
.article-form-row label {
    font: normal 12px/15px Verdana, Geneva, sans-serif;
    color: #000;
}
.but-go {
    background: url(../img/theme/but_go.png) no-repeat 0 0;
    width: 44px;
    height: 22px;
    text-align: center;
    font: bold 12px/29px Verdana, Geneva, sans-serif;
    color: #000;
    border: 0;
    cursor: pointer;
}
.but-go:hover {
    background-position: 0 -22px;
}
.article-irow {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1;
}
.article-irow2 {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1;
}
.article-irow3 {
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #bbbbbb;
}
.article-irow .c {
}
.article-irow a {
    font: bold 14px/22px Calibri, sans-serif;
    color: #000;
    text-decoration: underline;
}
.article-irow a:hover {
    color: #a6651b;
}
.article-irow b {
    font: italic normal 11px/17px Verdana, Geneva, sans-serif;
    color: #727272;
}
.article-irow p,
.article-irow3 p {
    color: #000;
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    padding: 1px 0;
}
.article-irow p a,
.article-irow3 p a {
    color: #CC333F;
    font: bold 11px/15px Verdana, Geneva, sans-serif;
    padding: 3px 0;
    text-decoration: none;
}
.article-irow p a:hover,
.article-irow3 p a:hover {
    color: #000;
    font: bold 11px/15px Verdana, Geneva, sans-serif;
    padding: 3px 0;
    text-decoration: underline;
}
.edit-row {
    text-align: right;
    height: 20px;
}
.edit-row a {
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    color: #a6651b;
    text-align: left;
    text-decoration: none;
}
.edit-row a:hover {
    color: #000;
}
.edit {
    display: inline-block;
    width: 45px;
    padding-left: 20px;
    background: url(../img/theme/icn_edit.png) no-repeat 0 0;
    padding-left: 20px;
    margin-right: 5px;
    height: 17px;
}
.delete {
    display: inline-block;
    width: 45px;
    padding-left: 20px;
    background: url(../img/theme/icn_delete.png) no-repeat 0 0;
    padding-left: 20px;
    margin-right: 5px;
    height: 17px;
}
.paging {
    text-align: right;
    height: 20px;
    margin-top: 10px;
    font: normal 11px/16px Verdana, Geneva, sans-serif;
    color: #727272;
}
.paging a {
    font: normal 11px/16px Verdana, Geneva, sans-serif;
    color: #000;
    display: inline-block;
}
.paging a:hover {
    text-decoration: underline;
    color: #a6651b;
}
.paging span {
    display: inline-block;
    margin-right: 3px;
}
.paging .current {
    color: #a6651b;
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #ccc;
    font-weight: bold;
}
.in-det {
    padding-left: 5px;
    display: block;
    padding-right: 15px;
}
.view {
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    color: #000;
    padding-bottom: 15px;
}

/*.view p{padding:5px 0}
.view .inner-txt{float:left; width:720px;}*/
.inner-txt p {
    padding: 5px 0;
}
.inner-txt ol,
.inner-txt ul {
    list-style-position: inside;
}
h2,
h3 {
    color: #000;
    font: bold 14px/20px Calibri, sans-serif;
    margin-top: 5px;
    padding-bottom: 5px;
}
.inner-txt h2 {
    border-bottom: 1px dotted #ccc;
    color: #0000FF;
}
h2 span.c {
    color: #0000FF;
}

/*.view .inner-txt h3{color:#7e5411; font:bold 14px/20px Calibri;margin-top:5px;}*/
.view .inner-txt img {
    margin: 0 auto;
    display: block;
}
.view .inner-txt table {
    margin: 0 auto;
    border-color: #bbb;
}
.view .inner-txt table td {
    padding: 3px;
}
.view a {
    font: normal 12px/17px Verdana, Geneva, sans-serif;
    color: #cc333f;
    text-decoration: none;
    text-decoration: none;
}
.view a:hover {
    text-decoration: underline;
    color: #000;
    text-decoration: underline;
}

/*.view .in-head{ margin-top:0;}*/
.author-det {
    font: normal 12px/17px Verdana, Geneva, sans-serif;
    color: #555;
    float: right;
    clear: left;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 200px;
    word-wrap: break-word;
}
.author-det p {
    font-size: 10px;
    padding: 0;
}
.author-det b a {
    font-weight: bold;
}
.author-det h4 {
    color: #000;
    font: bold 12px/20px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.articles .add_bookmark,
.articles .remove_bookmark {
    float: left;
    margin-right: 5px;
}
.in-head .add_bookmark,
.in-head .remove_bookmark {
    float: left;
    margin-right: 5px;
}
.issue-image {
    float: left;
    width: 210px;
    padding: 5px 0;
    text-align: left;
    margin-right: 10px;
}
.issue-content {
    float: left;
    width: 490px;
    padding: 5px 0;
    margin-left: 10px;
}
.issue-content .index .ulOne {
    margin: 0;
}
.issue-content .index .ulOne li {
    width: 155px;
    margin-right: 5px;
}
.olTwo {
    padding-left: 15px;
}
.olTwo li {
    float: left;
    width: 150px;
    padding: 5px;
    border: 0px solid #ccc;
    height: 185px;
    margin: 10px 15px 0 0;
    text-align: center;
}
.olTwo li a {
    font: normal 11px/16px Verdana, Geneva, sans-serif;
    color: #CC333F;
    text-decoration: none;
    font-weight: bold;
}
.olTwo li a:hover {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
.year-list {
    list-style-type: none;
}
.year-list li {
    float: left;
    width: 50px;
    height: 20px;
    margin: 1px 5px 0 0;
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #727272;
}
.year-list li a {
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #cc333f;
}
.year-list li a:hover {
    text-decoration: underline;
    color: #000;
}
.year-list li a.active {
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #000;
    text-decoration: underline;
}
.r-img {
    float: right;
    margin: 0 0 10px 10px;
}
.address-con {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.address-con dt {
    float: left;
    width: 80px;
    font: normal 11px/20px Verdana, Geneva, sans-serif;
    color: #727272;
}
.address-con dd {
    font: normal 11px/20px Verdana, Geneva, sans-serif;
    color: #000;
}
.address-con a {
    color: #A6651B;
    font: normal 11px/20px Verdana, Geneva, sans-serif;
    text-decoration: underline;
}
.address-con a:hover {
    text-decoration: underline;
    color: #000;
    text-decoration: underline;
}
.comment ol li {
    background: #e5e5e5 url(images/icn_cmt.png) no-repeat 0 0;
    padding: 5px;
    margin-top: 5px 0 0;
    display: block;
}
.comment ol.list li {
    border: 3px solid #fff;
}
.comment p {
    font: normal 11px/16px Verdana, Geneva, sans-serif;
    color: #727272;
    padding: 2px 0 0;
}
.comment .cmt-name span {
    color: #000;
    font-weight: bold;
}
.courses-list {
    float: left;
    width: 745px;
}
.courses-side-bar {
    float: left;
    width: 200px;
    margin: 20px 10px 0 0;
}
.banner > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display: none;
}
.index > ul {
    padding-top: 10px;
}
.show {
    display: inline;
}
.text-center {
    text-align: center
}

.courses-side-bar h3 {
    height: 30px;
    margin-bottom: 5px;
    background: url(../img/leftnav_head.png) no-repeat 0 0;
    padding-left: 10px;
    font: bold 12px/30px Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: left;
    margin-top: 0px;
    padding-bottom: 6px;
}
.courses-side-bar .courses-side-head {
    height: 30px;
    margin-bottom: 5px;
    /*background: url(../img/leftnav_head.png) no-repeat 0 0;*/
    background-color: #00A0B0;
    border-radius: 4px 4px 0 0;
    padding-left: 10px;
    font: bold 12px/30px Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: left;
    margin-top: 0px;
    /*padding-bottom: 6px;*/
}
.courses-side-bar .courses-side-head a {
    font: bold 12px/30px Verdana, Geneva, sans-serif;
    color: #fff;
}
.courses-side-bar ul {
    list-style-type: none;
    margin-bottom: 10px;
}
.courses-side-bar li {
    float: left;
    width: 200px;
    margin: 0 0 4px;
    height: 26px;
    position: relative;
}
.courses-side-bar li a {
    display: block;
    color: #000;
    font: normal 12px/26px Verdana, Geneva, sans-serif;
    background: #e5e5e5 url(../img/bg_courses_nav2.png) no-repeat 0 0;
    padding-left: 28px;
}
.courses-side-bar li a:hover {
    background: #e5e5e5 url(../img/bg_courses_nav1.png) no-repeat 0 0;
    color: #fff;
}
.courses-side-bar li a.active {
    background: #e5e5e5 url(../img/bg_courses_nav1.png) no-repeat 0 0;
    color: #fff;
}
.courses-side-bar .sep-hariz {
    margin-bottom: 100px;
}
.bg-num-l {
    display: block;
    height: 17px;
    padding-left: 6px;
    background: url(../img/bg_num_l.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
.bg-num-l span.c {
    float: left;
    height: 17px;
    padding-right: 10px;
    padding-left: 4px;
    background: url(../img/bg_num_r.png) no-repeat 100% 0;
    font: normal 11px/17px Verdana, Geneva, sans-serif;
    color: #000;
}
#pagetabs {
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #666;
    margin-bottom: 1em; /*margin between menu and rest of page*/
    overflow: hidden;
}
#pagetabs ul {
    margin: 0;
    padding: 10px 10px 0 0px;
    list-style: none;
}
#pagetabs li {
    display: inline;
    margin: 0;
    padding: 0;
}
#pagetabs a {
    float: left;
    background: url("../img/tab-right.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 6px;
    text-decoration: none;
}
#pagetabs a span {
    float: left;
    display: block;
    background: url("../img/tab-right.png") no-repeat right top;
    padding: 6px 15px 4px 6px;
    margin-right: 2px;
    color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pagetabs a span {
    float: none;
}

/* End IE5-Mac hack */
#pagetabs a:hover span {
}
#pagetabs a:hover {
    background-position: 0% -42px;
}
#pagetabs a:hover span {
    background-position: 100% -42px;
}
.article-irow a.almore {
    color: red;
}
.multi-tabs {
    display: block;
    background: url(../img/bg_tab_line.png) repeat-x 0 100%;
    height: 29px;
    margin-top: 30px;
}
.multi-tabs ul {
    list-style-type: none;
    padding-left: 10px;
}
.multi-tabs li {
    float: left;
    margin-right: 3px;
}
.multi-tabs li a {
    background: url(../img/bg_tab.png) no-repeat 100% -87px;
    float: left;
    padding-right: 10px;
}
.multi-tabs li a span {
    float: left;
    padding: 0 2px 0 12px;
    background: url(../img/bg_tab.png) no-repeat 0 -29px;
    cursor: pointer;
    font: bold 12px/29px Arial, Helvetica, sans-serif;
    color: #000;
}
.multi-tabs li a:hover {
    background: url(../img/bg_tab.png) no-repeat 100% -58px;
}
.multi-tabs li a:hover span {
    background: url(../img/bg_tab.png) no-repeat 0 0;
}
.multi-tabs li a.active {
    background: url(../img/bg_tab.png) no-repeat 100% -58px;
}
.multi-tabs li a.active span {
    background: url(../img/bg_tab.png) no-repeat 0 0;
}
.list-head {
    display: block;
    border: 1px solid #6e490e;
    border-bottom: none;
    /*background: url(../img/bg_list_head.png) no-repeat 100% 0;*/
    background-color: #00A0B0;
    border-radius: 4px 4px 0 0;
    height: 30px;
    padding-right: 10px;
    margin-top: 20px;
}
.list-head li {
    list-style-type: none;
}
.list-head-l {
    float: left;
    clear: right;
    width: 2%;
    /*background: url(../img/bg_list_head.png) no-repeat 0 0;*/
    height: 30px;
}
.list-head-c {
    float: left;
    clear: right;
    width: 98%;
    /*background: url(../img/bg_list_head.png) repeat-x 0 -30px;*/
    height: auto;
}
.list-head-c ol {
    list-style-type: none;
}
.list-head-c p {
    float: left;
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    margin-right: 1%;
}
.list-img {
    width: 7%;
    padding-left: 1%;
}
.list-title {
    width: 20%;
}
.list-des {
    width: 25%;
}
.list-date {
    width: 20%;
}
.list-book {
    width: 10%;
    text-align: center;
}
.list-view {
    width: 9%;
    text-align: center;
}
.list-title a {
    text-decoration: none;
    /*color: #A6651B;*/
    text-transform: uppercase;
}
.list-title a:hover {
    color: #000;
    text-decoration: underline;
}
.list-con-out {
    display: block;
    border: 1px solid #6e490e;
}
.list-con {
    display: block;
    /*padding: 5px;*/
}
.list-con li {
    display: block;
    min-height: 50px;
    /*float: left;*/
    /*width: 100%;*/
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #ffffE1;
    margin-bottom: 5px;
}
.list-con li > p {
    margin-left: 28%;
}
.list-con li > p:first-child {
    width: 26%;
    float: left;
    margin-left: 0;
}
.list-con p {
    line-height: 18px;
    font-weight: normal;
    color: #000;
}
.list-con .list-date {
    font-size: 11px;
}
.list-con .list-book,
.list-con .list-view {
    font-size: 11px;
}
.icn-bookmark-add {
    display: block;
    width: 18px;
    height: 18px;
    margin: 15px auto 0;
    background: url(../img/icn_bookmark.png) no-repeat 0 0;
}
.icn-bookmark-add:hover {
    background: url(../img/icn_bookmark.png) no-repeat 0 -18px;
}
.icn-bookmark-remove {
    display: block;
    width: 18px;
    height: 18px;
    margin: 20px auto 0;
    background: url(../img/icn_bookmark.png) no-repeat 0 -36px;
}
.add_bookmark {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icn_bookmark.png) no-repeat 0 0px;
    text-indent: -9999px;
    margin: 5px auto 0;
}
.remove_bookmark {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icn_bookmark.png) no-repeat 0 -36px;
    text-indent: -9999px;
    margin: 5px auto 0;
}
.pyads .courses-list {
    width: 745px;
    color: #000;
}
.list-ad-con,
.list-ad-con3 {
    list-style-type: none;
}
.list-ad-con li {
    float: left;
    width: 220px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #ffffE1;
    margin-top: 10px;
    margin-right: 15px;
    min-height: 110px;
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #686868;
}
.list-ad-con li a,
.list-ad-con3 li a {
    text-decoration: none;
    color: #086FC7;
    font-weight: bold;
    font-size: 11px;
}
.list-ad-con li a:hover,
.list-ad-con3 li a:hover {
    color: #000;
    text-decoration: underline;
}
.pyads-head {
    font-weight: bold;
    color: #C5001F;
    text-transform: uppercase;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
}
.list-ad-con2 {
    list-style-type: none;
}
.list-ad-con2 li {
    padding: 5px;
    border: 3px solid #ccc;
    background-color: #ffffE1;
    margin-top: 10px;
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #686868;
    text-align: left;
}
.list-ad-con2 li p {
    clear: both;
}
.list-ad-con2 li a {
    text-decoration: none;
    color: #086FC7;
    font-weight: bold;
    font-size: 11px;
}
.list-ad-con2 li a:hover {
    color: #000;
    text-decoration: underline;
}
.list-ad-con3 li {
    width: 220px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #ffffE1;
    margin: 10px auto 0;
    min-height: 110px;
    font: bold 11px/16px Verdana, Geneva, sans-serif;
    color: #686868;
}
.pyads .courses-list .list-ad-con2 {
    width: 450px;
    margin: 0 auto;
}
.content #header {
    float: none;
    margin: 0 auto;
}
#sub-header {
    padding-top: 10px;
}
#sub-header li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
#sub-header li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
#sub-header li a:hover {
    color: #7E5411;
    text-decoration: underline;
}
.top-page {
    clear: both;
    margin: 0 0 0 0;
    height: 18px;
    padding-left: 40px;
    float: right;
    display: block;
    margin-top: 8px;
    background: url(../img/icon_top.gif) no-repeat 20px 3px;
    padding-right: 30px;
}
.top-page a {
    color: #A6651B;
}
.top-page a:hover {
    color: #000;
    text-decoration: underline;
}
.social-share {
    width: 100px;
    float: right;
    list-style-type: none;
}
.social-share li img {
    width: 18px;
    height: 18px;
    float: left;
    text-align: center;
    display: inline;
    padding: 1px;
    margin: 1px;
}
.tit-red .c {
    font: bold 14px arial, sans-serif;
    color: #C5001F !important;
    text-transform: uppercase;
}
.tit-red p a {
    color: #086FC7;
    font: bold 11px/15px Verdana, Geneva, sans-serif;
    padding: 3px 0;
    text-decoration: none;
}
.tit-red p {
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #686868;
}
.article-irow p span.cl {
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #000;
}
.article-irow p .blu-tit {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #36C !important;
}

/* november 27 */
.rev-img img {
    max-width: 300px;
    max-height: 350px;
    float: right;
}
.testnote {
    margin: 0;
    padding: 0;
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #666;
    text-decoration: none;
    line-height: 18px;
    margin-top: 15px;
}
.testnote ul {
    margin: 0;
    padding: 0;
}
.testnote ul li {
    list-style: none;
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #666;
    text-decoration: none;
    line-height: 18px;
}
.more-inn {
    display: block;
    text-align: right;
    bottom: 0;
    right: 10px;
}
.more-inn a {
    color: #ff9933;
    font: bold 11px/18px Calibri, sans-serif;
}
.more-inn a:hover {
    text-decoration: underline;
    color: #ff9933;
}

/* paypal button*/
.paypal-btn {
    background: url(../img/paypal-btn.png) no-repeat;
    width: 117px;
    height: 26px;
    border: none;
    cursor: pointer;
}
.paypal-btn a {
    width: 117px;
    height: 26px;
    border: none;
    cursor: pointer;
    display: block;
}

/* viduthalai */
.monthlist {
    float: left;
    width: 200px;
    padding: 20px 0px 0 0px;
}
.monthlist ul {
    margin: 0;
    padding: 0;
}
.monthlist ul li {
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #A6651B;
    list-style: none;
}
.monthlist ul li a {
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #A6651B;
    padding: 3px 5px;
    list-style: none;
    margin-bottom: 5px;
    line-height: 30px;
}
.monthlist ul li a:hover {
    #ffffe1;
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #000;
    padding: 3px 5px;
    line-height: 30px;
    text-decoration: underline;
}
.in-left-second {
    float: left;
    clear: right;
    width: 500px;
    /*padding-left: 5px;*/
    margin-left: 10px;
}
.rev-img img {
    max-width: 300px;
    max-height: 350px;
    float: right;
}
.testnote {
    margin: 0;
    padding: 0;
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #666;
    text-decoration: none;
    line-height: 18px;
    margin-top: 15px;
    list-style: none;
}
.testnote ul {
    margin: 0;
    padding: 0;
}
.testnote ul li {
    list-style: none;
    font: bold 11px Verdana, Geneva, sans-serif;
    color: #666;
    text-decoration: none;
    line-height: 18px;
}
.more-inn {
    display: block;
    text-align: right;
    bottom: 0;
    right: 10px;
}
.more-inn a {
    color: #ff9933;
    font: bold 11px/18px Calibri, sans-serif;
}
.more-inn a:hover {
    text-decoration: underline;
    color: #ff9933;
}

/* py adds right side panel*/
.pyad-rightside {
    float: right;
    width: 218px;
    min-height: 500px;
    background-color: #E0E0E0;
    margin-right: 0px;
}
.pyad-rightside .item-wrap {
    background: #fff;
    margin: 0 auto;
    width: 185px;
    margin-top: 10px;
    border: 2px #666 solid;
}
.pyad-rightside .item-wrap img {
    float: left;
    max-width: 40px;
    margin: 5px;
}
.pyad-rightside .item-wrap ol li {
    list-style: none;
    text-align: right;
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #A6651B;
    text-decoration: none;
    padding: 3px;
}
.pyad-rightside .item-wrap ol li a {
    list-style: none;
    text-align: right;
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #A6651B;
    text-decoration: none;
}
.pyad-rightside .item-wrap ol li a:hover {
    color: #000;
    text-decoration: underline;
}
.pyad-rightside .item-wrap .click {
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #666;
    padding: 10px 0px;
}
.pyad-rightside .item-wrap b {
    color: #C5001F;
    font: bold 12px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: left;
}
.pyad-rightside .item-wrap b a {
    color: #C5001F;
    font: bold 12px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}
.pyad-rightside .item-wrap b a:hover {
    color: #999;
}
.blue-font14 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #086FC7;
    text-transform: uppercase;
    margin-top: 10px;
}
.blue-font13 {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #086FC7;
    margin-top: 10px;
}
.pyad-rightside .aditems {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.pyad-rightside .aditems ul {
    margin: 0;
    padding: 0;
    width: 200px;
    padding-left: 10px;
}
.pyad-rightside .aditems ul li {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000;
    list-style: none;
    float: left;
    width: 80px;
    text-decoration: none;
    margin-left: 10px;
}
.pyad-rightside .aditems ul li a {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000;
    background: #efdd85;
    padding: 3px 3px;
    border: 1px #000 solid;
    list-style: none;
    float: left;
    width: 80px;
    text-decoration: none;
    margin-bottom: 10px;
}
.pyad-rightside .aditems ul li a:hover {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    background: #C00;
    padding: 3px 3px;
    border: 1px #000 solid;
}
.pyad-rightside .aditems ul li a.select {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    background: #C00;
    padding: 3px 3px;
    border: 1px #000 solid;
}
.editablePages h4 span {
    color: #086FC7;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
    text-transform: capitalize;
}

/* november 29*/
.contalign {
    clear: both;
}
.contalign dl.list dd {
    width: 100%;
}
.sep-cont {
    border-top: 1px #C0C0C0 dashed;
    width: 300px;
    margin: 0 auto;
    background: #000;
}
.admin-sidetwo h2 {
    color: #CC333F !important;
    font: bold 17px/30px Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
    background: url(../img/theme/wc_sep.png) no-repeat 0 100%;
    margin-bottom: 5px;
}
.contact-alig p span {
    font: bold 12px Verdana, Geneva, sans-serif;
    color: #676767;
    padding-right: 10px;
}
.contact-alig p em {
    font-weight: bold;
}
.pyads-link {
    color: #C5001F;
    padding: 5px;
    text-align: center;
}
.pyads-link a {
    color: #C5001F;
    font-weight: bold;
}
.overylay-display {
    background: #FFFFFF none repeat scroll 0 0;
    float: left;
    left: 0px;
    position: absolute;
    top: 35px;
    z-index: 1;
}
.homepage-info {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: none;
    padding: 5px;
    position: absolute;
    width: 527px;
    margin: 2px 107px;
    z-index: 5;
    text-align: left;
    margin: 0px auto;
}
.homepage-info p {
    padding-bottom: 10px;
}
.blu-tit strong span {
    color: #727272;
}
.contact-alig p {
    padding-top: 10px;
}

.events .list-head-c p {
    margin-right: 0;
}
.events .list-con {
    padding: 5px;
}
.events .list-con li {
    clear: left;
}
.events .list-con li > p {
    margin-left: 0;
}
.events .list-con li .list-img {
    width: 15%;
    float: left;
}
.events .list-con li .list-title {
    width: 30%;
    float: left;
}
.events .list-con li .list-date {
    width: 20%;
    float: left;
}
.events .list-con li .list-book {
    width: 14%;
    text-align: center;
    float: left;
}
.events li .list-loc {
    width: 20%;
    float: left;
}
.events .list-con-out .list-loc {
    font-size: 11px;
}
.events .list-head-c .list-img {
    width: 15%;
}
.events .list-head-c .list-title {
    width: 30%;
}
.events-bookmark .list-img {
    width: 10%;
    float: left;
}
.events-bookmark .list-title {
    width: 55%;
    float: left;
}
.events-bookmark .list-date {
    width: 20%;
    float: left;
}
.events-bookmark .list-book {
    width: 10%;
    text-align: center;
    float: left;
}
.events-bookmark .list-head-c .list-img {
    width: 8%;
}
.myevent-list .list-img {
    width: 10%;
    float: left;
}
.myevent-list .list-title {
    width: 30%;
    float: left;
}
.myevent-list .list-des {
    width: 30%;
    float: left;
}
.myevent-list .list-view {
    width: 10%;
    text-align: center;
    float: left;
}
.myevent-list .list-link {
    width: 14%;
    text-align: center;
    float: left;
}
.myevent-list .list-head-c .list-img {
    width: 8%;
}
.myevent-list .list-head-c .list-des {
    width: 29%;
}
.myevent-list .view,
.myevent-list .renew {
    float: right;
    padding-left: 20px;
    width: 50px;
}

/* added on 2011-05-05 */
.myevent-list-new .list-img {
    width: 10%;
    float: left;
}
.myevent-list-new .list-title {
    width: 22%;
    float: left;
}
.myevent-list-new .list-des {
    width: 22%;
    float: left;
}
.myevent-list-new .list-exp {
    width: 20%;
    float: left;
}
.myevent-list-new .list-view {
    width: 13%;
    text-align: center;
    float: left;
}
.myevent-list-new .list-link {
    width: 10%;
    text-align: center;
    float: left;
}
.myevent-list-new .list-head-c .list-img {
    width: 8%;
}
.myevent-list-new .list-head-c .list-des {
    width: 21%;
}
.myevent-list-new .list-head-c .list-exp {
    width: 19%;
}
.myevent-list-new .view,
.myevent-list .renew {
    float: right;
    padding-left: 20px;
    width: 50px;
}

/* end of addition */
.course .list-title {
    width: 67%;
    float: left;
    padding-left: 2%;
}
.course .list-date {
    width: 20%;
    float: left;
}
.course .list-book {
    width: 10%;
    text-align: center;
    float: left;
}
.course .list-head-c p {
    margin-right: 0;
}
.articles table,
.courses table {
    border-color: #ccc;
    margin: 0 auto;
}
.articles table td,
.courses table td {
    padding: 3px;
}
.liks-head .c {
    font: bold 12px/20px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}
.liks-link a {
    font: normal 12px/20px Verdana, Geneva, sans-serif !important;
}
.liks-txt {
    font: normal 12px/18px Verdana, Geneva, sans-serif;
}
.advertiser-list {
    float: left;
}
.advertiser-list .article-irow {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rev-img {
    float: right;
    margin-left: 10px;
}
.fltLetf {
    float: left;
}
.courses-list .fltLetf {
    width: 510px;
}
.social-share li {
    float: left;
    margin-right: 2px;
}
.paypal-but {
    border: 0;
    width: 95%;
    margin: 15px auto 5px;
}
.paypal-but dt,
.paypal-but dd {
    float: left;
    width: 49%;
    text-align: left;
}
.paypal-but dt {
    padding-top: 8px;
}
.but-paypal {
    background: url(../img/x-click-but6.gif) no-repeat 0 0;
    width: 150px;
    height: 52px;
    border: 0;
    cursor: pointer;
}
.red-back-select {
    background-color: #D50C2B;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px;
    width: 150px;
}
.event-description p {
    padding: 5px;
}
.pyads-view-details {
    width: 250px;
}
input.upper-words {
    text-transform: uppercase;
}
.events {
    position: relative;
}

/* .events .back-row{ position:absolute; top:0; right:0;} */
.editablePages p {
    padding-top: 10px;
}
.do-payment-charge {
    font-size: 12px;
}
.do-payment-charge dt {
    float: left;
    padding: 5px 0;
    margin-right: 5px;
    width: 100px;
    color: #727272;
}
.do-payment-charge dd {
    color: #000;
    font-weight: bold;
    padding: 5px 0;
}
.overlay-cen {
    padding-top: 5px;
}
.overlay-cen ol,
.admin-links,
#sub-header ul {
    list-style-type: none;
}
.course-description ul,
.event-description ul,
.advertiser-description ul,
.advertiser-description ul {
    list-style-position: inside;
    padding-left: 20px;
}
.searches .courses-side-bar {
    margin-right: 15px;
}
.current-country {
    color: #7E5411;
    float: left;    /*width:90px;*/
    text-align: center;
    background-color: #EEEEEE;    /*margin-left:5px;*/
    margin: 8px 5px;
    padding: 0 5px 5px 5px;
    font-size: 80%;
}
.current-country img {
    width: 34px;
    height: 22px;
}
.multiple-select {
    width: 300px !important;
    height: 250px !important;
}
.admin-menu li {
    background: transparent url(../img/theme/menu_sep.png) no-repeat scroll 100% 4px;
    display: inline;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 6px;
}
.border-right {
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
}
.overlay-bookmark {
    display: inline;
    margin-right: 6px;
}
.overlay-bookmark .remove_bookmark,
.overlay-bookmark .add_bookmark,
.overlay-bookmark .icn-bookmark-remove {
    display: inline-block;
}
.overlay-cen .article-irow3 {
    text-align: left;
}
.in-left {
    position: relative;
}
.in-left .homepageOverlays {
    margin: 0px 0 0 -14px
}

/* added on 2011-05-05 for products(advertisers) 
.advertisers .list-head-c .list-img { width:14%; }
.advertisers .list-head-c .list-title { width:40%; }
.advertisers .list-head-c .list-loc { width:24%; }
.advertisers .list-loc { float:left; width:25%; }
.advertisers .list-img { width:15%; float:left; }
.advertisers .list-title { float:left; width:40%; }
.advertisers .list-book { float:left; text-align:center; width:14%; }*/
.myadvertisers-list .list-img {
    width: 10%;
    float: left;
}
.myadvertisers-list .list-title {
    width: 25%;
    float: left;
}
.myadvertisers-list .list-date {
    width: 19%;
    float: left;
}
.myadvertisers-list .list-exp {
    width: 21%;
    float: left;
}
.myadvertisers-list .list-view {
    width: 13%;
    text-align: center;
    float: left;
}
.myadvertisers-list .list-link {
    width: 10%;
    text-align: center;
    float: left;
}
.myadvertisers-list .list-head-c .list-img {
    width: 8%;
}
.myadvertisers-list .list-head-c .list-date {
    width: 18%;
}
.myadvertisers-list .list-head-c .list-exp {
    width: 20%;
}
.myadvertisers-list .view,
.myevent-list .renew {
    float: right;
    padding-left: 20px;
    width: 50px;
}
.mycourses-list .list-img {
    width: 10%;
    float: left;
}
.mycourses-list .list-title {
    width: 22%;
    float: left;
}
.mycourses-list .list-des {
    width: 22%;
    float: left;
}
.mycourses-list .list-exp {
    width: 20%;
    float: left;
}
.mycourses-list .list-head-c .list-exp {
    width: 20%;
}
.mycourses-list .list-view {
    width: 10%;
    text-align: center;
    float: left;
}
.mycourses-list .list-link {
    width: 14%;
    text-align: center;
    float: left;
}
.mycourses-list .list-head-c .list-img {
    width: 8%;
}
.mycourses-list .list-head-c .list-des {
    width: 21%;
}
.mycourses-list .view,
.myevent-list .renew {
    float: right;
    padding-left: 20px;
    width: 50px;
}
.therapists .list-head-c p {
    margin-right: 0;
}
.therapists .list-img {
    width: 15%;
    float: left;
}
.therapists .list-title {
    width: 40%;
    float: left;
}
.therapists .list-book {
    width: 14%;
    text-align: center;
    float: left;
}
.therapists .list-loc {
    width: 25%;
    float: left;
}
.therapists .list-con-out .list-loc {
    font-size: 11px;
}
.therapists .list-head-c .list-img {
    width: 14%;
}
.therapists .list-head-c .list-title {
    width: 41%;
}
.my-therapists-list .list-img {
    width: 10%;
    float: left;
}
.my-therapists-list .list-title {
    width: 22%;
    float: left;
}
.my-therapists-list .list-des {
    width: 22%;
    float: left;
}
.my-therapists-list .list-exp {
    width: 21%;
    float: left;
}
.my-therapists-list .list-view {
    width: 10%;
    text-align: center;
    float: left;
}
.my-therapists-list .list-link {
    width: 14%;
    text-align: center;
    float: left;
}
.my-therapists-list .list-head-c .list-img {
    width: 8%;
}
.my-therapists-list .list-head-c .list-des {
    width: 21%;
}
.my-therapists-list  .list-head-c .list-exp {
    width: 20%;
}
.my-therapists-list .view,
.myevent-list .renew {
    float: right;
    padding-left: 20px;
    width: 50px;
}

/* end of changes */

/* 01 Apr 2011 */
.bottom_links {
    margin-top: 10px;
    line-height: 30px;
}
.message_options {
    float: right;
}
.message_options a {
    background: #fff url(../img/bg_but.png) repeat-x 0 100%;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 5px;
    border: 1px solid #dab638;
    margin: 0px 0px 0px 5px;
    width: auto;
    height: 27px;
}
.message_options a:hover {
    text-decoration: none;
}
.message_button {
    background: #fff url(../img/bg_but.png) repeat-x 0 100%;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 5px;
    border: 1px solid #dab638;
    margin: 0px 0px 0px 5px;
    width: auto;
    height: 27px;
    vertical-align: middle;
}
.messages-home .list-head-c p {
    margin-left: 0;
}
.messages-home .list-subject {
    width: 25%;
    float: left;
    margin-left: 5px;
}
.messages-home .list-from {
    width: 15%;
    float: left;
}
.messages-home .list-date {
    width: 20%;
    float: left;
}
.messages-home .list-book {
    width: 14%;
    text-align: center;
    float: left;
}
.messages-home .list-loc {
    width: 20%;
    float: left;
}
.messages-home .list-con-out .list-loc {
    font-size: 11px;
}
.messages-home .list-head-c .list-img {
    width: 15%;
}
.messages-home .list-head-c .list-title {
    width: 31%;
}
.messages .list-head-c p {
    margin-right: 0;
}
.messages .list-img {
    width: 15%;
    float: left;
}
.messages .list-subject {
    width: 20%;
    float: left;
}
.messages .list-from {
    width: 15%;
    float: left;
}
.messages .list-date {
    width: 15%;
    float: left;
}
.messages .list-book {
    width: 14%;
    text-align: center;
    float: left;
}
.messages .list-loc {
    width: 20%;
    float: left;
}
.messages .list-con-out .list-loc {
    font-size: 11px;
}
.messages .list-head-c .list-img {
    width: 14%;
}
.messages .list-head-c .list-title {
    width: 31%;
}
.message-mymessages .list-head-c p {
    margin-right: 0px;
}
.message-mymessages .list-img {
    width: 10%;
    float: left;
}
.message-mymessages .list-subject {
    float: left;
    width: 23%;
}
.message-mymessages .list-from {
    float: left;
    width: 15%;
}
.message-mymessages .list-date {
    float: left;
    width: 18%;
}
.message-mymessages .list-loc {
    float: left;
    width: 15%;
}
.message-mymessages .list-views {
    float: left;
    width: 14%;
    text-align: center;
}
.message-mymessages .list-book {
    width: 12%;
    text-align: center;
    float: left;
}
.message-mymessages .list-head-c .list-img {
    width: 10%;
}
.message-mymessages .list-head-c .list-book {
    width: 9%;
}
.messages-bookmark .list-head-c p {
    margin-right: 0px;
}
.messages-bookmark .list-img {
    width: 10%;
    float: left;
}
.messages-bookmark .list-subject {
    width: 25%;
    float: left;
}
.messages-bookmark .list-from {
    width: 20%;
    float: left;
}
.messages-bookmark .list-date {
    width: 15%;
    float: left;
}
.messages-bookmark .list-loc {
    float: left;
    width: 15%;
}
.messages-bookmark .list-book {
    width: 10%;
    text-align: center;
    float: left;
}
.messages-bookmark .list-head-c .list-img {
    width: 10%;
}
.messages-add {
    float: right;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 82px;
}
.with_share_link {
    position: relative;
}
.messages-add span a img {
    height: 24px;
    width: 24px;
}
.blocked-users .list-head-c p {
    margin-right: 0px;
}
.blocked-users .list-nickname {
    width: 38%;
    margin-left: 5px;
    float: left;
}
.blocked-users .list-loc {
    width: 20%;
    float: left;
}
.blocked-users .list-date {
    width: 20%;
    float: left;
}
.blocked-users .list-unblock {
    width: 20%;
    float: left;
    text-align: center;
}
.multi-tabs li a.newmessage {
    background: url('../img/bg_list_head.png') no-repeat top right;
}
.multi-tabs li a.newmessage span {
    color: white;
    background: url('../img/bg_list_head.png') no-repeat top left;
}

/* ----------- */

/******************* Messages *************************/

.message-index .list-from {
    width: 110px;
}
.message-index .list-date {
    width: 80px;
}
.message-index .list-views {
    width: 64px;
}
.message-index .list-loc {
    width: 74px;
}

/******************** Additional *************************/

/*Pyad*/

/*.list_py{
       width:100%;
       color:#000;
}

.list_py th, .list_py td{
       padding-left:5px;
}
.list_py th{
       color:#fff;
       padding-top:7px;
}

 .list_py .title{
       width:60%;
}
.list_py .loc{
       width:30%;
}

.list_py .book-mark{
       width:50px;
}

 .list_py .loc, .list_py .title{
       text-align:left;
 }
 
.pyad .courses-side-bar .sep-hariz{
       margin-bottom:30px;
 }*/

.pyads .list-con {
    padding: 5px;
}
.pyads .list-con li > p {
    margin: 0;
}
.pyads .list-con li > p:first-child {
    width: 15%;
}
.pyads .list-head-c p {
    margin-right: 0;
}
.py-ads .list-title,
.py-ads .list-loc,
.py-ads .list-book,
.py-ads .list-view,
.py-ads .list-link,
.py-ads .list-img {
    display: inline-block;
}
.pyads .py-ads .list-img {
    width: 15%;
    float: left;
}
.pyads .py-ads .list-loc {
    width: 25%;
    float: left;
}
.pyads .py-ads .list-title {
    width: 35%;
    float: left;
    padding-left: 5px;
}
.pyads .py-ads .list-book {
    width: 15%;
    float: right;
}
.pyads .py-ads .list-view,
.pyads .py-ads .list-edit {
    width: 12%;
    float: left;
}

/* view pyads */
.pyads dl.list dt {
    width: 10em;
}
.pyad .courses-side-bar .sep-hariz {
    margin-bottom: 30px;
}
.view_ad_box {
    padding-left: 0;
    width: 220px;
}
.float-left {
    float: left;
}

/* for preview pyads.*/
#preview {
    width: 230px;
    margin-left: 191px;
}
.multi-tabs li a.highlighted {
    background: url("../img/bg_tab_highlighted.png") no-repeat scroll 100% -87px transparent;
}
.multi-tabs li a.highlighted span {
    background: url("../img/bg_tab_highlighted.png") no-repeat scroll 0 -29px transparent;
}
.multi-tabs li a.highlighted:hover {
    background: url(../img/bg_tab.png) no-repeat 100% -58px;
}
.multi-tabs li a.highlighted:hover span {
    background: url(../img/bg_tab.png) no-repeat 0 0;
}

/****************** Search Buttons. **********************/
#search_tag {
    background: #ff0054;
    display: block;
    padding: 5px 0px 10px;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#search_tag .but-submit {
    /*background: #FEF5EE; /*#FFEEE0;*/
    /*background: url('../img/bg_buttton.png') top center;*/
    border-radius: 10px;
    padding: 3px 21px;
    display: inline-block;
    color: #6A4A3C;
}
#search_tag .but-submit:hover {
    /*background: url('../img/bg_buttton.png') bottom center;*/
    color: #414141;
}
.hreg-issue {
    float: left;
}
.home-right-ads .article-head2 {
    margin-bottom: 0;
}
.home-right-ads .ban-r1,
.home-right-ads .ban-r2 {
    margin: 5px 0 0 0;
}
.home-right-ads .ban-l1 {
    margin-bottom: 0;
}

/* over write the existing jquery ui css 20121025*/
#subject_list {
    padding: 1em;
}
sup {
    font-size: 75%;
    vertical-align: super;
}
#accordion a.acc-select {
    background-color: #AC6CC5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.notFoundMessage {
    border: 1px solid #FF6600;
    background: url("../img/icon-warning.png") no-repeat scroll left top #FFFFEE;
    float: left;
    padding: 20px 50px 10px;
    top: 0;
    width: 86.5%;
}
sub,
sup {
    font-size: smaller;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}

/* Vishal Deep 2015-04-05 23:51 */
.clear {
    clear: both;
}
.section-header {
    height: 44px;
    line-height: 44px;
    font-size: 120%;
    background: #ff0054 url(../img/theme/section-header-img.png) no-repeat top left;
    padding-left: 34px;
    color: #ffffff;
}

.section-header-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    /*padding-top: 4px;*/
}

img.current-issue {
    width: 220px;
    height: auto;
}
.view-image-container img {
    max-width: 275px;
    height: auto;
}

.subject_list_col a.storyboard-links {
    color: #CC333F;
}
.subject_list_col a.storyboard-links:hover {
    color: #444;
}

.article-search .list-con li > p {
    margin-left: 0;
}

/* Vishal Deep 2017-03-22 */
.editablePages ul {
    padding-left: 20px;
}

/* Cookie consent */
#cookie-consent {
    font-size: 16px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #EDEDED;
}
  
#cookie-consent .close-cookie-consent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: right;
    height: 32px;
    width: 32px;
    background-color: black;
    color: white;
    cursor: pointer;
}