* {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size:small; */
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}
/* ------------- html styles ----------------------- */
body{
	margin-top:5px;
	margin-left:5px;
	width:795px;
	background-color:#ffffff;
	background-image: url(/images/taradata_logo_icon_tint.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a {color:#336633;text-decoration:none;}
a:link {color:#336633;text-decoration: none; }
a:visited {color:#999900;}
a:hover {text-decoration: underline;}

h1 {
	font-size: 1.1em;
	color: #336633;
	background-color: #eeffee;
	border: 1px none #eeffee;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #336633;
	padding-left: 5px;
}
p {
	font-size: 0.85em;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
ul {
	padding:0px;
	margin: 0px;
}

#TaradataLogo {
	left: 0px;
	top: 0px;
	position: absolute;
}

#TaradataLogo img {
padding:0px;
border-width:0px;
margin:0px;
}

#TaradataHeading {
	position: absolute;
	left: 179px;
	top: 20px;
}
#Strapline {
	font-family: Arial, Helvetica, sans-serif;
	width: 257px;
	top: 82px;
	position: absolute;
	left: 377px;
	color: #009900;
	font-size: 14px;
	font-style: normal;
}

#SearchBox {
	position:absolute;
	left:639px;
	top:4px;
	width:160px;
	height:120px;
	z-index:103;
	padding-top: 12px;
}

#SearchBox .SearchPrompt {
  width: 100%;
	}

#SearchBox .submitbutton {
	background-color: #66CC66;
	border-top-color: #333333;
	border-bottom-color: #999999;
	border-right-color: #333333;
	border-left-color: #999999;
	border-top-width: 2;
	border-bottom-width: 2;
	border-right-width: 2;
	border-left-width: 2;
}

#SideNavigation {
	position:absolute; 
	left:1px; 
	top:177px; 
	width:177px; 
	z-index:100;
	color: #339966;
}
#SideNavigation ul {
	padding-left: 10px;
	list-style-type: none;
}
#SideNavigation ul li a {
  font-size: 0.85em;
}
#SideNavigation ul ul li a {
  font-size: 0.78em;
}	
#SideNavigation ul ul ul li a {
  font-size: 0.75em;
}
#BreadCrumbBox {
	padding-top: 5px;
	padding-bottom: 5px;
	position:absolute;
	left:179px;
	top:110px;
	width:455px;
	height:34px;
	z-index:104;
	font-size: 0.7em;
	margin: 0px;
}
#BreadCrumbBox a {
	font-size: 0.95em;
}

#MainContent {
	position:absolute;
	left:179px;
	top:160px;
	width:455px;
	height:370px;
	z-index:50;
}
#Content {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#Content ul {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
#Content li {
	font-size: 0.85em;
	color: #000000;
}
#Footer {
	width: 100%;
	font-size: 0.75em;
	color: #003333;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003333;
	margin: 0px;
	margin-top: 5px;
	clear: left;
}
#FooterLeft {
	float: left;
	width: 40%;
	text-align: left;
}
#FooterRight {
	float: right;
	width: 50%;
	text-align: right;
}
#Topics {
 position:absolute; 
 left:639px; 
 top:160px; 
 width:160px; 
 height:295px; 
}
.Topic {
	border-bottom-width: 2px;
	border-bottom-color:#339966;
	border-bottom-style:solid;
	margin-bottom: 5px;
}
.Topic p {
  font-size: 0.7em;
}
.Topic h1 {
  font-size: 0.8em;
}
#SiteMap {
	width: 100%;
	padding-bottom: 10px;
	height: 100%;
}
#SiteMap ul {
	list-style-type: none;
	margin-left: 5px;
}
#SiteMap li {
	font-size: 0.83em;
}

#SiteMap ul ul {
	list-style-type: none;
	margin-left: 10px;
}
#SiteMap ul ul li {
	font-size: 0.8em;
}

.SiteMapColumn {
	width: 33%;
	float: left;
	}

#SiteMap h2 {
  padding-top: 2px;
	padding-bottom: 2px;
}

#feedbackform .submitSection {
	text-align: left;
	padding-left: 100px;
	clear: left;
}
#feedbackform .formLabel {
	width: 100px;
	display: block;
	float: left;
	font-size: 0.85em;
	padding-left: 5px;
}
#feedbackform label {
}
#feedbackform .formField {
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 0.85em;
}
#feedbackform .formFieldLine {
	clear: both;
}
#feedbackform .submitFeedback {
	margin-top: 5px;
	background-color: #66CC66;
	border-top-color: #999999;
	border-bottom-color: #333333;
	border-right-color: #333333;
	border-left-color: #999999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
}
#feedbackform .requiredField {
	color: #CC0000;
}
#feedbackform p {
	clear: left;
}
