/************RESET STYLES**************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 1px solid #000000;
}
/**********************************************************/
/****************** CONSTANTS *****************************/
/**********************************************************/
/****************** STYLES ********************************/
a {
    color: #ffffff;
}
a:hover {
    color: #ffff99;
}
body.specialistprofile {
    background: #246498 url('../images/bg_plain_edge_repeat.png') repeat !important;
}
body.plain {
    /*background: #246498 !important;*/
    /*background: transparent !important;*/
    /*background:  #246498 url('../images/bg_map_bigger.png') center top no-repeat fixed;*/
    background:  #246498 url('../images/BackgroundMapBigger2.png') center top no-repeat fixed;
}

body {
    /*background: #246498 url('../images/body_bg.png') repeat-x;*/
    margin: 0px;
    font-family: 'Arial', sans-serif;
    color: white;
    background: #D1D6DA;
}
body *::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
    /*background-color: #246498;*/
    background-color: #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
body *::-webkit-scrollbar-thumb {
    min-height: 0.8em;
    min-width: 0.8em;
    -webkit-border-radius: 4px;
    background-color: #246498;
    /*background-color: #ddd;*/
}
body *::-webkit-scrollbar-thumb:hover {
    background-color: #42A6CB;
    /*background-color: #bbb;*/
}
body *::-webkit-scrollbar-thumb:active {
    background-color: #0066cc;
    /*background-color: #888;*/
}
/* touch these you will regret it, they make things sexier <3 MK */
*:link,
*:visited,
*:hover,
*:active,
*:focus {
    -webkit-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
    -moz-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
    transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
}
/* to make alt text on images smaller to prevent styling problems with asynch image loading*/
img{
    font-size: 8px;
}
.top {
    padding-top: 45px;
}
.padded_top {
    margin-top: 100px;
}
#copyright{
    margin: 10px 0;

}
.solidwhitebg {
    background: #FFFFFF !important;
    color: #333;
}
.new .solidwhitebg hr{
    border-bottom: 1px dashed #003366;
}
.white_bg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.15);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.white_bg_opaque {
    /* Fallback for web browsers that doesn't support RGBa */

    background: rgb(255, 255, 255) transparent;
    /*RGBa with 0.6 opacity */

    background: rgba(255, 255, 255, .25);
    /*For IE 5.5 - 7*/

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    /*For IE 8*/

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);

    /*background: #FFFFFF;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    /*color: #*/
}
.white_bg_solid{
    background: #fff !important;
}

.blue_bg {
    /* Fallback for web browsers that doesn't support RGBa */

    background: rgb(56, 117, 164) transparent;
    /* RGBa with 0.6 opacity */

    background: rgba(56, 117, 164, 0.25);
    /* For IE 5.5 - 7*/

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#263875A4, endColorstr=#263875A4);
    /* For IE 8*/

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#263875A4, endColorstr=#263875A4);
}
.blue_bg2 {
    /* Fallback for web browsers that doesn't support RGBa */

    background: rgb(56, 117, 164) transparent;
    /* RGBa with 0.6 opacity */

    background: rgba(56, 117, 164, 0.75);
    /* For IE 5.5 - 7*/

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa3875A4, endColorstr=#aa3875A4);
    /* For IE 8*/

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa3875A4, endColorstr=#aa3875A4);
}
.blue_bg3 {
    background: #4d8fc2 !important;
}
.floating_banner {
    height: 0px;
    position:fixed;
    padding: 10px 0;
    text-align:center;
    width:100%;
    left: 0px;
    top: -40px;
    z-index:1000;
}

.red_floating_banner{
    text-shadow: #5A2216 0px 1px 0px;

    background: -moz-linear-gradient(top, rgba(205,80,55,0.92) 0%, rgba(205,80,55,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,80,55,0.92)), color-stop(100%,rgba(205,80,55,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(205,80,55,0.92) 0%,rgba(205,80,55,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(205,80,55,0.92) 0%,rgba(205,80,55,0.8) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(205,80,55,0.92) 0%,rgba(205,80,55,0.8) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcd5037', endColorstr='#cccd5037',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(205,80,55,0.92) 0%,rgba(205,80,55,0.8) 100%); /* W3C */
}


/* DO NOT TOUCH THIS */
.rounded {
    background: #3875A4;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;

    padding: .2em .5em;
    margin: .3em;
}
/* DO NOT TOUCH THIS */

.error_msg {
    font-size: 0.85em;
    line-height:32px;
    color: #ff6600;
    font-weight: normal;
    /*text-shadow: #000 1px 1px 1px !important;*/
    background: #fff;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}
.centered {
    text-align: center !important;
}
.password_failed {
    padding-top: 5px;
    line-height: 120%;
    font-size: 0.9em;
}
.legal_list {
    margin-left: 40px;
}
.legal_list li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shadowtext {
    text-shadow: #333 0px 1px 0px !important;
}
.content {
    overflow: hidden;
    padding: 20px 15px;
    width: 1008px;
    background: rgb(92, 132, 171);
}
.p_bigger {
    font-size: .9em !important;
}
.search_result_c1 {
    color: #42a6cb;
    margin-top: 0px;
}
.search_result_c1 > p {
    font-size: 0.9em;
    font-weight: normal;
    text-shadow: #fff 0px 0px 0px !important;
    line-height: 200%;
}
.search_result_c2 > p {
    line-height: 160%;
}
.search_result_c3 > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search_result_c3 {
    margin: 6px 0 2px 3px !important;
    float: left;
    display: inline;
    color: #42a6cb;
    width: 82px;
    height: 32px;
    position: relative;
}
.search_result_c3:hover {
    color: #42a6cb;
}

.search_result_c3 > p, .search_result_c3 > img {
    float: left;
    display: inline;
    font-size: 10.5px;
    font-weight: normal;
    text-shadow: #fff 0px 0px 0px !important;
    line-height: 150%;
}
.search_result_c3 > img {
    margin: 0 6px 0 -3px;
}


ul.specialists_with_thumbnails {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
ul.specialists_with_thumbnails > li {
    clear: both;
}
ul.specialists_with_thumbnails > li > img {
    float: left;
    padding: 0px 7px 10px 0;
}
ul.specialists_with_thumbnails > li > div > p {
    margin: 0px;
    font-size: .8em;
    line-height: 1.5em;
}
ul.specialists_with_thumbnails > li > div > p.smaller {
    font-size: .7em;
}
.counter {
    color: #dcdcdc;
    font-size: 0.8em;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold !important;
}
.rightformatted {
    text-align: right;
    float: right;
}
input[type=button]{
    cursor: pointer;
}
form input[type=text], form input[type=password] {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 4px 8px;
    color: #888;
}
/*#login_form input[type=text], #login_form input[type=password] {
    width: 90px;
}*/
/*#login_form > input[type=submit] {
    width:77px !important;
    height:30px;
    background-image: url(../images/signin.png);
    background-position: bottom center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
#login_form > input[type=submit]:hover{
    background-position: top center;
}*/
input.backBlueButton, a.backBlueButton{
    width:96px;
    height:28px;
    background-image: url(../images/backButton.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    background-position: top center;
}
input.backBlueButton:hover, a.backBlueButton:hover{
    background-position: bottom center;
}
input.bookthisspecialist, input.requestappt{
    width:152px !important;
    height:47px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    background-position: top center;
}
input.bookthisspecialist{
    background-image: url(../images/Bookthisspecialist.png) !important;
}
input.requestappt{
    background-image: url(../images/requestappointment.png) !important;
}
input.bookthisspecialist:hover, input.requestappt:hover{
    background-position: bottom center !important;
}
input#addtofavorites{
    width:152px;
    height:36px;
    background-image: url(../images/Addtomyspecialists.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    background-position: top center;
}
input#addtofavorites:hover{
    background-position: bottom center;
}

input#recommend{
    width:152px;
    height:36px;
    background-image: url(../images/Approvethisspecialist.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    background-position: top center;
}
input#recommend:hover{
    background-position: bottom center;
}

input#loginasspecialist{
    width:180px;float:left;
    height:29px;
    background-image: url(../images/loginasthisspecialist.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    background-position: top center;
}
input#loginasspecialist:hover{
    background-position: bottom center;
}
a#rawinfo{
    display:block;
    float:left;
    text-decoration: none;
    margin-left: 10px;
    width:73px;
    height:29px;
    background-image: url(../images/rawinfo.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    background-position: top center;
}
a#rawinfo:hover{
    background-position: bottom center;
}

input[type=submit].submitMagnify{
    /*width:33px !important;*/
    width:33px;
    height:30px !important;
    padding: 0;
    margin: 0 0 0 -32px !important;
    float:left;
    background-image: url(../images/searchbutton.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 0 !important;
    background-position: top center;
}
/*input[type=submit].submitMagnify:hover{*/
/*background-position: bottom center;*/
/*}*/
.askbutton{
    float:right !important;
    padding-bottom:0px !important;
    background: url(../images/askbutton.png) !important;
    background-position: top center;
    width:72px;
    height:22px;
    border-style:none !important;
    cursor:pointer;
}
.askbutton:hover{
    background-position: bottom center !important;
}
.submitbutton{
    float:right !important;
    padding-bottom:0px !important;
    background: url(../images/submitbutton.png) !important;
    background-position: top center;
    width:75px;
    height:30px;
    border-style:none !important;
    cursor:pointer;
}
.submitbutton:hover{
    background-position: bottom center !important;
}
.canyouhelpbutton{
    float:right !important;
    padding-bottom:0px !important;
    margin: 0 !important;
    background: url(../images/Canyouhelpme.png) !important;
    background-position: top center;
    width:142px;
    height:30px;
    border-style:none !important;
    cursor:pointer;
}
.canyouhelpbutton:hover{
    background-position: bottom center !important;
}

.inherit_link {
    color: inherit;
}

#search_form > input[type=text], #search_form > input[type=password] {
    width: 530px;
    /*margin-top: -15px;*/
}
#search_form > div.search_input {
    float: left;
}
#search_form > div.search_input input[type=text]:focus {
    color: #000000;
}
#search_form > div.search_label {
    /*padding-top: 3px;*/
    float: left;
    /*padding: 5px 0;*/
    margin: 0 10px;

    color: white;
    font-size: .85em;
    text-decoration: none;
}

#faq_search_form {
    text-align: right;
}
#faq_search_form label {
    margin-right: 14px;
    font-weight:  bold;
}
#faq_search_form input {
    /*float: none !important;*/
}
#faq_search_form input[type=text] {
    width: 430px;

    padding-right: 110px;
    background: #FFFFFF url(../images/searchinputbg_text.png) right top no-repeat;
}
#faq_search_form input[type=text]:hover {
    background: #fdf9d3 url(../images/searchinputbg_text.png) right bottom no-repeat !important;
}
#faq_search_form input[type=text]:focus {
    background: #F9EF8A url(../images/searchinputbg_text.png) right top no-repeat !important;
}

input[type=submit].submitMagnify_text, #faq_search_form input[type=submit].submitMagnify{
    width:100px;
    height:30px !important;
    padding: 0;
    margin: 0 0 0 -102px !important;
    float:left;
    background-image: url(../images/searchbutton_text.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 0 !important;
    background-position: top center;
}

.collapsed_search {
    display: none;
}
.full_search_bar {
    width: 300px !important;
}
.full_search_select {
    /*height: 30px !important;*/
    width: 335px !important;
}
.search_select {
    margin: 3px 0 0 0 !important;
    font-size: 12px !important;
    height: 22px !important;
    font-family: 'Lucida Grande' !important;
    line-height: 12px !important;
    padding: 1px 4px !important;
    text-transform: none;
}
.full_search {
    width: 530px;
}
.full_text {
    width: 30px;
}
.links {
    /* padding:15px; */
    height: 230px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: none;
}
.links span {
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.links .link_description {
    font-size: 0.9em;
}

/*Scroll Specialists on homepage*/
.sideways_scroll {
    width: 35px;
    height: 66px;
    float:left;
}
.sideways_scroll.right {
    background-image: url(../images/specialist_scroll_right.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer !important;
    width: 35px;
    height: 66px;
    margin:  0;
}
.sideways_scroll.right:hover {
    background-image: url(../images/specialist_scroll_right_active.png) !important;
}
.sideways_scroll.left {
    background-image: url(../images/specialist_scroll_left.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer !important;
    width: 35px;
    height: 66px;
    margin:  0 0 0 3px;
}
.sideways_scroll.left:hover {
    background-image: url(../images/specialist_scroll_left_active.png) !important;
}


/* About us */
.even {
    float: right;
}
.odd {
    float: left;
    text-align: right;
}

/* Invite page */
.invite_choice {
    display: inline-block;
}

a.button, div.invite, li.button, span.notEmail {
    padding: 5px 10px !important;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    background: #eee;
    color: #444;
    text-decoration: none !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'Arial', sans-serif;
    font-weight: normal !important;
    font-size: .85em;
    text-shadow: 0px 0px !important;
}
a.button, li.button{cursor: pointer !important;}
a.button:hover, li.button:hover, span.notEmail:hover {
    text-decoration: none;
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    color:#333;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}

.bigbutton {
    font-size: 20px !important;
    line-height: 30px !important;
}
.bigbutton img {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}

li.button {
    margin-right: 20px !important;
}
/*message*/
.notes_container {
    display: none;
    border-top: 1px dashed #fff;
    padding-top: 10px;
    margin-bottom: 10px;
    float:left;
    width:877px;
}

.notes_container > a {
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
    text-decoration: none;
    margin-bottom: 5px;
    text-shadow: #333 0px 1px 0px !important;
}

.notes_container .appointment_notes {
    overflow-y: auto;
    height: 250px;
    display: block;
    padding: 15px;
    border: 4px #ddd solid;
    color: #444;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-size: .85em;
    text-shadow: 0px 0px;
    line-height: 20px;
    background-color: #ffffff;
    cursor: default;
}

.notes_container .client_files {
    overflow-y: auto;
    height: 256px;
    display: block;
    color: #444;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: .85em;
    text-shadow: 0px 0px;
    line-height: 20px;
    background: transparent;
    cursor: default;
}
.notes_container .client_files > a{
    margin: 0;padding: 0;
}
.notes_container .client_files > a > p{
    font-size: 12px; font-weight: normal;
    padding:5px 0 5px 5px;
    margin: 0;
    background: transparent;
    border-bottom: 1px dotted #ffffff;
}
.notes_container .client_files > a > p >.file_description{
    font-size:.85em;
    padding-left: 20px;
}
.notes_container .client_files > a > p:hover{
    background: #1a496f;
}
.notes_container .appointment_notes > hr {
    border-bottom: 1px dashed #444;
    margin: 0 50px 20px;
}
.notes_container .appointment_notes textarea {
    width:95%;
}

.notes_container .appointment_notes > div {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 20px;
    font-weight: 100;
    /*width:826px;*/
}
.notes_container .appointment_notes > div > h3 {
    margin-left: -20px;
    font-size: 1.2em;
    font-weight:bold;
    /*width:826px;*/
}
.notes_container .appointment_notes > div  a {
    color: #cccccc;
}
.notes_container .appointment_notes > div > a {
    float: right;
    color: #cccccc;
    text-decoration: none;
    font-style: italic;
    font-size: .9em;
    width:30px;
}

.notes_container .appointment_notes > div  a:hover {
    color: #000000;
}

.drop_shadow {
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

/*facebook message*/
.fb_ltr {
    z-index: 5;
    position: absolute;
}
.specialist_page .specialist_reserve {
    margin: 0px auto;
    padding-left: 10px;
    padding-top: 4px;
    text-align: center;
}
.specialist_page .specialist_reserve > p {
    /*padding: 12px 0px 18px 20px;*/
    text-align: center;
    padding-top:10px;
}
.specialist_page .specialist_reserve a {
    text-decoration: none;
}
.specialist_page .specialist_reserve a:hover {
    text-decoration: underline;
}
.specialist_page .page_info {
    margin-left: 20px;
    max-height: 400px;
    overflow-y: auto;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.specialist_page .page_info > p, .specialist_page .page_info > div > div, .specialist_page .page_info > div.historyrow {
    clear: both;
    padding: 5px 10px;
}
.specialist_page .page_info > p:nth-child(2n), .specialist_page .page_info > div > div:nth-child(2n), .specialist_page .page_info > div.historyrow:nth-child(2n) {
    background: rgba(43, 90, 126, 0.746094);
}
.specialist_page .page_info > p > span, .specialist_page .page_info > div > div > span, .specialist_page .page_info > div.historyrow > span {
    line-height: 1.5em;
}
.specialist_page .page_info > p > input[type=button], .specialist_page .page_info > div > div > input[type=button], .specialist_page .page_info > div.historyrow > input[type=button] {
    float: right;
    background:  #EEEEEE !important;
}
.specialist_page .page_drop_downs {
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 40px;
    padding: 10px;
    width: 410px;
}

/* Should Fix */
.answers {
    text-decoration: underline;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
}
.answers b {
    font-style: italic;
    font-weight: normal;
}

.answer {
    display: block;
    /*text-indent:2em;*/
    font-weight: 100;
    font-size: 12px;
    line-height: 1.5em !important;
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
}
.general_title {
    float: left;
    margin-right: 45px;
}
.process {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding: 0 0 10px 5px;
    overflow: hidden;
}

.progress_steps {
    color: #fff;
    font: bold 16px Arial;
    height: 50px;
}
.progress_steps > li {
    float: left;
    padding: 0 10px;
    margin: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    padding-top: 5px;
    height: 26px;
}
.progress_steps > li.active {
    background: #246498;
}
.progress_steps > li:hover {
    background: #1A496F; /*#2e7fc1;*/
}
.progress_steps > li.admin_menu {
    font-size: .70em;
}
.progress_steps > li.admin_menu > a{
    font-size: 12px !important;
}
.progress_steps > li.nohover{
    float: left;
    padding: 0 10px;
    margin: 0 0px;
    padding-top: 5px;
    height: 26px;
    cursor: default !important;
    font-weight: normal !important;
}
.progress_steps > li.nohover:hover{
    background: transparent !important;
}
.progress_steps > li > a {
    text-decoration: none !important;
}
.progress_steps > li > a:hover {
    color: #000;
}

.notesnav{
    margin: 4px 0 8px 0;
}
.notesnav > li:hover{
    background: #bbbbbb;
}
.notesnav > li.active > a:hover{
    color: #000000 !important;
}
.notesnav > li > a:hover{
    text-shadow: none !important;
}
.notesnav > li.active{
    background: #ffffff;
}
.notesnav > li.active > a{
    color: #000000;
    text-shadow: none !important;
}
.notesnav > li > a{
    font-size: 1.2em;
    text-shadow: #333 1px 1px 0px;
}

table.admin_table.billing-report td {
	padding: 0;
}

table.admin_table.billing-report .select_input {
	right: auto !important;
	margin-left: 0 !important;
}

.demo-info.billing {
	padding: 0 10px;
}

.demo-info.billing .grid_4.address {
	width: 300px;
}

.demo-info.billing .grid_4.financials {
	width: 340px;
}

.demo-info.billing .grid_4.financials  table {
	table-layout: fixed;
}

.demo-info.billing .admin_billing_table span.exception_rate.reason,
.demo-info.billing .admin_billing_table span.exception_rate.note {
	display: none;
}

.new_modal  .guider_description .exception_rate_reason  .row label {
	display: inline-block;
	width: 170px;
	font-weight: bold;
}

.demo-info.billing .grid_4.financials  table tr td {
	word-wrap: break-word;
}

.demo-info.billing .grid_3.contact {
	width: 200px;
}

.demo-info h3 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #42a6cb;
    cursor: pointer;
    font: bold 14px/20px Arial;
    margin-bottom: 0;
    padding: 5px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

.demo-info h2 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #42a6cb;
    cursor: pointer;
    font: 14px/20px Arial;
    margin-bottom: 0;
    padding: 5px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

.expand-collapse {
    background: url("../images/sprite_accordion_expand_collapse.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    display: block;
    height: 23px;
    position: absolute;
    right: 5px;
    text-indent: -9000px;
    width: 23px;
    cursor: pointer;
}
.expand-collapse.big {
    background: url("../images/sprite_accordion_expand_collapse_big.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    display: block;
    height: 35px;
    position: absolute;
    right: 5px;
    text-indent: -9000px;
    width: 35px;
    cursor: pointer;
}
.expand-collapse.big.active {
    background-position: 0 -35px;
}

#instruction .expand-collapse{
    background: url("../images/sprite_accordion_expand_collapse.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 23px;
    text-indent: -9000px;
    width: 23px;
    cursor: pointer;
    /*left:2px !important;*/
    /*top:-2px !important;*/
}

#instruction .expand-collapse.collapse{
    background-position: 0 -23px;
    cursor: pointer;
}
/* 2 occurrences, look to combine */
.boldbig{
    font-size: 18px;
    font-weight: bold;
}


#faqs p {
    margin-bottom: 7px;
}
#faqs ul {
    list-style: disc;
}
#faqs li {
    margin-left: 28px;
}
#faqs p,
#faqs ul {
    font-size: 16px !important;
}


div.info_answer {
    color: #42a6cb;
    background-color: #fff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-color: -moz-use-text-color #eceae4 #eceae4;
    border-right: 1px solid #ECEAE4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 15px 10px 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}
div.info_answer > p {
    font-size: 0.9em;
    text-shadow: #fff 0px 0px 0px;
    font-weight: normal;
}
div.info_answer > p > a, div.info_answer a {
    color: #42a6cb;
}
div.info_answer > p > a:hover, div.info_answer a:hover {
    color: #a6d5e7;
}
div.info_answer div > p {
    font-size: 0.85em;
    text-shadow: #fff 0px 0px 0px;
    font-weight: normal;
}
div.info_answer .info h1, div.info_answer .info h2 {
    color: #42a6cb;
}
.search_answer div > span {
    font-size: 0.85em;
    font-weight: normal;
}

.white_text {
    color: #fff !important;
}
.shadowedbox {
    padding: 20px;
    margin: 20px 20px 20px -20px;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.shadowedboxnopadding {
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.demo-search h3 {
    background: #fff;
    height: 90px;
    overflow:hidden;
}
.demo-search h3:hover {
    background: #eee;
}
.demo-search h3 b {
    color: #000;
    margin-left: 7px;
}
.vertical_padding_20 {
    padding: 20px 0;
}
.vertical_padding_10 {
    padding: 10px 0;
}
.contact_form input[type=text], .contact_form textarea {
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 0 0 20px 0;
    color: #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 400px;
}
.contact_form input[type=text].captcha {
    width: 100px;
}
.contact_form label {
    padding-left: 175px;
}
.cancelAppt {
    font-size: .75em !important;
}
input[type=button].delete, input[type=button].delete_tmp {
    width: 33px !important;
    height: 24px !important;
    border-style: none !important;
    cursor: pointer;
    float: left !important;
    background-position: center top !important;
    background: url('../images/delete2_can.png') !important;
    background-repeat: no-repeat !important;
}

input[type=button].viewfiles,a.viewfiles {
    width: 33px !important;
    height: 24px !important;
    border-style: none !important;
    cursor: pointer;
    float: left !important;
    background-position: center top !important;
    background: url('../images/previewfiles.png') !important;
    background-repeat: no-repeat !important;
}
input[type=button].downloadfiles, a.downloadfiles {
    width: 33px !important;
    height: 24px !important;
    border-style: none !important;
    cursor: pointer;
    float: left;
    background-position: center top !important;
    background: url('../images/downloadbutton.png') !important;
    background-repeat: no-repeat !important;
}
input[type=button].downloadfiles:hover,
input[type=button].downloadfiles.active,
input[type=button].returnhome:hover,
input[type=button].returnhome.active,
input[type=button].viewfiles:hover,
input[type=button].viewfiles.active,
a.viewfiles:hover,
a.viewfiles.active,
input[type=button].delete:hover,
input[type=button].delete_tmp:hover,
input[type=button].delete.active,
input[type=button].delete_tmp.active,
a.downloadfiles:hover, a.downloadfiles.active,
a.returnhome:hover, a.returnhome.active{
    background-position: center bottom !important;
}
input[type=button].returnhome, a.returnhome {
    width: 33px !important;
    height: 24px !important;
    border-style: none !important;
    cursor: pointer;
    float: left;
    background-position: center top !important;
    background: url('../images/home_button.png') !important;
    background-repeat: no-repeat !important;
}
input[type=button].downloadfiles_text, a.downloadfiles_text {
    width: 170px !important;
    height: 24px !important;
    border-style: none !important;
    cursor: pointer;
    float: left;
    background-position: left top !important;
    background: url('../images/downloadbutton_text.png') !important;
    background-repeat: no-repeat !important;
}
input[type=button].downloadfiles_text:hover,
input[type=button].downloadfiles_text.active,
a.downloadfiles_text:hover,
a.downloadfiles_text.active{
    background-position: left bottom !important;
}

.generic_form .delete {
    cursor: pointer;
}
.generic_form input[type=submit], .generic_form input[type=button] {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    background: #eee;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*   */

    font-family: 'Arial', sans-serif;
    font-size: .85em;
    cursor: pointer;
}
.generic_form.hoverPopup input[type=submit], .generic_form.hoverPopup input[type=button]{
    margin: 0;
}
.generic_form input[type=submit]:hover,
.generic_form input[type=button]:hover,
.generic_form input[type=submit].active,
.generic_form input[type=button].active {
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}
.generic_form label {
    display: block;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: .85em;
    text-shadow: none;
}
.generic_form label.first_label {
    margin-top: 20px;
}
.generic_form input[type=text],
.generic_form input[type=password],
.generic_form input[type=file],
.generic_form select,
.generic_form textarea {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    color: #444;
    width: 145px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*   */

    font-family: 'Arial', sans-serif;
    font-size: .85em;
}
textarea.pagetitle, textarea.metadescription {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: .85em;
}
.generic_form input[type=text]:hover,
.generic_form input[type=password]:hover,
.generic_form input[type=file]:hover,
.generic_form select:hover,
.generic_form textarea:hover, textarea.pagetitle:hover, textarea.metadescription:hover {
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}
.generic_form input[type=text]:focus,
.generic_form input[type=password]:focus,
.generic_form input[type=file]:focus,
.generic_form select:focus,
.generic_form textarea:focus, textarea.pagetitle:focus, textarea.metadescription:focus {
    border: 2px solid #F9ef8a;
    background: #F9ef8a;
}
.generic_form input[type=text].verified,
.generic_form input[type=password].verified,
.generic_form input[type=file].verified,
.generic_form select.verified,
.generic_form textarea.verified {
    background-color: #97768d !important;
    border-color: #503d4b !important;
    color: white;
    text-shadow: #42323d -1px 1px 1px;
    width: 100px !important;
    webkit-transition: width .25s linear .25s;
    transition: width .25s linear .25s;
}
.generic_form textarea {
    width: 300px;
    height: 50px;
    overflow: visible;
}
.generic_form .licensed input[type=text], .generic_form .qualifications input[type=text] {
    width: 60px;
}
.generic_form .other {
    padding: 15px 0;
}
.generic_form .other:hover {
    cursor: pointer;
}
.generic_form .other_plain {
    font-weight: bold;
    text-shadow: #fff 0px 0px 0px;
    padding: 15px 0;
    text-decoration: none;
}
.generic_form .other_plain:hover {
    cursor: pointer;
}
.generic_form .other_plain_link {
    font-weight: bold;
    font-size: .85em;
    text-decoration: none;
}
.generic_form .other_plain_link:hover {
    cursor: pointer;
}
.generic_form .criteria_heading {
    margin-left: 18px;
    margin-right: 15px;
}
.generic_form .criteria_heading > p {
    font-size: 0.95em;
    line-height: 120%;
}
.generic_form .initial {
    margin: 5px 0;
}
.generic_form .place_of_work > input[type=text] {
    width: 200px;
}
.generic_form p {
    font-weight: bold;
    font-size: .85em;
    text-shadow: #666 0px 1px 0px;
}
.generic_form p.thank_you {
    font-weight: normal;
    font-size: 1em;
    text-shadow: #fff 0px 0px 0px;
    line-height: 1.2em;
}
.generic_form .spec_checkbox {
    padding: 7px 7px 0 7px;
    font-size: .8em;
}
.generic_form .spec_checkbox .grid_1 {
    width: 20px !important;
}
.generic_form .spec_checkbox input[type=textbox] {
    margin: 10px 5px 5px 5px;
    border: 2px #ddd solid;
}
.generic_form .select_checkbox {
    padding: 7px;
}
.generic_form .select_checkbox .grid_1 {
    width: 20px !important;
}
.generic_form .select_checkbox input[type=checkbox] {
    /*border: 2px #ddd solid;*/
}
.generic_form .client_files_selected {
    padding: 3px;
    font-size: .8em;
}
.generic_form .client_files_selected > div input[type=button], .generic_form .client_files_selected > div a.viewfiles {
    float: left;
    margin-top: 12px;
    margin-left: 5px;
}
.generic_form .client_files_selected > div.grid_2{
    width:80px !important;
    margin-left:12px !important;
}
.generic_form .client_files_selected > div.grid_4{
    width:230px !important;
}
.generic_form .client_files_selected > div input[type=text] {
    font-size: 0.9em;
    /*margin: 0 5px 5px 0px;*/
    margin: 10px 5px 5px 0px;
    border: 2px #ddd solid;
    width: 346px;
    /*width: 415px;*/
    float: left;
}
.generic_form.wide_inputs input[type=text], .generic_form.wide_inputs input[type=password]{
    width: 87%;
    min-width: 87%;
    max-width: 87%;
    font-size: 16px;
}

.client_files_selected a.button{
    font-size:14px;
    float:left;
    margin-top:10px;
}
.client_files_selected .saved{
    /*margin-top: 24px;*/
    margin: 15px 0 8px 0;
    font-size: 16px;
    /*margin-bottom: 2px;*/
    line-height: 20px;
    color:#333;
    font-weight: bold;
}
.client_files_selected .filename{
    padding-left:10px;
    margin-bottom:10px;
}
.client_files_selected .showable{
    display:block;
}
.client_files_selected .clickable{
    cursor:pointer;
}
.client_files_selected .warnings{
    display: none;
    font-weight: bold;
    padding-left:10px;
    line-height:20px;
    width:350px;
    background: rgb(255, 51, 51) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 51, 51, 0.5);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF3333, endColorstr=#7FFF3333);
    /* For IE 8*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF3333, endColorstr=#7FFF3333);
}
.client_files_selected{
    padding-bottom:10px;
    margin-bottom:0;
    border-bottom: 1px dotted #000;
}
.client_files_selected .grid_3{
    width:140px;
}
.client_files_selected .grid_6{
    width:380px;
}
.graytext{
    color:#333 !important;
}
.grayplaceholder > input::-webkit-input-placeholder{
    color: #333;
}
.grayplaceholder > input:-moz-placeholder{
    color: #333;
}
.instruction_files.grid_8{
    color:#333;
    font-weight: bold;
    line-height: 200%;
    font-size:16px;
    /*padding: 4px 0 4px 4px;*/
    padding: 10px;
    border-width:0 1px 1px 1px;
    border-color:  #fff;
    border-style: solid;
    width:568px;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
}
.instruction_files p{
    /*text-indent:20px;*/
    color:#fff;
    font-weight:bold;
    padding-left:10px;
    text-shadow: #666 0px 1px 0px;
}
.instruction_files a.showsection{
    cursor: pointer;
}
.instruction_files img{
    vertical-align: middle;
}
.instruction_files img.notkeys{
    height:324px;
    width:470px;
    padding:0 0 10px 10px;
}
.instruction_select.grid_4.active{
    border-width:1px 1px 0 1px;
    border-color:  #fff;
    border-style: solid;
    color:#333;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
}
.instruction_select.grid_4:hover {
    color:#333;
}
.instruction_select.grid_4{
    border-bottom: 1px solid #fff;
    cursor:pointer;
    font-size:20px;
    line-height:24px;
    padding: 4px 0 4px 4px;
    width:290px;
    font-weight:bold;
    color:#fff;
}
.generic_form .client_uploader_selected {
    font-size: .8em;
}
.generic_form .client_uploader_selected > div input[type=button] {
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}

.generic_form .client_uploader_selected > div input[type=text] {
    font-size: 0.9em;
    margin: 10px 5px 5px 0px;
    border: 2px #ddd solid;
    width: 230px;
    float: left;
}
.generic_form .media_files_selected {
    padding: 3px;
    font-size: .8em;
}
.generic_form .media_files_selected > div.grid_5 {
    margin-right: 0px;
}
.generic_form .media_files_selected > div.grid_5 input[type=text] {
    margin: 10px 5px 5px 0px;
    border: 2px #ddd solid;
    width: 260px;
}
.generic_form .media_files_selected > div.grid_2 {
    width: 80px !important;
    margin-left: -2px;
}
.generic_form .media_files_selected > div.grid_2 input[type=button] {
    float: right;
    margin-top: 12px;
    margin-right: 5px;
}
.generic_form .specialty_selected {
    padding: 3px;
    font-size: .8em;
}
.generic_form .specialty_selected > img {
    float: right;
    margin-top: 8px;
}
.generic_form .specialty_selected > input {
    margin: 10px 5px 5px 5px;
    border: 2px #ddd solid;
    width: 120px;
}
.generic_form .specialty_selected > checkbox {
    margin-top: -5px;
}
.generic_form .specialty_selected .grid_1 {
    width: 20px !important;
}
.generic_form .qualities_selected {
    padding: 3px;
    font-size: .8em;
}
.generic_form .qualities_selected > input {
    margin: 10px 5px 5px 0;
    border: 2px #ddd solid;
    float: left;
}
.generic_form .education_search > div > span {
    font-size: .8em;
}
.generic_form .info_answer span.heading {
    font-size: 0.9em;
}
.generic_form .hearabout_selected {
    font-size: .9em;
}
.generic_form .hearabout_selected > input[type=text] {
    width: 120px !important;
    border: 2px #ddd solid;
}
.generic_form .hearabout_selected .grid_1 {
    width: 20px !important;
}
.generic_form .callcenter_selected {
    font-size: .9em;
}
.generic_form .callcenter_selected > a > input {
    width: 450px !important;
    border: 2px #ddd solid;
}
.generic_form .callcenter_selected > img {
    vertical-align: middle;
}
.generic_form .callcenter_selected > p {
    margin-top: -10px;
    padding-bottom: 10px;
}
.generic_form .education_selected {
    font-size: .9em;
}
.generic_form .education_selected > input {
    width: 150px !important;
    border: 2px #ddd solid;
}
.generic_form .education_selected .grid_1 {
    width: 20px !important;
}
.generic_form .language_selected {
    font-size: .9em;
}
.generic_form .language_selected > input {
    width: 120px !important;
    border: 2px #ddd solid;
}
.generic_form .language_selected .grid_1 {
    width: 20px !important;
}
.generic_form .criteria_selected {
    font-size: .9em;
}
.generic_form .criteria_selected > img {
    padding-top: 2px !important;
    float: right;
    padding-right: 7px;
}
.generic_form .criteria_selected > input {
    border: 2px #ddd solid;
}
.generic_form .criteria_selected .grid_1 {
    width: 20px !important;
}
.generic_form .choice_selection {
    margin-bottom: 10px;
    font-size: .8em;
    overflow-y: scroll;
    height: 200px;
}
.generic_form .results {
    margin-bottom: 15px;
}
.generic_form .results > div {
    position: relative;
}
.generic_form .results > div > img {
    float: right;
    padding-top: 3px;
    padding-right: 7px;
}
.generic_form .notice {
    border: 2px #0d1518 solid;
    color: #fff;
    text-shadow: #0d1518 -1px 1px 1px;
    background: #27404a;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.select_language {
    margin-bottom: 10px;
    font-size: 1em;
    padding: 2px;
    display: inline-block;
    width: 110px;
}
.language_selection, .thirdpartyinvite {
    margin: 5px auto;
    display: none;
}
.thirdpartyinvite{
    padding-bottom: 40px !important;
}
.language_radio, .thirdparty_emailbox {
    display: block;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.language_label, .thirdpartyinvite_label {
    vertical-align: middle;
    display: block;
    float: left;
    cursor: pointer;
}
.language_selection, .thirdpartyinvite {
    margin: 5px auto;
    display: none;
}
.thirdpartyinvite{
    padding-bottom: 40px !important;
}
.language_radio, .thirdparty_emailbox {
    display: block;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.language_label, .thirdpartyinvite_label {
    vertical-align: middle;
    display: block;
    float: left;
    cursor: pointer;
}
/*
    MK: I am going to eventually change this to set just
    the widths for all the sexy form styles I made, and
    have the .generic_form class simply style without
    setting width of the elements. This way pages wanting
    to set the width can, and pages not wanting to will
    simply import .generic_form
*/
.generic_form_set_width select {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*   */

    font-family: 'Arial', sans-serif;
    font-size: .85em;
}
.generic_form_set_width select:hover {
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}
.generic_form_set_width select:focus {
    border: 2px solid #F9ef8a;
    background: #F9ef8a;
}
.generic_form_set_width select.verified {
    background-color: #a7f28e !important;
    border-color: #4ee51c !important;
}
.generic_form_set_width input[type=text],
.generic_form_set_width input[type=password],
.generic_form_set_width select,
.generic_form_set_width textarea {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*   */

    font-family: 'Arial', sans-serif;
    font-size: .85em;
    width: 350px;
}
.generic_form_set_width input[type=text]:hover,
.generic_form_set_width input[type=password]:hover,
.generic_form_set_width select:hover,
.generic_form_set_width textarea:hover {
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}
.generic_form_set_width input[type=text]:focus,
.generic_form_set_width input[type=password]:focus,
.generic_form_set_width select:focus,
.generic_form_set_width textarea:focus {
    border: 2px solid #F9ef8a;
    background: #F9ef8a;
}
.generic_form_set_width input[type=text].error,
.generic_form_set_width input[type=password].error,
.generic_form_set_width select.error,
.generic_form_set_width textarea.error {
    background-color: #f79ca4 !important;
    border-color: #ed2638 !important;
}
.generic_form_set_width input[type=submit], .generic_form_set_width input[type=button] {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    background: #eee;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*   */

    font-family: 'Arial', sans-serif;
    font-size: .85em;
    cursor: pointer;
}
.generic_form_set_width input[type=submit]:hover,
.generic_form_set_width input[type=button]:hover,
.generic_form_set_width input[type=submit].active,
.generic_form_set_width input[type=button].active {
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
}
#client_search {
    display: block;
    width: 100%;
    background: none;
    color: #27404A;
    border: none;
    padding: 5px 0px;
}
.wide_results .grid_2 {
    width: 300px !important;
}
.info_answer > .leftcriteria {
    height:400px;
    padding-right:20px;
    border-right:1px solid #000;
}
.info_answer > .leftcriteria .searchcriteriabox{
    width:380px;
}
.info_answer > .leftcriteria .grid_5{
    width:350px;margin-top:10px;
}
.info_answer > .leftcriteria > .grid_1{
    width:33px;margin-top:10px;
}
.info_answer > .rightcriteria {
    height:400px;
    padding-left:20px;
}
.info_answer > .rightcriteria .grid_7 {
    height:345px; overflow-y:auto;margin-top:10px;
}
.info_answer >.leftcriteria > .heading, .info_answer >.rightcriteria > .heading{
    font-size:20px !important;
    font-weight: bold;
}
#language_selected input[type=text] {
    width: 80px;
}
.system_time {
    font-size: .9em;
    padding-left: 5px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 40px !important;
}
.padding_10_15 {
    padding: 10px 15px;
}
.padding_5_10 {
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
}
.padding_top2_left20{
    padding-top: 2px;
    padding-left: 20px;
    margin: 0;
}
.margin_bottom5{
    margin-bottom: 5px !important;
}
.margin_bottom20{
    margin-bottom: 20px !important;
}
.publisherContainer {
    min-height: 400px;
    width: 100%;
}
.push_1_5 {
    left: 94px;
}
ul.bulleted {
    list-style-type: disc;
    padding-left: 20px;
    padding-right: 20px;
}
ul.bulleted li {
    padding-bottom: 10px;
}
/*
    Calendar styles
*/
.calendar_list {
    -webkit-user-select: none;
}

.navigate_forward {
    width:40px;
    height:40px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    color:#fff;
    line-height:35px;
    font-weight:bold;
    background-color:rgba(34, 34, 34, .70);
    text-align:center;
    padding:0px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.navigate_back {
    width:40px;
    height:40px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    color:#fff;
    line-height:35px;
    font-weight:bold;
    background-color:rgba(34, 34, 34, .70);
    text-align:center;
    padding:0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.navigation {
    text-align:center;
    position:relative;
}

.navigate_steps {
    padding:10px;
    margin-bottom:5px;
    display:inline-block;
    font-weight:bold;
    font-size:18px;
    color:#fff;
}

/*#7AC644;*/
/*#7E2E53;*/
.calendar_list_styles li.active,
.calendar_styles li.active,
.calendar_list_styles li:active,
.calendar_styles li:active {
    background: #5F95AB;
    color: #fff !important;
    text-shadow: #253d28 -1px 1px 1px;
}
.calendar_list_styles li.open, .calendar_styles li.open {
    background: #5f9c67;
    color: #fff !important;
    text-shadow: #253d28 -1px 1px 1px;
}
.calendar_list_styles li.open.active,
.calendar_styles li.open.active,
.calendar_list_styles li.open:active,
.calendar_styles li.open:active {
    background: #8eba93;
}
.calendar_list_styles li.today, .calendar_styles li.today {
    background: #5f95ab;
    color: #fff !important;
    text-shadow: #253d28 -1px 1px 1px;
}
.calendar_list_styles li.today.active,
.calendar_styles li.today.active,
.calendar_list_styles li.today:active,
.calendar_styles li.today:active {
    background: #5F95AB; /* #416b7c; */
}
.calendar_list_styles li:hover, .calendar_styles li:hover {
    background: #8eba93;
    cursor: pointer;
    color:#fff;
    text-shadow: #253d28 -1px 1px 1px;
}
.calendar_list_styles li.private_open, .calendar_styles li.private_open {
    background: #97768d;
    color:#fff !important;
    text-shadow: #42323d -1px 1px 1px;
}
.calendar_list_styles li.private_open:hover, .calendar_styles li.private_open:hover {
    background: #ad93a5;
    text-shadow: #5f4858 -1px 1px 1px;
}
.calendar_list_styles li.private_open.active,
.calendar_styles li.private_open.active,
.calendar_list_styles li.private_open:active,
.calendar_styles li.private_open:active {
    background: #b8a1b1;
}
.calendar_list_styles li.booked, .calendar_styles li.booked {
    background: #f1b6b3;
    color: #fff !important;
}
.calendar_list_styles li.booked.active,
.calendar_styles li.booked.active,
.calendar_list_styles li.booked:active,
.calendar_styles li.booked:active {
    background: #f5cbc9;
    color: #fff !important;
    text-shadow: #d93a32 -1px 1px 1px;
}
.calendar_list_styles li.booked:hover, .calendar_styles li.booked:hover {
    background: #f5cbc9;
    color: #fff !important;
    text-shadow: #d93a32 -1px 1px 1px;
}

.calendar_list_styles li.highlight, .calendar_styles li.highlight {
    color: #00396B;
    text-shadow: none;
    background: -moz-linear-gradient(top, rgba(158,222,239,0.65) 0%, rgba(158,222,239,0.64) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,222,239,0.65)), color-stop(100%,rgba(158,222,239,0.64))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69edeef', endColorstr='#a39edeef',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* W3C */
}
.calendar_list_styles li.highlight.active,
.calendar_styles li.highlight.active,
.calendar_list_styles li.highlight:active,
.calendar_styles li.highlight:active {
    color: #00396B;
    text-shadow: none;
    background: -moz-linear-gradient(top, rgba(158,222,239,0.65) 0%, rgba(158,222,239,0.64) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,222,239,0.65)), color-stop(100%,rgba(158,222,239,0.64))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69edeef', endColorstr='#a39edeef',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* W3C */
}
.calendar_list_styles li.highlight:hover, .calendar_styles li.highlight:hover {
    color: #00396B;
    text-shadow: none;
    background: -moz-linear-gradient(top, rgba(158,222,239,0.65) 0%, rgba(158,222,239,0.64) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,222,239,0.65)), color-stop(100%,rgba(158,222,239,0.64))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69edeef', endColorstr='#a39edeef',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(158,222,239,0.65) 0%,rgba(158,222,239,0.64) 100%); /* W3C */
}


.calendar_list_styles li.legend,
.calendar_styles li.legend {
    background: #27404a;
    color: #fff;
    text-shadow: none;
}

.calendar_list_styles li.legend2,
.calendar_styles li.legend2 {
    background: #38515b; /* #27404a; */
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQElEQVQYGWP8//8/AyHAREhBwrQ1/xlAJuHC8VNXA6X+MzCCCEIAq3VgK5B1olsFswJZnDTrMKxAtw6bFcjWAQAfjWB2bw/Z7wAAAABJRU5ErkJggg==);
    /* background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQElEQVQYGWP8//8/AyHAREjB9OnT/zOATMKFp02bBpT6z8AIIggBrNaBrUDWiW4VzApkcdKsw7AC3TpsViBbBwCZgmFIlga9KQAAAABJRU5ErkJggg==); */
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAP0lEQVQYGWP8//8/AyHAREgBUP4/IUUgaxgJKWIE2YRLEYpDsSkCWwEyAQawKQJbAVMAopEVoViBTRGGFciKAEy0CQ7CgXUWAAAAAElFTkSuQmCC); */
    background-repeat:repeat;
    color: #fff; /*9d9d9d;*/
    text-shadow: none;
}
.calendar_list_styles li.legend:hover,
.calendar_styles li.legend:hover,
.calendar_list_styles li.legend2:hover,
.calendar_styles li.legend2:hover {
    /*background:;*/
}
.calendar_list_styles li.legend:active,
.calendar_styles li.legend:active,
.calendar_list_styles li.legend2:active,
.calendar_styles li.legend2:active {
    /* background: #ffffff !important; */
    background: #27404a !important;
}
.calendar_list_styles li.hide, .calendar_styles li.hide {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height:0px;
    background-color:inherit;
}
.calendar_styles {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
.calendar_styles > h2 {
    width: 90%;
    margin: 5px 0;
    padding: 5px 10px;
    text-align: center;
    background: #27404A;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
}
.calendar_styles > h2 > span {
    display: block;
    color: #fff;
    cursor: pointer;
}
.calendar_styles > h2 > span.next_month {
    float: right;
}
.calendar_styles > h2 > span.prev_month {
    float: left;
}
.calendar_styles > h2 > span:hover {
    color: #b7b7b7;
}
.calendar_styles > ul {
    list-style: none;
    position: relative;
}
.calendar_styles > ul > li {
    display: block;
    float: left;
    position: relative;
    width: 10.28%;
    height: 16%;
    margin: 1%;
    padding: 1%;
    background: #27404a;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.calendar_list_styles > ul > ul {
    position: relative;
}
.calendar_list_styles > ul > ul > li {
    font-size: 0.83em;
    display: block;
    float: left;
    position: relative;
    width: 21%;
    height: 20%;
    margin: 1%;
    padding: 1%;
    background: #27404a; /* 27404a; */
    text-shadow: #253d28 -1px 1px 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.calendar_tabs > h2, .notice_time > h2 {
    width: 93%;
    margin: 5px 0;
    padding: 5px 10px;
    text-align: center;
    background: #27404A;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
}

.notice_time > select {
    margin-top: 5px;
}
.notice_time{
    margin-bottom: 19px;
}
.calendar_tabs > ul.tabs {
    position: relative;
}
.calendar_tabs > ul.tabs > li {
    float: left;
    display: block;
    background: #bdbdbd;
    color: #ffffff;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin: 1% 2% 0 0;
    padding: 1%;
    font-size: .7em;
    cursor: pointer;
}
.calendar_tabs > ul.tabs > li:hover {
    background: #b0b0b0;
}
.calendar_tabs > ul.tabs > li.active {
    background: #ffffff;
    color: #5e5e5e;
}
.calendar_tabs > ul.tabs > li.red {
    color: #961227;
}
.calendar_tabs > ul.tabs > li.red.active {
    color: red;
}
.calendar_tabs > ul.appt_tabs {
    display: none;
    background: #ffffff;
    color: #5e5e5e;
    padding: 2%;
    height: 220px;
    overflow-y: auto;
}
.calendar_tabs > ul.appt_tabs.active {
    display: block;
}
.calendar_tabs > ul.appt_tabs > li {
    font-size: .8em;
    padding: 2px 0;
}
.calendar_tabs > ul.appt_tabs > li:nth-child(2n) {
    background: #f4f4f4;
}
.calendar_tabs > ul.appt_tabs > li:hover {
    background: #eaeaea;
}
.calendar_tabs > ul.appt_tabs > li.tall {
    padding: 92px 1%;
}
.calendar_tabs > ul.appt_tabs > li.tall:hover {
    background: #ffffff;
}
.calendar_tabs > ul.appt_tabs > li > span {
    padding-left: 10px;
    font-size: .8em;
}
.calendar_legend {
    position: relative;
}
.calendar_legend > div.grid_1 {
    float: left;
    width: 140px;
    padding:0;
    margin: 5px 0 5px 0;
    font-size: 1em !important;
    line-height:20px !important;
    padding-right: 0;
}
.calendar_legend > div > p {
    float: left;
    font-size: 1em !important;
    padding-left: 5px;
    line-height:30px !important;
}
.calendar_legend > div > span {
    float:left;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #27404a;
}
.calendar_legend > div > span.open {
    background: #5f9c67;
}
.calendar_legend > div > span.private_open {
    background: #97768d;
}
.calendar_legend > div > span.private_booked {
    background: #9a547d;
}
.calendar_legend > div > span.booked {
    background: #f1b6b3;
}
.calendar_legend > div > span.selected {
    background: #5F95AB;
}
.calendar_legend > div > span.today {
    background: #5f95ab;
}
.calendar_legend > div > span.past {
    background: #38515b; /* #27404a; */
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQElEQVQYGWP8//8/AyHAREhBwrQ1/xlAJuHC8VNXA6X+MzCCCEIAq3VgK5B1olsFswJZnDTrMKxAtw6bFcjWAQAfjWB2bw/Z7wAAAABJRU5ErkJggg==);
}
/* being used in only system set up pages*/
.circle_num{
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #27404a;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin:0 4px 0 0;
}

.alpha.circle_num{
    color: #27404a !important;
    background: #ffffff !important;
}

.highlight_select {
    position:absolute;
    z-index:100;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%); /* W3C */
}
.button {
    font-family: Arial;
    padding: 5px 10px;
    display: inline-block;
    background: #777777;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}
.button:hover {
    background-position: 0 center;
}
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}
.button.green, .button_nohtc.green, .generic_form input[type=submit].green {
    border: 2px #fff solid !important;
    background: #58aa00 !important;
    color: #fff !important;
}
.button.green:hover, .button_nohtc.green:hover,
.generic_form input[type=submit].green:hover,
.generic_form input[type=submit].green.active {
    background-color: #66cc00 !important;
    border-color: #006600 !important;
    color: #fff !important;
}
.button.blue, .button_nohtc.blue, .generic_form input[type=submit].blue , .generic_form input[type=button].blue {
    border: 2px #000099 solid !important;
    background: #006699 !important;
    color: #fff !important;
}
.button.blue:hover, .button_nohtc.blue:hover,
.generic_form input[type=submit].blue:hover,
.generic_form input[type=submit].blue.active,
.generic_form input[type=button].blue:hover,
.generic_form input[type=button].blue.active{
    background-color: #0066cc !important;
    border-color: #003366 !important;
    color: #fff !important;
}
.moreinfobutton{
    float:right !important;
    top:10px !important;
    padding-bottom:0px !important;
    margin-bottom:-40px !important;
    position:relative !important;
    z-index:10 !important;
}
.greentext_norm{
    color: #58aa00 !important;
}
.button.orange {
    background-color: orange !important;
    color: #ffffff !important;
}
.button.orange:hover, input[type=button].orange:hover {
    background-color: orange !important;
    color: #ffffff !important;
    border-color: #cc3300 !important;
}
/*.b {
  background: #eee;
}
.c {
  background: #ccc;
}*/
.padding_top_50 {
    padding-top: 50px;
}
.padding_top_20 {
    padding-top:20px;
}
.padding_bottom_20{
    padding-bottom: 20px;
}
.vmargins_20{
    margin: 20px 0 !important;
}

.vpaddings_10{
    padding:  10px 0 !important;
}

.padding_30{
    padding:  30px !important;
}
.padding_left_30{
    padding-left: 30px;
}

.small {
    font-size: .8em;
    color: #ddd;
}
a[class^="opentok-"] {
    width: 33px;
    height: 20px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.error {
    background: red;
    color: white;
    text-shadow: #444 1px 1px 0px;
    padding: 5px 10px;
}
.redtext {
    color: red;
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: #444 1px 1px 0px;
}
.redcountertext {
    color: #990000 !important;
    font-size:125%;
}
.greentext {
    color: #00ff00;
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: #444 1px 1px 0px;
}
.yellowtext {
    color: #fdf9d3;
}
.darkgreentext{
    color: #27404a !important;
}
.lightgreentext{
    color: #ff9900 !important;
}
.bigemptext {
    font-size: 1.4em;
    text-shadow: #333 1px 1px 0px;
}
.bigtext {
    font-size: 1.4em;
}
.medtext {
    font-size: 1.25em !important;
    font-weight:bold !important;
}
.smalltext{
    font-size:.8em !important;
}
.smallertext{
    font-size:.7em;
}
.orangetext {
    color: orangered !important;
    font-weight: bold;
}
.notextshadow{
    text-shadow: none !important;
}
.bluetext {
    color: #3399cc !important;
}
.darkbluetext {
    color: #000066 !important;
}
.hidesection {
    display: none;
}
.hidden {
    display:none;
}
.leftfloat {
    float: left !important;
    text-align: left !important;
}
.rightfloat {
    float: right !important;
    text-align: right !important;
}
.unrounded {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.nopadding {
    padding: 0px !important;
}
.nomargin {
    margin: 0px !important;
}
.noresults {
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 150% !important;
}
.searchwhitebg_spacer {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
}
.searchbluebg_spacer {
    margin: 0 138px 30px !important;
    padding: 10px 20px 10px 20px !important;
}
.loadinganimation_spacer {
    float: left;
    margin: 10px 10px 10px 0;
    width: 20px;
    height: 20px;
    display:block
}
.searchingfor_text {
    float: left;
    line-height: 40px;
}
.double_spacing{line-height: 200% !important;}
.single_spacing{line-height: 100% !important;}
.oneandhalf_spacing{line-height: 150% !important;}
.oneandquarter_spacing{line-height: 125% !important;}

.redtextonly{color:red !important;}
.margin_bottom_zero{
    margin-bottom: 0;
}
.cart_active{background-color:  #FFFFFF !important;}
.cart_active:hover{background: #1a496f !important;}
.cartitem{
    margin:35px 0 25px;position:static;border-bottom: 1px solid #FFFFFF;
}
.cartitem .counters{
    float:right;font-size:.75em;margin:20px 30px 0 0;
    background: #006699 !important;
}
#cartlist_forms >.cartitem:last-of-type{border-bottom: 0 !important;}
.sidepadding_40{padding-left:40px;padding-right:40px;}
.verticalpadding_20{padding-top:20px;padding-bottom:20px;}

.marginvertical_40{margin-top:40px;margin-bottom:40px;}
.breakout_scroll{
    max-height:none !important;
    overflow: visible !important;
}

.licensedstates{width:240px !important;}
.specialtieslist{width:211px !important;}

.unbold{
    font-weight: 100 !important;
}
.social_share{
    float:left;
    margin-top:8px;
    position: relative;
    z-index: 40;
}
.social_share div{
    float:left;padding-right:10px;height:24px;display:inline-block;
}
.social_container a{
    width:24px;
    height:24px;
    float:left;
    margin-right:10px;
    background-repeat: no-repeat;
    z-index: 10;
    position:relative;
}
.social_container > a.twitter_button{
    background:  url(../images/sprite/spriteindex.png) -204px 0 no-repeat;
}
.social_container > a.linkedin_button{
    background:  url(../images/sprite/spriteindex.png) -252px 0 no-repeat;
}
.social_container > a.facebook_button{
    background:  url(../images/sprite/spriteindex.png) -276px 0 no-repeat;
}
.social_container > a.subscribe_button{
    background:  url(../images/sprite/spriteindex.png) -228px 0 no-repeat;
}
.social_container > a.googleplus_button{
    background:  url(../images/sprite/spriteindex.png) -276px -24px no-repeat;
}
.social_container_32 {width:32px}
.social_container_32 a{
    width:180px;
    height:32px;
    float:left;
    margin-bottom:10px;
    padding-left:40px;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    line-height: 32px;
}
.social_container_32 >  a.twitter_button {
    background-image: url(../images/social_icons/32/twitter.png);
}
.social_container_32 >  a.linkedin_button{
    background-image: url(../images/social_icons/32/linkedin.png);
}
.social_container_32 >  a.facebook_button{
    background-image: url(../images/social_icons/32/facebook.png);
}
.social_container_32 >  a.subscribe_button{
    background-image: url(../images/social_icons/32/subscribe.png);
}

.pressroom_menu h2{
    padding-bottom:10px;
    font-size: 24px;
    font-weight: bold;
}
.pressroom_menu ul>li{
    clear:both !important;
}

.cart_push{
    left:40px;
}
.preload_downarrow{
    background-image: url("../images/specialist_scroll_down_active.png");
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}

.preload_uparrow{
    background-image: url("../images/specialist_scroll_up_active.png");
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}

.preload_deletebg{
    background-image: url("../images/delete2_can.png");
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}

.preload_viewfilesbg{
    background-image: url("../images/previewfiles.png");
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}
/* sprite? */
/*.preload_clientratings_half{*/
/*background-image: url("../images/star_half.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

/*.preload_clientratings_full{*/
/*background-image: url("../images/star_full.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

/*.preload_clientratings_empty{*/
/*background-image: url("../images/star_empty.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

/*.preload_specialistapprovals_half{*/
/*background-image: url("../images/cross_half.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

/*.preload_specialistapprovals_full{*/
/*background-image: url("../images/cross_full.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

/*.preload_specialistapprovals_empty{*/
/*background-image: url("../images/cross_empty.png");*/
/*background-repeat: no-repeat;*/
/*background-position: -1000px -1000px;*/
/*}*/

.report_email_status {
    background-color: #F8F0AB;
    color: #4A4d60;
    font-weight: bold;
    padding: 5px;
    margin-top: 2px;
}

.nocursor{
    cursor: default !important;
}
.cursorpointer{
    cursor: pointer;
}

/* look into removing*/
.invite_temp_message{
    width:900px !important;
    margin-left:20px !important;
    line-height:20px !important;
}
.invite_temp_message > p.towho {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.noindent{
    text-indent: 0 !important;
}

/* Press room stuff*/
.stories p{
    margin: 15px 10px 15px 10px;
    font-size: 14px;
}
.stories a{
    color: #000066;
    text-decoration: none;
}
.stories a:hover{
    text-decoration: underline;
}
.stories h4{
    margin-bottom: 20px;
    color:#000;
    font-size:28px;
}
.stories h4 >a{
    font-size: .5em;
    text-decoration: none;
    color: #000066;
}
.stories h3, .stories h2{
    margin-bottom: -5px;
}
.stories h3{
    color:#333;
    font-size:20px;
    /*font-weight: 100;*/
}
.stories h2{
    /*color:#66ccff;*/
    color:#333;
    line-height: 16px;
    /*border-bottom: 1px solid #66ccff;*/
    border-bottom: 1px solid #333;
    font-size:16px;
}
.stories li {
    margin: 0 0 10px 50px;
    font-size: 14px;
}
.hugetext{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    line-height:120%;
}
.large_text{
    font-size:30px !important;
    line-height: 100%;
}
.large_text .circle_num{
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -6px;
}

/* search label, need to remove*/
.specialist_font{
    color: #000066 !important;
}

.inpage_search{

    background: rgb(255, 255, 255) transparent;

    background: rgba(255, 255, 255, 0.20);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    margin-top: 20px;
    margin-bottom: 40px;
    padding:10px 15px !important;
    margin-left:-15px;
    width:1008px !important;
    overflow: visible !important;
    position: relative;
    z-index: 3;
}
.inpage_box{

    background: rgb(255, 255, 255) transparent;

    background: rgba(255, 255, 255, 0.20);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px;
    overflow: visible !important;
    position: relative;
    z-index: 3;
}
.fresh .inpage_box {
    margin-top: 0;
    padding: 0;
    overflow: visible !important;
}
.container_16.dashboard_search{
    overflow: visible !important;
    position:relative; height: 50px; padding-left:14px; padding-right: 14px;
    background:#fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#dashboard_search{
    position: absolute; background: transparent !important; top: -10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)!important;
}

.inpage_search span, .inpage_search input, .inpage_box span, .inpage_box input {
    font-size:18px;
    /*font-weight: bold;*/
    /*line-height: 24px;*/
    float: left !important;
    display:block;
    /*padding:0 !important;*/
    margin-bottom: 0 !important;
    color: #003366;
}
#faq_search_input_inpage{
    font-size: 14px !important;
}

.inpage_search span, .inpage_box span{
    line-height: 30px;
}

#floatinginfoexp{
    position: absolute;
    z-index: 20;
    display: none;
}
#floatinginfoexp > div.popupbody > img.popuptip, #floatinginfoexp > div.popupbody > div.popuptip{
    top: -19px;
    position:absolute;
}
#floatinginfoexp > div.popupbody > img.popbottomtip, #floatinginfoexp > div.popupbody > div.popbottomtip{
    bottom: -19px;
    position:absolute;
}
#floatinginfoexp > div.popupbody {
    background: url('../images/new/popupbody.png') center top no-repeat;
    width:406px;
    height: 240px;
    position: relative;
    color: #333;
}
#floatinginfoexp > div.popupbody > div > a {
    float: left;
}
#floatinginfoexp > div.popupbody > div#info {
    padding: 20px;
    overflow: hidden;
    height: 200px;
    width: 366px;
}
#floatinginfoexp > div.popupbody > div#info > p{
    line-height: 24px;
    text-align: center;
    width:173px;
    left:20px;
    bottom: 20px;
    z-index: 24;
    position: absolute;
    color: #000000;
    color: #333;
    background-color:#99cc66;
    font-size:18px;
}

.new .ui-dialog-titlebar-close .ui-icon-closethick{margin:-8px !important;}

.floatingbox.specialist_info_scroll{
    padding: 0 0 20px 20px !important;
    margin: 0 !important;
    width:173px;
    height: 200px;
    color: #333;
    float: left;
    text-align: left;
    display: block;
    overflow: hidden;
}

li>.floatingbox.specialist_info_scroll{
    display:none;
}
.floatingbox.specialist_info_scroll div{
    line-height: 20px;
    margin:  0 !important;
    font-size: 12px;
}

.specialist_info_scroll div{
    line-height: 20px;
    margin: 16px 20px;
    font-size: 12px;
}
.specialist_info_scroll div > p{
    line-height: 14px;
    font-size: 12px;
    margin-bottom:8px;
}
.specialist_info_scroll div > p.name{
    font-size: 14px !important;
    margin-bottom:0 !important;
}

.specialist_info_scroll div > p.boardcertified{
    font-style: italic;
}
.videonavi{
    text-align: center;
}
.videonavi img.active{
    margin-top:0;
}
.videonavi div{
    cursor: pointer;
    width: 100px !important;
    height: 60px !important;
    margin: 10px;
    display:block;
    float:left;
    overflow: hidden !important;
}

a.nounderline{
    text-decoration: none !important;
}

a.bluelink, .new .info a {
    line-height: 24px;
    color: #000066;
    text-decoration: none;
}
a.bluelink:hover, .new .info a:hover {
    line-height: 24px;
    text-decoration: underline;
}
/* only in once place, aim to remove*/
.gianttext{
    font-size: 40px;
}

ul.select_imitate{
    background: #FFFFFF;
    height: 28px;
    z-index: 20 !important;
    position: relative;
}
ul.select_imitate > li {
    font-size:14px;
    line-height:28px;
    margin:0;
    padding-left: 10px;
    display: none;
    background: #FFFFFF;
    clear:both;
}
ul.select_imitate > li.not_default{
    /*color: #000000;*/
    color: #666;
}
ul.select_imitate > li.default{
    color: #444;
    border: 2px solid #ddd;
}
ul.select_imitate > li.active {
    display:block;
}
ul.select_imitate > li:hover{
    background-color: #fdf9d3;
    border-color: #b7b7b7;
    color: #000;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    cursor: pointer;
}

ul.select_imitate > li.showing{
    background-image: url('../images/dropdownarrow.png');
    background-position: right top;
    background-repeat: no-repeat;
}
ul.select_imitate > li.showing:hover{
    background-position: right bottom;
}
ul.select_imitate > li > a{
    color: #333;
    width: 100%;
    display: block;
}
.select_input > ul.select_imitate > li {
    border-bottom: 1px dotted #666666;
}
.select_input > ul.select_imitate > li > a > .smallertext{
    display: inline-block;
}
.select_input > ul.select_imitate > li.hidden {
    background-color: lightgray;
}
.frontpage_selectbox {
    height:200px;
    width:406px;
    position: absolute;
    top:40px;
    right:-10px;
    overflow-y: auto;
    border: 2px solid #ccc;
    display: none;
    background-color:#fff;
    overflow-x: hidden;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


.full_search_bar_inpage {
    width: 360px !important;
}
.full_search_bar_inpage, #faq_search_input_inpage {
    background: #FFFFFF url(../images/searchinputbg.png) right top no-repeat;
    padding-right: 40px;
}
.full_search_bar_inpage:hover, #faq_search_input_inpage:hover {
    background: #fdf9d3 url(../images/searchinputbg.png) right bottom no-repeat !important;
}
input[type=text].full_search_bar_inpage:focus, #faq_search_input_inpage:focus {
    background: #F9EF8A url(../images/searchinputbg.png) right top no-repeat !important;
}
.select_spec_subscribe {
    margin-bottom: 0;
    font-size: 1em;
    padding: 2px;
    display: inline-block;
    width: 300px;
}
.select_spec_subscribe input, .select_spec_subscribe label{
    font-size: 14px;
    /*display: inline-block;*/
    float:left;
}

.showsection{
    margin-bottom: 0 !important;
}
a.showinactive{
    font-weight:bold;
    color:#fff;
}

.videoplaceholder{
    background:  #000000;
    width:264px;
    height:198px;
    display:block;
    font-size:24px;
    text-align: center;
}

.formsection{
    margin: 10px;
}
.formsection .checkboxlabels > input[type=checkbox],
.formsection .checkboxlabels label,
.formsection.checkboxlabels > input[type=checkbox],
.formsection.checkboxlabels label, p.radiolabels label, p.radiolabels input[type=radio], p.radiolabels img, .criteria_selected input[type=checkbox]{
    float:left;
}
.criteria_selected input[type=checkbox]{
    width: 20px;
    margin: 8px 0 0 0;
}
p.radiolabels{
    clear:both;
}
p.radiolabels input[type=radio]{
    margin-top: 8px;
}
p.radiolabels label{
    line-height: 24px;
    cursor: pointer;
}
p.radiolabels img{
    height: 24px;
}
.checkboxlabels label{
    line-height:22px;
    font-size:12px;
    text-shadow: none !important;
    cursor:pointer;
    display:block;
}
.checkboxlabels label:hover{
    color: #0066cc;
}
#booking_form .checkboxlabels{
    padding-left: 20px;
    margin-right: -20px;
}
#booking_form .checkboxlabels.grid_4, #booking_form .checkboxlabels.grid_2{
    width: 25%;
}

#booking_form .checkboxlabels label, #booking_form .checkboxlabels input[type=checkbox], #booking_form .checkboxlabels input[type=radio]{
    float: left;
}
#booking_form .checkboxlabels input[type=checkbox], #booking_form .checkboxlabels input[type=radio]{
    margin-left: -20px;
}
#booking_form .grid_12{
    width: 100%;
}
#booking_form .grid_9{
    width: 75%;
}
.hide_important{
    display: none;
}

.formsection .checkboxlabels label:hover, .formsection.checkboxlabels label:hover{
    color: #ffff99;
}

.formsection .checkboxlabels label{
    line-height:22px;
    font-size:14px;
}
.formsection fieldset{

    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    padding:10px 20px 20px 20px;
    border:2px solid #FFF;

}
.formsection fieldset > legend{
    font-size:1.4em;
    font-weight: bold;
    padding:0 10px 0 10px;
    /*font-variant: small-caps;*/
}
.formsection fieldset > legend a{
    color: #fff;
}
.formsection .languagelist>div{
    margin-left:0;
    padding-left: 0;
    width:120px;
}
.hoverdisabled:hover{
    background:  #FFF !important;
}
.specialistProfile_bar.grid_15{
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */

    background: rgba(255, 255, 255, 0.20);
    /* For IE 5.5 - 7*/

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    /* For IE 8*/

    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);

    margin-top:20px;
    margin-bottom: 20px;
    /*border-top: 1px solid #000099; border-bottom: 1px solid #000099; */
    width: 1048px;
    margin-left:-20px;
}
.specialistProfile_bar > img{
    margin: 20px;
    cursor: pointer;
}
.specialistProfile_bar p{
    color: #000099;
}
.specialistProfile_bar .links_image{
    width:100px !important;
    margin-right:20px;
}
.specialistProfile_bar .fileswrapper{
    padding-bottom:20px;
    padding-top:20px;
    border-top: 1px dashed #333;
}
.specialistProfile_bar .linkswrapper, .specialistProfile_bar .videowrapper{
    padding-top:20px;
    padding-bottom: 20px;
    height:100px;
    border-top: 1px dashed #333;
}
.specialistProfile_bar input[type=text]{
    margin-bottom:5px;
}
.specialistProfile_bar .small{
    line-height:100%;
}
.specialistProfile_bar .savedinfo{
    color:#333;
    font-size:18px;
    line-height:20px !important;
}

.page_dropdowns div{
    text-align:left;
}
.page_dropdowns{
    display:none;
}

.page_dropdowns .ratingrow{
    padding: 20px; border-top: 1px dashed #333;width: 700px; margin: 0 auto;
}
.specialistProfile.grid_12{
    width:772px;
}
.specialistProfile h3{
    font-size: 2em;
    line-height: .8em;
    margin-top: 20px;
    border-bottom: 4px solid #333;
}
.specialistProfile > div.holder > div.label, .specialistProfile_bar > div.holder > div.label{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-right:10px;
    font-weight:bold;
    float:left;
    width:90px;
    text-align: right;
    font-style: italic;
}
.specialistProfile > .specialist_tags span.tag_heading, .specialistProfile > .specialist_tags h6.tag_heading{
    color: #333;
    line-height: 24px;
    font-weight:bold;
    font-style: italic;
}
.specialistProfile > .specialist_tags h6.tag_heading{
    border-bottom:1px dashed #333;
    font-size: 20px;
}
.specialistProfile > .specialist_tags span.tag_heading{
    font-size: 16px;
}
.specialistProfile > .specialist_tags > div.grid_4{
    margin: 0 5px 0 5px;
}
.specialistProfile > .specialist_tags p.tags{
    color: #fff;
    margin-bottom: 4px;
}
.specialistProfile>div.holder>div.formcontent, .specialistProfile_bar>div.holder div.formcontent{
    float:left;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.specialistProfile>div.holder>div.formcontent textarea, .specialistProfile > div.holder div.formcontent>input, .specialistProfile_bar>div.holder div.formcontent textarea, .specialistProfile_bar>div.holder div.formcontent>input {
    min-width:95%;
    max-width:95%;
    font-size:14px;
    overflow: visible !important;
}
.specialistProfile>div.holder>div.formcontent textarea, .specialistProfile_bar>div.holder div.formcontent textarea{
    line-height: 24px;
}

.specialistProfile>div.holder,.specialistProfile_bar>div.holder{
    margin-top: 10px;
    padding-top: 10px;
}
.specialistProfile div.holder>a.toedit,.specialistProfile_bar>div.holder a.toedit, .specialistProfile div.holder label, .specialistProfile div.holder .button, .specialistProfile div.holder .button_nohtc {
    float:left;
    display:none;
}
.specialistProfile>div.holder>a.tosave,.specialistProfile_bar>div.holder a.tosave, .specialistProfile input[type=checkbox] {
    float:left;
}
.specialistProfile span, .specialistProfile_bar .span{
    color: #000099;
}
.specialistProfile .whatspecial_counter{
    font-size:1em;
    text-align:right;
    margin-right:20px;
    font-style: italic;
    color: #000099;
}
.specialistProfile_bar .holder input[type=button]{
    margin-right:6px;
}
.specialistProfile_bar .sliderchoice {
    width:100px;
    height:100px;
    margin-right: 20px;
    overflow: hidden;
    float:left;
    cursor: pointer;
}
.specialistProfile_bar .sliderchoice div.img{
    background: url(../images/profile/mediaicons.png);
    width:502px;
    height:200px;
    cursor: pointer;
    margin-top:-100px;
}
.specialistProfile_bar .sliderchoice div.img:hover, .specialistProfile_bar .sliderchoice div.img.active{
    margin-top:1px;
}
.specialistProfile_bar .sliderchoice div.img[show=clients_ratings]{
    margin-left:0;
}
.specialistProfile_bar .sliderchoice div.img[show=specialist_recommends]{
    margin-left:-100px;
}
.specialistProfile_bar .sliderchoice div.img[show=links]{
    margin-left:-200px;
}
.specialistProfile_bar .sliderchoice div.img[show=videos]{
    margin-left:-300px;
}
.specialistProfile_bar .sliderchoice div.img[show=files]{
    margin-left:-400px;
}
.specialistProfile .savedinfo{
    line-height: 24px;
    /*cursor: pointer;*/
}
.specialistProfile_bar .delete, .hideforothers, .specialistProfile_bar .warnings, .specialistProfile .warnings, .showable, a.editpics, .count.bad {
    display:none;
}

.specialistProfile h4{
    color:#000099;
    font-size: 1.1em;
    margin-left: -20px;
}
.specialistProfile_bar .page_dropdowns {
    /*height: 240px;*/
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 20px;
    margin-right:20px;
    padding: 10px;
    /*width: 410px;*/
}
.specialistProfile_bar #uploadframe{
    height: 100%;
}
.specialistProfile .specialist_tags{
    margin:  50px 0 0 0;
    font-size: 12px;
    line-height: 1.25em;
}
.biggerbutton{
    font-size:16px !important;
    font-weight: bold !important;
}

.video_wrapper {
    width:602px;
    height:338px;
    position:relative;
    overflow:hidden;
}
.video_wrapper .video-js-box {
    position:absolute;
}

a.hover_link {
    display:  block;
    overflow: hidden;
}
a.specialist.hover_link {
    width:  162px;
    height: 39px;
}
a.specialist.hover_link:hover img {
    margin-top: -39px;
}

table.admin_table {
    width:  100%;
    margin: 14px 0;
}
table.admin_table th {
    border-bottom: #fff 2px solid;
    text-align:    left;
}
table.admin_table th,
table.admin_table td {
    vertical-align: top;
}

table.admin_table .sub_tr td {
    padding: 4px 14px;
    vertical-align: middle;
    font-size: 0.75em;
    color: #ccc;
    background: rgba(0, 0, 0, 0.05);
}
table.admin_table.info th,
table.admin_table.info td {
    padding: 7px;
}
table.admin_table tr.shade1, .shade1 {
    background: rgba(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.15);
}
.advisor_case.shade1{
    background: rgba(200, 75, 0, .35) !important;
}
.advisor_case.shade2{
    background: rgba(200, 75, 0, .25);
}

table.admin_table .detail {
    display: none;
}

table.admin_table table.detail_table {
    width:  100%;
    border: #fff 2px solid;
}

table.admin_billing_table {
    width:  100%;
    margin: 2px 0;
}
table.admin_billing_table th {
    border-bottom: #fff 4px solid;
    text-align:    left;
}
table.admin_billing_table th,
table.admin_billing_table td {
    padding: 4px;
    font-size: 14px;
}
table.admin_billing_table tr.shade1 {
    background: rgba(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.15);
}
tr.shade_emp{
    background: rgba(255, 0, 0, .35);
}
tr.shade_emp_alt{
    background: rgba(0, 135, 0, .35);
}
table.admin_billing_table .detail {
    display: none;
}

table.admin_billing_table table.detail_table {
    width:  100%;
    border: #fff 2px solid;
}
table.admin_table [class^="icon-"]:before, table.admin_table [class*=" icon-"]:before{
    margin: 5px 10px;
    font-size: 1.25em;
}
table.admin_table .icon-ban-circle:before, .q_client_entry .icon-ban-circle:before{
    color: #cc0000;
}
table.admin_table .generic_form p {
    font-weight: 400;
    line-height: 1.25em;
}

table.admin_billing_table button.action_button {
	background: #f76437 none repeat scroll 0 0;
    border:1px solid #f76437;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    padding: 2px;
    position: relative;
    top: -1px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

table.admin_billing_table input.small {
	width: 50px;
	font-size: 14px;
	color: #3a3a38;
}

table.admin_billing_table img.edit,
table.admin_billing_table img.delete {
	width:25px;
	height:20px;
	border-style:none;
	cursor:pointer;
}

.takeaway {
    padding: 14px 0 28px ;
}
.takeaway p {
    padding:    0 56px 14px;
    font-size:  150% !important;
    line-height: 1em !important;
    text-align: center;
}
.takeaway p a{
    font-size: 18px;
}

.takeaway a.hover_link {
    margin: 0 auto;
}
.benefits {
    font-size:   18px;
    line-height: 1.5em;
}
.benefits  .table_wrap{
    color: #333;
    width:  90%;
    margin: 20px auto 20px auto;
}

.benefits table{
    width:        100%;
    table-layout: auto;
    empty-cells:  show;
    color:        #4d4d4d;
    border:       #333 1px solid;
}
.benefits table thead th{
    padding:        7px;
    color:          #fff;
    background:     #036;
    vertical-align: middle;
    text-align:     center;
    font-size:      1.25em;
}
.benefits table tbody td{
    height:         37px;
    padding:        2px 14px;
    text-align:     center;
    vertical-align: middle;
}
.benefits table tbody td.left{
    text-align: left;
    float: none;
}
.benefits table tbody tr.shade1 td{
    background: #ccc;
}
.benefits table tbody tr.shade2 td{
    background: #fff;
}
.benefits table th.middle,
.benefits table td.middle{
    border-left:  #333 2px solid;
    border-right: #333 2px solid;
}
.benefits table td img {
    position: relative;
    top:      4px;
}

.miniquestions{
    display:none;
    line-height:200%;
    margin-top:40px;
}
.settingsPanelBox{
    position:absolute;
    border:5px solid #000000;
    width:128px; height:100px; top:48px;
    display: none;
}

.miniquestions .button {
    margin-bottom: 0;
    line-height: 150%;
}

#countdown {
    color:#fff;
}
#countdown_wrapper {
    display:block;
    float:left;
    color:#aaa;
}
#countdown_to_next {
    text-align:right;
}
#countdown_to_next_desc {
    color:#27404A;
    font-size:1.2em;
    font-weight:bold;
    text-align:right;
}
.countdown_section {
    display:inline-block;
    position:relative;
    color:#27404A;
    font-size:1.8em;
    font-weight:bold;
}
.countdown_section br {
    display:none;
}
.countdown_amount{
    margin:0px .25em;
}
#countdown_brackets {
    font-weight: normal;
    color:#aaa;
}
#change_timezone {
    color:#ccc !important;
    display:block;
    float:right;
    font-weight:normal;
}

#profile_score {
    width:       240px;
    margin-top:  -40px;
    padding:     14px;
    /*background:  #9fc3d8;*/
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    color:       #0d6496;
    font-size:   14px;
    font-weight: bold;
}
#profile_score h3 {
    margin-bottom: 7px;
    color:         #000;
}
#profile_score img {
    float: right;
}
#profile_score_total {
    padding-right: 70px;
}
#profile_score_total #profile_score_total_progress {
    height:       1.2em;
    background:   #fff;
    border-color: #ccdee8;

}
#profile_score_total #profile_score_total_progress .ui-progressbar-value {
    background:   #0d6496;
    border-color: #73a1be;
}
#profile_score_total #profile_score_total_percentage {
    display: block;
    float:   right;
    width:   70px;

    margin-right: -70px;
    margin-top:   -1px;

    text-align: center;
    color:      #000;
    font-size:  1.5em;
    font-weight: bold;
}
#profile_score_details {
    margin-top: 14px;
}
#profile_score_details .suggestion {
    padding-left:  50px;
    margin-bottom: 7px;
}
#profile_score_details .suggestion .suggestion_percentage {
    float: left;
    width: 40px;

    margin-left:   -50px;
    padding-right: 10px;

    text-align: right;
    font-weight: bold;
}
#profile_score_details .suggestion .suggestion_plus {
    float:       left;
    margin-left: -50px;
    font-weight: bold;
}
#profile_dash #score_block #profile_score_total #profile_score_total_progress .ui-progressbar-value {
    background: #474949;
}
#profile_dash #score_block #profile_score_total #profile_score_total_percentage {
    color: #fff;
}
#profile_dash #score_block #profile_score_details {
    font-size: 1.2em;
}
#profile_dash #score_block #profile_score_details .suggestion {
    padding-left: 32px;
}
#profile_dash #score_block #profile_score_details .suggestion_plus {
    margin-left: -32px;
}
#profile_dash #score_block #profile_score_details .suggestion_percentage {
    width:         30px;
    margin-left:   -22px;
}
#profile_dash #score_block #profile_score_details .suggestion_message a {
    margin-right:4px;
}


/**
 * Dashboard styles
 */
#dashboard {
    font-size: 14px;
}
#dashboard .wrap p, #profile_dash  .wrap p {
    line-height:150%;
    font-size: .86em;
}
#dashboard .dash_block, #profile_dash .dash_block {
    padding:       1em;
    margin-bottom: 1em;
    zoom:1;

    /*-webkit-border-radius: 1em;*/
    /*-moz-border-radius:    1em;*/
    /*border-radius:         1em;*/

    /*background: #9fc3d8;*/
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF, endColorstr=#3FFFFFFF);

    /*font-weight: bold;*/
}
#dashboard .dash_block h2, #profile_dash .dash_block h2 {
    margin-bottom: .5em;
    color:         #474949;
    /*font-size:     1.5em;*/
    /*font-size:      24px;*/
}
#dashboard .dash_block p{
    font-size:0.86em;
}
#dashboard .dash_block h2{
    font-size:      24px;
}
#profile_dash .dash_block h2{
    font-size:      20px;
}
#dashboard .dash_block h2 a,
#profile_dash .dash_block h2 a {
    color: #474949;
}
#dashboard .dash_block h3,
#profile_dash .dash_block h3 {
    margin-bottom: .25em;
    font-size:     1.2em;
}
#dashboard .dash_block h4,
#profile_dash .dash_block h4 {
    margin-bottom: .25em;
    font-size:     1.3em;
}
#dashboard .dash_block a,
#profile_dash  .dash_block a {
    color:           #036;
    text-decoration: none;
    cursor:          pointer;
    font-weight:     bold;
}
#dashboard .dash_block a:hover,
#profile_dash .dash_block a:hover {
    text-decoration: underline;
}

#dashboard .dash_block .blog_entry,
#dashboard .dash_block .tweet {
    padding:  1em;
    overflow: hidden;
}
#dashboard .dash_block .appointment.shade1,
#dashboard .dash_block .blog_entry.shade1,
#dashboard .dash_block .message.shade1,
#dashboard .dash_block .tweet.shade1 {
    background: rgba(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.15);

    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
    zoom:       1;
}
#dashboard .dash_block .blog_entry_info,
    /*#dashboard .dash_block .blog_entry_controls,*/
#dashboard .dash_block .tweet_info,
#dashboard .dash_block .update_message_info {
    float:       right;
    font-size:   .75em;
    font-weight: bold;
}
#dashboard .dash_block .blog_entry_controls{
    float:       right;
    font-size:   1em;
    font-weight: bold;
    line-height: 2em;
    margin-top:  -.5em;
}
#dashboard .dash_block .blog_entry_info,
#dashboard .dash_block .tweet_info,
#dashboard .dash_block .update_message_info {
    font-style: italic;
}
#dashboard .dash_block .blog_entry_info {
    /*margin-right: 2em;*/
}
#dashboard .dash_block .blog_entry_icon {
    float:left;
    width:80px;
    margin-right:1em;
}
#dashboard .dash_block .side1 .update_message_icon, #dashboard .dash_block .side2 .update_message_info, #dashboard .dash_block .side1 .update_toplinks, #dashboard .dash_block .blog_entry_toplinks {
    float:left;
    margin-right:.8em;
}
#dashboard .dash_block .side1 .update_message_body {
    text-align: left;
}
#dashboard .dash_block .side2 .update_message_icon, #dashboard .dash_block .side1 .update_message_info, #dashboard .dash_block .side2 .update_toplinks   {
    float:right;
    margin-left:.8em;
}
#dashboard .dash_block .side2 .update_message_body {
    text-align: right;
}
#dashboard .dash_block .update_message_icon  {
    width:80px;
    border:2px solid #333;
}
#dashboard .dash_block .update_message_icon, #dashboard .dash_block .blog_entry_icon  {
    position:relative;
}

#dashboard .dash_block .update_message_icon .playbutton, #dashboard .dash_block .blog_entry_icon .playbutton{
    position:absolute;
    left:3px;bottom:3px;
    z-index: 10;
    /*background: url(../images/playforvideo.png);*/
    width:20px;
    height:17px;
}
#dashboard .dash_block .blog_entry_body,
#dashboard .dash_block .tweet_body,
#dashboard .dash_block .update_message_body {
    margin-bottom: 1em;
    line-height:   150%;
    font-size:     0.86em;
}

#dashboard .dash_block .twocol {
    width:        50%;
    padding-left: 50%;
    overflow:     hidden;
}
#dashboard .dash_block .twocol .leftcol {
    float:       left;
    width:       95%;
    margin-left: -100%;
}
#dashboard .dash_block .twocol .rightcol {
    padding-left: 1em;
}

#dashboard #account_block .wrap {
    padding-right: 90px;
    overflow:      hidden;
    text-align:    right;
}
#dashboard #account_block #account_image {
    float:        right;
    width:        80px;
    margin-right: -90px;
}
#dashboard #account_block #account_badge {
    float:        left;
    margin-right: 10px;
}
#dashboard #account_block #account_points {
    margin-top: 2em;
    font-size:  1.5em;
}

#dashboard #ratings_block #specialist_approvals,
#dashboard #ratings_block #client_rating {
    height:      40px;
    padding:     12px 0 0 50px;
    font-size:   1.5em;
    font-weight: bold;
}
#dashboard #ratings_block #specialist_approvals a,
#dashboard #ratings_block #client_rating a{
    color: #fff;
}
#dashboard #ratings_block #client_rating {
    background: url(../images/star_full.png) left center no-repeat;
    margin-left:35px;
}
#dashboard #ratings_block #specialist_approvals {
    background: url(../images/cross_full_blue.png) left center no-repeat;
    margin-left:45px;
}

#dashboard #alert_block, #dashboard #IEalert {
    color: #474949;
}
#dashboard #IEalert img{
    border:none;
    width:30px;
    height:30px;
    vertical-align:middle;
}
#dashboard #IEalert a{
    /*float:left;*/
    display:inline;
    margin: 10px;
    line-height:40px;
}
#dashboard #alert_block .alert_message, #dashboard #IEalert .alert_message {
    /*font-size:   0.86em;*/
    font-size:   1em;
    font-weight: bold;
    line-height: 125%;
    text-align: left;
    /*display:block;*/
    /*float:left*/
}
#dashboard #alert_block .alert_image {
    /*margin-top: 1em;*/
    float:left;

    text-align: center;
}

#dashboard #score_block #profile_score_total #profile_score_total_progress .ui-progressbar-value {
    background: #474949;
}
#dashboard #score_block #profile_score_total #profile_score_total_percentage {
    color: #fff;
}
#dashboard #score_block #profile_score_details {
    font-size: 1.2em;
}
#dashboard #score_block #profile_score_details .suggestion {
    padding-left: 52px;
}
#dashboard #score_block #profile_score_details .suggestion_plus {
    margin-left: -52px;
}
#dashboard #score_block #profile_score_details .suggestion_percentage {
    width:       40px;
    margin-left: -42px;
}
#dashboard #score_block #profile_score_details .suggestion_message img {
    margin-left: 10px;
}

#dashboard #stat_block .stat_row {
    margin-bottom: .5em;
    padding-left:  150px;
    font-size:     1.2em;
    font-weight:   bold;
}
#dashboard #stat_block .stat_value {
    color:      #fff;
    float:       left;
    width:       140px;
    margin-left: -150px;
    text-align:  right;
}
#dashboard #stat_block .stat_name {
    color: #474949;
}

#dashboard #connection_block .con {
    margin-bottom: 1em;
    padding-left:  110px;
    overflow:      hidden;
}
#dashboard #connection_block .con .con_image {
    float:       left;
    width:       100px;
    margin-left: -110px;
}
#dashboard #connection_block .con .con_info {
    line-height: 125%;
    font-size:   .86em;
}
#dashboard #connection_block .con .specialty,
#dashboard #connection_block .con .connection {
    margin-bottom: .5em;
}
#dashboard #connection_block .con .specialty {
    font-style: italic;
}
#dashboard #connection_block .con .con_link {
    text-align: right;
}
#dashboard #connection_block .con .con_link a.recommend {
    font-weight: bold;
}

#dashboard #blog_read_block #blog_write {
    display: block;
    float:   right;
}

#dashboard #blog_write_block {
    padding:     0 0 0 11px;
    margin-left: -11px;
    background:  url(../images/speech_bubble_tail_left.png) left 65px no-repeat;
}
#dashboard #blog_write_block .outer_wrap {
    padding:    .5em .5em 2em;
    background: #fff;
}
#dashboard #blog_write_block .inner_wrap {
    border:  #afafaf 1px solid;
    padding: .5em;
}
#dashboard #blog_write_block .wrap_footer {
    margin-top: -2em;
    padding:    .5em;
    text-align: right;
}
#dashboard #blog_write_block #blog_input {
    font-family: 'Arial', sans-serif;
    display: block;
    width:   100%;
    height:  6.6em;
    /*height:  8.8em;*/

    border:    none;
    color:     #afafaf;
    font-size: 1.1em;
}
#dashboard #blog_write_block #blog_input.active {
    color: #000;
}
#dashboard #blog_write_block #blog_attachment {
    margin:   1em 0;
    overflow: hidden;
    color:    #666;
}
#dashboard #blog_write_block #blog_attachment #blog_attachment_type {
    margin-left: 1em;
}
#dashboard #blog_write_block #blog_attachment #blog_attachment_controls {
    margin-top: 1em;
}
#dashboard #blog_write_block #blog_attachment #blog_attachment_controls input[type=text] {
    width: 50%;
}
#dashboard #blog_write_block #blog_controls {
    overflow: hidden;
}
#dashboard #blog_write_block #blog_controls #blog_add {
    display:    block;
    padding:    .5em;
    margin-top: .5em;
}
#dashboard #blog_write_block #blog_controls #blog_submit {
    display: block;
    float:   right;

    padding:    .5em;
    margin-top: .5em;

    border: #036 1px solid;
}

#dashboard #upcoming_appointment_block .appointment {
    padding:    1em;
    overflow:   hidden;
    text-align: right;
}
#dashboard .dash_block.white_dash_block{
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #333;
}
#dashboard #upcoming_appointment_block .appointment .appointment_with {
    float: left;
}
#dashboard #upcoming_appointment_block .appointment .appointment_link {
    float: right;
}

#dashboard #message_block .message {
    padding: 1em;
}
#dashboard #message_block .message .wrap {
    padding-left: 60px;
    overflow:     hidden;
}
#dashboard #message_block .message .wrap h3 {
    font-size: 1em;
}
#dashboard #message_block .message .message_image {
    float:       left;
    margin-left: -60px;
}

#dashboard #update_block .update {
    margin-bottom: 1em;
    padding:       0 120px 0 0;
    overflow:      hidden;
}
#dashboard #update_block .update.side1 {
    padding: 0 0 0 120px;
}
#dashboard #update_block .update .update_image {
    float:  right;
    margin: 0 -120px 0 0;
}
#dashboard #update_block .update.side1 .update_image {
    float:  left;
    margin: 0 0 0 -120px;
}
#dashboard #update_block .update .outer_wrap {
    margin:     0 -11px 0 0;
    padding:    0 11px 0 0;
    background: url(../images/speech_bubble_tail_right.png) right 24px no-repeat;
}
#dashboard #update_block .update.side1 .outer_wrap {
    margin:     0 0 0 -11px;
    padding:    0 0 0 11px;
    background: url(../images/speech_bubble_tail_left.png) left 24px no-repeat;
}
#dashboard #update_block .inner_wrap {
    padding:    .5em;
    background: #fff;
}
#dashboard #update_block .update .update_message {
    padding: .5em;
    overflow: hidden;

    border: #afafaf 1px solid;

    background: #fff;
    color:      #666;
}

#dashboard #second_block .ajax_activity {
    padding:    70px 0 10px;
    text-align: center;
}
#dashboard #second_block .tweet .wrap {
    padding-right: 70px;
    overflow:      hidden;
}
#dashboard #second_block .tweet .wrap .tweet_image {
    float:        right;
    margin-right: -70px;
}

#dashboard.client #account_block h2 {
    text-align:left;
}
#dashboard.specialist #account_block h2 {
    text-align:right;
}
#dashboard.client #account_block .wrap {
    padding-right: 130px;
}
#dashboard.client #account_block #account_image {
    width:        120px;
    margin-right: -130px;
    padding-top:  .25em;
}

/* old criteria class */
.criteria_selected input{
    width:160px;float:left;margin-right:10px;
}

/* new criteria side menu */
ul.criteria_side_menu{
    /*border: 2px solid #ccc;*/
    /*border: 1px solid #000;*/
    border-right: 0;
}
ul.criteria_side_menu > li {
    cursor:pointer;
    color: #666666;
    font-size:20px;
    font-weight: bold;
    line-height:40px;
    margin:0;
    padding-left: 10px;
    background: #999;
    clear:both;
}
ul.criteria_side_menu > li:hover, ul.criteria_side_menu > li.active {
    /*font-size:24px;*/
    color: #42A6CB;
    background-color: #FFF;
    -webkit-transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    transform: background-color 0.5s linear 0.1s, border-color 0.5s linear 0.1s;
    cursor: pointer;
}
.listPanel .grid_15{
    width:716px;
}
.listPanel .grid_15 > p{
    color:#333;
    line-height: 150%;
}
.listPanel .grid_7{
    width: 340px;
}
.listPanel .info_answer{
    border-radius: 0 !important;
    border: none;
    /*border: 1px solid #000;*/
    margin-top: 0;
}
.listPanel .info_answer > .leftcriteria{
    margin-right:0;
    border-color: #666;
}
.listPanel .info_answer > .rightcriteria{
    padding-left:10px;
}
.listPanel .info_answer > .leftcriteria .searchcriteriabox{
    width:310px
}
.listPanel .criteria_selected input[type=text]{
    width: 250px !important;
    float:left;margin-right:10px;
}
.criteria_checkbox{
    position:relative;
    padding:8px 10px 8px 30px;
    font-size:.85em;
    font-weight:bold;
}
.criteria_checkbox input[type=checkbox]{
    position:absolute;
    top:5px;
    left:5px;
}
.criteria_checkbox .redtext_2{
    color:red;
}
.criteria_checkbox:hover {
    background: #42A6CB;
    color:white;
    cursor:pointer;
}
.criteria_checkbox:hover .redtext_2{
    color: #333;
}
.criteria_checkbox:hover label{
    color:#fff;
}
.criteria_checkbox .grid_12{
    padding-bottom: 4px;
}
.criteria_checkbox label{
    width:100%;
}
.listPanel .criteria_checkbox .grid_12{
    width:280px;
}
.criteria_checkbox .grid_1{
    margin-right:0;
}
.bookspecialistresults {
    list-style:decimal inside;
}
.bookspecialistresults li {
    font-size:.85em;
    margin:10px 0 0 0;
}
.upperRight{
    float:right;text-align:right;margin-top:-78px;font-size:14px;position:relative;z-index:16
}
.steps_search.grid_16{
    margin:0 0 20px 0;
}
.steps_search > .grid_1{
    width:30px;margin-right:0;padding-top:20px;
}
.steps_search > .grid_2{
    width:76px;
}
.steps_search > .grid_3{
    font-size:14px;
    line-height:18px;
    padding-top:10px;
    width: 201px;
    margin-right: 14px;
    margin-left:0;
    /*letter-spacing: 1px;*/
    font-weight: bold;
}
.steps_search > .grid_3.cheat{
    padding-top:19px;
}
.steps_search > .grid_3.cheat.leftaligntext{
    text-align: left !important;
}
.steps_search > .grid_1 > img {
    width:30px;height:30px;
}

/* email specialist a yes no question box in profile, needs clean up */
.email_specialist.grid_4{
    overflow:  visible !important;
    width: 270px;
    padding: 10px 0 10px 10px;
}
.email_specialist#asker_form{
    width: 290px;
}
.email_specialist {color: #000066;}
.email_specialist.grid_4 {
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
}
.email_specialist.grid_4 > img{
    width: 25px;
    height: 32px;
    margin-right: 5px;
}
.email_specialist.grid_4 > span {
    /*width: 190px;*/
    width: 230px;
}
.email_specialist#asker_form > span {
    width: 290px;
}
.email_specialist.grid_4 > img, .email_specialist.grid_4 > span{
    float: left;
}
.email_specialist.grid_4 .askbutton, .email_specialist.grid_4 .submitbutton, .email_specialist.grid_4 .canyouhelpbutton {
    float: right;
    margin: 0 10px 0 0;
}
#asker.email_specialist.grid_4 .graytext{
    margin:4px 0 0 30px;
}
.recaptcha_wrapper .messages{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    display:none;
}
#bookspecialist .close_x, #cartformview .close_x, #dashboardnotices div.close_x{
    background: url(../images/close_gray.png) right top no-repeat;
    text-align: left;
    padding: 0 32px 6px 0;
    height: 32px;
    margin: -16px -16px 0 0;
    cursor: pointer;
}

#notcompleted{
    position: fixed !important;
}

#dashboardnotices div.close_x{
    margin: -2px 0 0 0 !important;
}
.recaptcha_wrapper{
    display: none;
}
#recapt.email_specialist{
    margin-left: -14px;
    width: 320px;
    color: #000;
}
.recaptcha_wrapper .submitbutton{
    margin: 5px;
}
.error_x{
    background: url(../images/redx.png) left top no-repeat;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
}
.pad_top_5 {
    padding-top:5px;
}
.pad_bottom_10 {
    padding-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.mb10 {
    margin-bottom:10px;
}
.pr20 {
    padding-right:20px;
}

/* newer calendar styles */
.navy_blue {
    color:#27404A;
    border-color:#27404A;
}
.navy_blue_bg {
    background:#27404A;
}
.dark_gray {
    color:#444;
}
.calendar_options_item_a {
    display:inline-block;
    margin:2px 10px 2px 0px;
    font-size:.8em;
    padding:5px 10px;
    font-weight:bold;
}
.calendar_options_item_a:hover, .calendar_options_item_a.active {
    color:#fff;
    cursor:pointer;
    background:#27404A;
    border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
}
.calendar_options_item_b {
    padding:6px 15px;
    background:#ccc;
    font-size:.85em;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    margin-right:15px;
}
.calendar_options_item_b.active, .calendar_options_item_b:hover {
    background:#27404A;
    color:#fff;
    cursor:pointer;
}
.calendar_option_item_c {
    background:none;
    color:#444;
}
.calendar_option_item_c.active, .calendar_option_item_c:hover {
    background:#27404A;
    color:#fff;
    cursor:pointer;
}
.calendar_option_item_d {
    display:inline-block;
    position:relative;
    margin-bottom:-5px;
    height:10px;
    /*width:10px;*/
    padding:5px;
    margin-right:15px;
}
.calendar_option_item_d img{
    cursor:pointer;
    width:15px;
    height:20px;
    position:absolute;
    top:0px;
}
.calendar_option_item_e {
    display:inline-block;
    margin-bottom:-5px;
    height:10px;
    width:10px;
    padding:5px;
    margin-right:5px;
    color:#444;
}
.calendar_option_item_e.active, .calendar_option_item_e:hover {
    background:#27404A;
    color:#fff;
    cursor:pointer;
}
.calendar_option_item_f {
    color:#444;
    padding:5px;
}
.calendar_option_item_f.active, .calendar_option_item_f:hover {
    color:#fff;
    background:#27404A;
    cursor:pointer;
}
.calendar_option_item_f_tag {
}
.calendar_option_item_f.active .calendar_option_item_f_tag, .calendar_option_item_f:hover .calendar_option_item_f_tag {
    color:#fff;
}
.calendar_option_save_button {
    padding:6px 15px;
    background:#27404A;
    font-size:.85em;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    margin-right:15px;
    color:#fff;
}
.calendar_option_save_button.active, .calendar_option_save_button:hover {
    background:#5a737d;
    color:#fff;
    cursor:pointer;
}
.active2 {
    background:white;
    color:red;
}
.calendar_options {
    padding: 5px 10px;
}
.calendar_options_wrapper {
    background:rgba(255, 255, 255, 0.25);
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    min-height:560px;
}
.calendar_options_section {
    display:none;
}
.calendar_save {
}
/* check this, must be careful*/
.left {
    float:left;
    position:relative;
}
.right {
    float:right;
    position:relative;
}

.calendar_radio {
    margin-bottom:-4px;
    width:8px;
    height:8px;
    background:#fff;
    border:4px solid #fff;
    display:inline-block;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.calendar_radio_wrapper {
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    padding:5px 10px;
    margin-right:20px;
}
.calendar_radio_wrapper.active, .calendar_radio_wrapper:hover{
    background:#fff;
    cursor:pointer;
}
.calendar_radio_wrapper.active .calendar_radio, .calendar_radio_wrapper:hover .calendar_radio {
    background:#555;
}
.padding_5 {
    padding:5px;
}
.week_options, .month_options, .both_options {
    display:none;
}

.bookmebuttons .grid_4{
    width: 260px;
}
.bookmebuttons .grid_4 > .code, .bookmebuttons .grid_4 > .code_live, .bookmebuttons .codeanddemo {
    display:none;
}
.bookmebuttons .codeanddemo div.oneandhalf_spacing{
    margin-bottom: 10px;
}
.bookmebuttons .grid_4 img{
    cursor: pointer;
    margin-bottom: 20px;
    float: right;
    vertical-align: middle;
    display: block;
    padding: 10px;
}
.bookmebuttons .grid_4 img.active{
    border: 5px solid #fff;
    padding: 5px;
}
.bookmebuttons #target_textbox{
    height: 125px;
    line-height: 150%;
}


/* guiders*/
#profileintro {
    position: fixed !important;
    top: 40% !important;
    text-align: center;
    padding: 10px;
}
/*#bookspecialist,*/
/*#emailvalidate,*/
#phoneverify {
    position: fixed !important;
    top: 20% !important;
    left: 20% !important;
    text-align: left;
    padding: 10px;
    border: 10px solid #333;
    box-shadow: none;
}

#cartformview, #dashboardnotices {
    position: fixed !important;
    top: 10% !important;
    left: 20% !important;
    text-align: left;
    padding: 10px;
    border: 10px solid #333;
    box-shadow: none;
}
#dashboardnotices{
    min-height: 250px;
}
#guider_overlay{
    z-index: 200 !important;
}
#guider_overlay > span {
    padding-top: 45%;
    margin-left:40%;
    color: #fff;
    font-size: 24px;
}
.grid_6_full_widthed{
    width: 50%;
    float: left;
    display: block;
}


#profileintro .guider_description{
    line-height: 150%;
    margin-bottom: 10px;
}
#bookspecialist .guider_button, #profileintro .guider_button, #emailvalidate .guider_button,  #askspecialist .guider_button{
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
}
#bookspecialist .guider_button{
    position: absolute;
    top: -56px;
    right: 20px;
    font-size: 24px;
}
#askspecialist .guider_button{
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 24px;
    line-height: 125%;
    text-decoration: none;
}
/*#emailvalidate .guider_button{
    font-size: 16px;
    margin: 0 7px !important;
    text-align: center;
}*/
#bookspecialist .guider_button{
    /*, #emailvalidate .guider_button*/
    line-height: 125%;
    text-decoration: none;
}
/*#emailvalidate .guider_buttons{
    margin-top: -120px;
    margin-bottom: 80px;
    width: 290px;
}*/
#bookspecialist .guider_buttons, #askspecialist .guider_buttons {
    height: 0;
}

#profileintro .guider_buttons{
    height: 24px;
    text-align: center;
}
#profileintro .guider_title {
    margin: 10px 0 0 26px;
    line-height: 120%;
}
/*#bookspecialist .guider_description p{
    font-weight: bold;
    font-size: 28px;
    line-height: 125%;
    padding-top: 40px;
}*/
#phoneverify .guider_description{
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
}
/*#emailvalidate .guider_description {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 80px;
}*/
/*#bookspecialist .guider_content, */
/*#emailvalidate .guider_content, */
#phoneverify .guider_content{
    height: 305px;
    background: url('../images/2ndMD_med.png') no-repeat 15px 5px;
    padding-left: 380px;
    margin: 0 10px 10px 0;
    position: relative;
}
/*#emailvalidate .guider_description{
    height: 225px;
}*/
#phoneverify h1.guider_title {
    color: #333;
    font-family: forza, arial, sans-serif;
    margin:  10px 0 10px 20px;
    font-size: 28px;
    text-align: center;
}
#phoneverify .phone {
    color: #333;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 5px 0;
    padding: 5px 0;
    background: #ffff66;
}

#phoneverify a {
    background: -moz-linear-gradient(top, #5CA9FF 0%, #3D79C3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5CA9FF), color-stop(100%, #3D79C3));
    background-color: #4A95E0; /* overruled by background gradient, in browsers where they exist */
    border: solid 1px #4B5D7E;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    min-width: 40px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    margin:  5px 0;
    /* Rounded corners */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* End rounded corners */
}
#phoneverify a:hover {
    background: -moz-linear-gradient(bottom, #5CA9FF 0%, #3D79C3 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #5CA9FF), color-stop(100%, #3D79C3));
    background-color: #4B5D7E; /* overruled by background gradient, in browsers where they exist */
    border: solid 1px #4A95E0;
}
#phoneverify a.big{
    font-size: 20px;
    line-height: 150%;
}
#phoneverify .primary-button{
    margin-right: 20px;
}


/* new style guiders*/
.guider_content.info{
    margin: 0 !important;
}
.new_modal.guider .guider_content.info > h1{
    border-bottom: 1px dotted #333;
    margin-bottom: 0 !important;
    padding: 18px 18px 18px 105px;
    background: url(../images/2ndMD_modal_header.png) 18px 18px no-repeat;
    height: 60px !important;
    width: 539px !important;
    text-align: left !important;
    background-size: 12.5% 70%;
}
.new_modal.guider.title_font_23 .guider_content.info > h1{
    font-size: 23px !important;
}
.new_modal.guider .guider_content.info > h1.singleline{
    line-height: 60px !important;
}
.new_modal.guider .guider_content.info .guider_description{
    padding: 18px;
}
.new_modal.guider .guider_content.info .guider_description ul > li{
    font-size: 12px !important;
    /*color: #333 !important;*/
    color: #333;
    margin: 8px 0 8px 0;
    padding-bottom: 0;
}
.new_modal.guider .guider_content.info .guider_description ul.bulleted{
    margin: 0 0 0 14px !important;
    padding-right: 0 !important;
    text-align: left !important;
}
.new_modal.guider {
    position: fixed !important;
    top: 10% !important;
    left: 25% !important;
    text-align: left;
    padding: 0;
    border: 1px solid #333;
    box-shadow: 0 2px 5px #000;
}
.new_modal.guider .guider_content.info .guider_description{
    color: #333;
}
.new_modal.guider .guider_form_response {
	float:right;
	height: 35px;
	line-height: 35px;
}
.new_modal.guider .alpha {
    margin-right: 12px;
}
.new_modal.guider .omega {
    margin-left: 12px;
}
.new_modal.guider .guider_close {
    background: url(../images/close_gray_whitebg.png) right top no-repeat;
    text-align: left;
    padding: 0 32px 0 0;
    height: 32px;
    margin: -114px -16px 0 0;
    cursor: pointer;
}
.new_modal.guider .guider_close:hover {
    background-position: right bottom;
}
.new_modal.guider .grid_5 textarea{
    min-width: 287px;
    max-width: 287px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 60px;
}
.new_modal.guider .grid_5 input[type=text]{
    width: 287px;
}
.new_modal.guider input[type=text], .new_modal.guider input[type=password]{
    margin-bottom: 10px;
    padding: 5px;
}
.new_modal.guider select{
    margin-bottom: 10px;
    padding: 4px;
}
.new_modal.guider .guider_description p {
    font-size: 13px;
    color: #333 !important;
    text-shadow: none !important;
    font-weight: normal !important;
    margin: 10px 0 0 0;
    line-height: 1.25em;
    /*text-align: left !important;*/
    text-align: left;
}
.new_modal.guider .guider_description a.bluelink {
    line-height: 1.25em;
}
.new_modal.guider .guider_description h2 {
    font: normal 18px Arial, sans-serif !important;
    text-align: left;
}
.new_modal.guider .generic_form label{
    color: #333 !important;
    text-shadow: none !important;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
    line-height: 1.25em !important;
    font-size: 1em;
}
.new_modal.guider .generic_form .leftform{
    margin: 0 7px 0 0 !important;
}
.new_modal.guider .generic_form .rightform{
    margin: 0 0 0 7px !important;
}
.new_modal.guider .grid_6 .generic_form .fullwidth{
    min-width: 334px;
    max-width: 334px;
}
.new_modal.guider .grid_6 .generic_form .partialwidth{
    min-width: 280px;
    max-width: 280px;
}
.new_modal.guider .generic_form .empty{
    color: #999 !important;
    border: 2px solid #003399 !important;
}

.recaptcha_wrapper .grid_6{
    width: 318px !important;
}
.recaptcha_wrapper .grid_4{
    width: 283px !important;
}
#equation {
    margin: 7px 0 0 0 !important;
}
#input_sum {
    width: 40px !important;
}


@font-face {
    font-family: Forza;
    font-weight: 400;
    font-style: normal;
    src: url('../font/Forza-Book.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-weight: 600;
    src: url('../font/Forza-Medium.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-weight: 100;
    src: url('../font/Forza-Thin.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-weight: 200;
    src: url('../font/Forza-Light.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-weight: 700;
    src: url('../font/Forza-Bold.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-weight: 800;
    src: url('../font/Forza-Black.otf') format("opentype");
}
@font-face {
    font-family: Forza;
    font-style: italic;
    src: url('../font/Forza-MediumItalic.otf') format("opentype");
}


#clintvideo2 > a{
    display: block;
    width: 250px;
    height: 142px;
    background:  url(../images/new/frontpagevimeo.png) no-repeat center top;
}
#clintvideo2 > a:hover {
    background-position: center bottom;
}
#peace_of_mind_video, #our_story_video {
    display: block;
    width: 100px;
    height: 57px;
    background:  url(../images/new/vimeosmall.png) no-repeat;
}
#peace_of_mind_video{
    background-position: right top;
}
#peace_of_mind_video:hover {
    background-position: right bottom;
}
#our_story_video{
    background-position: left top;
}
#our_story_video:hover {
    background-position: left bottom;
}
.progress_header {
    margin-top: 8px;
    color: #fff;
    font-family: Forza, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


/* new front page*/
.new .header{
    background: #fff url('../images/new/Header.png') repeat-x;
    height: 101px;
    width: 100%;
    min-width: 1038px;
}
.new .header .loginlinks{
    margin-top:30px;
}
.new .header .loginlinks a, .new .header .loginlinks span{
    padding: 0px;
    display: inline-block;
}

.new .main_menu{
    padding: 20px 0;
    width: 1038px;
}
.fresh .main_menu{
    padding: 0 0 15px 0;
    width: 1038px;
}

.new .main_menu > div.grid_16{
    text-transform: uppercase;
    background: rgb(186, 193, 199);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);
    padding: 0 15px;
    margin:  0;
    width: 1008px;
}
.new .main_menu div.grid_16 > ul{
    /*line-height: 2em;*/
    line-height: 2em;
    font-size: 16px;
    font-family: Forza, Arial, sans-serif;
    font-weight: 700;
}

.new .main_menu div.grid_16 input[type=text]{
    width: 95px;
    /*float: right;*/
    /*padding: 2px 25px 2px 4px;*/
    font-size: 14px;
    /*margin: 5px 20px 0 0;*/
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-collapse: collapse;
    /*opacity: 0.75;*/
    /*filter: alpha(opacity=75);*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
    background: #FFF url(../images/new/inputbg_button.png) right top no-repeat;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF);*/
}
.new .main_menu div input[type=text].default{
    background: #fff url(../images/new/inputbg.png) right top no-repeat;
}
.new .main_menu div input[type=text]:hover{
    background-position: right bottom;
}
.new .main_menu div input[type=text]:hover{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;

    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.new .main_menu div form .select_input{
    right: 12px;
}
.new .main_menu div form .searchbutton{
    /*position:absolute;*/
    position: relative;
    width:20px;
    height:20px;
    right:0;
    margin-left:-25px;
    border:none;
    background:  transparent url(../images/new/searchbutton.png) top center no-repeat;
}
.new .main_menu div form .enabled.searchbutton:hover {
    background-position: bottom center;
}
.new .main_menu div form .enabled.searchbutton, .new .main_menu div form .enabled.searchbutton:hover {
    cursor: pointer;
}
.new .fixedadd{
    position: fixed !important;
    z-index: 100 !important;
    left: 50%;
    top: 0;
    margin:0 0 0 -519px;
    /*padding: 0 !important;*/
    padding: 0 15px !important;
}

.new .semitrans {
    background: rgba(255, 255, 255, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
}

.new .main_menu.fixed{
    position: fixed !important;
    left: 50%;
    top: 0;
    margin:0 0 0 -519px;
    padding: 0 !important;
    /*background: #246498;*/
    background: #333 !important;
    z-index: 100;

    /*box-shadow: 1px 1px 3px rgba(0, 51, 153, 0.5);*/
    /*border: 1px solid rgba(0, 51, 153, 0.5);*/
}
.new .main_menu.fixed_40{
    position: fixed !important;
    left: 50%;
    top: 40px;
    margin:0 0 0 -519px;
    padding: 0 !important;
    /*background: #246498;*/
    background: #333 !important;
    z-index: 100;
}

.new .main_menu.fixed > div, .new .main_menu.fixed_40 > div{
    background: #333 !important;
}
.new .main_menu.fixed > div > ul > li > a, .new .main_menu.fixed_40 > div > ul > li > a {
    color: #ccc;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.new .main_menu.fixed > div > ul > li > a.selected, .new .main_menu.fixed > div > ul > li > a:hover,
.new .main_menu.fixed_40 > div > ul > li > a.selected, .new .main_menu.fixed_40 > div > ul > li > a:hover {
    line-height: 2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid #fff;
    /*border-collapse: collapse;*/
}
.main_menu > div > ul > li {
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    float: left;
}

.main_menu > div > ul > li > a {
    color: #003366;
    padding: 5px 10px;
    font-size: .90em;
    text-decoration: none;
}
.main_menu > div > ul > li > a.selected, .main_menu > div > ul > li > a:hover {
    background: none;
    color: #fff;
}
.main_menu > div > ul > li > a.homeicon {
    background: transparent url(../images/homeicon.png) center top no-repeat;
    width: 15px;
    font-size: 14px;
    height: 14px;
    overflow: hidden;
}
.main_menu > div > ul > li > a.homeicon:hover, .main_menu > div > ul > li > a.homeicon.selected {
    background-position: center -34px;
}
.main_menu.fixed > div > ul > li > a.homeicon, .main_menu.fixed > div > ul > li > a.homeicon:hover, .main_menu > div > ul > li > a.homeicon.selected {
    background-position: center -34px !important;
}
.main_menu#select_imitate_wrapper{
    padding: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.main_menu > div > ul > li > a.expanded {
    margin: 0 16px;
}
.main_menu > div > ul > li > a.admin_menu {
    /*padding: 0 15px;*/
    padding: 0 12px;
    font-size: .70em;
}

.select_wrapper{
    display: block;
    overflow: hidden;
}
.select_wrapper.birthdate_month, .select_wrapper.birthdate_day, .select_wrapper.birthdate_year{
    float: left;
}
.select_wrapper.birthdate_day select, .select_wrapper.birthdate_year select{
    width: 100px;
}
#select_imitate_wrapper{
    position: relative;
    background: url(../images/trans20.png);
}
#select_imitate_wrapper.fixed{
    position: fixed !important;
    top: 32px;
    margin-top: 0;
}
#select_imitate_wrapper.main_menu.fixed > div{
    background: #fff !important;
}
#select_imitate_wrapper ul{
    height: 22px;
    line-height: 20px;
}
#select_imitate_wrapper .frontpage_selectbox{
    top: 24px;
    right: 16px;
    position: absolute;
}
#select_imitate_wrapper .frontpage_selectbox li{
    width: 410px;
}
#select_imitate_wrapper > ul {
    margin: 2px 16px 0 0 ;
    background: url("../images/new/inputbg_button.png") no-repeat scroll right top #FFFFFF;
}
#select_imitate_wrapper > ul > li{
    background: url("../images/downarrow.png") no-repeat scroll right top transparent;
}
#select_imitate_wrapper > ul > li:hover, #select_imitate_wrapper > ul:hover{
    background-position: right bottom;
}
#select_imitate_wrapper ul > li{
    line-height: 20px;
    font-weight: normal;
    padding-left: 4px;
}
.new .side_menu ul li{
    /*line-height:1.7em;*/
    padding: 10px 0;
    clear: both;
}

.new .side_menu ul a.selected, .new .side_menu ul a:hover, .new .process ul.progress_steps a.active, .new .process ul.progress_steps a:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset, 1px 1px 3px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 51, 153, 0.5);
    border-collapse: collapse;
    background: rgba(0, 51, 153) transparent;
    background: #003366;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C003399, endColorstr=#0C003399);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C003399, endColorstr=#0C003399);
    background: rgba(0, 51, 153, 0.25);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.new .side_menu ul a, .new .process ul.progress_steps a{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    font-family: Forza, Arial, sans-serif;
}
.new .process ul.progress_steps li, .new .process ul.progress_steps li:hover, .new .process ul.progress_steps li.active {
    border: 0;
    border-collapse: collapse;
    background: transparent;
}

.new .process ul.progress_steps li{
    margin: 0;
    padding: 5px 5px 0;
}

.new .side_menu.fixed {
    position: fixed;
}
.new .side_menu.fixed.toppos {
    top: 72px;
}
.new .side_menu.fixed.bottom {
    bottom: 140px;
}

.new #logo {
    background: none;
    display: block;
    height: 81px;
    width: 438px;
    margin: 20px 0 0 0;
}
.new #logo img {
    border: 0;
    width: 324px;
    height: 60px;
}
.new .footer{
    background:  #003366;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: 200;
    min-width: 1038px;
    font: 14px/20px Forza, Arial, sans-serif;
    padding: 20px 15px;
}
.new .footer a{
    text-decoration: none;
    text-align: center;
}
.new .footer div.grid_2{
    border-right: 1px solid #FFF;
    margin: 0;
    width: 110px;
}
.new .footer div.grid_1{
    border-right: 1px solid #FFF;
    margin: 0;
    width: 70px;
}
.new .footer #copyright{
    text-align: right;
    margin-top: 10px;
}
.new .footer .social_container{
    margin-top: 10px;
}

.new .header .social_container{
    margin-top: 20px;
}

.new .white_bg, .new .white_bg_opaque {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.new .trans_box {
    box-shadow: 0 1px 10px rgba(0, 51, 153, 0.25) inset;
    border: 1px solid rgba(0, 51, 153, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-collapse: collapse;
    background: rgba(0, 51, 153, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C003399, endColorstr=#0C003399);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C003399, endColorstr=#0C003399);


    font-size: 14px;
    line-height: 1.5em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 250px;
    height: 142px;
}
.new .trans_box h3.question, .new .trans_box img{
    float:left;
}
.new .trans_box > img, .new .trans_box > .spriter{
    margin-right:10px;
    margin-left: 20px;
}
.new .trans_box h3.gift {
    /*line-height: 48px;*/
    line-height: 1.5em;
    margin-top: 20px;
}
.new .trans_box h3.question {
    width: 180px;
    text-align:left;
    line-height: 1.5em;
}
.new .trans_box h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    text-shadow: none;
    font-family: Forza, Arial, sans-serif;
    font-weight: bold;
}
.new .middletri_col {
    margin:30px 20px 0 20px;
    text-align: center;
}
.new .middletri_col.first {
    margin:25px 20px 0 20px;
    text-align: left;
}
.new .middletri_col h2{
    font-family: Forza, Arial, sans-serif;
    color: #003366;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
    float: left;
}
.new .middletri_col h2 > img{
    vertical-align: middle;
    float: left;
    margin: 0 10px 0 0;
}
.new .middletri_col h2 > .spriter{
    margin: 10px 10px 0 0;
}
.new .middletri_col h2 > span{
    float:left;
    margin-top: 10px;
    line-height: 150%;
}
.new .middletri_col a {
    text-shadow: none;
    line-height: 1.25em;
}

.new .search_col h2{
    font-family: Forza, Arial, sans-serif;
    color: #003366;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.new .search_col h2 img{
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.lightblue_text{
    color: #66ccff;
}

.new .inpage_search {
    background: #cccccc;
    text-transform: uppercase;
    font-family: Forza, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.new .info {
    text-align: justify;
    margin: 0 0 40px 30px;
}
.new a > h1.hugetext, .new a > h2.graytext,.new h1 a, .new h2 a {
    text-decoration: none !important;
}

.new  hr{
    /*margin: 30px 50px 30px 50px;*/
    margin: 0 50px 0 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
    border: 0;
    border-bottom: 1px solid #000;
}
.new  hr.evenmargins{
    margin-top: 30px;
}

.new .info .clientsignup {
    width:185px;
    height:38px;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}
.new .info .clientsignup img{
    margin: 0;
}
.new .info .clientsignup:hover img{
    margin-top: -36px;
}
.new .info .social_container_32 a{
    font-size: 14px;
    line-height: 32px;
    width: 200px;
}
.new .info p, .new .info span.paraformat{
    line-height: 1.5em;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.new .info p.right{
    text-align: right;
}
.new .info p.indented{
    margin-left: 20px;
}
.new p.indented_40{
    margin-left: 42px;
}
.new .info p span.emphasis, .new .info p.emphasis , .new .info li span.emphasis  {
    font-family: Forza, Arial, sans-serif;
    font-style: italic;
    color: #333;
}
.new .info li span.emphasis.noitalic  {
    font-style: normal;
    font-weight: 600;
}
.new .info .righttext {
    text-align: right;
}
.new .info .lefttext {
    text-align: left;
}
.new .info .benefits {
    margin-bottom: 10px;
}

.new .info .benefits .table_wrap{
    margin: auto;
    width: 100%;
    font-size: 12px;
}
.new .info .benefits .table_wrap img{
    width: 20px !important;
}
.new .info .benefits .table_wrap table tbody td{
    height: 14px;
    padding: 0 14px !important;
}
.new .info h2, .newpress h2, .new h2.forza, .new .info span.headingformat {
    font-size: 20px;
    line-height: 1.25em;
    font-family: Forza, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}
.new .info h2.nobottommargin{
    margin: 20px 0 0 0;
}
.new .info h2.nobottommargin_top10{
    margin: 10px 0 0 0;
}
.new .info h2 img{
    vertical-align: middle;
}
.new .info .oneandhalf_text{
    font-size: 1.5em;
}

.new .info h1{
    font-size: 24px;
    line-height: 1.25em;
    font-family: Forza, Arial, sans-serif;
    font-weight: 600;
    /*text-align: left;*/
    color: #333;
    margin: 0 0 20px 0;
}
.new .info h1 a, .new .info h2 a,.new .info h3 a, .new .info h1 a:hover, .new .info h2 a:hover,.new .info h3 a:hover{
    color: #333;
    text-decoration: none;
}
.new .info h1.extramargin{
    margin-bottom: 40px;
}
.new .info h2.extramargin{
    margin-bottom: 20px;
}
.new .clear.extramargin{
    height: 30px;
}
.new .info .imagewrapper > img, .new .info .imagewrapper > a > img{
    width: 100%;
}
.new .info .imagewrapper.extrapadding > img, .new .extrapadding {
    padding-bottom: 25px;
}
.new .info .grid_4.imagewrapper > img, .new .info .grid_4.imagewrapper > a > img{
    width: 100%;
    margin-top: 20%;
}
.new .info .extratoppadding{
    padding-top: 40px;
}

.new .info ul{
    font-size: 14px;
    margin: 0 0 20px 40px;
}
.new .info li{
    line-height: 150%;
    margin-bottom: 14px;
}

.new .info ul.bulleted {
    font-size: 14px;
    margin: 0 0 0 40px;
}
.new .info ul.bulleted li{
    line-height: 125%;
    margin-bottom: 0;
}
.new .info .forza{
    font-family: Forza, Arial, sans-serif;
    font-weight: 600;
}

.specialistscroller{
    overflow:hidden;
    position:relative;
    text-align: center;
    width: 928px !important;
    height: 116px;
    margin: 0;
    padding:0;
}
.specialistscroller .specialist_spin{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 928px !important;
    height: 116px;
    margin: 0;
    padding:0;
}
.specialistscroller ul{
    margin: 0;
    /*width:173px;*/
    padding:0;
    /*margin-left:10px;*/
}

.specialistscroller li{
    position: relative;
    width:100px;
    /*margin: 0 10px;*/
    margin: 0 8px 0 8px;
    padding: 0;
    height: 116px;
    float:left;
    clear:none !important;
    /*margin: 10px 0 !important;*/
    display: block;
}
.specialistscroller img{
    padding: 0 !important;
    /*margin: 20px 0 0 0 !important;*/
    margin: 0;
    width:100px;
    height: 116px;
    cursor: pointer;
    position:absolute;
    top:0;
    left:0;
}

.specialistscroller li > p {
    padding: 3px 0 3px 0;
    margin: 0;
    width:100px;
    bottom:0;
    left:0;
    position: absolute;
    background-color:#99cc66;
    font-size:10px;
    color: #000000;
}
.new td .floatingbox.specialist_info_scroll{
    padding: 20px !important;
    margin: 0 !important;
    width:173px;
    height: 200px;
    cursor: pointer;
    /*background: #FFF;*/
    color: #000;
    /*float: left;*/
    float:left;
    text-align: left;
    display: block;
    overflow: hidden;
}
.new td img.fetchpic{
    width: 173px;
    height: 200px;
}
.new h1.hugetext{
    font-size:36px;
    font-family: Forza, Arial, sans-serif;
    font-weight: 600;
    text-align:center;
    line-height: 150%;
}
.new h2.graytext{
    text-align: center;
    font-size: 20px;
}
/*.new hr{*/
/*margin: 40px 100px 20px 100px;*/
/*clear: both;*/
/*}*/
.new .benefits_frontpage.grid_3{
    width: 165px;
    margin:10px 0 0 0;
    text-align:center;
    padding:0;
}
.new .quotes_frontpage.grid_5{
    text-align:center;
    font-size: 14px;
    line-height: 1.5em;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
    width: 322px;
}
.new .quotes_frontpage.grid_5 .smalltext {
    font-size: 12px;
}
.new .quotes_frontpage.grid_5 img{
    margin: 16px 0;
}
.new .shadowedimage {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.new .quotes_frontpage.grid_5 .darkbluetext {
    line-height: 1em;
}
.new .banner.grid_16 {
    width: 1038px;
    height: 328px;
    overflow: hidden;
    margin: -20px 0 0 -16px;
    position: relative;
}
.new .banner.grid_16 h1{
    font-size: 42px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    color: #fff;
    font-family: Forza, Arial, sans-serif;
    line-height: 110%;
    font-weight: 600;
}
.new .banner.grid_16 h2{
    font-size: 20px;
    text-align: left;
    line-height: 150%;
    margin: 10px 0;
    font-weight: 400;
}
.new .banner_inner {
    width: 998px;
    height: 288px;
    padding: 20px;
    float: left;
    position: relative;
}
.new #banner1 {
    background:  url(../images/new/specialistbanner.jpg);
}
.new #banner2 {
    background:  url(../images/new/mombanner.jpg);
}
.new #banner3 {
    background:  url(../images/new/clintbanner.jpg);
}
.new .banner.grid_16 a.getstarted_button{
    height: 37px;
    width: 162px;
    overflow: hidden;
    cursor: pointer;
    margin-left: -4px;
    margin-top: 16px;
    display: block;
    background: url(../images/new/GetStartedButton.png) center top;
    text-decoration: none;
}
.new .banner.grid_16 a.getstarted_button:hover{
    /*margin-top: -40px;*/
    background-position: center bottom;
}

.new .banner.grid_16 a.momhand_button{
    float:left;
    height: 100px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: url(../images/sprite/spriteindex.png) 0 -200px;
}
.new .banner.grid_16 a.momhand_button:hover{
    background-position: -100px -200px;
}
.new .banner.grid_16 a.homegift_button{
    float:left;
    margin-left: 20px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: url(../images/sprite/spriteindex.png?asdf) 0 -300px;
}
.new .banner.grid_16 a.homegift_button:hover{
    background-position: -100px -300px;
}
.new .bannertag {
    display: block;
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 125%;
    margin: 40px 0 0 781px;
    width: 165px;
    padding: 10px 10px 10px 87px;
    height: 92px;
    background:  transparent url(../images/new/newflagthing.png) bottom no-repeat;
}
.new .bannertag:hover{
    color: #fff;
}

.new .bannernav .nav {
    text-align: right;
    margin: -20px 20px 60px 0;
    min-width: 114px;
}
.new .bannernav .nav a{
    float: right;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.new .bannernav .nav a.prev{
    background:  url(../images/sprite/spriteindex.png) -100px -50px no-repeat;
}
.new .bannernav .nav a.prev:hover, .new .bannernav .nav a.prev.active {
    background:  url(../images/sprite/spriteindex.png) -100px -80px no-repeat;
}
.new .bannernav .nav a.next{
    background:  url(../images/sprite/spriteindex.png) -150px -50px no-repeat;
}
.new .bannernav .nav a.next:hover, .new .bannernav .nav a.next.active {
    background:  url(../images/sprite/spriteindex.png) -150px -80px no-repeat;
}
.new .bannernav .nav a.playpause{
    background:  url(../images/sprite/spriteindex.png) -50px -50px no-repeat;
}
.new .bannernav .nav a.playpause:hover, .new .bannernav .nav a.playpause.active {
    background:  url(../images/sprite/spriteindex.png) -50px -80px no-repeat;
}
.new .bannernav .nav a.play{
    background:  url(../images/sprite/spriteindex.png) 0 -50px no-repeat;
}
.new .bannernav .nav a.play:hover, .new .bannernav .nav a.playpause.active {
    background:  url(../images/sprite/spriteindex.png) 0 -80px no-repeat;
}
.new .bannernav {
    position: absolute;
    z-index: 10;
    margin: 10px 0 0 900px;
}
.new .bannernav_social {
    position: absolute;
    z-index: 10;
    margin: 280px 0 0 0;
}

.new .bannertag h3{
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
}
.new .bannertag h3 span{
    font-size: .75em;
    margin-left: 4px;
}

.new .scroll_right{
    width: 30px;
    height: 30px;
    background:  url(../images/sprite/spriteindex.png) -150px -50px no-repeat;
    overflow: hidden;
    display: block;
    float: left;
    margin:  43px 0 0 0;
}
.new .scroll_right:hover, .new .scroll_right.active {
    background:  url(../images/sprite/spriteindex.png) -150px -80px no-repeat;
}
.new .scroll_left{
    width: 30px;
    height: 30px;
    background:  url(../images/sprite/spriteindex.png) -100px -50px no-repeat;
    overflow: hidden;
    display: block;
    float: left;
    margin:  43px 10px 0 -2px;
}
.new .scroll_left:hover, .new .scroll_left.active {
    background:  url(../images/sprite/spriteindex.png) -100px -80px no-repeat;
}

.new .scroll_tab{
    background: transparent !important;
}

.new .allofthespecialists.grid_16 {
    width: 1000px;
}

/*.jquerybubblepopup-top-middle {*/
/*text-align: right;*/
/*}*/
.new .banner .videonavi{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.new .aboutus img{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.new p.aboutus {
    margin-top: 20px;
}
.new .aboutus.odd img, .new .aboutus.odd div.aboutus_text {
    float: left;
}
.new .aboutus.odd div.aboutus_text {
    margin-left: 20px;
}
.new .aboutus.even img, .new .aboutus.even div.aboutus_text  {
    float: right;
}
.new .aboutus.even div.aboutus_text {
    margin-right: 20px;
}
.new .aboutus.odd div.aboutus_text, .new .aboutus.even div.aboutus_text {
    width: 500px;
}

.new .aboutus.odd div.aboutus_text h1, .new .aboutus.odd div.aboutus_text h2 , .new .aboutus.odd div.aboutus_text p {
    text-align:left;
}

.new h2.grid_2 img {
    margin-right: 5px;
}

.new .aboutus.even div.aboutus_text h1, .new .aboutus.even div.aboutus_text h2, .new .aboutus.even div.aboutus_text p {
    text-align:right;
}
.new .hover_link.specialist.accept{
    cursor: pointer;
}
.new .clear.extrapadding_10 {
    padding:5px 0;
}
.new .info.lefttext{
    text-align: left !important;
}
/*.new .browserlinks {*/
/*display: block;*/
/*margin-bottom: 30px;*/
/*}*/
.new .browserlinks a img{
    width: 50px;
}
.new .browserlinks div{
    display: block;
    float: left;
    margin: 0 35px;
    text-align: center;
}
.new .browserlinks{
    margin: 16px 0;
}

.new .clientpre .grid_9 {
    padding-top: 13px;
}
.new .clientpre .grid_2 {
    width: 75px;
}
.new .clientpre .imagewrapper {
    margin-left: 40px;
}
.new .info.clientpre p.medtext{
    font-size: 16px;
}
.new .clientpre .grid_8{
    width: 460px;
}
.new .clientpre .grid_8.omega{
    padding-left: 30px;
    margin-left: 0;
    border-left: 1px dashed #fff;
}
.new .clientpre .grid_8.alpha{
    padding-right: 37px;
    margin-right: 0;
}
.new .clientpre .grid_8 .grid_4{
    width: 223px;
}

.nounderline{
    text-decoration: none;
}
.capitalize{
    text-transform: capitalize;
}
.select_results li{
    padding: 10px;
    border: 2px solid #ccc;
    border-top: 0;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.select_results li:hover {
    background: #fdf9d3;
}

#date_range_controls {
    overflow: hidden;
    float: right;
}
#date_range_controls .button_controls {
    float: right;
}
#date_range_controls .controls_title {
    margin-bottom: 10px;
}
#date_range_controls .date_control {
    float: left;
    margin-left: 20px;
}

.appticon{
    vertical-align: middle;
    margin: -4px 2px 0 2px;
}
.showinfo {
    line-height: 1.25em;
    display: none;
}
.showinfo p {
    margin-bottom: 10px;
}
.faq.shortheadings h1, .faq.shortheadings h2, .faq.shortheadings h3 {
    display: inline;
    clear: none;
    margin: 0 5px !important;
    color: #fff !important;
}
.faq.shortheadings > a > h2{
    color: #000066 !important;
}

.faq h2 {
    margin: 0 30px !important;
    line-height: 24px !important;
    color: #000066 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: arial, sans-serif !important;
    font-weight: normal !important;
}

.sitemap h2, .sitemap ul{
    display: inline;
    float: left;
}
.sitemap h2 {
    width: 110px;
    text-align: right;
    padding-right: 10px;
    margin-top: 20px !important;
}
.sitemap ul{
    border-left: 1px solid #333;
    padding-left: 10px;
    margin: 20px 8px 20px 0 !important;
    width: 100px;
}
.requested_appt_square {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */
    padding-top:5px;
    padding-bottom:5px;
}

.requested_appt_square > * {
    padding-left:5px;
    padding-right:5px;
}

.flag {
    width: 16px;
    height: 11px;
    background:url(../images/flags.png) no-repeat;
}
.ssn_tin_text {
    line-height: 32px;
}

.inbox_controls {
    float: right;
    margin-top: -10px;
}
.inbox_controls > ul {
    list-style-type: none;
    position: relative;
}
.inbox_controls > ul > li {
    float: left;
    padding-right: 20px;
    font-weight: bold;
    cursor: pointer;
}
.inbox_count {
    color: #ffff99;
}

.demo-inbox h3 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior: url(../js/pie/pie.htc);*/
    background: url("../images/sprite_accordion_title_bg_inbox.png") repeat scroll 0 0 transparent;
    height: 68px;
    color: #42A6CB;
    cursor: pointer;
    font: bold 14px/20px Arial;
    margin-bottom: 0;
    padding: 1px;
    position: relative;
    width: 908px;
}
.inbox_answer {
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ECEAE4;
    padding: 5px;
    position: relative;
}
.demo-show h3 {
    background: none repeat scroll 0 0 #0E487A;
    border-color: #ffffff #ffffff -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    cursor: pointer;
    font: bold 14px/20px Arial;
    margin: 0;
    padding: 3px 5px;
}
.info_answer {
    color: #fff;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-color: -moz-use-text-color #eceae4 #eceae4;
    border-right: 1px solid #ECEAE4;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 15px 10px 20px;
}
#comments, #approvals {
    background: none repeat scroll 0 0 #266CA1;
    display: block;
    height: 230px;
    overflow: hidden;
    padding: 15px;
    width: 314px;
}
.message_table {
    height: 68px;
    width: 908px;
}
.message_table td {
    padding: 5px 0;
    vertical-align: middle;
}
.first_row {
    border-top: 1px solid #E5E5E5;
}
.unread {
    font: bold 11px Arial;
    color: #266CA1;
}
.message_from {
    font: bold 14px/20px Arial;
    color: #42A6CB;
}
.message_action {
    color: #42A6CB;
    font: 11px arial, sans-serif;
    text-decoration: none;
}
.message_from_h {
    color: #42A6CB;
    font: bold 13px arial, sans-serif;
    text-decoration: none;
}
.message_from_h:hover {
    color: #266CA1;
}
.message_date {
    color: #939495;
    display: inline-block;
    font: 11px arial;
    width: 100%;
}
.message_date_h {
    color: #939495;
    font: 11px arial;
}
.message_subject {
    color: #42A6CB;
    display: inline-block;
    font: bold 14px arial;
    width: 100%;
}
.message_subject_old {
    color: #333;
    display: inline-block;
    font: 11px arial, sans-serif;
    width: 100%;
}
.short_desc {
    color: #939495;
    font: 11px arial, sans-serif;
}
.message_details_table {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior: url(../js/pie/pie.htc);*/
    background: #fff;
    color: #333;
    font: 13px arial, sans-serif;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.message_details_table > tbody > tr > td {
    padding: 20px 20px 20px 0;
    vertical-align: top;
}
.message_details_table > tbody > tr > td table td {
    padding: 5px;
    vertical-align: top;
}
.message_details_table  td >a{
    color: #42A6CB;
    font: bold 13px arial, sans-serif;
    text-decoration: none;
}
.message_details_table td >a:hover {
    color: #266CA1;
}

.compose_table {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url(../js/pie/pie.htc);*/
    color: #333;
    font: 13px arial, sans-serif;
    width: 100%;
}
.compose_table td {
    border-bottom: 1px solid #CCC;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.message_header {
    margin-bottom: 5px;
}
.reply_label {
    color: #777;
    font: bold 11px arial, sans-serif;
    margin-right: 10px;
}
.attach_img {
    margin-right: 15px;
    margin-top: -5px;
}
.reply_img {
    margin-right: 15px;
    margin-top: 10px;
}
.message_from_img {
    margin: 0 10px 0 5px;
}
.header_accordion {
    width: 910px;
}
.mes_from {
    color: #42A6CB;
}
.blue {
    color: #42A6CB;
    font: 14px Arial;
}

.spriter {
    background: transparent;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
}
.spriter > img {
    position: absolute;
}

.smallest_text{
    font-size: 8px;
}

.countryerror > .innerwrap{
    margin: 40px;
}

.countryerror .leftcolimages img{
    padding-bottom: 20px;
}
.countryerror textarea{
    min-width: 450px;
    max-width: 450px;
}

.countryerror input[type=text]{
    width: 198px;
}

.countryerror .countryerrorsubmitbutton{
    left: 40px;
}


#survey .checkboxlabels{
    float: left;
    display: inline;
    padding-right: 20px;
    margin-top: 8px;
}
#survey .checkboxlabels input[type=radio], #survey .checkboxlabels label {
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 4px;
}
#survey .checkboxlabels label:hover{
    color: #333;
}
#survey .checkboxlabels input[type=radio]{
    margin-top: 5px;
}
#search_form, #client_search_form{
    display:inline;
    float: left;
    position: relative;
    margin-left: 7.0px;
    margin-right: 7.0px;
    width:490px;
    height: 19px;
}
#client_search_form .search_label{
    width: 140px;
    display: block;
    float: left;
}
.new .info.gift{
    margin:0 20px
}
.new .info.gift .grid_8{
    width:463px;
}
.new .info.gift .grid_8.imagewrapper{
    margin-right:20px;
}
.new .info.gift #giftform textarea{
    width:436px;min-width: 436px; max-width: 436px; min-height: 150px;font-size:16px;
}
.new .info #cantfindform textarea{
    width:277px;min-width: 277px; max-width: 277px; min-height: 100px;font-size:16px;
}
.new .info.gift #giftform input[type=text]{
    width:436px;font-size:16px;
}
.new .info #cantfindform input[type=text]{
    width:277px;font-size:16px;
}
.new .info.gift #giftform input[type=button], .new .info #cantfindform input[type=button]{
    font-size:16px;
}
.grid_5_25{
    width: 45%;
    display: block;
    float: left;
}
#link_search{width:200px}
.generic_form_set_width .grid_5_25 input[type="text"], .generic_form_set_width .grid_5_25 input[type="password"], .generic_form_set_width .grid_5_25 select, .generic_form_set_width .grid_5_25 textarea{
    width: 200px;

}
.margin_bottom_one{
    margin-bottom: 1em;
    display: block;
}
.margin_bottom_two{
    margin-bottom: 2em;
    display: block;
}
#sendMessageGift, #editMessageGift{
    position:fixed;top:80%;left:50%;
}
#editMessageGift{
    margin-left:150px;
}
#sendMessageGift{
    margin-left:265px;
}
#loadingGift{
    position:fixed;top:85%;left:50%;margin-left:460px;
}
#gift_thankyou{
    display:none;
    padding-top: 70px;
    text-align:center;
}
#gift_thankyou p, #gift_sendanother p, #gift_sendanother a{
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
}
#gift_sendanother > .grid_1.push_2{
    left: 132px;
}
#giftform .giftcounter{
    font-size: 12px; color: #ccc; font-family: arial;
}
#giftform .giftcounter > #giftcounter{
    color: #fff;
}
.cantfind.grid_5{
    margin: 0 18px 0 0;
    width: 242px;
}
.cantfind p{
    float: left;
    color: #fff;
    font-size:14px;
    width: 214px;
    font-weight: normal;
    line-height: 200%;
}
.cantfind img{
    float:left;
}
#search_tips{
    margin: 10px 0;
}
#search_tips p, #search_tips img{
    float:left;
    margin-right: 4px;
    cursor: default;
}
#search_tips_popup{
    width: 375px;
}
#search_tips_popup p{
    text-align: left;
    margin-bottom:6px;
}

.darkredtext{
    color: #660000;
}

#clientpreForm.generic_form input[type=text], #clientpreForm.generic_form input[type=password]{
    width: 197px;
}

label.domhover{
    color: #333;
}
label.domhover:hover{
    color: #333 !important;
}

label.domhover:hover a.bluelink{
    text-decoration: underline;
}
/*.completeviewer{*/
/*background: #fff;*/
/*}*/
.legalviewer{
    height: 200px;
    overflow-y: auto;
    padding: 10px 10px 10px 0;
}
.legalviewer > div {
    color: #000;
    line-height: 125%;
    font-size: 12px;
}
.new .info .completeprofilemenu.grid_3{
    width:185px;
    /*background-color: #ccc;*/
    height: 240px;
}

.new .info .completeprofilemenu > ul > li{
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 0;
    padding: 6px 0 6px 10px;
    font-family: Forza, Arial, sans-serif;
    font-weight: 600;
    color: #333;
}
.new .info .completeprofilemenu > ul > li.active{
    /*background-color: #fff;*/
    padding-bottom: 3px;
    border-bottom: 3px solid #333;
}
.new .info .completeprofilemenu > ul {
    /*padding: 10px;*/
}
.new .info .completeviewer .generic_form label{
    color: #333;
    text-shadow:none;
}
.day_span {
    width:200px;
    padding:10px 15px;
    background:#27404A;
    color:white;
    margin:0px;
    display:block;
}
.day_span:hover, .day_span.active{
    background:#2B5A7E;
    cursor:pointer;
}
.times_list > div > p {
    padding:5px 15px;
    display:block;
    position:relative;
    background:#2B5A7E;
    text-align:right;
}

.times_list > div > p.timeodd {
    background:#346D98;
}

.times_list > div > p > span{
    display:inline-block;
    float:left;
    padding-top:5px;
}


a.bluegraylink {
    color: #000066;
    text-decoration: none;
    cursor: pointer;
}
a.bluegraylink:hover {
    color: #666;
    text-decoration: none !important;
}
#notices h1{
    border-bottom: 2px solid #333;
    height: 30px;
    overflow: hidden;
}
#notices,  #notices > div.messages {
    display: none;
    position: relative;
    min-height: 200px;
}
#notices p{
    color: #666;
}
#notices .navigator.grid_4{
    width: 80px;
    margin-top: 10px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
}
#notices .navigator.grid_4 > .grid_1 {
    width: 20px;
}
#notices .navigator.grid_4 > .grid_2 {
    width: 40px;
}
#notices .navigator a{
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
}
.specialty_landing > .grid_8, .specialty_landing > .grid_8 > .grid_8, .specialty_landing > .grid_8 > .grid_8 > .grid_8.nomargin {
    width:458px;
}
h1.hugeheading {
    font-size: 40px !important;
    text-align: left !important;
}

.new .specialty_landing hr{
    margin: 10px 0 30px 0;
    border-top: 0;
}
.guider_description .txtUpdatePhone, .guider_description #ims{
    font-size: 14px !important;
    width: 250px;
}


.new a.see_the_specialists{
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    /*width: 265px;*/
    /*height: 39px;*/
    width: 207px;
    height: 27px;
    background: url(../images/sprite/spriteindexspecialties.png) 0 -122px;
}
.new a.see_the_specialists:hover{
    background-position: 0 -151px;
}

.fresh a.see_the_specialists{
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    /*width: 265px;*/
    /*height: 39px;*/
    width: 207px;
    height: 27px;
    background: url(../images/sprite/spriteindexspecialties.png) 0 -202px;
}
.fresh a.see_the_specialists:hover{
    background-position: 0 -231px;
}

.uppercase{
    text-transform: uppercase !important;
}
.new .specialty_landing .how_it_works_box{
    margin: 0;
}
.specialty_landing .middletri_col.first > h2 > span{
    letter-spacing: 1px;
    font-size:  25px;
}

.specialty_landing .middletri_col.first {
    padding-left: 18px;
}

.specialty_landing .get_answers_text {
    margin: 24px 0 24px 18px;
}
.specialty_landing .get_answers_text > p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.new .specialty_landing .how_it_works_title {
    border-bottom: 1px dashed #fff;
}
.specialty_landing .how_it_works_title{
    padding-left: 18px;
    margin-bottom: 10px !important;
    font-size: 28px !important;
    letter-spacing: 1px !important;
}
.specialty_landing .best_hospitals_badge{
    padding-top: 20px;
    padding-bottom: 20px;
}

.specialty_landing .best_hospitals_badge p{
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: left !important;
}
.specialty_landing .best_hospitals_badge h1{
    font-size: 50px;
    font-weight: 700 !important;
    line-height: 1em !important;
    margin: 10px 0 0 0 !important;
}

.specialty_landing .textblock {
    min-height: 304px !important;
}

.new .specialty_landing .best_hospitals_badge h1{
    color: #66ccff !important;
}
.new .specialty_landing .how_it_works_box{
    margin: 14px 0 !important;
}
.new .specialty_landing .best_hospitals_badge{
    /*margin: 14px 0 14px -47px !important;*/
    margin: 14px 0 14px -52px !important;
    /*padding-left: 47px;*/
    padding-left: 35px;
    background: #003366;
}
.specialty_landing .per_specialist > .image{
    display: block;
    width: 130px;
    height: 150px;
    padding: 16px 10px 4px 10px;
    background: url(../images/sprite/spriteindexspecialties.png) -300px 0;
}
.specialty_landing .per_specialist{
    margin: 20px 0 20px 20px;
}
.specialty_landing .per_specialist.leftside{
    margin: 20px 0 20px 0;
}
.specialty_landing .per_specialist h2{
    font-size: 22px;
    text-align: left;
}
.specialty_landing .per_specialist .specialistinfo p{
    text-align: left;
}
.specialty_landing .per_specialist.ophthalmolgy .specialistinfo p{
    font-size: 16px;
    text-align: left;
}
.specialty_landing .per_specialist.pediatrics .specialistinfo p, .specialty_landing .per_specialist.oncology .specialistinfo p{
    font-size: 12px;
    text-align: left;
}
.specialty_landing .per_specialist.oncology h2{
    padding-top: 14px;
    font-size: 20px;
    text-align: left;
}
.specialty_landing .per_specialist .specialistinfo.grid_5{
    width: 280px;
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 0;
}
.specialty_landing .omega.textblock{
    margin-left: 16px;
}
.specialty_landing .breakdownblock{
    margin-top: 10px;
    margin-left: 9px;
}
.new .specialty_landing .breakdownblock a > h2.bluelink, .short_desc a {
    color: #003366;
}
.new .specialty_landing .breakdownblock a:hover > h2.bluelink, .short_desc a:hover{
    text-decoration: underline;
}
.new .specialty_landing .breakdownblock a:hover > p, .short_desc a:hover{
    color: #333;
}
.fresh .specialty_landing .breakdownblock a, .fresh .specialty_landing .breakdownblock a > h2, .fresh .specialty_landing .breakdownblock a > p{
    background: #fff;
    color: #333;
}
.fresh .specialty_landing .breakdownblock a:hover, .fresh .specialty_landing .breakdownblock a:hover > h2, .fresh .specialty_landing .breakdownblock a:hover > p{
    background: #ccc;
    color: #333;
}
.specialty_landing .breakdownblock p{
    text-align: left;
    margin: 0 0 20px 20px;
}
.specialty_landing .breakdownblock h2{
    margin: 0 0 0 20px;
}
.specialty_landing.grid_15{
    width: 940px;
}
.specialty_landing .social_spec.grid_4{
    margin-top: 30px;
    width: 190px;
}
.fresh{
    background: url(../images/newcolors/bggray.jpg) repeat !important;
}
.fresh .white_bg{
    background-color: #fff !important;
}

.fresh .main_menu > div.grid_16, .fresh #select_imitate_wrapper {
    background: #333 !important;
}

.fresh .main_menu > div > ul > li > a{
    color: #ccc;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.fresh .main_menu > div > ul > li > a.selected, .fresh .main_menu > div > ul > li > a:hover{
    line-height: 2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid #fff;
    /*border-collapse: collapse;*/
}
.fresh .info p, .fresh .info span.paraformat{
    color: #333;
}
.fresh .specialty_landing .best_hospitals_badge h1{
    color: #333 !important;
}
.fresh .specialty_landing .how_it_works_box{
    margin: 40px 0 !important;
    background: #666699;
    padding-bottom: 30px;
}
.fresh .specialty_landing .best_hospitals_badge{
    margin: 0 !important;
    padding-left: 10px !important;
    background: #669999 !important;
}
.fresh .specialty_landing .best_hospitals_badge p, .fresh .specialty_landing .get_answers_text > p{
    color: #fff !important;
}
.fresh .specialty_landing h1.hugeheading, .fresh .specialty_landing h1.hugeheading > span.white_text, .fresh .specialty_landing .per_specialist h2.white_text{
    color: #669999 !important;
}
.fresh .specialty_landing hr{
    border-color: #669999 !important;
}
.fresh .header {
    background: transparent !important;
    height: 61px;
}
.fresh .header .loginlinks a{
    color: #666699 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
.fresh .header .loginlinks a:hover{
    color: #669999 !important;
}

.fresh .header .loginlinks span{
    color: #333 !important;
}

.fresh .footer {
    background: #333;
    border-top: 3px solid #ffcc99 !important;
}
.fresh .footer > div > div > span, .fresh .searchingfor_text, .fresh #searching_for {
    color: #333 !important;
}
.fresh .footer div.grid_2 {
    border-color: #ccc !important;
}
.fresh #logo{
    margin-top:0;
}
.fresh #logo img{
    width: 240px;
    height: 61px;
    margin-top: 15px;
}
.fresh .header .loginlinks{
    margin-top: 24px;
}
.fresh #contentdiv{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.creditcards.active {
    top: 0 !important;
}

#system_messages_editor td{
    vertical-align: top;
    min-width: 40px;
}

a.appointmentEdit{
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 0 0 -14px;
}

.topIcons a.appointmentEdit {
    visibility: hidden;
}
a.appointmentEdit:hover img{
    margin-top: -50px;
}

#highlight_specialist_landing textarea{
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    margin-right: 10px;
}



/*.flag {display: block}*/
.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cy {background-position: -32px -33px}
.flag.flag-cz {background-position: -48px -33px}
.flag.flag-de {background-position: -64px -33px}
.flag.flag-dj {background-position: -80px -33px}
.flag.flag-dk {background-position: -96px -33px}
.flag.flag-dm {background-position: -112px -33px}
.flag.flag-do {background-position: -128px -33px}
.flag.flag-dz {background-position: -144px -33px}
.flag.flag-ec {background-position: -160px -33px}
.flag.flag-ee {background-position: -176px -33px}
.flag.flag-eg {background-position: -192px -33px}
.flag.flag-eh {background-position: -208px -33px}
.flag.flag-england {background-position: -224px -33px}
.flag.flag-er {background-position: -240px -33px}
.flag.flag-es {background-position: 0 -44px}
.flag.flag-et {background-position: -16px -44px}
.flag.flag-eu {background-position: -32px -44px}
.flag.flag-fi {background-position: -48px -44px}
.flag.flag-fj {background-position: -64px -44px}
.flag.flag-fk {background-position: -80px -44px}
.flag.flag-fm {background-position: -96px -44px}
.flag.flag-fo {background-position: -112px -44px}
.flag.flag-fr {background-position: -128px -44px}
.flag.flag-ga {background-position: -144px -44px}
.flag.flag-gb {background-position: -160px -44px}
.flag.flag-gd {background-position: -176px -44px}
.flag.flag-ge {background-position: -192px -44px}
.flag.flag-gf {background-position: -208px -44px}
.flag.flag-gh {background-position: -224px -44px}
.flag.flag-gi {background-position: -240px -44px}
.flag.flag-gl {background-position: 0 -55px}
.flag.flag-gm {background-position: -16px -55px}
.flag.flag-gn {background-position: -32px -55px}
.flag.flag-gp {background-position: -48px -55px}
.flag.flag-gq {background-position: -64px -55px}
.flag.flag-gr {background-position: -80px -55px}
.flag.flag-gs {background-position: -96px -55px}
.flag.flag-gt {background-position: -112px -55px}
.flag.flag-gu {background-position: -128px -55px}
.flag.flag-gw {background-position: -144px -55px}
.flag.flag-gy {background-position: -160px -55px}
.flag.flag-hk {background-position: -176px -55px}
.flag.flag-hm {background-position: -192px -55px}
.flag.flag-hn {background-position: -208px -55px}
.flag.flag-hr {background-position: -224px -55px}
.flag.flag-ht {background-position: -240px -55px}
.flag.flag-hu {background-position: 0 -66px}
.flag.flag-id {background-position: -16px -66px}
.flag.flag-ie {background-position: -32px -66px}
.flag.flag-il {background-position: -48px -66px}
.flag.flag-in {background-position: -64px -66px}
.flag.flag-io {background-position: -80px -66px}
.flag.flag-iq {background-position: -96px -66px}
.flag.flag-ir {background-position: -112px -66px}
.flag.flag-is {background-position: -128px -66px}
.flag.flag-it {background-position: -144px -66px}
.flag.flag-jm {background-position: -160px -66px}
.flag.flag-jo {background-position: -176px -66px}
.flag.flag-jp {background-position: -192px -66px}
.flag.flag-ke {background-position: -208px -66px}
.flag.flag-kg {background-position: -224px -66px}
.flag.flag-kh {background-position: -240px -66px}
.flag.flag-ki {background-position: 0 -77px}
.flag.flag-km {background-position: -16px -77px}
.flag.flag-kn {background-position: -32px -77px}
.flag.flag-kp {background-position: -48px -77px}
.flag.flag-kr {background-position: -64px -77px}
.flag.flag-kw {background-position: -80px -77px}
.flag.flag-ky {background-position: -96px -77px}
.flag.flag-kz {background-position: -112px -77px}
.flag.flag-la {background-position: -128px -77px}
.flag.flag-lb {background-position: -144px -77px}
.flag.flag-lc {background-position: -160px -77px}
.flag.flag-li {background-position: -176px -77px}
.flag.flag-lk {background-position: -192px -77px}
.flag.flag-lr {background-position: -208px -77px}
.flag.flag-ls {background-position: -224px -77px}
.flag.flag-lt {background-position: -240px -77px}
.flag.flag-lu {background-position: 0 -88px}
.flag.flag-lv {background-position: -16px -88px}
.flag.flag-ly {background-position: -32px -88px}
.flag.flag-ma {background-position: -48px -88px}
.flag.flag-mc {background-position: -64px -88px}
.flag.flag-md {background-position: -80px -88px}
.flag.flag-me {background-position: -96px -88px}
.flag.flag-mg {background-position: -112px -88px}
.flag.flag-mh {background-position: -128px -88px}
.flag.flag-mk {background-position: -144px -88px}
.flag.flag-ml {background-position: -160px -88px}
.flag.flag-mm {background-position: -176px -88px}
.flag.flag-mn {background-position: -192px -88px}
.flag.flag-mo {background-position: -208px -88px}
.flag.flag-mp {background-position: -224px -88px}
.flag.flag-mq {background-position: -240px -88px}
.flag.flag-mr {background-position: 0 -99px}
.flag.flag-ms {background-position: -16px -99px}
.flag.flag-mt {background-position: -32px -99px}
.flag.flag-mu {background-position: -48px -99px}
.flag.flag-mv {background-position: -64px -99px}
.flag.flag-mw {background-position: -80px -99px}
.flag.flag-mx {background-position: -96px -99px}
.flag.flag-my {background-position: -112px -99px}
.flag.flag-mz {background-position: -128px -99px}
.flag.flag-na {background-position: -144px -99px}
.flag.flag-nc {background-position: -160px -99px}
.flag.flag-ne {background-position: -176px -99px}
.flag.flag-nf {background-position: -192px -99px}
.flag.flag-ng {background-position: -208px -99px}
.flag.flag-ni {background-position: -224px -99px}
.flag.flag-nl {background-position: -240px -99px}
.flag.flag-no {background-position: 0 -110px}
.flag.flag-np {background-position: -16px -110px}
.flag.flag-nr {background-position: -32px -110px}
.flag.flag-nu {background-position: -48px -110px}
.flag.flag-nz {background-position: -64px -110px}
.flag.flag-om {background-position: -80px -110px}
.flag.flag-pa {background-position: -96px -110px}
.flag.flag-pe {background-position: -112px -110px}
.flag.flag-pf {background-position: -128px -110px}
.flag.flag-pg {background-position: -144px -110px}
.flag.flag-ph {background-position: -160px -110px}
.flag.flag-pk {background-position: -176px -110px}
.flag.flag-pl {background-position: -192px -110px}
.flag.flag-pm {background-position: -208px -110px}
.flag.flag-pn {background-position: -224px -110px}
.flag.flag-pr {background-position: -240px -110px}
.flag.flag-ps {background-position: 0 -121px}
.flag.flag-pt {background-position: -16px -121px}
.flag.flag-pw {background-position: -32px -121px}
.flag.flag-py {background-position: -48px -121px}
.flag.flag-qa {background-position: -64px -121px}
.flag.flag-re {background-position: -80px -121px}
.flag.flag-ro {background-position: -96px -121px}
.flag.flag-rs {background-position: -112px -121px}
.flag.flag-ru {background-position: -128px -121px}
.flag.flag-rw {background-position: -144px -121px}
.flag.flag-sa {background-position: -160px -121px}
.flag.flag-sb {background-position: -176px -121px}
.flag.flag-sc {background-position: -192px -121px}
.flag.flag-scotland {background-position: -208px -121px}
.flag.flag-sd {background-position: -224px -121px}
.flag.flag-se {background-position: -240px -121px}
.flag.flag-sg {background-position: 0 -132px}
.flag.flag-sh {background-position: -16px -132px}
.flag.flag-si {background-position: -32px -132px}
.flag.flag-sk {background-position: -48px -132px}
.flag.flag-sl {background-position: -64px -132px}
.flag.flag-sm {background-position: -80px -132px}
.flag.flag-sn {background-position: -96px -132px}
.flag.flag-so {background-position: -112px -132px}
.flag.flag-sr {background-position: -128px -132px}
.flag.flag-ss {background-position: -144px -132px}
.flag.flag-st {background-position: -160px -132px}
.flag.flag-sv {background-position: -176px -132px}
.flag.flag-sy {background-position: -192px -132px}
.flag.flag-sz {background-position: -208px -132px}
.flag.flag-tc {background-position: -224px -132px}
.flag.flag-td {background-position: -240px -132px}
.flag.flag-tf {background-position: 0 -143px}
.flag.flag-tg {background-position: -16px -143px}
.flag.flag-th {background-position: -32px -143px}
.flag.flag-tj {background-position: -48px -143px}
.flag.flag-tk {background-position: -64px -143px}
.flag.flag-tl {background-position: -80px -143px}
.flag.flag-â„¢ {background-position: -96px -143px}
.flag.flag-tn {background-position: -112px -143px}
.flag.flag-to {background-position: -128px -143px}
.flag.flag-tr {background-position: -144px -143px}
.flag.flag-tt {background-position: -160px -143px}
.flag.flag-tv {background-position: -176px -143px}
.flag.flag-tw {background-position: -192px -143px}
.flag.flag-tz {background-position: -208px -143px}
.flag.flag-ua {background-position: -224px -143px}
.flag.flag-ug {background-position: -240px -143px}
.flag.flag-um {background-position: 0 -154px}
.flag.flag-us {background-position: -16px -154px}
.flag.flag-uy {background-position: -32px -154px}
.flag.flag-uz {background-position: -48px -154px}
.flag.flag-va {background-position: -64px -154px}
.flag.flag-vc {background-position: -80px -154px}
.flag.flag-ve {background-position: -96px -154px}
.flag.flag-vg {background-position: -112px -154px}
.flag.flag-vi {background-position: -128px -154px}
.flag.flag-vn {background-position: -144px -154px}
.flag.flag-vu {background-position: -160px -154px}
.flag.flag-wales {background-position: -176px -154px}
.flag.flag-wf {background-position: -192px -154px}
.flag.flag-ws {background-position: -208px -154px}
.flag.flag-ye {background-position: -224px -154px}
.flag.flag-yt {background-position: -240px -154px}
.flag.flag-za {background-position: 0 -165px}
.flag.flag-zm {background-position: -16px -165px}
.flag.flag-zw {background-position: -32px -165px}



.width-100 {width:100px;max-width:100px}
.width-124 {width:124px !important;max-width:124px !important}
.width-150 {width:150px;max-width:150px}
.width-200 {width:200px;max-width:200px}
.width-250 {width:250px;max-width:250px}
.width-300 {width:300px;max-width:300px}
.width-600 {width:600px;max-width:600px}







.admin-cms-quotes-section .square_info {
    width: 720px;
    height: 240px;
    margin-bottom: 20px;
}
.admin-cms-quotes-section .square_info.inactive {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.admin-cms-quotes-section .square_info_bg {
    background: transparent url('../images/chatboxes/roundedbg.png');
    width: 720px;
    height: 240px;
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.admin-cms-quotes-section .chat_waiting_content {
    margin: 20px 14px;
}
.admin-cms-quotes-section .chat_text {
    width: 460px;
    height: 200px;
    text-align: left;
    position: relative;
    font-weight: normal;
}
.admin-cms-quotes-section .chat_text .quote{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.admin-cms-quotes-section .chat_text .source{
    font-size: 14px;
    position: absolute;
    font-weight: normal;
    bottom: 0;
    right: 0;
}

.admin-cms-quotes-section .square1 {
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 0px;
    cursor: pointer;
    z-index: 4 !important;
    display: block;
    right: 14px;
    top: 20px;
}
#all_waiting{
    display: none;
}
.admin-cms-quotes-section .square1 > #all_waiting{
    display: block;
}
.admin-cms-quotes-section #all_waiting{
    overflow-y: auto;
    overflow-x: hidden;
    width: 240px;
    height: 400px;
    position: absolute;
    top: -100px;
    z-index: 20;
}
.admin-cms-quotes-section #all_waiting > div {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.admin-cms-quotes-section #all_waiting > div.active_image {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.new_admin_form_item{
    background: #666;
}

.fit_to_grid{
    width: 95% !important;
}

.margin_top_one{
    margin-top: 1em;
}
.margin_top_two{
    margin-top: 2em !important;
}
.margin_top_one_half{
    margin-top: 1.5em;
}

#appointment_edit_container{
    height: 300px;
    overflow: auto;
}

.transparent_50{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
}

.edit-appointment .select_input {right: 0px; left: 0px; background: #fff; height: 160px !important; border: 1px solid #ccc; top: 58px !important; width: auto !important;}
.edit-appointment .select_input UL {margin-left: 0}
.pending-request-heading {
    color: #000 !important;
    font-size: 18px !important;
    margin: 0px !important;
}

.companies_form .grid_3 {
    margin-right: 15px;
}
.companies_form select {
    width: 170px;
    height: 30px;
    margin-bottom: 16px;
}
.hide {
    display: none;
}

/* Dt: 24-Feb-2015 */
.md_report {
    margin-top:0;
    height:50px;
    overflow:hidden;
}

.expandIcon {
    background: url("../images/expand.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    width: 20px !important;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.collapseIcon {
    background: url("../images/collapse.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    width: 20px !important;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.Not2ndMD {
    width: 62px;
    text-align: center;
}

.cursor {
    cursor : pointer;
}

/* 12-Mar-2015 */

._or {
    padding-left: 120px;
    font-weight: bold;
    font-size: 20px;
}

.form_class {
    width: 50%;
    padding-left: 170px;
}

.responseType {
    width: 70%;
    margin: 0px auto !important;
    line-height: 1.5em;
    float: right;
}

/* 31-Mar-2015 */
.black {
    color: #000;

}

#empSpinner {
    margin : -15px 0 15px 0px;
}
.emailAddr {
    padding: 5px 10px;
    margin: 0 0 15px 0;
    border: 2px #ddd solid;
    color: #444;
    width: 145px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: .85em;
}

.new_modal.guider .generic_form label.mrgTop3 {
    margin: 3px 0 0 -5px !important;
}

.new_modal.guider .generic_form label.wdth35 {
    width: 35px !important;
}

.new_modal.guider .generic_form label.wdth10 {
    width: 35px !important;
}

.text_decoration_none {
    text-decoration: none;
}

.fntSize_14 {
    font-size : 14px;
}

.fltRght {
    float:right;
}

.fltLft {
    float:left;
}

.expnd-clpse {
    background: url("../images/sprite_accordion_expand_collapse.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    position: absolute;
    right: 5px;
    text-indent: -9000px;
    width: 23px;
    cursor: pointer;
    z-index: 1;
}

.hght_50 {
    height: 50px;
    overflow: hidden;
}

.bckPos {
    background-position: 0 -23px !important;
}

.noNotesShade {
    background: #FDEEE8 !important;
    border-bottom: 1px solid black;
}

.fnt15_blck {
    font-size: 15px;
    color: #000;
}

.expandIcon {
    background: url("../images/expand.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    width: 20px !important;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    float: right;
}

.collapseIcon {
    background: url("../images/collapse.png") no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
    width: 20px !important;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    float: right;
}

.wdth_50 {
    width: 50% !important;
}

.errorMsg {
    font-size: 24px;
    color: #000;
}
.div_scroll400{
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    width: 100%;
}
.opacity1{
    opacity: 1 !important;
}

.row-expnd-clpse {
    background: url("../images/sprite_accordion_expand_collapse.png") no-repeat scroll 0px 1px transparent;
    display: block;
    text-indent: -9000px;
    width: 23px;
    cursor: pointer;
    z-index: 1;
}

/**** Appointment - Messaging  CSS Ny Prasad On 03-07-2015 *****/
.message_container { width: 100%;margin-top: 15px;float: left;margin-left: 10px;margin-bottom: 5px; }
.row_head { width: 98%;float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#49b6ef;color: #fff;height: 11px;  }
.case_head { width: 98%;float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#49b6ef;color: #fff;white-space:nowrap;overflow-x:auto;overflow-y:auto;}
.case_data {vertical-align: text-top;width:250px;height:27px;display:inline-block;white-space:normal;}
.case_row {float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#ffffff;color: #000;margin-bottom: 1px;}
.wd7{ width: 8%;float:left; }
.wd12{ width: 12%;float:left; }
.wd15 { width: 15%;float:left; }
.wd18 { width: 18%;float:left; }
.wd22 { width: 22%;float:left; }
.message_row { width: 98%;float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#ffffff;color: #000;height: 15px;margin-bottom: 1px;}
.msg_link { color:blue !important;text-decoration: none;cursor: pointer }
.chat_history{ width: 99.8%;float: left;border: 1px solid;margin-bottom: 5px;display: none}
.message_box {   margin: auto;padding: 5px;width: 95%;margin-top: 10px;max-height: 500px;overflow: auto;height: 300px;}
.post_chat { margin:auto;padding:5px;border: 1px solid;width: 98.8%%;;margin-top: 2px;background-color:#fff; }
.msg_textarea { width: 90%;font-size: 15px;font-weight: normal; }
.reply_button{   padding: 9px 22px;background: #f76437;float: right;margin-top: 8px;font-size: 15px;cursor: pointer;}

.pointer { border-color: #FFFFFF rgba(0, 0, 0, 0);border-style: solid;border-width: 15px 15px 0;content: "";display: block;position: absolute;width: 0;z-index: 1; }
.pointerBorder { border-color: #BBBBBB rgba(0, 0, 0, 0);border-style: solid;border-width: 20px 20px 0;content: "";display: block;position: absolute;width: 0;z-index: 0; }
.bubble { background: none repeat scroll 0 0 #FFFFFF;border: 0 solid #BBBBBB;border-radius: 15px;height: 120px;margin: 0 auto;position: relative;width: 250px; }

.member_msg_bubble { right:10%;background-color: #CBEAFF; border-color: rgb(111, 127, 127); height: auto; width: 50%; border-radius: 8px; border-width: 0px;min-height: 55px;overflow: auto;margin-bottom: 5px; }
.member_msg_pointer { content: &quot;&quot;; position: absolute; border-style: solid; border-width: 8px 15px 8px 0px; border-color: transparent rgb(200, 223, 255); display: block; width: 0px; z-index: 1; left: -15px; top: 14px; }

.admin_msg_bubble { left:10%;background-color: rgb(255, 255, 214); border-color: rgb(127, 127, 127); width: 50%; height: auto; top: 10px; padding: 0px; border-radius: 10px;min-height: 55px;overflow: auto;margin-bottom: 20px;}
.admin_msg_pointer { content: &quot;&quot;; position: absolute; border-style: solid; border-width: 8px 0px 8px 15px; border-color: transparent rgb(255, 255, 214); display: block; width: 0px; z-index: 1; right: -15px; top: 12px; }
.chat_detail_container {padding: 10px;float: left;color:#000; font-size: 13px;width: 94%;min-height: 55px;}
.member_name_date { width:100%;float: left;font-weight: bold;font-size: 12px;}
.member_nm {width:70%;float: left;}
.chat_date {width:14%;float: right;text-align: right;}
.chat_msg {width:99%;float: left;margin-top: 8px;text-align: justify;;line-height: 17px;}

.msg_action_button, .msg_action_button_secondary { padding: 3px 14px;background: #f76437;border-radius: .33em;-webkit-border-radius: .33em;-moz-border-radius: .33em;display: inline-block;padding: 6px 12px;margin-bottom: 0;
    font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;vertical-align: middle;cursor: pointer;border: 1px solid transparent;border-radius: 4px; white-space: nowrap;
    -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none; -o-user-select: none;user-select: none; color: #fff;background-color: #49b6ef; border-color: #32aded;
    padding: .75em 1.25em .75em 1.25em; line-height: 1em;border: none; position: relative;text-decoration: none; }

.new_thread { background-color: #FFAA80 !important; }
.list_active_btn { background: #f76437 !important;}
.char_count { color: red ;font-size: 13px;}
.tablehead_separator td{ vertical-align: middle !important;}
.tablehead_separator td select{ margin: 0 0 0 0 !important;}


.report_row { width: 98%;float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#ffffff;color: #000;margin-bottom: 1px;}
.new_row { background-color:rgba(0, 0, 0, 0.15) !important; }
.green{color:#7CFC00;}
.width_190 { width: 190px !important;}
.width_200 { width: 200px !important;}
div.themeNameformError {left: 800px !important;}
.jqx-grid{float:left;}
#columntablejqxgrid{z-index: 10;}
#row00jqxgrid{z-index: 10;}
#contenttablejqxgrid{z-index: 10;}
.req_wd20{ width: 20%;float: left; }
.req_wd15{ width: 15%;float: left; }
.req_wd25{ width: 25%;float: left; }
.req_wd8{ width: 8%;float: left;text-align: right }

body {
    color: #3a3a38;
}
.new {
    /*background: #1d232f;*/
    background:#333f4d;
}
a {
    color: #3a3a38;
}
.new .main_menu{
    float: left;
    padding: 0;
    width: 13%;
    height: 100%;
}
.main_menu > div > ul > li > a.admin_menu {
   /* padding: 0 0;*/
}
.new .main_menu > div.grid_16 {
    background: #333;
    width: 100%;
    height: 100%;
    padding: 0;
}
.main_menu > div > ul > li {
    padding-left: 20%;
}
.new .main_menu.fixed {
    width: 13%;
    height: 100%;
    left:0px;
    margin: 0;
    z-index: -1;
}
.new .main_menu.fixed > div > ul > li > a.selected, .new .main_menu.fixed > div > ul > li > a:hover, .new .main_menu.fixed_40 > div > ul > li > a.selected, .new .main_menu.fixed_40 > div > ul > li > a:hover {
    color: #f26551;
    text-shadow: none;
    border: none;
}
.main_menu > div > ul > li > a {
    color: #b2bfc7;
}
.main_menu > div > ul > li > a.selected, .main_menu > div > ul > li > a:hover {
    color: #f26551;
}
.preload_viewfilesbg {
    display: none;
}
.preload_deletebg {
    display: none;
}
#loader_div_search {
    display: none;
    float: right;
}

#contentdiv {
    float:right;
    width: 87%;
    padding: 0;
    background: #FFFFFF;
    min-height: 500px;
}

#request-tabs {
    height: 0;
    padding: 30px;
}

.progress_steps > li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.progress_steps > li.active {
    background: #e7e7e7;
}

.progress_steps > li:hover {
    background: #CED0D3;
}

.progress_steps > li > a:hover {
    color: #000000;
}

.new .side_menu ul a, .new .process ul.progress_steps a {
    color: #b2bfc7;
}

.process {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.new .side_menu ul a.selected, .new .side_menu ul a:hover, .new .process ul.progress_steps a.active, .new .process ul.progress_steps a:hover {
    box-shadow: none;
    border: none;
    background: none;
    color: #f26551;
}

.new .clear.extrapadding_10 {
    padding: 0;
}

#request_table {
    padding: 30px;
}

.shade2 {
    background: #e5e5e5;
}

a.appointmentEdit,
a.caseEdit {
    width: 30px;
    height: 30px;
    margin: 0;
    float: right;
}

a.caseEdit {
    margin: 4px 0px 0px 10px;
}

a.caseEdit img {
    cursor:pointer;
}

a.appointmentEdit img {
    width: 30px;
}

a.caseEdit img {
    width: 20px;
}

a.appointmentEdit:hover img{
    margin-top: -30px;
}

.topIcons {
    position: relative;
    display: inline-block;
    top: 6px;
    left: 36px;
}

.bottomIcons {
    position: relative;
    display: inline-block;
    top: 6px;
    left: 44px;
}

.btnDelete {
    position: relative;
    float: right;
}

.btnCompleted {
    position: relative;
    float: right;
    left: 6px;
}

.background_spacing {
    padding-top: 5px;
    padding-bottom: 10px;
}

.clientInfo {
    display: none;
}

.new .process ul.progress_steps li {
    width: 100%;
}

.req_wd10 {
    width: 10%;
    float: left;
}

tr.shade_has_case {
    background: #FFC966;
}

.client_name { text-decoration: none;color: blue   }

#user_menu > ul > li {
    float: right;
}

.org_row { background-color:#E5E5E5 !important; }

.search_filter_container_block { width:35%;float: left}
.filter_input_title {width:100%;float: left;font-weight:bold;padding-bottom: 5px;}
.total_records { width:30%;float: left;margin-left: 10px; }
.report_export_icon { width:65%;float: left;text-align: right}
.report_titles { width: 100%;float: left;font-weight: bold;padding: 5px; }
#add_member_form {
    padding: 20px;
}
#add_member_form .add_member_form_error{color:red; margin-left:0px !important;}

.search_filter_container_block_survey { width:25%; float: left; }

.admin_table.ops_report div.all_time {
	position: relative;
	top: -10px;
	left: 35px;
	width: 100px;
}

.report_container{
white-space:nowrap;
overflow-x:auto;
}

.content_box{
width:180px;
display:inline-block;
}
.row_add_width { width: 250px !important;}
.row_add_width_survey { width: 500px !important;}
.last_row_wdth { width: 50px !important;}

.survey_report_row { float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#ffffff;color: #000;margin-bottom: 1px;}
.survey_report_row .content_box{white-space: normal;}
.survey_row_head { float: left;text-align: center;padding: 10px;font-size: 14px;background-color:#49b6ef;color: #fff; }
.wrap_text{ word-wrap: normal; }
.row_extra_width { width: 310px !important;}
.sub_head { font-size: 12px;text-align:center;  }
.comp_name {line-height: 20px;padding: 5px;}
.comp_list ,.mtm_list ,.specialist_list { padding: 5px;}
.border_dotted {  border-bottom: 1px dotted;}
.comp_name_clk { cursor: pointer;text-decoration: none;color: #3A3A38 !important;}
.company_list_display ,.mtm_list_display , .specialist_list_display { width: 18%; height: auto; max-height: 100px; z-index: 20; margin-top: 45px; position: fixed; overflow-y: auto; display: none;background-color: #EDEDED }
.report_container_holder { width: 100%;margin-top: 15px;float: left;margin-left: 2px;margin-bottom: 5px; }
.report_record_list_container { float: left;height: auto;max-height: 500px;overflow: scroll; }
.report_loader { float: left;margin-bottom: 10px;text-align: center;width: 90%;}
/*Added the error message class to show the errors on Footer Management page */
.success_msg {
    font-size: 0.85em;
    line-height:32px;
    color: #58aa00;
    font-weight: normal;
    /*text-shadow: #000 1px 1px 1px !important;*/
    background: #fff;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
}

/*modify admin background */
.mainContentAdmin{
    background-image: url('../images/admin-image.jpg')!important;
    background-size:cover!important;
    height: 1030px!important;
}
.headerText{
	display: none;
}


/* New login page */
.login_page{
	font-size:14px !important;
}
.login_page .header{
	display:none;
}
.login_page #contentdiv{
	width:100% !important;
	float:left !important;
}

.login_page .box_bg{
	width:360px;
	height:370px;
	position:absolute;
	top:30%; left:40%;
	background-color: rgba(71, 83, 95, 0.9);
    border-color:#717171;
    border-radius:5px 5px 0 0;
    border-style:none;
    border-width:0;
    overflow:hidden;
    text-align:center;
    white-space:pre-wrap;
}

.login_page .login_with_email{
	width:360px;
	height:400px;
	position:absolute;
	top:calc(30% + 370px); left:40%;
	background-color: rgba(71, 83, 95, 0.9);
    border-color:#717171;
    border-radius:0 0 5px 5px;
    border-style:none;
    border-width:0;
    overflow:hidden;
    text-align:center;
    white-space:pre-wrap;
	float:left;
	display:none;
}

.reset_pass_box{
	height:500px !important;
}

#login_form,
#email_reset_form{

}

.login_page .login_logo{
	width:100%;
	float:left;
	margin-top:0px;
	text-align:center;
}
.login_page .login_logo img{
	padding:0 50px 0 0;
}
.login_page .content_page{
	font:16px Arial;
	padding:15px;
}

.login_page .content_login_page{}

/*.login_page .login_with_email{
	width:100%;
	float:left;
	display:none;
}*/

.login_page .content_login_page .login_input_field{
	width:80% !important;
	height:38px;
	float:left;
	margin:0 0 20px 10%;
	position:relative;
	border:2px solid;
	border-color:rgb(0, 175, 229);
	border-style:solid;
	border-radius:5px;
	background:#fff;
}
.login_page .content_login_page .login_input_field input{
	width:80%;
	float:left;
	margin:0px;
	position:absolute;
	top:5px;
	right:4px;
	border:none !important;
	font-size:14px !important;
}
.login_page .content_login_page .login_input_field input:hover,
.login_page .content_login_page .login_input_field input:focus{
	background:#fff;
}

.login_page .content_login_page .login_input_field img{
	position:absolute;
	z-index:100;
	top:8px;
	left:10px;
}

.login_page .submit_button_and_reset_pw{
	width:100%;
	float:left;
	height:50px;
	position:relative;
}

.submit_button_and_reset_pw #forgot_pass{
	width:40%;
	top:15px;
	left:40px;
	position:absolute;
	text-align:left;
}
.submit_button_and_reset_pw #forgot_pass a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:17px;
}
.submit_button_and_reset_pw #submit_btn_box{
	width:40%;
	top:-10px;
	height:30px;
	right:33px;
	position:absolute;
	text-align:right;
}
.submit_button_and_reset_pw #submit_btn_box input{
	background-color:#3db4e5;
	border-color:#00afe5;
	border-radius:5px;
	border-style:solid;
	color:#ffffff;
	font-size:14px;
	height:100%;
	white-space:pre-wrap;
	width:100%;
	margin:0px !important;
	padding:0px !important;
	float:left;
}

.login_sep_space{
	width:100%;
	height:15px;
	float:left;
	position:relative;
}

.login_sep_line{
	width:40%;
	border-color:#ffffff;
	border-style:inset;
	border-width:2px 0 0 0;
	position:absolute;
	top:7px;
}
.login_sep_line_left{
	left:0px;
}
.login_sep_line_right{
	right:0px;
}

.login_sep_line_or{
	width:20%;
	height:14px;
	color:#fff;
	position:absolute;
	top:0px;
	left:40%;
}

.google_auth{
	width:100%;
	height:55px;
	float:left;
	position:relative;
}

.google_auth a,
.google_auth a:hover{
	text-decoration:none !important;
}

.google_auth button{
	width:80% !important;
	height:38px;
	float:left;
	border:2px solid;
	border-color:rgb(0, 175, 229);
	border-style:solid;
	border-radius:5px;
	background:#fff;
	position:absolute;
	top:10px;
	left:10%;
	font-size:14px;
	cursor:pointer;
}

.google_auth img{
	position:absolute;
	top:13px;
	left:45px;
	width:30px;
	z-index:200;
}

#login_message{
	width:100%;
	height:30px;
	float:left;
	margin:20px 0 0 0;
	color:red;
}

.login_page .container-div {
	/*background-image:url("../images/admin-image.jpg") !important;
	background-size:cover !important;
	height:1030px !important;*/
}
.login_page #contentdiv {
	background-image:url("../images/admin-image.jpg") !important;
	background-size:cover !important;
	height: 1030px !important;
}

.login_page .reset_pass_logo{
	margin:-20px 0 0 -10px;
}

.login_page .error_messages{
	width:100%;
	float:left;
	margin-top:-20px;
}
.login_page .go_to_admin{
	color:#fff !important;
}

.login_page .hint_password{
	width:90%;
	float:left;
	padding:0 5% 0 5%;
	margin-top:-40px;
	color:#fff;
	font-size:14px;
	line-height:17px;
	text-align:left !important;
}
/* New login page */

.institution_flag {
    background: #f76437 none repeat scroll 0 0; 
    padding-left: 5px; 
    padding-right: 5px; 
    border-radius: 5px; 
    border: 1px solid #f76437;
    color: white;
}
