/* OCLC Web Site Advanced Style Sheet */
/* advanced_oclc.css */

/* Note the table, th and td styles inherit some formatting from the basic_oclc.css style sheet */
table {
	border: none;
	margin: 0;
	padding: 0;
}

th, td {
	border: none;
	padding: 0;
}

.hotbox p {
	line-height: 120%;
	margin: 0;
	padding: 2px 0 8px 0;
}

.hotbox a:link, .hotbox a:visited {
	border: none;
	color: #EFEFFF;
	text-decoration: none;
}

.hotbox a:hover, .hotbox a:visited:hover {
	border: none;
	color: #FFF;
	text-decoration: underline;
}

.hotbox img {
	margin: 0;
	padding: 0;
}

.hotboxscreen { margin: 10px 0 0 0; }

div.hotbox {
	background-color: #5A64BD;
	color: #000;
	float: right;
	line-height: 133%;
	margin: 10px 0 10px 15px;
	padding: 10px 10px 6px 10px;
	position: relative;
	width: 130px;
}

.servicesrule 	{
	border-top: 1px solid #CDCDCD;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 10px;
	margin-bottom: 6px;
	width: 100%;
}

td#sectionnav { padding: 0; }
td#tagline { }

/* product banner table */
table#banner {
  	border: 1px solid #C7C6FF;
	margin-bottom: 16px;
	width: 100%;
}

table#bannercommunity {
  	border: 1px solid #67D940;
	margin-bottom: 24px;
	width: 100%;
}

table#bannerwcat {
  	border: 1px solid #CCC;
	margin-bottom: 16px;
	width: 100%;
}

table#bannerinit {
  	border: 1px solid #333;
	margin-bottom: 16px;
	width: 100%;
}

table#bannerglobal {
  	border: none;
	margin-bottom: 16px;
	width: 100%;
}

/* ----------------------column 2 actions---------------------- */

div#actions {
	background-color: #FFF;
	padding: 0;
	margin-bottom: 4px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

#actions a { 
	background-color: #FFF;
	display: block;
	line-height: 120%;
	margin: 0 0 4px 0;
	padding: 6px 10px 6px 10px;
	background-image:url("../images/background/bkgd_grad_gray.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;

}

#actions a:link, #actions a:visited { 
	border: 1px solid #999;
	text-decoration: none;
}

#actions a:hover, #actions a:visited:hover { 
	background-color: #E66A00; /* #FF7600 */
	color: #FFF;
	border: 1px solid #A24B00;
	text-decoration: none;
	background-image:url("../images/background/bkgd_grad_dkorange.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#actions a.rss {
	background-image: url("../images/background/bkgd_grad_gray_feed.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right: 27px;
	padding-left: 10px;
}

#actions a.rss:hover, #actions a.rss:visited:hover {
	background-image: url("../images/background/bkgd_grad_dkorange_feed.gif");
}

#actions a.order {
	background-image: url("../images/background/bkgd_grad_gray_order.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right: 27px;
	padding-left: 10px;
}

#actions a.order:hover, #actions a.order:visited:hover {
	background-image: url("../images/background/bkgd_grad_dkorange_order.gif");
}

#actions a.brochure {
}

#actions a.email {
}

#actions a.webinar {
}

#actions a.democanned {
}

#actions a.demohandson {
}

#actions a.logon {
}

#actions a.download {
}

#actions a.upload {
}

#actions a.call {
}

.doc {
/*	background-image: url("../images/icons/blue/icon_book.gif");
	background-position: 150px 5px;
	background-repeat: no-repeat; */
}

/* ----------------------other styles---------------------- */


#toc li a:link, #toc li a:visited {
	color: #333;
	text-decoration: none;
}

#toc li a:hover, #toc li a:visited:hover {
	color: #C95000;
	text-decoration: underline;
}

div.sidebaritem { }

div.boxnote {
	background-color: #FFC;
	border: 1px #999 solid;
	margin-top: 4px;
	padding: 10px;
	position: relative;
}

div.plainbox {
	background-color: #FFF;
	border: 1px #999 solid;
	margin-top: 4px;
	padding: 10px;
	position: relative;
}

div.promo { }

.kicker {
	color: #999;
	line-height: 20px;
}

.caption { font-weight: bold; }

/* ----------------------product banner---------------------- */

table#productbanner {
	border: 1px solid #CCC;
	width: 100%;
}

#productbanner td {
	margin: 0;
	padding: 0;
}

div#productimage {
	float: right;
	padding: 0 0 0 20px;
	position: relative;
}

td#producttitle {
	padding: 0 0 0 10px;
	vertical-align: top;
}

#producttitle h1 {
	border: none;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#producttitle p {
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 30px 0 9px 0;
}

#productbanner img { padding: 0; }

/* ************* Style for section colors ************** */

.communitybkgd { background-color: #63D13E; }
.communitybkgdlight { background-color: #EFFFE8; }
.communityoutline { border-color: #76DA54; }
.communitytype { color: #228700; }
.servicesbkgd { background-color: #5A64BD; }
.servicesbkgdlight { background-color: #EFEFFF; }
.servicesoutline { border-color: #C7C6FF; }
.servicestype { color: #4F57A5; }
.profdevbkgd { background-color: #FFA75B; }
.profdevbkgdlight { background-color: #FFEDDE; }
.profdevoutline { border-color: #FFB06C; }
.profdevtype { color: #DA5700; }
.researchbkgd { background-color: #666; }
.researchbkgdlight { background-color: #EEE; }
.researchoutline { border-color: #999; }
.researchtype { color: #666; }


/* -------------------font color classes------------------- */

.txt-grey { color: #455560 }
.txt-orange { color: #ff7600 }
.txt-red { color: #a9316f }
.txt-green { color: #409a3c }
.txt-blue { color: #2178b5 }
.txt-violet { color: #5f4894 }

/* ----------------------miscellaneous---------------------- */

.bold { font-weight: bold; }

.small p, .small li { padding: 4px 0; }

.strike { text-decoration: line-through; }

div#learnmore {
	background-color: #EEEEFF;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 12px 20px 12px 20px;
	position: relative;
	vertical-align: top;
}

#learnmore p { padding: 6px 0; }
#learnmore ul, #learnmore ol { padding-bottom: 12px; }

.boxitem td, td.boxitem {
	border: 1px solid #666;
	padding: 0 0 10px 0;
	vertical-align: top;
}

div.boxitem {
	background-color: #FFF;
	border: 1px solid #999;
	margin: 10px 0;
	padding: 0 0 7px 0;
	position: relative;
	vertical-align: top;
}

.boxitem p {
	margin: 0;
	padding: 6px 16px;
}

.boxitem p.morelink {
	background-position: 16px 1px;
	margin: 0;
	padding: 0px 26px 6px 36px;
}

.boxitem ul {
	margin: 0 0 0 32px;
	padding: 0 0 9px 0;
}

.boxitem li {
	margin: 0;
	padding: 3px 16px 3px 0;
}

.boxitem select {
	margin: 0;
	padding: 3px 16px 3px 16px;
}

.boxitem h2 {
	background-color: #EEE;
	border-bottom: 1px solid #999;
	color: #333;
	margin: 0 0 6px 0;
	padding: 2px 16px 2px 16px; 
	font-size:11px;
}

.boxitem h3 {
	margin: 0;
	padding: 10px 16px 3px 16px;
}

.hide { visibility: hidden; }

.intro {
	color: #666;
	font-weight: bold;
	padding: 9px 0 0 0;
}

.jumpbar {
	background-color: #FFE9CC;
	padding: 0 0 3px 0;
	vertical-align: middle;
}

.morelink, p.morelink {
	background-image: url("arrow_morelink.gif");
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 6px 10px 6px 18px;
}

.returntotop { text-align: right; }

#ataglance h2 {
	border-top: 1px dotted #666;
	font-weight: bold;
	margin-top: 18px;
	padding-top: 8px;
}

.screen img, img.screen {
	border: 1px solid #999;
	padding: 0;
}

.bannernewwindow {
	color: #FFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

td.also, td.alsohead, td.cartitem { padding: 2px 6px; }
.alsohead, .cartitem { font-weight: bold; }
.dark { color: #333; }

table.datatable {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 12px 0;
}

.datatable th {
	background-color: #FFD8B7;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #333;
	line-height: 140%;
	margin: 0;
	padding: 9px;
}

.datatable td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 140%;
	padding: 9px;
	vertical-align: top;
}

.datatable td.right {
	text-align: right;
}

.datatable td .title {
	border: none;
	font-size: small;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 8px 0;
}

.datatable p, .datatable ul, .datatable ol {
	padding-top: 3px;
	padding-bottom: 3px;
}

.datatable li { padding-bottom: 1px; }
.datatable li, .datatable p { line-height: 140%; }

.noborder h2 {
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.noborder td { border: none; }
.noborder hr { border: 1px solid #CCC; }

table.listtable {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-bottom: none;
}

table.actiontable {
 	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.listtable td {
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}

.actiontable td {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: middle;
}

.listtable th {
	background-color: #FFD8B7;
	border: none;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}

.actiontable th {
	background-color: #FFD8B7;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: middle;
}

.listtable h2 {
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.listtable hr { border: 1px solid #CCC; }

div.card {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 6px;
	padding: 4px 14px 14px 14px;
}

p.cardlabel { font-weight: bold; }

table.mclist  {
	background-color: transparent;
	border: none;
	margin: 0 0 9px 0;
}

.mclist th, .mclist td {
	background-color: transparent;
	border: none;
	padding: 0 12px 6px 0;
	vertical-align: top;
}

.mclist p { padding: 6px 0 3px 0; }

/* column 1 and 2 */
td#col1 {
	border: none;
	padding: 0 20px 0 0;
	vertical-align: top;
}

td#col2 {
	background-color: #FFF;
	padding: 0 0 10px 0;
	vertical-align: top;
	width: 175px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#col2 p {
	color: #333;
	margin: 0;
	padding: 8px 10px;
}

#col2 li {
	color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
}

#col2 img, #col2 table { margin: 4px 10px; }
#col2 ul, #col2 ol { padding: 2px 10px 4px 10px; }
#col2 hr { color: #CCC; }

p.sidehead, p.itemhead {
	color: #333;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 10px 0 2px 0;
}

#col2 p.colhead, p.colhead {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 6px 0;
	background-color: #EEE;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#col2 p.sidehead, #col2 p.itemhead { padding: 10px 10px 2px 10px; }

#col2 a:link, #col2 a:visited { text-decoration: underline; }
#col2 a:hover, #col2 a:visited:hover { text-decoration: underline; }

/*  download box */
#col2 p.download {
	background-color: #FFF1E5;
	color: #666;
	line-height: 120%;
	margin: 0;
	padding: 0 0 6px 0;
}

#col2 p.colheaddownload {
	background-color: #FFC089;
	color: #941E00;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
}

#col2 p.sideheaddownload {
	background-color: #FFF1E5;
	color: #941E00;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 6px 10px;
}
/*  end download box */

table.layouttable  {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.layouttable th, .layouttable td, .layouttable tr {
	border: none;
	padding: 0;
	vertical-align: top;
}

.col th, .col td { padding: 0 12px 0 0; }

table.sideheadtable  {
	border: none;
	margin: 0;
	padding: 9px 0 9px 0;
}

.sideheadtable th, .sideheadtable td {
	border: none;
	padding: 0 12px 12px 0;
	vertical-align: top;
}

.highlight, .highlight td, tr.trgray td.highlight , tr.trcolor td.highlight   { background-color: #FFF1B9; }
.complete, .complete td, tr.trgray  td.complete, tr.trcolor td.complete  { background-color: #D8F0BF; }
.inprogress, .inprogress td, tr.trgray td.inprogress, tr.trcolor td.inprogress   { background-color: #FFF6D1; }

/* ************* Style for form elements ************** */
.textboxsmall {
	background-color: #EEE;
	border: 1px solid #666;
	font-family: Verdana, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px;
}

.button {
	background-color: #E66A00;
	color: #FFF;
	cursor: pointer;
	font-family: Verdana, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
}

.buttonsmall {
	background-color: #E66A00;
	color: #FFF;
	cursor: pointer;
	font-family: Verdana, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
}

.formtable {
	background-color: #F5F5F5;
	border: 1px #CCC solid;
}

.formtable td, .formtable th {
	line-height: normal;
	padding: 6px 10px;
}

.confirm {
	background-image: url("icons_12x12_confirm.gif");
	background-position: 12px 10px;
	background-repeat: no-repeat;
	background-color: #F0FFDF;
	border: 1px solid #259300;
	color: #259300;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.mycartconfirm {
	color: #259300;
	font-weight: bold;
}

.error {
	background-image: url("icons_12x12_error.gif");
	background-position: 12px 10px;
	background-repeat: no-repeat;
	background-color: #FFE0E0;
	border: 1px solid #C90000;
	color: #C90000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.labelcolumn {
	background-color: transparent;
	text-align: right;
}

.formsection {
	background-color: #DDD;
	color: #000;
	font-size: medium;
	font-weight: bold;
	margin-left/* */ : 0%;
}

.required {
	font-weight: bold;
}

.formintro {
	color: #000;
	background-color: #EEE;
	border: 1px #CCC solid;
	font-weight: normal;
}

.formtip {
	background-color: #EEE;
	border: 1px #CCC solid;
	color: #000;
	font-size: x-small;
	font-weight: normal;
}

.formblankcell {
	background-color: #CCC;
	border: 1px #CCC solid;
}

.inputtextsmall {
	background-color: #FFF;
	color: #000;
	cursor: text;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.nospace {
	margin-top: 0;
	margin-bottom: 0;
}


/* use this class with FORM tag to remove space after form */

/* ----------------------font sizes---------------------- */

/*   Todd Fahrner's keyword hack for IE           */
/*   http://alistapart.com/stories/sizematters/   */

#ataglance li, #searchhelp p, #searchhelp li, #col2 p.colhead, .boxitem h2 {
	font-size: 85%;
}

div.boxnote, .returntotop, #learnmore, #learnmore li, .morelink, p.morelink, .boxitem p.morelink, td#orgnav, #footernav p, div#regionlabel, .kicker, .textboxsmall, .buttonsmall, td#sectionnav, #crumbs, #bottomlinks, .caption, .credit, #col2 select, #col2 p, #col2 li, #col2 td, #localnav .menuhead, #localnav .menucurrent, #localnav .menucurrentlvl, #localnav a, #actions a, #search a, .boxitem p, .boxitem li, .boxitem select, .also, .alsohead, .hotbox p {
	/* font-family: Verdana, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif; */
	font-size: xx-small;
   	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

#ataglance h2, #learnmore p, .intro, .button, .listtable legend, .noborder legend {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

.bannernewwindow  {
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
}

