<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*------------------------------------------------------------

ARTICLE STYLES:
These are the styles related to the faq/howtos/docs/tutorials
in the Help Center. Theseinclude the heading, date, time, and
general content.

------------------------------------------------------------*/


#article {
	margin: 0 0 20px 20px;
	padding-right: 20px;
	/* float: right; */
	font-size: 90%;
	/* width: 100%; */
}

#article h2 {
	background-color: #fff;
	font-size: 140%;
	margin: 0;
	padding: 0;
	color: #000;
}

#article h4 {
	font-size: 110%;
	background-image: url(/images/h4arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.05em;
	margin: 0;
	padding: 0 0 0 30px;
	clear: both;
}

#article p {
	color: #555;
	margin: 15px 0;
	line-height: 140%;
}

#maincategory p {
	font-size: 90%;
	color: #555;
	margin: 15px 0;
}

#article code {
	/* font-family: "Lucida Console", "Courier New", Courier, fixed; */
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

#article ol {
	color: #555;
	margin: 15px 0 15px 50px;
}

#article ol li {
	line-height: 140%;
	margin-bottom: 10px;
}

#article ul {
	color: #555;
	list-style: none;
	margin: 15px 0 15px 3px;
}

#article ul li {
	line-height: 140%;
	margin-bottom: 10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 15px;
}

#article ul ul li {
	background-image: url(/images/bullet_hollow.gif);
}

#article ul ul ul li {
	background-image: url(/images/bullet.gif);
}

#article strong {
	color: #000;
}

#article dl {
	color: #555;
	margin: 15px 0;
}

#article dt {
	font-weight: bold;
	color: #000;
}

#article dd {
	margin-bottom: 10px;
}

#article blockquote {
	border-left: 1px #ddd solid;
	padding-left: 1.5em;
}

#article div.hacker {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #666;
	font-family: "Lucida Console", "Courier New", Courier, fixed;
	font-size: 95%;
	color: #fff;
	line-height: 160%;
	margin-bottom: 1.5em;
}

#article div.hacker strong {
	color: #fff;
}

#article p.note {
	font-size: 95%;
	background-color: #ffffe6;
	padding: 0.8em 1.6em;
	border: 1px solid #eee;
	font-weight: bold;
	color: #666;
}

#article p.note strong {
	color: #000;
}



#article table.data {
	border-collapse: collapse;
	border-style: solid;
	border-width: 0;
}

#article table.data th {
	padding: .2em .4em;
	color: #333333;
}

#article table.data thead th {
	border-width: 0;
}

#article table.data tbody th {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

#article table.data td {
	padding: .2em .4em;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

#article table.data th,
#article table.data th {
	font-weight: bold;
	text-align: left;
}

#article table.data td {
	font-weight: normal;
	text-align: center;
}


#articletop {
	width: 100%; /* for opera and safari */
	font-style: oblique;
	color: #666;
	font-size: 85%;
	margin: 0.7em 0 0 0;
	padding-bottom: 30px;
	background-image: url(/images/bk_article_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#article-separator {
	margin-bottom: 0.8em;
}

#articletop .printarticle {
	float: right;
	color: #000;
	background-image: url(/images/icon_print_article.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	padding-top: 3px;
	height: 16px;
	text-decoration: underline;
	cursor: pointer;
}

#articletop .printme:hover {
	color: #444;
}

#article div.lastupdated {
	float: left;
	padding-top: 3px;
}

#articletop a {
	color: #000;
}

#article a:hover {
	color: #444;
}

#article h3.display {
	clear: both;
	margin: 5px 0;
	padding: 0;
}

#article h3.display a {
	display: block;
	color: #244B8F;
	text-decoration: none;
	background-image: url(/images/pl_bulletarrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 13px;
}

#article h3.display a:link {
	color: #244B8F;
}

#article h3.display a:hover {
	color: #333;
	text-decoration: underline;
}

#article h3.display a:visited {
	color: #244B8F;
}

#articletop .suggestion-disclosure {
	color: #000;
	float: right;
	height: 16px;
	text-decoration: underline;
	margin-right: 1.2em;
	padding-top: 3px;
	background-image: url(/images/icon_suggestion.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	cursor: pointer;
}

#articletop .suggestion-disclosure:hover {
	color: #444;
}


#suggestion-box {
	margin: 0 0 1em 0;
	border: 1px solid #c9c9c9;
	clear: left;
	background-color: #f7f7f7;
}

#suggestion-box h2 {
	padding-left: 2em;
	background-color: #ddd;
	border-bottom: #c9c9c9;
	color: #000;
	font-size: 100%;
	padding: .5em;
}

a.header-link {
	float: right;
	font-style: italic;
	font-weight: bold;
	color: #000;
	padding: 0.5em;
}
a.header-link:visited {
	color: #000;
}
a.header-link:hover {
	color: #333
}


#suggestion-box form {
	margin: 1em 1em;
	font-size: 85%;
	font-weight: normal;
}

#suggestion-box #email,
#suggestion-box #reason,
#suggestion-box #suggestion {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	padding: 0;
}

#suggestion-box #email,
#suggestion-box #reason {
	width: 15em;
}

#suggestion-box textarea {
	width: 100%;
	height: 8em;
}

#suggestion-box dt {
	padding-top: .4em;
	float: left;
}
#suggestion-box dt label {
	/* put a wider "box" around the suggestion
	 * labels to increase the clickable area */
	display: block;
	width: 6.6em;
}
#suggestion-box dd {
	margin-left: 7em;
}
#suggestion-box #suggestion-hide {
	cursor: pointer;
	text-decoration: underline;
	padding-top: 0.8em;
	float: right;
}

#suggestion-box #suggestion-send {
	cursor: pointer;
	/* width: 62px;
	height: 19px;
	background-repeat: no-repeat; */
}


#looking-for-support {
	width: 18em;
	float: right;
	border: 1px solid #000000;
	margin: 0;
	font-size: 85%;
	margin: 0.6em;
	margin-top: 1.4em;
	background-color: #d9e5f3;
}

#looking-for-support h2 {
	background-image: url(/images/icon_most_popular_gear.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.3em;
	padding-left: 2.2em;
	background-color: #003399;
	color: #ffffff;
}

#looking-for-support div {
	margin: 0.7em;
}

#looking-for-support a,
#looking-for-support a:hover {
	color: #000;
}



.internal-only {
	border: 1px #aa0000 dashed;
	padding: .5em .5em .5em 4em;
	margin: 0 0 15px 20px;
	background-image: url(/images/img_warning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffdddd;
}

div.internal-only {
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 4.4em;
}

.warning {
	border: 1px #d25100 solid;
	padding: .5em .5em .5em 4em;
	margin: 0 0 15px 20px;
	background-image: url(/images/img_warning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ededed;
	
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	/* -moz-border-bottom-radius: 0; */
	-webkit-border-bottom-radius: 0;
}
div.warning {
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 1em;
	background-position: left 0.6em;
}


.lowdown {
	border: 0;
	padding: .5em .5em .5em .5em;
	margin: 0;
	margin-bottom: 1em;
	/* background-color: #e4efc7; *//* gd */
	background-color: #d9f7a2; /* pl */

	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	/* -moz-border-bottom-radius: 0; */
	-webkit-border-bottom-radius: 0;
}

#article .def {
	cursor: default;
	text-decoration: underline;
	border-bottom: 1px solid #545454;
}

.info-bubble {
	position: absolute;
	z-index: 1000;
}

.info-bubble table.container {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 0;
	margin: 0;
	width: 200px;
	color: white;
	font-family: Lucida Grande, Helvetica, Verdana, Arial;
	font-size: 9pt;
}

.info-bubble table.top-container {
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
}

.info-bubble .container td {
	padding: 0;
	margin: 0;
}

.info-bubble .top-left,
.info-bubble .top-right {
	width: 16px !important;
	height: 27px !important;
	background-repeat: no-repeat;
}

.info-bubble .top-left {
	background-image: url(/images/info-bubble-top-left.png);

}
.info-bubble .top-right {
	background-image: url(/images/info-bubble-top-right.png);
}

.info-bubble .top-pad {
	background-image: url(/images/info-bubble-top-repeat.png);
	height: 27px !important;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

.info-bubble .top-arrow {
	background-image: url(/images/info-bubble-top-arrow.png);
	width: 30px !important;
	height: 27px !important;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.info-bubble .middle-left {
	background-image: url(/images/info-bubble-middle-left.png);
	background-repeat: no-repeat;
}

.info-bubble .middle-right {
	background-image: url(/images/info-bubble-middle-right.png);
	background-repeat: no-repeat;
}

.info-bubble .middle {
	background-image: url(/images/info-bubble-middle.png);
	background-repeat: repeat-x;
}

.info-bubble .bottom-left {
	background-image: url(/images/info-bubble-bottom-left.png);
	background-repeat: no-repeat;
	height: 22px !important;
}

.info-bubble .bottom-center {
	background-image: url(/images/info-bubble-bottom-repeat.png);
	background-repeat: repeat-x;
	height: 22px !important;
}

.info-bubble .bottom-right {
	background-image: url(/images/info-bubble-bottom-right.png);
	background-repeat: no-repeat;
	height: 22px !important;
}

/*END ARTICLE STYLES------------------------------------------------*/


</pre></body></html>