/* CSS Document */

a.OVERVIEW_link:link, a.OVERVIEW_link:active, a.OVERVIEW_link:visited{ 
	color: #E36F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.OVERVIEW_link:hover{
	color: #E36F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
a.OVERVIEW_link_sub:link, a.OVERVIEW_link_sub:active, a.OVERVIEW_link_sub:visited{ 
	color: #3B73B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.OVERVIEW_link_sub:hover{
	color: #3B73B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.OVERVIEW_back_arrow{
	background-image: url(../images/overview/back_arrow.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
}
.OVERVIEW_border_dashed{
	border-left: 1px dashed #7DA6D7;
}
.OVERVIEW_content_preview{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 10px 5px 10px;
}
.OVERVIEW_font_hidden{
	color: #E36F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  /*Modified by DLS - Nick: changed none to block*/
	display: block;
}
.OVERVIEW_font_product{
	height: 15px;
	margin: 0px 0px 10px 0px;
}
.OVERVIEW_font_show{
	color: #E36F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.OVERVIEW_font_sub{
	color: #3B73B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 2px 0px 13px;
}
.OVERVIEW_parentTitle{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 1px 10px 1px 0px;
}
.OVERVIEW_parentTitle_active{
	background-color: #E36F1E;
	background-image: url(../images/overview/OVERVIEW_active.gif);
	cursor: pointer;
}
.OVERVIEW_parentTitle_inactive{
	background-color: #7DA6D7;
	background-image: url(../images/overview/OVERVIEW_inactive.gif);
	cursor: pointer;
}
.OVERVIEW_screenshot{
	/*background-color: #333333;*/
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
}
.OVERVIEW_wrapper{
	background-color: #FFFFFF;
	border: 1px solid #7DA6D7;
}