﻿body
{
    font-size: 10pt;
    font-family: Arial, Verdana, Tahoma;
    color: #91877d;
}

/* b:Master Page */


#page
{
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
}

#header
{
    background-color: #fff;
    line-height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    height: 46px;
    border-top: solid 3px #b92523;
    font-size: 8pt;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999999;
    overflow: hidden;
}

#header_inner
{
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

#main
{
    min-height: 1200px;
    margin-bottom: 60px;
}

#footer
{
    border-top: solid 5px #b92523;
    font-size: 8pt;
    margin-top: 20px;
    background-color: #575759;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    text-align: center;
    color: #996;
    z-index: 3;
}

#logo
{
    float: left;
    margin-right: 5px;
    border: none;
}

#footer .legal
{
    margin-top: 5px;
}




/* e:Master Page */

/* b:generic */
H1
{
    font-size: 20pt;
    color: #999;
    text-shadow: 1px 1px #EEE;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.clear
{
    clear: both;
}

A
{
    color: #c33;
}

.dropdown
{
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 3px 5px;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}

.dropdown_default
{
    border: medium solid white;
    background-color: #ffffff;
    color: #666666;
    font-weight: bold;
    font-size: 25px;
}

.dropdown_container
{
    border: solid 2px #CCC;
    border-radius: 3px;
    padding: 13px 10px;
    float: left;
}

.box_container
{
    border: solid 2px #CCC;
    border-radius: 3px;
    float: left;
    margin: 0px 5px 0px 0px;
}

.box
{
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 3px 5px;
    color: #666;
    font-weight: bold;
    font-size: 17px;
}

.box_default
{
    border: none;
    color: #666;
    font-weight: bold;
    font-size: 25px;
    width: 300px;
    padding: 17px 10px;
}

.in
{
    padding: 25px 5px;
    float: left;
}

.btn
{
    background: url('button.png') #C33;
    box-shadow: 3px 3px #eee;
    color: white;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 1px 1px #666;
    font-size: 10pt;
    border-radius: 3px;
}

    .btn:hover
    {
        background: none #c00;
        text-shadow: 0px 0px;
    }

    .btn.large
    {
        font-size: 12pt;
        padding: 5px 20px;
    }

.right
{
    float: right;
}

.inner
{
    width: 10%;
    top: 0px;
    margin: 0px auto;
    text-align: center;
}

/* e:generic */

/* b:default */

#default_claim
{
    text-align: center;
    font-size: 30px;
}

#default_claim_small
{
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}

#default_search
{
    text-align: center;
}

#default_search_example
{
    width: 560px;
    text-align: center;
    margin: 10px 20px 10px 185px;
    font-size: 10pt;
}

.default_search_box
{
    height: 60px;
    text-align: left;
    padding-left: 5px;
    font-size: 30px;
    color: #ccc;
    margin: 30px 10px 10px 10px;
    width: 560px;
    border: solid 2px #CCC;
    border-radius: 5px;
}

.default_search_btn
{
    color: #903;
    font-size: 22px;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial;
    padding: 25px 0px;
}

/* e:default */

/* b:search */
.search_menu
{
    font-size: 20px;
}

    .search_menu A
    {
        font-size: 14pt;
        color: #999;
        border-radius: 4px 4px 0px 0px;
        border: solid 1px #EEE;
        padding: 10px 20px;
        display: inline;
        text-decoration: none;
        line-height: 41px;
        text-shadow: 1px 1px #EEE;
    }

        .search_menu A:hover
        {
            background-color: #ffc;
            color: #000;
        }

        .search_menu A.sel
        {
            background-color: #eee;
            color: #000;
        }

.search_pnl
{
    height: 33px;
    margin-bottom: 20px;
}

    .search_pnl .box
    {
        width: 290px;
    }

    .search_pnl .dropdown
    {
        margin-right: 10px;
    }

    .search_pnl .example
    {
        font-weight: normal;
        color: #ccc;
    }

.search_pnl
{
    font-weight: bold;
    font-size: 17px;
    background-color: #EEE;
    text-align: center;
    border-radius: 5px;
    color: #666;
    padding: 12px 0;
}

.search_pnl_default
{
    font-weight: bold;
    font-size: 17px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #666;
    padding: 30px 0 0 130px;
}

.search_result_item
{
    border-bottom: solid 1px #EEE;
    padding: 10px 5px;
    line-height: 20px;
    color: #666;
}

    .search_result_item:hover
    {
        background-color: #feffdc;
        cursor: pointer;
    }

.search_result_items
{
    width: 490px;
    margin-bottom: 20px;
}

.search_result_item .fullname
{
    color: #C33;
    font-size: 13pt;
    text-shadow: 2px 2px #EEE;
}

.search_result_item .spec
{
    font-size: 8pt;
    float: right;
    margin-top: -10px;
}

.search_result_item .phone
{
    margin-bottom: 5px;
    font-style: italic;
    font-size: 12pt;
    margin-top: 10px;
    float: right;
}

.search_result_item .address
{
}

    .search_result_item .address IMG
    {
        float: left;
        margin: 3px 12px 20px 0px;
    }

.myaddress IMG
{
    float: left;
    margin-right: 15px;
}

.myaddress
{
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    background-color: #eee;
}

    .myaddress:hover
    {
        background-color: #eee;
        cursor: default;
    }

.search_pnl_results
{
    margin-top: 20px;
}

#MainContent_mapPnl
{
    width: 490px;
    height: 530px;
    float: right;
    box-shadow: 2px 2px #eee;
    margin-top: 35px;
}

#dirHandle
{
    margin-bottom: 3px;
}

#dirWrap
{
    position: absolute;
    width: 430px;
    background-color: white;
    border-left: solid 1px #CCC;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 10px;
    margin-top: 34px;
    margin-left: 59px;
    box-shadow: -20px -10px 43px -20px #000;
}

#MainContent_directionPnl
{
    max-height: 450px;
    overflow-y: scroll;
    float: left;
}

.map_info_title
{
    color: #333;
    font-size: 11pt;
    line-height: 15pt;
    margin-bottom: 8px;
}

.map_info_name
{
    line-height: 22px;
    color: #C33;
}

.map_info_phone
{
    color: #999;
    margin-bottom: 5px;
}

.nav
{
    width: 490px;
    height: 35px;
    clear: left;
}
/* e:search */

/* b:search.aspx */
.btnPrint
{
    float: right;
    width: 24px;
    height: 24px;
    background-image: url('../images/printer_green.png');
    cursor: pointer;
}

.routePlaningHeader
{
    float: left;
    width: 400px;
}

.routePlaningFooter
{
    float: right;
    padding: 5px 20px 5px 20px;
}
/* e:search.aspx */

/* b:infobar */
.infobar
{
    border-width: 1px;
    border-style: solid;
    margin: -20px 0px 30px 0px;
}

.info
{
    background-color: #FFC;
    border-color: #FC3;
    color: #C63;
    font-size: 14px;
}

.infobar UL
{
    list-style: none;
    margin: 10px 20px;
    padding: 0;
}
/* e:infobar */

.hidden
{
    display: none;
}

.memberTypeNone
{
    display: block!important;
}

/* b:doctor signup */
.user_form_content
{
    float: left;
    width: 100%;
}

.user_form_halfcontent
{
    float: left;
    width: 50%;
}

.user_form_field_content
{
    float: left;
    width: 100%;
    z-index: 1;
}

.user_form_field_halfcontent
{
    float: left;
    width: 100%;
    z-index: 1;
}

.user_form_field_content_big
{
    padding-top: 20px;
}

.lblInput
{
    float: left;
    width: 150px;
    padding: 6px 0px 6px 0px;
}

.top_margin
{
    margin-top: 40px;
}

.txtInput
{
    float: left;
    width: 205px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px;
    border: 1px #cacaca solid;
}

.field_error
{
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: 195px center;
    background-color: #FCC;
    border: 1px red solid;
    padding: 2px 5px 2px 5px;
}

.field_ok
{
    background-image: url('../images/accept.png');
    background-repeat: no-repeat;
    background-position: 195px center;
    background-color: #CFC;
    border: 1px green solid;
    padding: 2px 5px 2px 5px;
}
/* e:doctor signup */

/* b:infobar */
.infobar
{
    border-width: 1px;
    border-style: solid;
    margin: -20px 0px 30px 0px;
    padding-left: 25px;
}

.info
{
    background-color: #FFC;
    border-color: #FC3;
    color: #C63;
    font-size: 14px;
    background-image: url('../images/info.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning
{
    background-color: #FCC;
    border-color: #C63;
    color: #C63;
    font-size: 14px;
    background-image: url('../images/warning.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.success
{
    background-color: #CFC;
    border-color: #6C3;
    color: #6C3;
    font-size: 14px;
    background-image: url('../images/success.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.infobar UL
{
    list-style: none;
    margin: 10px 20px;
    padding: 0;
}
/* e:infobar */

ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}
.rfloat
{
    float:right;
}
.lfloat
{
    float:left;
}
.active {
    color: #CC3333;
}
.downpadding
{
    padding-bottom:10px;
}
.toppadding
{
    padding-top:10px;
}
.imageholder
{
    padding:20px 20px 20px 20px;
    width:250px;
    min-height:200px;
}
.textcontent
{
    width:500px;
    padding: 0px 5px 5px 5px;
}
/* b:contact form */
.contact_form_container input {border: 1px #444 solid;width:350px;padding:2px 5px 2px 5px;color:#555}
.contact_form_container textarea {border: 1px #444 solid;width:350px;height:150px;padding:2px 5px 2px 5px;color:#555}
.contact_form_container p {color: #444;}

.contact_form_container .input_error {
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: 340px center;
    background-color: #FCC;
    border: 1px #444 solid;
}

.contact_form_container .textarea_error {
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: 340px top;
    background-color: #FCC;
    border: 1px #444 solid;
}
.feedback_button_container{position:fixed;bottom:40px;right:10px;z-index:0}
.feedback_button{padding:10px 8px 10px 8px;float:right; border:1px  #CCC solid;border-bottom:none; margin-left:5px;text-shadow: 1px 1px #666; font-size: 10pt; border-top-left-radius: 3px;border-top-right-radius: 3px;cursor:pointer;background-color:white;}
/* e:contact form */

.headerContainer {
	width:1000px;
	margin: 0 auto;
}

.menuContainter {
	margin-left: 10px;
	margin-right: 0;
	float: right;
	position: relative;
	left: 0;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
	max-width: 800px;
	text-transform: uppercase;
}

.menuPart {
	font-weight: normal;
	padding: 15px 6px 0px;
	line-height: 19px;
	display: inline;
	list-style: none;
	font-family: 'Open Sans', Arial, serif;
}

.menuLink {
	text-decoration: none;
}

.menuLogin {
	min-width: 300px;
	text-align: right;
	float: right;
	color: #e8481d;
	line-height: 24px;
	padding: 4px 12px;
	margin-bottom: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	font-size: 16px;
}

.footer {
	text-align: center;
	font-size: 15px!important;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #eeeff2;
	border-top: 1px solid #e9ebed;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.rowDevide {
	color: #333;
	border-bottom: solid 1px #ddd;
	height: 300px;
	position:relative;
	float:none;
}

.footerLeft {
	width: 200px;
	float: left;
	margin-left: 30px;
	height: 300px;
}

.footerCenter {
	width: 420px;
	float: left;
	margin-left: 60px;
	height: 300px;
}

.footerRight {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-left: 30px;
	width: 170px;
	float: left;

}

.footerMenu {
	text-align:right;
	list-style: none;
}