/* CSS Document */
body {
	background-image: url(../images/general/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* h1 style to replace non-h1 style of mainTopic below */
h1.mainTopic {  	
	font: bold 18px/1.4em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	color: #000;
	vertical-align: baseline;
}

.mainTopicIndex {  	
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	margin:-22px 0 0 0;
	padding:0 0 6px 0;
	color: #000;
	vertical-align: top;
}

.mainTopic {  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 4px;
	color: #000000;
	vertical-align: baseline;
}

/* new .minorTopc style to replace old style below */
.minorTopic {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #900;
	text-align: center;
	vertical-align: baseline;
}

/*.minorTopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 4px;
	color: #990000;
	text-align: center;
	line-height: 18px;
	vertical-align: baseline;
	font-weight: normal;
}*/

.knowledgebaseArticles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #006666;
}
/* links appearance */
.knowledgebaseArticles a {
	text-decoration: none;
}
/* rollover effect for links */
.knowledgebaseArticles a:hover {
	color: #333300;
	text-decoration: underline;
}

/* Left nav styles */
#leftMenuContent {
	display: block;
	clear: both;
	margin:0;
	padding:0;
}

#linksListFrame {
	display: block;
	clear: both;
}

#articles-info {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-top: 1px solid #666666;
	margin: 0;
	padding: 4px 0 4px 14px;
	clear: both;
}

/* Pop-out navigation styles */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 143px;
}

#nav li ul {
	position: absolute;
	width: 143px;
	left: -999em;
	margin-left: 143px;
	margin-top: -2em;
	border-left: 1px solid #FFF;
}

#nav li a {
	font: 14px/15px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #336699;
	padding: 4px 0px;
	width: 143px;
	border-bottom: 1px solid #FFF;
	margin: 0;
	text-align: center;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	color: #33CCCC;
	background-color: #295b8d;
	text-decoration: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav img {
	margin: 0 6px;
	display: inline;
	vertical-align: middle;
}
/* End Pop-out navigation styles */


/* Begin left nav styles */
.boxedLinks {
	font: 14px/15px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #336699;
	padding: 4px 0px;
	width: 143px;
	border-bottom: 1px solid #FFF;
	margin: 0;
	text-align: center;
}

/* links color */
.boxedLinks a, .boxedLinks a:link, .boxedLinks a:visited {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}
/* rollover effect for links */
.boxedLinks a:hover, .boxedLinks a:active { 
	color: #33CCCC;
	background-color: #336699;
 }
 /* End left nav styles */


