@charset "UTF-8";
/* CSS Document */

/* demo info window */
#demo {
	position: fixed;
	top: 30px;
	right: 30px;
	margin-left: 30px;
	z-index: 1000;
}
#demoText {
	display: none;
}

@font-face {
    font-family: 'AvantGardBold';
    src: url('../_fonts/AvantGardBold-webfont.eot');
    src: url('../_fonts/AvantGardBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/AvantGardBold-webfont.woff') format('woff'),
         url('../_fonts/AvantGardBold-webfont.ttf') format('truetype'),
         url('../_fonts/AvantGardBold-webfont.svg#AvantGardeITCbyBT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, abbr, address, article, aside, audio, area, html, b, body, blockquote, button, canvas, caption, cite, code, col, colgroup, command, div, del, dfn, dl, dt, dd, details, datalist, em, embed, fieldset, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, i, iframe, img, input, ins, kbd, li, label, legend, menu, mark, menu, meter, nav, object, ol, output, option, p, pre, q, s, samp, strong, sub, sup, span, select, section, summary, table, tbody, tfoot, thead, textarea, tr, th, td, time, u, ul, var, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
html {
	height: 100%;
}
body {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	height: 100%;
	color: #20315f;
	background-color: #bbbdbf;
}
#outerSpace {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbbdbf));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fff, #bbbdbf);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fff, #bbbdbf);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bbbdbf');
	/* IE 10 */
	background: -ms-linear-gradient(top, #fff, #bbbdbf);
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}
a {
	text-decoration: none;
}
a img {
	border-style: none;	
}
button {
	cursor: pointer;
}
button#lastUsed {
	cursor: auto;
}
/*Firefox button text shift correction*/
.mac.gecko button {
	padding-bottom: 2px;
}
.mac.gecko #searchContent #articleHeads button {
	padding-left: 4px;
}
td {
	height: 39px;
	width: 80px;
	overflow: hidden;
	border-left: 1px solid #93c6e0;
	padding: 2px 0px 4px 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
input {
	background: transparent;
	border-style: none;
	placeholder: #93c6e0;
}
::-webkit-input-placeholder {
   color: #93c6e0;
}
input:-moz-placeholder {  
   color: #93c6e0;
}
:focus {
	-moz-box-shadow: 0px 0px 5px 0px #afd4e7;
	-webkit-box-shadow: 0px 0px 5px 0px #afd4e7;
	box-shadow: 0px 0px 5px 0px #afd4e7;
}
h3 {
	margin-bottom: 10px;
	visibility: hidden;
}
.floatLeft {
	float: left;
}
.arrowDown {
	background-image: url(../_images/arrowDown.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 5px;
	width: 11px;
	float: right;
	margin-right: 7px;
	margin-top: 3px;
}
.spaceBtw {
	height: 10px;
}
.calendarIcon {
	background-image: url(../_images/calendarIcon.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 13px;
	float: right;
	margin-right: 8px;
	margin-top: 1px;
}
.calendarIconClick {
	background-position: center bottom;
}
.darkButton {
	font: 12px/14px "AvantGardBold",  sans-serif;
	height: 24px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#006e99), to(#20315f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006e99, #20315f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006e99, #20315f);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e99', endColorstr='#20315f');
	/* IE 10 */
	background: -ms-linear-gradient(top, #006e99, #20315f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006e99, #20315f);
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
}
.darkButtonHover {
	-moz-box-shadow: 0px 0px 5px 0px #93c6e0;
	-webkit-box-shadow: 0px 0px 5px 0px #93c6e0;
	box-shadow: 0px 0px 5px 0px #93c6e0;
}
.darkButtonClick {
	color: #93c6e0;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#20315f), to(#006e99));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #20315f, #006e99);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #20315f, #006e99);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20315f', endColorstr='#006e99');
	/* IE 10 */
	background: -ms-linear-gradient(top, #20315f, #006e99);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #20315f, #006e99);
	-moz-box-shadow: 0px 0px 5px 0px #20315f inset;
	-webkit-box-shadow: 0px 0px 5px 0px #20315f inset;
	box-shadow: 0px 0px 5px 0px #20315f inset;
}
.inputField {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 20px;
	background-color: #fff;
	border-radius: 5px;
	color: #006e99;
	border: 1px solid #93c6e0;
	padding: 0px 5px;
}
.inputFieldHover {
	-moz-box-shadow: 0px 0px 5px 0px #afd4e7 inset;
	-webkit-box-shadow: 0px 0px 5px 0px #afd4e7 inset;
	box-shadow: 0px 0px 5px 0px #afd4e7 inset;
}
.inputFieldFocus {
	background-color: #d4e4e9;
}
.articleButton {
	font: bold 10px/12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 24px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#006e99), to(#20315f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006e99, #20315f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006e99, #20315f);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e99', endColorstr='#20315f');
	/* IE 10 */
	background: -ms-linear-gradient(top, #006e99, #20315f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006e99, #20315f);
	color: #FFF;
	text-align: left;
	padding-left: 7px;
	margin-left: -2px;
}
.articleButtonNoSelect {
	font: bold 10px/12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 24px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#006e99), to(#20315f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006e99, #20315f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006e99, #20315f);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e99', endColorstr='#20315f');
	/* IE 10 */
	background: -ms-linear-gradient(top, #006e99, #20315f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006e99, #20315f);
	color: #FFF;
	text-align: left;
	padding-left: 7px;
	margin-left: -2px;
}
.articleButtonHover {
	-moz-box-shadow: 0px 0px 5px 0px #93c6e0;
	-webkit-box-shadow: 0px 0px 5px 0px #93c6e0;
	box-shadow: 0px 0px 5px 0px #93c6e0;
	color: #94c4df;
}
.articleButtonClick {
	color: #94c4df;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#20315f), to(#006e99));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #20315f, #006e99);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #20315f, #006e99);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20315f', endColorstr='#006e99');
	/* IE 10 */
	background: -ms-linear-gradient(top, #20315f, #006e99);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #20315f, #006e99);
	-moz-box-shadow: 0px 0px 5px 0px #20315f inset;
	-webkit-box-shadow: 0px 0px 5px 0px #20315f inset;
	box-shadow: 0px 0px 5px 0px #20315f inset;
}
.lightButton {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height: 20px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#d4e4e9));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#d4e4e9');
	/* IE 10 */
	background: -ms-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* Opera 11.10+ */
	background-color:-o-linear-gradient(top, #f7f9fa, #d4e4e9);
	border-radius: 5px;
	color: #006e99;
	border: 1px solid #93c6e0;
}
.lightButtonHover {
	-moz-box-shadow: 0px 0px 5px 0px #afd4e7;
	-webkit-box-shadow: 0px 0px 5px 0px #afd4e7;
	box-shadow: 0px 0px 5px 0px #afd4e7;
}
.lightButtonClick {
	background: none;
	background-color: #93c6e0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.dropList {
	list-style: none;
	border: 1px solid #93c6e0;
	/*width: 168px;*/
	color: #006e99;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	background-color: #f7f9fa;
	-moz-box-shadow: 0px 0px 5px 0px #afd4e7;
	-webkit-box-shadow: 0px 0px 5px 0px #afd4e7;
	box-shadow: 0px 0px 5px 0px #afd4e7;
	visibility: hidden;
	z-index: 100;
}
.dropList li {
	line-height: 20px;
	padding: 0px 7px;
}
.dropList li.selected {
	background-color: #d4e4e9;
	cursor: pointer;
}
.preview {
	width: 78px;
}
#modal {
	background-color: #93c6e0;
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.2;
	display: none;
}
#articleDetails {
	display: none;
}
#pubSwitch {
	display: none;
}
#deleteConfirm {
	display: none;
}
#mainContent {
	width: 1244px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 18px;
	border-radius: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px 1px #929497;
	-webkit-box-shadow: 0px 0px 5px 1px #929497;
	box-shadow: 0px 0px 5px 1px #929497;
	position: relative;
	top: 15px;
	overflow: hidden;
	min-height: 855px;
}
#mainContent header {
	margin-bottom: 25px;
	/* [disabled]width: 734px; */
	padding-top: 15px;
}
#mainContent header img {
	float: left;
	margin-right: 30px;
	/*margin-top: 15px;*/
}
#mainContent header h1 {
	font: 28px/53px "AvantGardBold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #20315f;
}
#choosePub {
	width: 170px;
	text-align: left;
	padding-left: 7px;
}
#pubList {
	width: 168px;
}
#selectWeek {
	float: right;
	margin-right: 520px;
	visibility: hidden;
}
#selectWeek #weekInput {
	/* [disabled]display: none; */
	background-color: #CCC;
	position: relative;
	z-index: 100;
	visibility: hidden;
	top: 3px;
	left: 79px;
	width: 75px;
}
#selectWeek .goToWeek {
	width: 120px;
	text-align: left;
	padding-left: 8px;
	font: 12px/14px "AvantGardBold",  sans-serif;
	height: 24px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#006e99), to(#20315f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006e99, #20315f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006e99, #20315f);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e99', endColorstr='#20315f');
	/* IE 10 */
	background: -ms-linear-gradient(top, #006e99, #20315f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006e99, #20315f);
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 1px;
}
#selectWeek .goToWeekHover {
	-moz-box-shadow: 0px 0px 5px 0px #93c6e0;
	-webkit-box-shadow: 0px 0px 5px 0px #93c6e0;
	box-shadow: 0px 0px 5px 0px #93c6e0;
}
#selectWeek .goToWeekClick {
	color: #93c6e0;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#20315f), to(#006e99));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #20315f, #006e99);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #20315f, #006e99);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20315f', endColorstr='#006e99');
	/* IE 10 */
	background: -ms-linear-gradient(top, #20315f, #006e99);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #20315f, #006e99);
	-moz-box-shadow: 0px 0px 5px 0px #20315f inset;
	-webkit-box-shadow: 0px 0px 5px 0px #20315f inset;
	box-shadow: 0px 0px 5px 0px #20315f inset;
}
.weekHead {
	padding-left: 15px;
	background-image: url(../_images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.weekHead.show {
	background-position: left bottom;
}
#headWeek1 {
	margin-top: 20px;
}
.week {
	visibility: hidden;	
}
.calendar {
	width: 724px;
	/* [disabled]border-collapse: collapse; */
	margin-bottom: 10px;
}
#popStories .calendar.popularStories {
	width: 472px;
	margin-bottom: 0px;
}
.calendar.popularStories .headerCell {
	height: 18px;
}
.calendar.popularStories .headerLeft {
	width: 77px;
	padding-right: 0;
	padding-left: 0;
}
.calendar.popularStories td {
	background-color: #fff;
	height: 21px;
	width: 77px;
}
.calendar.popularStories td.start {
	border-left: none;
}
.calendar.popularStories .containerCell .title {
	height: 25px;
	/* [disabled]background-color: #CCC; */
}
.calendar .headerCell {
	height: 25px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#006e99), to(#20315f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006e99, #20315f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006e99, #20315f);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e99', endColorstr='#20315f');
	/* IE 10 */
	background: -ms-linear-gradient(top, #006e99, #20315f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006e99, #20315f);
	color: #FFF;
}
.calendar .headerCellLight {
	height: 25px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#d4e4e9));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#d4e4e9');
	/* IE 10 */
	background: -ms-linear-gradient(top, #f7f9fa, #d4e4e9);
	/* Opera 11.10+ */
	background-color:-o-linear-gradient(top, #f7f9fa, #d4e4e9);
	color: #006e99;
}
.calendar .headerRight {
	border-top-right-radius: 5px;
}
.calendar .headerLeft {
	border-top-left-radius: 5px;
	width: 45px;
	padding-right: 10px;
	padding-left: 7px;
}
.calendar th.positionCell {
	width: 62px;
	font-weight: normal;
}
.containerCell .itemInput {
	display: none;
}
.containerCell .articleNumber {
	display: none;
}
.containerCell .title {
	height: 37px;
	width: 80px;
	margin-top: 2px;
	margin-bottom: -5px;
	overflow: hidden;
	/* [disabled]background-color: #CCC; */
}
.containerCell .author {
	display: none;
}
.containerCell .lastUsed {
	display: none;
}
.calendar td .deleteIcon {
	height: 15px;
	width: 15px;
	background-color: #f3f6f8;
	border: 1px solid #93c6e0;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	background-image: url(../_images/delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: -1px;
	margin-bottom: -17px;
	left: -3px;
	visibility: hidden;
}
.calendar td .deleteIconHover {
	background-color: #93c6e0;
}
.calendar td .deleteIconClick {
	background-color: #5eabd2;
}
.calendar td .editIcon {
	height: 17px;
	width: 17px;
	cursor: pointer;
	position: relative;
	background-image: url(../_images/edit.png);
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 7px;
	margin-bottom: -10px;
	left: 68px;
	visibility: hidden;
}
.calendar td .editIconHover {
	height: 15px;
	width: 15px;
	background-color: #f3f6f8;
	border: 1px solid #93c6e0;
	border-radius: 5px;
}
.calendar td .editIconClick {
	background-color: #5eabd2;
}
.calendar.firstFive tr:nth-child(odd), .calendar.breakingNews tr:nth-child(odd), .calendar.popularStories tr:nth-child(odd) {
	background-color: #f3f6f8;
}
.calendar.firstFive tr:nth-child(odd) td, .calendar.breakingNews tr:nth-child(odd) td, .calendar.popularStories tr:nth-child(odd) td {
	border-top: 1px solid #f3f6f8;
	border-right: 1px solid #f3f6f8;
	border-bottom: 1px solid #f3f6f8;
}
.calendar.firstFive tr td.populated, .calendar.breakingNews tr td.populated, .calendar.popularStories tr td.populated {
	background-color: #d4e4e9;
	border: 1px solid #93c6e0;
	border-radius: 5px;
	cursor: move;
}
.calendar tr td.populated.deleteIconShow .deleteIcon {
	visibility: visible;
}
.calendar tr td.populated .editIcon {
	visibility: visible;
}
.containerCell.ui-draggable-dragging {
	height: 42px;
	width: 88px;
	padding: 2px 0px 4px 6px;
	background-color: #d4e4e9;
	border: 1px solid #93c6e0;
	border-radius: 5px;
}
.calendar.firstFive tr td.pastDay, .calendar.breakingNews tr td.pastDay {
	background-color: #d0d2d3;
	border-top: 1px solid #d0d2d3;
	border-right: 1px solid #d0d2d3;
	border-bottom: 1px solid #d0d2d3;
	border-radius: 0px;
}
.calendar tr td.pastDay.populated .editIcon {
	visibility: hidden;
}
.calendar tr td.pastDay.populated .deleteIcon {
	visibility: hidden;
}
.calendar th.leftBlankCell {
	width: 42px;
	padding: 0px 10px;
}
.calendar th.previewCell {
	padding-top: 7px;
	padding-right: 8px;
	padding-left: 8px;
}
.hoverCalendar {
	background-color: #d4e4e9 !important;	
}
.populated.hoverCalendar {
	background-color: #93c6e0 !important;	
}
h3.breakNewshead {
	color: #006e99;
}
#articleSearch {
	float: right;
	width: 470px;
	padding: 0px 17px;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../_images/radial.jpg);
	background-repeat: repeat-x;
	background-position: 750px 0px;
	background-attachment: fixed;
}
#articleSearch #searchContent {
	position: fixed;
	width: 472px;
	top: 75px;
	visibility: hidden;
}
#searchContent #issueDate {
	width: 168px;
	text-align: left;
	padding-left: 7px;
}
#searchContent #issueList {
	width: 166px;
	top: 43px;
	overflow: auto;
}
#searchContent #issueList li.highlight {
	background-color: #d4e4e9;
}
#searchContent label {
	font-size: 12px;
	margin: 0px 15px;
	font-weight: bold;
}
#searchContent #fromDate {
	width: 110px;
	margin-right: 7px;
}
#searchContent #toDate {
	width: 110px;
	margin-right: 0px;
}
/*#searchContent #go {
	width: 38px;
}*/
#searchContent #articleID {
	width: 60px;
	margin-top: 15px;
	margin-right: 16px;
}
#searchContent #keyword {
	width: 190px;
	margin-top: 15px;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;
}
#searchContent #searchParam {
	width: 84px;
	margin-top: 15px;
	margin-left: -4px;
	border-radius: 0px 5px 5px 0px;
	margin-right: 16px;
	vertical-align: top;
	height: 22px;
	text-align: left;
	padding-left: 7px;
}
#searchContent button.searchParamClick {
	background: none;
	background-color: #93c6e0;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px !important;
}
#searchContent .clear {
	height: 10px;
	width: 11px;
	position: absolute;
	display: inline-block;
	background-image: url(../_images/clear.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
}
#searchContent .clear.hover {
	background-position: center bottom;
}
#searchContent #clearFrom {
	top: 28px;
	right: 138px;
}
#searchContent #clearTo {
	top: 28px;
	right: 5px;
}
#searchContent #clearID {
	top: 65px;
	left: 56px;
}
#searchContent #clearKey {
	top: 65px;
	left: 278px;
}
#searchContent #searchList {
	width: 82px;
	right: 96px;
}
#searchContent #search {
	width: 71px;
	float: right;
	margin-top: 13px;
}
#searchContent #articleHeads {
	width: 472px;
	margin-top: 15px;
	clear: both;
}
#searchContent #articleHeads .articleArrow {
	background-image: url(../_images/articleArrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	width: 11px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
#searchContent #articleHeads .up .articleArrow {
	background-position: center top;
}
#searchContent #articleHeads #id {
	width: 52px;
	border-top-left-radius: 5px;
}
#searchContent #articleHeads #title {
	width: 222px;
}
#searchContent #articleHeads #author {
	width: 117px;
}
#searchContent #articleHeads #lastUsed {
	width: 79px;
	border-top-right-radius: 5px;
}
#searchContent #results {
	max-height: 510px;
	/*width: 480px;*/
	width: 100%;
	/* [disabled]height: 600px; */
	overflow: auto;
	margin-left: -2px;
	padding-bottom: 7px;
	border-bottom: 1px solid #006e99;
	margin-bottom: 10px;
}
#searchContent #results .listItem {
	padding: 5px 0px 5px 5px;
	width: auto;
	overflow: hidden;
	cursor: move;
}
#searchContent #results a:link, #searchContent #results a:visited {
	color: #20315f;
}
#searchContent #results a:hover, #searchContent #results a:focus, #searchContent #results a:active {
	color: #20315f;
	text-decoration: underline;
}
#results #resultsStarterText {
	font-weight: bold;
	margin-top: 5px;
}
#results .listItem:nth-child(even) {
	background-color: #fff;
}
#searchContent #results .listItem .articleNumber {
	width: 47px;
	margin-left: 2px;
}
#searchContent #results .listItem .title {
	width: 210px;
	padding-left: 7px;
}
#searchContent #results .listItem .author {
	width: 106px;
	padding-left: 12px;
}
#searchContent #results .listItem .lastUsed {
	width: 56px;
	padding-left: 9px;
	text-align: center;
}
#submit {
	width: 133px;
	margin: 18px 15px 18px 0;
	visibility: hidden;
}
#publish_now {
	display: none;
}
#publish_now + label {
	color: #006e99;
	font-weight: bold;
	font-size: 12px;
	display: none;
}
#publish_now + label span {
	display: inline-block;
	vertical-align: text-top;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../_images/checkbox.jpg);
}
#publish_now:checked + label span {
	background-position: center bottom;
}