/* 
padding-right of 10px is specified for #mainInnerDiv in styles.css 

*/

#distance {
  height: 15px;
	clear: both;
}

#htmlText {
	padding-bottom: 5px; 
	padding-left: 10px;
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.htmlText {
	padding-bottom: 5px; 
	padding-left: 10px;
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
#htmlText .small {
  font-size: 10px;
}
.htmlText .small {
  font-size: 10px;
}
#blueTable {
	width: 100%;
	border: 1px solid #7FC6F5;
}
#blueTable td {
  padding: 2px;
	padding-left: 5px;
	border: 1px solid #fff;
	vertical-align:top;
	background-color: #7FC6F5;  /*#33ccff;*/
}

.image1 {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 11px;
	color: #666666;
}
.image1 .subtitle {
  padding-top: 5px;
}

table.image3 {
	width: 100%;
	border: 0;
	margin: 15px 0;
}
table.image3 tr td {
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}


/* Image left aligned:  
   img always right at the left, text with padding of 10px towards the img*/
#imgLeftAlignedWithText {
  margin-bottom: 10px;
}
#imgLeftAlignedWithText td.contentTd {
  padding-left: 10px;
}
#imgRightAlignedWithText {
  float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}


div.downloadLink {
  margin: 10px 0 20px 0;
	padding-left: 10px;
}
div.downloadLink div.image {
  float: left;
	width: 50px;
	margin-right: 10px;
	text-align: center;
}
div.downloadLink div.right {
  float: left;
	width: 518px;
}
div.downloadLink h3 {
  clear: none;
	padding: 0 0 3px 0;
	margin: 0;
}
div.downloadLink div.intro {
  padding: 0 0 3px 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 12px;
}
div.downloadLink div.intro p {
  padding: 0;
	margin: 0;
	line-height: inherit;
	font-size: inherit;
}
div.downloadLink div.right .textlink {
  
}



/*  ***************************************************************************  *
 *   CUSTOM (NON GENERIC) OBJECTS 
 *  ***************************************************************************  */
 
 /* object main topic */
#mainTopic {
  /*height: 125px;*/
  padding-right: 20px; margin-bottom: 8px; margin-top: 5px;
	border-bottom: 1px solid #666666;
	font-size: 12px ! important;
	color: #666666;
}
#mainTopicTitle h1 {
  margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 14px;
	color: #008EEC;
  font-weight: bold;   
}
#mainTopic .text {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6em;
}
#mainTopic p, .txt {
  margin: 0px;
  margin-top: 2px;
	padding: 0px;
	font-size: 12px ! important;
	color: #666666;
	line-height: inherit;
}
#mainTopic .image {
  width: 125px;
	height: 100% /*125px*/;
	float: left;
	margin-right: 10px;
}
#mainTopic p {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	line-height: inherit;
}
#mainTopic .link {
	font-size: 10px;
	float: right;
}
#mainTopic a, a:link, a:visited, a:active {
	font-size: inherit; /*10px;*/
	text-decoration: underline;
	font-weight: inherit;
	color: #666666;
}
#mainTopic a:hover {
	color: #333333;
}
#mainTopicTitle {
	font-size: 14px;
  font-weight: bold; 
}
#mainTopicTitle a, a:link, a:visited, a:active {
	font-size: inherit;
  font-weight: inherit; 
	color: #008EEC;
	text-decoration: none;
}
#mainTopicTitle a:hover {
	color: #008EEC;
	text-decoration: underline;
}

/* object: separator */
#separator {
	padding-bottom: 5px;
}
#separator .in {
  height: 2px;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}


/* twoImages: 2 images beside each other */
#twoImage {
  width: 299px;
  float: left;
	margin-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 11px;
	color: #666666;
	/* not for IE 5.x: correct CSS implementation - add border and padding to width/height */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 289px;
}
/* not for IE 5.x: correct CSS implementation - add border and padding to width/height */
html>body #twoImage {
	width: 289px;
}
#twoImage .subtitle {
  padding-top: 5px;
}


#bulletBigBlue {
  color: #000000;
	padding: 0px;
	padding-left: 10px;
	margin-top: 10px; 	margin-bottom: 15px;
}
#bulletBigBlue div.text {
  margin: 0px;
	padding: 0px;
	line-height: 1.6em ! important;
}
#bulletBigBlue p {
  margin: 0px;
	padding: 0px;
	line-height: inherit;
}
#bulletBigBlue div.bullet {
  float: left;
  background: #008EEC;
	width: 30px; height: 30px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}





/*  ***************************************************************************  *
 *   CONTAINERS 
 *  ***************************************************************************  */
 
div.supportFolder {
  margin: 10px 0 20px 0;
	padding: 0 0 10px 10px;
}
div.supportFolder div.image {
  float: left;
	width: 50px;
	margin-right: 10px;
	text-align: center;
}
div.supportFolder div.right {
  float: left;
	width: 518px;
}
div.supportFolder div.title {
  font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}
div.supportFolder div.intro {
  padding: 0 0 3px 0;
	margin: 0;
	line-height: 1.2em;
	font-size: 12px;
}
div.supportFolder div.intro p {
  padding: 0;
	margin: 0;
	line-height: inherit;
	font-size: inherit;
}
