/*---------------------reset-------------------*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset,iframe { border: none; }
caption,th { text-align: left; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }

input {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input:focus {
	outline: none;
}

image {
	border: none;
}

/*---------------------general-------------------*/

body {
	color: #333;
	font-family: Verdana, STHeiti, "华文黑体", NSimSun, "新宋体", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
}

body.big {
	font-size: 15px;
}

body.small {
	font-size: 13px;
}

h1 {
	font-weight: bold;
	font-size: 1.57em; /* 22px */
	margin-bottom: 8px;
	color: #00638A;
}

h2 {
	font-weight: bold;
	font-size: 1.14em; /* 16px */
	line-height: 18px;
	margin-bottom: 10px;
	color: #00638A;
}

h3 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #00638A;
}

strong {
	font-weight: bold;
}

p {
	margin: 0 0 15px;
}

p.notice {
	color: #FF0000;
}

/*---------------------list--------------------*/

ul {
	list-style-type: none;
	margin-bottom: 15px;
}

ol {
	margin: 0 0 15px 25px;
	list-style-type: decimal;
	list-style-position: outside;
}


ul.no-bottom-space, ol.no-bottom-space {
	margin-bottom: 0;
}

ol li {
	margin: 0 0 5px;
}

ul.circle, ol {
	margin-left: 40px;
}

table ul.circle, table ol {
	margin-left: 20px;
	margin-bottom: 0;
}

ul.circle li {
	margin: 0 0 5px;
	list-style-type: circle;
}
/*---------------------link--------------------*/

a {
	color: #333;
	text-decoration: none;
}

article a {
	color: #d58b10;
}

article a:hover {
	text-decoration: underline;
}

a.more {
	padding-right: 10px;
	background-image: url('../../media/common/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a.back {
	padding-left: 10px;
	background-image: url('../../media/common/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.pdf {
	padding-left: 20px;
	background-image: url('../../media/common/pdf_icon.png');
	background-repeat: no-repeat;
	background-position: left 40%;
}

a.link-button {
	display: inline-block;
	padding: 8px 12px;
	color: #fff !important;
	background-color: #d58b10;
	border-radius: 5px;
}

a.link-button + a.link-button {
	margin-left: 30px;
}

a.link-button:hover {
	text-decoration: none;
}

/*--------------------table--------------------*/

table.vertical {
	width: 100%;
	border: 1px #e4e4e4 solid;
	margin: 0 0 15px;
}

table.vertical tr {
	border-bottom: 1px #e4e4e4 solid;
}

table.vertical th {
	padding: 12px 10px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #003471;
	background-color: #f4f4f4;
}

table.vertical td {
	padding: 10px;
	text-align: left;
	color: #666;
}

table.vertical .spec {
	display: block;
	margin: 0 0 5px;
}

table.vertical ul + .spec {
	margin: 15px 0 5px;
}

table.cross {
	width: 100%;
	border: 1px #e4e4e4 solid;
	margin: 0 0 15px;
}

table.cross th {
	padding: 12px 10px 10px;
	border: 1px #e4e4e4 solid;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #003471;
	background-color: #f4f4f4;
}

table.cross th.middle-align {
	vertical-align: middle;
}

table.cross td {
	padding: 10px;
	border: 1px #e4e4e4 solid;
	text-align: left;
	vertical-align: top;
	color: #666;
}

table.cross .right-align {
	text-align: right;
}

table.cross .center-align {
	text-align: center;
}

table.health-screen-supplement .col1 {
	width: 20%;
}

table.health-screen-supplement .col3 {
	width: 20%;
}

table.pediatric-immunization .col1 {
	width: 30%;
}

table.pediatric-immunization .col3 {
	width: 20%;
}

table.beijing-health-screen .col1 {
	width: 20%;
}

table.beijing-health-screen .col3 {
	width: 17%;
}

table.beijing-child-screen td {
	text-align: center;	
}

table.no-border {
	width: 100%;
	border: none;
	margin: 0;
}

table.no-border td {
	padding: 12px 0;
	vertical-align: top;
}

table.no-border td.col1 {
	width: 150px;
}

#doctor-search-result {
	width: 100%;
}

#doctor-search-result tr.line {
	background: #e4e4e4;
}

#doctor-search-result tr.line td {
	height: 1px;
	padding: 0;
}

#doctor-search-result th {
	padding: 10px 0;
}

#doctor-search-result td {
	padding: 10px 0;
	vertical-align: top;
}

#doctor-search-result td span {
	float: left;
	margin: 0 0 7px;
}

#doctor-search-result td span.lang {
	margin: 0 0 15px;
	font-size: 13px;
}

#doctor-search-result td .clear-both {
	clear: both;
}

#doctor-search-result td img {
	float: right;
	margin: 0 0 5px;
}

#doctor-search-result td ul {
	margin: 0 0 0 55px;
}

#doctor-search-result td ul + span {
	margin-top: 15px;
}

#doctor-search-result td ul li {
	margin: 0 0 5px;
	list-style-type: disc;
}

table.doctor-detail th {
	width: 110px;
}
/*---------------------form--------------------*/

input[type="text"] {
	-webkit-appearance: none;
	border: 1px #E4E4E4 solid;
	border-radius: 5px;
}

textarea {
	border: 1px #E4E4E4 solid;
	border-radius: 5px;
}

input[type="submit"] {
	padding: 10px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #00A3A8;
	cursor: pointer;
}

#doctor-search input[type="text"] {
	width: 250px;
}

#doctor-search input[type="submit"] {
	margin: 0 0 0 270px;
}

form .required {
	color: #ff0000;
}

form .top-align {
	vertical-align: top;
}

form label.indent {
	text-indent: 8px;
}

#article-sub form[id^="frmSS"] input[type="text"]{
	height: 20px;
	padding: 5px;
	
}

#article-sub form[id^="frmSS"] div {
	margin: 0 0 10px;
}

#article-sub form[id^="frmSS"] input[type="submit"] {
	float: right;
	margin: 0 75px 0 0;
}

article form label, article form input, article form textarea, article form select,  article form .select-wrapper {
	float: left;	
}

article form label {
	clear: left;
	width: 220px;
}

article form label:before {
	content: "*";
	color: #ff0000;
	visibility: hidden;
}

article form .require:before {
	visibility: visible;
}

article form input[type="submit"] {
	clear: both;
	float: right;
	margin: 0 0 20px;
	font-size: inherit;
}

article form input[type="text"], article form input[type="email"], article form textarea {
	width: 250px;
	padding: 12px 10px;
	margin: 0 0 20px;
	font-size: inherit;
}

article form input[type="radio"] {
	margin: 0 0 20px;	
}

article form select {
	margin: 0 0 20px;
	font-size: inherit;
}

article form .select-wrapper {
	margin: 0 0 20px;
}

article form select + select {
	margin: 0 0 20px 5px;
}

article form p.cwrap {
	float: left;
	margin: 0;
}

article form p.cwrap input[type="radio"] {
	float: none;
}

article form p.cwrap span.require {
	color: #ff0000;
}

article form img.cimg {
	float: left;
}

article form input[name="captcha"] {
	clear: left;
}

article form .select-wrapper {
	position: relative;
	width: 272px;
	min-height: 44px;
}

article form .select-wrapper .disp {
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	min-height: 20px;
	padding: 12px 0;
	border-radius: 5px;
	background-color: #ddd;
	background-image: url('../../media/common/arrow_drop_down.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

article form .select-wrapper .disp  span {
	display: block;
	margin-left: 10px;
}

article form .select-wrapper select {
	display: block;
	width: 100%;
	height: 44px;
	margin: 0;
	opacity: 0;
	filter: Alpha(opacity=0)\0;
	-webkit-appearance: none;
}

article form .select-wrapper.year {
	width: 70px;
}

article form .select-wrapper.month {
	width: 70px;
	margin: 0 10px;
}

article form .select-wrapper.day {
	width: 70px;
}

/*--------------------shortcut----------------*/

span.more {
	white-space: nowrap;
	padding-right: 10px;
	background-image: url('../../media/common/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #d58b10;
}

.bottom-align {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear-both {
	clear: both;
}

.text-center {
	text-align: center;
}

.extend {
	padding-right: 10px;
	background-image: url('../../media/common/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.extend:hover {
	text-decoration: none;
}

.quote {
	color: #00638A;
}

/*---------------------clearfix----------------*/

.group:before,
.group:after
{
	content: " ";
	display: table;
}

.group:after { clear: both; }

/*------------------header-bar-------------------*/

#back {
	position: absolute;
	left: 16px;
	color: #00638A;
}

#header-bar {
	color: #00769c;
}

#header-bar p {
	margin: 0;
}

#header-bar .city b {
	font-size: 1.14em; /* 16px */
}

#header-bar a.lang, #header-bar a.lang:active {
	color: #888;
}

/*---------------------header--------------------*/

#logo {
	background-image: url('../../media/common/logo/parkwayhealth-logo.png');
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	height: 100%;
	text-indent: -1000%;
	overflow: hidden;
}

#print-logo {
	display: none;
}

#print-time {
	display: none;
}

#tagline {
	color: #00769c;
}

#tagline span{
	line-height: 24px;
}

#location {
	color: #00769c;
}

#location p {
	margin: 0;
}

#location .city b {
	font-size: 1.14em; /* 16px */
}

.city {
	padding-right: 10px;
	background-image: url('../../media/common/arrow_right_blue.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;	
}

#search a {
	padding: 0 20px 0 0;
	color: #888;
}

#search form input[type="text"] {
	width: 240px;
	height: auto;
	padding: 10px 5px 10px 45px;
	border: 1px #00A3A8 solid;
	border-radius: 5px;
	font-size: 17px;
	line-height: 20px;
	background-image: url('../../media/common/search.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#search form input[type="submit"] {
 	position: absolute;
 	top: 0;
 	left: 0;
 	display: block;
 	width: 44px;
 	height: 44px;
	filter:alpha(opacity=0);
 	opacity: 0;
}

@-moz-document url-prefix() {

	#search form input[type="submit"] {
		line-height: 18px;
	}
}

/*----------------------------nav--------------------------*/

nav {
	height: 44px;
}

nav ul li {
	float: left;
	height: 22px;	
	margin: 11px 0;
}

nav ul li.selected a, nav ul li:hover a {
	background: #00638A;
}

nav ul li.hide {
	display: none;
}

nav ul li.first {
	border-left: none;
}

nav ul li + li {
	border-left: 1px solid #E4E4E4;
}

nav ul li a {
	display: block;
	height: 100%;
	padding: 11px 60px;
	margin: -11px 0 0;
	text-align: center;
	vertical-align: middle;
	transition: background-color 0.2s;
}

nav ul li.selected a, nav ul li:hover a {
	color: #fff;
}

nav ul li.indent a {
	padding: 0 0 0 40px;
}

nav ul li form input[type="text"] {
	width: 185px;
	height: 33px;
	padding: 0 0 0 45px;
	margin: 5px 10px;
	border: 0;
	background-color: #ffffff;
	background-image: url('../../media/common/search.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1em;
}

nav ul li form {
	position: relative;
}

nav ul li form input[type='submit'] {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
	width: 44px;
	height: 44px;
	opacity: 0;
}

nav ul li.search:hover {
	background: inherit;
}

/*-------------------------slideShow-----------------------*/

.slide-wrapper {
	position: relative;
}

#slideShow img {
	border-radius: 5px;
}

#slideShow a {
	color: #d58b10;
}

.slide-wrapper ul li {
	width: 286px;
	height: 42px;
	margin: 0 0 10px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background: #F4F4F4;
	background-repeat: no-repeat;
	background-position: 17px 50%;
}

.slide-list-wrapper {
	position: absolute;
	z-index: 99;
}

.slide-list-wrapper ul li.appointment {
	background-image: url('../../media/common/icons/clock.png');
}

.slide-list-wrapper ul li.find-doctor {
	background-image: url('../../media/common/icons/stethoscope.png');
}

.slide-list-wrapper ul li.contact {
	background-image: url('../../media/common/icons/info.png');
}

.slide-list-wrapper ul li a {
	display: block;
	padding: 0 0 0 64px;
	color: #00769a; 
	font-weight: bold;
	line-height: 42px;
	vertical-align: middle;
}

/*--------------------------promo--------------------------*/

aside.promo section > a {
	display: block;
	width: 100%;
	height: 100%;
}

aside.promo section h3.co {
	color: #D17613;
}

aside.promo section h3.cg {
	color: #30a441;
}

aside.promo section.subscirbe h3 {
	font-size: 1em;
	color: #67aec2;
}

aside.promo section form input[type="text"], form.subscribe input[type="text"] {
	width: 300px;
	height: auto;
	padding: 10px 5px;
	border-top: 1px #00A3A8 solid;
	border-right: 0px #00A3A8 none;
	border-bottom: 1px #00A3A8 solid;
	border-left: 1px #00A3A8 solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 17px;
	line-height: 20px;
}

aside.promo section form input[type="submit"], form.subscribe input[type="submit"] {
	width: 90px;
	padding: 11px 5px;
	margin-left: -5px;
	color: #fff;
	background-color: #00A3A8;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 20px;
	line-height: 19px\9;
	font-size: 14px;
	vertical-align: top;
	cursor: pointer;
}

@-moz-document url-prefix() {
	aside.promo section form input[type="submit"], form.subscribe input[type="submit"] {
		line-height: 18px;
	}
}

/*---------------------------toolbar--------------------------*/

div.tools span {
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	color: #00638A;
	line-height: 44px;
	text-align: center;
	vertical-align: top;
	background: #F4F4F4;
	cursor: pointer;
}

div.tools span.big {
	font-size: 24px;
}

div.tools span.normal {
	font-size: 16px;
}

div.tools span.small {
	font-size: 12px;
}

div.tools span.print {
	background-image: url('../../media/common/icons/print.png');
	background-repeat: no-repeat;
	background-position: 50%;
}

div.tools span.share {
	background-image: url('../../media/common/icons/share.png');
	background-repeat: no-repeat;
	background-position: 50%;
}

.addthis_button_compact {
	width: 100% !important;
	height: 100% !important;
}

.addthis_button_compact .at-icon-wrapper {
	width: 100% !important;
	height: 100% !important;
	filter:alpha(opacity=0);
	opacity: 0 !important;
}

.addthis_button_compact .at-icon-wrapper img {
	width: 100% !important;
	height: 100% !important;
}

div.tools span.selected{
	border: 1px solid #00638A;
	color: #ffffff;
	background-color: #00638A;
}


aside.toolbar ul li {
	display: table;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

aside.toolbar ul li.appointment {
	background-image: url('../../media/common/icons/clock.png');
}

aside.toolbar ul li.find-doctor {
	background-image: url('../../media/common/icons/stethoscope.png');
}

aside.toolbar ul li.contact {
	background-image: url('../../media/common/icons/info.png');
}

aside.toolbar ul li a {
	display: table-cell;
	padding: 0 0 0 50px;
	font-weight: bold;
	color: #00769a; 
	vertical-align: middle;
}

/*---------------------------subnav------------------------*/

aside.subnav {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #F4F4F4;
}

aside.subnav .accordion {
	cursor: pointer;
}

aside.subnav .accordion > ul {
	display: none;
}

aside.subnav .extended.accordion > ul {
	display: block;
}

aside.subnav > ul {
	margin: 0;
}

aside.subnav ul li a:hover, aside.subnav ul li.selected a {
	color: #d58b10;
}

aside.subnav h2 {
	padding: 13px 30px 13px 10px;
	margin: 0;
}

aside.subnav h3 {
	padding: 13px 30px 13px 20px;
	margin: 0;
	font-weight: 400;
}

aside.subnav .accordion > h2, aside.subnav .accordion > h3 {
	background-image: url('../../media/common/plus.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	
}

aside.subnav .accordion.minus > h2, aside.subnav .accordion.minus > h3 {
	background-image: url('../../media/common/minus.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}

aside.subnav .title h2 {
	padding: 13px 10px;
}

aside.subnav .title h2 a {
	display: block;
	padding: 0;
	background-image: url('../../media/common/arrow_right_blue.gif');
	background-repeat: no-repeat;
	background-position: right;
	color: #00638A;
}

/*--------------------------submenu------------------------*/

div.submenu {
	width: calc(100% - 32px);
	margin: 40px auto 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #F4F4F4;
}


div.submenu > ul {
	margin: 0;
}

div.submenu .accordion {
	cursor: pointer;
}

div.submenu .accordion ul ul {
	display: none;
}

div.submenu .accordion h2 {
	padding: 13px 30px 13px 10px;
}

div.submenu .accordion h3 {
	padding: 13px 30px 13px 20px;
	font-weight: 400;
}

div.submenu .accordion > h2, div.submenu .accordion > h3 {
	margin: 0;
	background-image: url('../../media/common/plus.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}

div.submenu .accordion.minus > h2, div.submenu .accordion.minus > h3 {
	background-image: url('../../media/common/minus.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}

div.submenu ul li a {
	display: block;
	padding: 13px 20px;
}

div.submenu ul li > ul li > ul li a {
	padding: 13px 20px 13px 30px;
}

/*--------------------------article------------------------*/

article > section.detail {
	clear: both;
	padding: 10px 0 0;
	border-top: 1px #e4e4e4 solid;
}

article > section.detail img.right {
	margin: 0 0 10px 10px;
}

img.across {
	width: 100%;
	height: auto;
	margin: 0 0 22px;
}

article > img.right {
	width: auto;
	height: auto;
	margin: 0 0 22px 22px;
}

.accordion-wrapper {
	margin: 0 0 15px;
	overflow: hidden;
}

.accordion-wrapper > img.right {
	margin: 0 0 10px 10px;
}

.accordion-wrapper .accordion {
	display: none;
	padding: 15px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background: #f4f4f4;
	overflow: hidden;
}

.accordion-wrapper .accordion.extended {
	display: block;
}

.accordion-wrapper .accordion figure { 
	margin: 0 0 30px;
}

.tabs-wrapper ul li.tab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0 20px;
	border: 1px #D6D6D6 solid;
	line-height: 44px;
	background: #f4f4f4;
	cursor: pointer;
}

.tabs-wrapper ul li.tab + li {
	border-left: none;
}

.tabs-wrapper ul li.selected.tab {
	border-bottom-color: #ffffff;
	color: #D17613;
	background: #ffffff;
}

.tabs-wrapper .content-wrapper {
	clear: both;
	padding: 20px;
	border: 1px #D6D6D6 solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tabs-wrapper .content-wrapper .content {
	display: none;
}

.tabs-wrapper .content-wrapper .show.content {
	display: block;
}
/*-----------------------directorynav----------------------*/

aside.directorynav ul {
	border: 1px solid #ccc;
	border-radius: 5px;
}

aside.directorynav ul li {
	display: table;
	height: 42px;
}

aside.directorynav ul li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #888;
	text-align: center;
	vertical-align: middle;
}

/*----------------------------footer-----------------------*/

footer {
	font-size: 0.86em; /* 12px */
	color: #888;
}

footer a {
	color: #888;
}

/*-------------------footer bar--------------------------*/

#footer-bar a {
	color: #00638A;
}

/*---------------------nav icon animation----------------*/

#nav-icon {
	display: none;
}

#nav-icon div {
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: #00638A;
	transition: -webkit-transform .5s;
	transition: transform .5s;
}

#nav-icon div:first-child {
	top: 14px;
	left: 13px;
}

#nav-icon div:last-child {
	top: 25px;
	left: 13px;
}

#nav-icon div.cross:first-child {
	-webkit-transform: translate(0, 6px) rotate(45deg);
	-ms-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);
}

#nav-icon div.cross:last-child {
	-webkit-transform: translate(0, -5px) rotate(-45deg);
	-ms-transform: translate(0, -5px) rotate(-45deg);
	transform: translate(0, -5px) rotate(-45deg);
}

/*---------------------------popup-------------------------*/

#popup {
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	display: none;
	text-align: center;
	background-color: rgb(100, 100, 100)\0;
	background: rgba(0, 0, 0, 0.5);
}

#popup > div {
	position: absolute;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
}

#popup > div div {
	height: 100%;
	overflow: auto;
}

#popup div span {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	font-weight: bold;	
	line-height: 30px;
}

#popup div span:hover {
	cursor: pointer;
}

#popup div a {
	float: left;
	width: 150px;
	padding: 10px 20px;
	margin: 0 30px 40px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	background: #00A3A8;
}

#popup div a.first-line {
	margin: 40px 30px;
}

#popup div a.break {
	clear: left;
	margin-left: 30px;
	margin-right: 0;
}

/*---------------------------admin-------------------------*/

.admin-login h1 {
	margin: 40px 0 20px;
	text-align: center;
}

.admin-login form {
	width: 500px;
	margin: 0 auto;
}

.admin-login label {
	display: inline-block;
	width: 150px;
	margin: 0 10px 0 0;
	text-align: right;
}

.admin-login form input[type='text'], .admin-login form input[type='password'] {
	width: 250px;
	height: auto;
	padding: 10px 5px;
	border: 1px #00A3A8 solid;
	border-radius: 5px;
	font-size: 17px;
	line-height: 20px;
}

.admin-login form input[type='submit'] {
	width: 90px;
	padding: 11px 5px;
	margin-left: 332px;
	color: #fff;
	background-color: #00A3A8;
	border-radius: 5px;
	line-height: 20px;
	line-height: 19px\9;
	font-size: 14px;
	vertical-align: top;
	cursor: pointer;
}

.admin-login  p {
	width: 400px;
	margin: 0 auto;
	font-size: 12px;
}

body.admin header {
	margin: 20px auto 20px;
}

body.admin nav ul li a {
	padding: 11px 40px;
}

body.admin div.wrapper article {
	float: none;
	width: 100%;
	margin: 0;
}

body.admin div.wrapper h2 {
	margin: 0 0 20px;
}

body.admin div.wrapper .center {
	text-align: center;
}

body.admin div.wrapper .button {
	padding: 11px 20px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #00A3A8;
	line-height: 20px;
	line-height: 19px\9;
	font-size: 14px;
	vertical-align: top;
	cursor: pointer;
}

body.admin table th, body.admin table td {
	padding: 10px;
}

body.admin table tr.even {
	background: #ddd;
}

body.admin table.result {
	margin: 0 auto;
}

body.admin table.result tr {
	border-bottom: 1px solid #E4E4E4;
}

body.admin table.checkbox td {
	padding: 5px 10px;
} 

body.admin article form {
	width: 500px;
	margin: 0 auto;
}

body.admin article form label {
	clear: none;
	float: none;
	width: auto;
}

body.admin article form label:before {
	display: none;
}

body.admin article form input, body.admin article form textarea, body.admin article form select {
	float: none;
}

body.admin article form select {
	margin:0;
}

body.admin article form input[type='text'] {
	width: 250px;
	height: auto;
	margin: 5px 0 0;
	padding: 10px 5px;
	border: 1px #00A3A8 solid;
	border-radius: 5px;
	font-size: 17px;
	line-height: 20px;
}

body.admin article form input[type='submit'] {
	float: right;
}

body.admin article form .dscl {
	margin-bottom: 20px;
}

body.admin article form input[name='start_year'],
body.admin article form input[name='start_month'],
body.admin article form input[name='start_day'],
body.admin article form input[name='end_year'],
body.admin article form input[name='end_month'],
body.admin article form input[name='end_day']{
	width: 50px;
}

body.admin article .query-result {
	clear: both;
	width: 500px;
	margin: 0 auto;
}

body.admin article .query-result table.result {
	width: 100%;
}

/*---------------------------search result pages------------------------*/

.sp2_info {
	font-size: 16px;
	color: #00638A;
}

a.sp2_title {
	font-size: 16px;
	color: #d58b10;
	text-decoration: underline;
}

.sp2_result .sp2_select {
	color: #ff0000;
}

a.sp2_page {
	color: #d58b10;
}

.in-search.city {
	padding-right: 0;
	background-image: none;
	cursor: default;
}