/* template:content detail */

#contentData {
  /* espacio */
	position: relative;
	float: right; /*left;*/
	/*clear: right;*/
	left: 20px;
	top: -10px;
	width: 81%; /*75%;*/ /*82%;*/
        height: 140%;
        max-height: 140%; /*redesign: 9/8/05: 468px;*/ /* for kneo base: changed from 310 to 410 / IMPORTANT: this height must not exceed top margin (4px) of #contentAddon for IE because IE ommits this white space */
	/*padding-right: 10px;*/
	z-index: 6;
	/* !temp */
	overflow: auto;
	/*margin-bottom: 4px;*/
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 85%;
        border-left: 1px darkgray dotted;
	/*letter-spacing: 1px;*/
        /* msie only */
        scrollbar-arrow-color: darkgray;
        scrollbar-base-color: white;
        scrollbar-dark-shadow-color: ;
        scrollbar-3dlight-color: ;
        scrollbar-face-color: white;
        scrollbar-highlight-color: #E5E5E5;
        scrollbar-shadow-color: #848284;
        scrollbar-darkshadow-color: white;
}
#contentHeadline {
	/* espacio */
	position: relative;
	left: 0%; /*2%;*/ /*10%;*/
	width: 98%;
	top: 0px;
        text-align: center;
        padding-left: 0;
	/* color */	
	border-top-color: darkgray; /*#006699;*/
	border-top-style: solid;
	/*border-bottom-style: solid;*/ 
        border-bottom: none;
	border-left: none;
	border-right: none;
	border-top-width: 1px;
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #848284; /*#006699;*/
        background-color: #F5F5DE;
}
/* "tell a friend" and "print" icons */
#contentIcons {
        /* espacio */
        position: absolute; /*relative;*/     
        right: 1%;
	/*width: 97%;*/
        /*height: 20px;*/
        /*top: -30px;*/
        left: 92%;
        top: 36px;
        vertical-align: middle;
        text-align: right;
        /* typo */
        font-size: 11px; 
        font-family: Geneva, Arial, Verdana, sans-serif;
        color: #666666;
}
#contentIcons span img {
        vertical-align: middle;
        margin-right: 4px;
        margin-left: 4px;
}
/* unique block in content */
#contentDataCol {
	/* espacio */
	position: relative;
	left: 2%;
	top: 19px; /*10px;*/
	float: left;
	clear: left;
	width: 90%; /*88%;*/
	height: auto;
	/* !temp */
	/*overflow: auto;*/
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 85%;
}
#contentDataCol table {
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 85%;
	/*letter-spacing: 1px;*/
}
/* content with two cols (#contentDataCol_1 and #contentDataCol_2 ) */
#contentDataCol_1 {
	/* espacio */
	position: relative;
	left: 2%;
	top: -2px; /*10px;*/
	float: left;
	clear: left;
	width: 33%;
        height: auto;
	/*border: 1px black solid;*/
}
#contentDataCol_2 {
	/* espacio */
	position: relative;
	top: -2px; /*10px;*/
	left: 0;
	float: right;
	clear: right;
	width: 60%;
        height: auto;
	/*border: 1px black solid;*/
}
#contentDataCol_1, #contentDataCol_2 {
	/* typo */
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 85%;
}
#contentDataCol_1, #contentDataCol_2 table {
	/* typo */
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 85%;
}
#contentDataCol_1, #contentDataCol_2 p {
	/* espacio */
	/*margin-top: 1px;*/
}

/* end template:content detail */


/* layout of tables inside content blocks */
#content table.graph {
         /* espacio */
         margin-top: 12px;
         /* color */
         border-collapse: collapse;
         border: 1px green solid;
         /* typo */
         font-size: 100%;
}
#content table.graph td {
         border: 1px green dotted;
         padding: 2px;
         /* typo */
         font-size: 100%;
} 

/* typography and links for "guided tour" tables */
#content table.guideBar {
        border-collapse: collapse;
}

#content table.guideBar a {
        /* typo */
        font-size: 115%;
        color: #164292;
        font-weight: bold;
        text-decoration: none;       
}

#content table.guideBar p {
        height: 15px;
}

#content table.guideBar tr td p.left, p.middle, p.right {
        /* espacio */
        /*height: 25px;*/
	/* typo */
	font-size: 11px;
	font-weight: normal;
	color: #666666;        
}

#content table.guideBar img {
        vertical-align: middle;
        margin-right: 4px;
        margin-left: 4px;
}
#content table.guideBar tr td {
        vertical-align: middle;
}

#content table.guideBar tr td p.left {
        /* espacio */
        /*margin-right: 3px;*/
        padding: 2px;
        text-align: left;
        /* color 
        border: 1px darkgreen solid;
        border-left: none;
        border-top: none;*/
}
#content table.guideBar tr td p.right {
        /* espacio */
        padding: 2px;
        text-align: right;
        /* color 
        border: 1px darkgreen solid;
        border-right: none;
        border-top: none;*/
}
#content table.guideBar tr td p.middle {
        /* espacio */
        padding: 2px;
        text-align: center;
        /* color 
        border: 1px darkgreen solid;
        border-top: none;*/
}

