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

html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: black;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: rgb(255,255,255) url(/images/bodyBG.png) repeat-x;
}

/* Basic Styles */
h1 {
	font-size: 14pt;
	color: #004080;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	line-height: 130%;
}

h1.letter {
	font-size: 22pt;
	color: #004080;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	line-height: 140%;
}

h1.letter span {
	color: #C60000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0059b3;
	font-weight: bold;
	margin-top: 20px;
}	

h2.letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #06C;
	font-weight: bold;
	margin-top: 20px;
}	

h2.home {
	color:#666;
	font-size: 11pt;
	margin-top: 0px;
}

h2.black {
	color: #34436B;
	font-size: 11pt;
}

#code {
	font-family:"Courier New", Courier, monospace;
	font-size: 11pt;
	color: navy;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #007DDB;
	font-weight: normal;
	text-decoration: none;
}


a.larger {
	font-weight: bold;
}

img.arrow {
	margin-right: 5px;
	vertical-align: middle;
}
	
a:hover {
	text-decoration: underline;
}

#note {
	font-weight: bold;
	color: red;
}

/* Tables */

table { 
	border: solid 1px #cccccc;
	padding: 0px;
	margin: 0;
	line-height: 150%;
}

th {
	background: #c7e0f1;
	font-size: 10pt;
	text-align: left;
	padding: 8px;
	border: none;
	margin: 0;
}

#green {
	color: green;
}


table td img {
	float: right;
	margin: 0px 10px 15px 15px;
	border: solid 1px #cccccc;
}

/* Layout */

div.all {
	width: 970px;
	margin: 0 auto;
	background: white;

}

/* Title Division */
div.top {
	background: url(/images/titleBG.png) repeat-x #282834;
	height: 58px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: white;
	text-align: left;
	cursor: default;
	padding: 7px 0px 20px 20px;
}

	div.top span {
		color: #40B6F2;
	}
	
	h1#title {
		font-size: 12pt;
		cursor: default;
		color: white;
		margin-top: -5px;
		margin-left: 3px;
		font-weight: normal;
		font-family: Calibri, Verdana, Geneva, sans-serif;
	}	
	
/* Top Navigation Menu */
div.navigation {
	background: #2e86b3;
	height: 28px;
	float: left;
	border-top: none;
	margin-bottom: 20px;
	padding-top: 5px;
	width: 100%;
	height: 30px;
}



	div.navigation ul {
		width: 100%;
		color: white;
		list-style: none;
		display: inline;
		font-family:Verdana, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;	
		margin: 0px;
		padding: 0px;
	}	
		div.navigation ul li {
			float: left;
			padding-top: 7px;
			padding-bottom:12px;
			border-right: none;

		}
			div.navigation ul li a,div.navigation ul li a:visited {
				color: white;
				text-decoration: none;
				font-weight: bold;
				padding-left: 15px;
				padding-top: 7px;
				padding-bottom:12px;
				padding-right: 15px;
			}
			div.navigation ul li a:hover {
				background: white;
				text-decoration: none;
				color: black;
				cursor: pointer;
			}	
			div.navigation ul li#active a {
				background: #ffffff;
				text-decoration: none;
				font-weight: bold;
				color: black;
				padding-left: 15px;
				padding-top: 7px;
				padding-bottom:12px;
				padding-right: 15px;
			}			
			
			div.navigation ul li#active a:hover {
				background: white;
			}	
			
div.navTrail {
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
}
			
/* Content */
div.content {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;

}

/* Main Sections */

div.section {
	float: left;
	padding: 0px 0px 20px 25px;
	width: 350px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	background: white;
	line-height: 150%;
}	
div.section2 {
	float: left;
	padding: 0px 0px 30px 25px;
	width: 350px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	background: white;
	line-height: 150%;
	height: 175px;
	background:rgb(240,240,240) url(/images/searchBG.png);
}	

	div.sectionItem {
		clear: both;
		line-height: 140%;
		font-size: 9pt;
	}
		div.sectionItem img {
			text-decoration: none;
			border: none;
			float: left;
			vertical-align:top;
			margin-right: 10px;
			margin-bottom: 17px;
			border: solid 1px #cccccc;
		}	
		div.section ul {
			list-style: disc;
			color: #999;
			margin: 0px;
			padding: 0px;
		}		
		
			div.section ul li {
				margin: 15px;
				padding: 0px;
			}				

/* Form */
form.searchForm {
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
}

	form.searchForm div {
		margin-bottom: 7px;
		float: left;
		width: 100%;
	}

	form.searchForm div input {
		margin-left: 9px;
	}
	
	form.searchForm div input#searchbutton {
		margin-left: 80px;
		margin-bottom: 5px;
	}	



/* Hot Topics */
div.hotTopics {
	padding: 0px 0px 25px 25px;
	width: 700px;
	clear: left;
	float: left;
	text-align: left;
	background: white;
}	

div.hotTopics#home {
	padding: 0px 0px 25px 0px;
	width: 760px;
	clear: left;
	float: left;
	text-align: left;
	background: white;
}	

div.hotTopics p {
	line-height: 170%;
	margin-top: 10px;
}	

	div.hotTopics ul {
		list-style: disc;
		color: #333;
		line-height: 150%;
		margin: 0px 0px 20px 5px;
		padding: 0px;
		
	}	
		div.hotTopics ul li {
			margin: 10px 0px 0px 25px;
			padding: 0px;
			
		}

	div.hotTopics ol {
		color: #333;
		margin: 0px 0px 20px 5px;
		padding: 0px;
		line-height: 150%;
	}	
		div.hotTopics ol li {
			margin: 10px 0px 0px 25px;
			padding: 0px;
		}


	div.hotTopics ul.home {
		list-style: disc;
		color: #333;
		margin: 0px 0px 0px 5px;
		padding: 0px;
	}	
	
	div.hotTopics ul.home#left {
		float: left;
		margin-left: 15px;
		width: 310px;
	}		
	div.hotTopics ul.home#right {
		float: right;
		margin-right: 80px;
		width: 310px;
	}			
	
		div.hotTopics ul.home li {
			margin: 10px 0px 0px 15px;
			padding: 0px;
		}

	div.hotTopicsTitleBar {
		background: url(/images/hotTopicsBG.png);
		height: 30px;
		clear: both;
		width: 100%;
		float: left;
		margin-bottom: 12px;
		border-bottom: solid 1px #cccccc;
	}	
	div.hotTopicsTitle {
		padding: 3px 10px 0px 10px;
		height: 22px;
		margin-left: 15px;
		float: left;
		margin-top: 5px;
		font-weight: bold;
		color: #800000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		background: white;
		border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		border-top: solid 1px #cccccc;		
	}		
	
	div.hotTopicsTitle a {
		font-weight: bold;
		color: #800000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		margin-bottom: 0px;
	}	

	div.hotTopicsTitle a:hover {
		text-decoration: underline;
	}		
	
	div.hotTopicsTitle h1 {
		font-weight: bold;
		color: #800000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		margin-top: 1px;
	}		

	div.hotTopicsTitle#right {
		margin-right: 150px;	
		float: right;
	}		
/* Articles */

div.articleDescription {
	font-size: 9pt;
	line-height: 150%;
	padding: 5px 10px 0px 10px;
	clear: both;
}

	div.articleDescription img {
		float: right;
		margin: 5px 5px 30px 10px;

		border: solid 1px #cccccc;
	}

	div.articleDescription img.arrow {
		margin-right: 5px;
		margin-top: -2px;
		padding: 5px 0px 5px 0px;
		float: left;
		border: none;
	}
	
	div.articleDescription div {
		margin-top: 5px;
	}	
	
	div.articleSummary {
		padding: 15px;
		border: solid 1px #cccccc;
		background:#EEEEEE;
		font-size: 9pt;
		line-height: 170%;
		margin: 20px 0px 20px 0px;
	}	
	


/* Advertisements */
div.ads {
	float: right;
	padding: 0px 18px 10px 5px;
	width: 195px;
	text-align: left;
}	
	div.ad {
		text-align: left;
		border: solid 1px #dddddd;
		padding: 10px;
		line-height: 140%;
		font-size: 9pt;
	}
	
	div#green {
		color: green;
		margin-top: 2px;
		font-size: 9pt;
	}
		
	
	div.ad h1 a {
		color: blue;
		text-decoration: underline;
	}	
	div.ad h1 a:hover {
		text-decoration: none;
	}		
	
	div.ad h1 {
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 5px;

	}	
	
table.ad { 
	border: solid 1px #cccccc;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0;
	line-height: 150%;
}


table.ad td {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}
table.ad td p {
	margin: 5px 5px 5px 10px;
}

table.ad td img {
	margin: 10px 10px 5px 0px;
	border: solid 1px #cccccc;
	float: left;
}

table.ad td img#download {
	margin: 10px 10px 5px 0px;
	border: none;
	float: left;
}

table.ad td div.img {
	float: left;
	width: 165px;
}

table.ad td div.desc {
	float: left;
	width: 305px;
}

table.ad td div a {
	clear: left;
}

	table.ad td ul.ticks {
	list-style-type: none;
	float: left;
    list-style-image: url(/images/greenTick.gif);
	padding-left: 0px;
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 10px;
	}
		table.ad td ul.ticks li	{
			margin-top: 0.8em;
			line-height:140%;
			padding-left: 10px;
			padding-right: 10px;
		}
		
	table.ad td ul.ticks2 {
	list-style-type: none;
	float: left;
    list-style-image: url(/images/greenTick.gif);
	padding-left: 0px;
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	}
		table.ad td ul.ticks2 li	{
			margin-top: 0.4em;
			line-height:140%;
			padding-left: 10px;
			padding-right: 10px;
		}		
		
		
	table.ad td ul.cross {
	list-style-type: none;
    list-style-image: url(/images/delete2.png);
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	}
		table.ad td ul.cross li	{
			margin-top: 0.8em;
			line-height:140%;
			padding-left: 5px;
			padding-right: 10px;
		}		
		
table.ad th {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #b7d0e7;
}

table.ad th#headline {
	font-size: 11pt;
	color: #004080;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	padding: 15px 10px 10px 10px;
	background: white;
}
	
/* Browse KB */

p.results {
	padding-left: 20px;
	padding-right: 30px;
	text-align: justify;
}

div.jump {
	border: solid 1px #cccccc;
	padding: 8px;
	background: rgb(245,245,245);
	font-weight: bold;
	margin-top: 20px;
}
	
/* Footer */

div.footer {
	clear: both;
	width: 94%;
	line-height: 140%;
	text-align: center;
	margin-top: 0px;
	color: #666;
	padding: 10px 10px 15px 10px;
	font-size: 8pt;
	/* background: rgb(50,50,63) url(/images/footerBG.png) repeat-x; */
	background: white;
	border-top: solid 1px #dddddd;
}
	ul.articlelist
	{
		margin:0;
		padding:0;
	}
	ul.articlelist li
	{
		list-style:none;
		margin:0;
		padding:0;
		margin-left:5px;
	}