/* news page */

.news_items {
    list-style: none;
    margin-left: -10px;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.news_item {
/*    padding-top: 10px;*/
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #D1D1D1;
    margin-right: 30px;
/*    margin-top: 10px;*/
/*    margin-bottom: 10px;*/
}

.news_item-inner {
    border-radius: 6px;
    padding: 15px 0 15px 0;
    margin: 0;
}

.news_item-inner:hover {
    background-color: #ECECEC;
}

.news_item_left {
    float: left;
    margin-right: 15px;
    margin-left: 10px;
/*    margin-top: 10px;*/
}

.news_item_date {
    color: ;
}

.news_item_text {
    margin-top: 10px;
}

.news_item_link {
    margin-top: 10px;
}

/* doctors */
.doctors {
    padding-top: 25px;
    padding-bottom: 40px;
}

.doctors_left {
}

.doctors_right {
    border-left: 1px solid #D1D1D1;
    margin-left: -15px;
}

.doctors_card {
    padding-left: 30px;
    cursor: pointer;
    overflow: hidden;
}

.doctors_card:hover {
	background-color: #ECECEC;
	border-radius: 4px;
}

.doctors_thumb-outer {
    float: left;
    margin-right: 15px;
}

.doctors_name {
    margin-bottom: 20px;
    font-size: 1.4em;
}

.doctors_todo {
    margin-bottom: 5px;
}

.doctors_popup_outer {
	position: fixed;
	background-color: white;
	z-index: 3;
}

.doctors_popup {
	position: relative;
}

.doctors_popup_close {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/popup-close-btn.png');
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.doctors_popup_content {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	width: 100%;
	height: 100%;
}

.doctors_popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 2;
}

/* work */
.work {
    padding-bottom: 40px;
}

.work_tabs {
    margin: 0;
    border-bottom: 1px solid #D1D1D1;
    text-align: center;
}

.work_tab {
    border-right: 1px solid #D1D1D1;
    padding: 10px 0;
}

.work_tab_label {
    margin: 0 25px;
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.3em;
    height: 45px;
}

.work_tab_label.active {
    background-color: #a6c800;
    border-radius: 4px;
}

.work_tab_label.active a {
    color: white;
}
	
.work_desc {
    padding: 20px;
/*    line-height: 1.8em;*/
    /*font-size: 1.3em;*/
}

.work_table-outer {
/*    margin: 0 15px;*/
    padding: 0 15px 40px 15px;
    border-bottom: 1px solid #D1D1D1;
}

.work_thead {
    border-top: 1px dotted #D1D1D1;
    border-bottom: 1px dotted #D1D1D1;
}

.work_thumb {
    margin-right: 8px;
}

.workflow_message {
	font-size: 1.6em;
	margin: 40px 0;
}

.workflow_diagram {
	position: relative;
}

.workflow_contact {
	position: absolute;
	top: 15px;
	left: 480px;
}

table.work_table tr.work_tr {
    border-bottom: 1px dotted #D1D1D1;
}

table.work_table td.work_td {
    vertical-align: middle;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

table.work_table .work_td_title {
    font-size: 1.2em;
    font-weight: bold;
}

table.work_table .work_td_summary {
    font-size: 0.9em;
}

.work_detail-content {
    margin: 0 20px;
}

.work_detail {
    margin: 0 20px;
}

.work_detail-thumb-outer {
    float: left;
    margin-right: 20px;
}

.work_detail-thumb {
    margin-bottom: 10px;
}

.work_detail-text {
}

.work_detail_link {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    padding-left: 22px;
}

/* achievements
*/
.achievements {
    margin: 0;
}

.achievements_left {
    padding-left: 20px;
/*    border-right: 1px solid #999;*/
}

.achievements_pagenum {
    padding: 5px 0;
    margin-bottom: 30px;
    font-size: 1.6em;
}

.achievements_item {
    margin-bottom: 60px;
}

.achievements_date {
    margin-bottom: 10px;
}

.achievements_text {
    margin-bottom: 20px;
}

.achievements_category {
    margin-left: 15px;
    border-left: 1px solid #D1D1D1;
}

.achievements_category_title {
    font-size: 1.5em;
    color: #2c296e;
/*    margin: 0 0 15px 0;*/
    padding: 20px 0 20px 25px;
}

.achievements_categories {
    list-style: none;
    font-size: 1.2em;
    margin: 0 -10px;
/*    margin: 0 0 10px 0;*/
/*    padding: 0 0 10px 0;*/
/*    line-height: 2.3em;*/
}

.achievements_categories li.normal {
    margin-bottom: 20px;
    padding-left: 14px;
    margin-left: 0px
}

.achievements_categories li.active {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #a3cc00;
/*    padding-left: 20px;*/
}

.newsd_outer {
/*    margin: 20px 0 0 20px;*/
    padding: 20px 0 40px 20px;
}

.newsd_date {
    margin-bottom: 10px;
}

.newsd_title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.newsd_content {
}


/* about us */
.aboutus_outer {
	padding: 20px 0 40px 20px;
	border-bottom: 1px solid #D1D1D1;
    margin-left: 0;
    margin-right: 0;
}

.aboutus_table {
    width: 900px;
}

.aboutus_left {
	padding: 20px;
}

.aboutus_td-inner {
    padding: 5px 10px;
}

/* contact */
.contact_outer {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 30px;
}

.contact_thanks-font {
    color: #7b9500;
    font-weight: bold;
}

.contact_notice {
    margin-bottom: 60px;
}

.top_more-btn-outer {
    position: relative;
}

.top_more-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.top_facebook {
    position: absolute;
	width: 60px;
	height: 40px;
	bottom: -1px;
	right: -1px;
}

.top_facebook a {
/* 	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	padding: 12px 30px;
 */}

.contact_input-outer {
    padding: 40px;
}

.contact_td-inner {
    padding: 0px 0 0px 10px;
}

.contact_iframe {
    border: none;
    width: 800px;
    height: 1000px;
}

.contact_confirm_btn {
		border: none;
		background-color: white;
}

.error {
    padding: 20px;
    color: #ea4911;
    border: 1px solid red;
    margin-bottom: 20px;
}
