
/* Tabular data */

table.data {
	border-width:		0px 1px 1px 1px;
	border-style:		solid;
	border-left-color:	#edeae6;
	border-right-color:	#d3cac1;
	border-bottom-color:	#d3cac1;
	font-size:			85%;
	line-height:		140%;
	margin:				0.3em 0em 1em 0em;
}

table.data td {
	border-width:		1px 0px 0px 0px;
	border-style:		solid;
	border-color:		#edeae6;
	padding:			0.5em 0.8em;
}

table.data td h3 {
	margin:				0.4em 0.2em;
	border-width: 		0px;
}

table.data td strong {
	font-size:			100%;
	font-weight:		bold;
}

tr.table_heading {
	background-image:	url(../graphics/tables/bg_table_heading.jpg);
	background-position:	top center;
	background-repeat:	repeat-y;
}

tr.table_heading td {
	background-image:	none;
	background-color:	transparent;
	padding:			0px;
	text-align:			center;
	padding:			8px 0px 8px 0px;
	font-size:			14px;
	line-height:		18px;
}

tr.table_heading h3 {
	margin:				0.4em 0.2em;
	padding:			0px;
	font-size:			100%;
	border-width:		0px;
}

td.star {
	text-align:			center;
}

td.download {
	font-size: 			12px;
	text-align:			center;
	line-height:		17px;
	margin-top: 		10px;
}

td.download img {
	padding-bottom: 	5px;
}

td.price {
	font-size:			130%;
	font-weight:		bold;
	text-align:			center;
	margin-top: 		10px;
	line-height:		28px;
}

td.centered {
	text-align:			center;
}

td.price h3 {
	color:				#330000;
	margin:				0px;
	padding:			0px;
	border-width:		0px;
}

td.price strike {
	color:				#CC0000;
}

td.price span.saving {
	color:				#E86F03;
}

tr.alternating {
	background-image:	url(../graphics/tables/bg_table_alternating.jpg);
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#FAF9F8;
}


tr.alternating td {
		background-image:	url(../graphics/tables/bg_table_alternating.jpg);
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#FAF9F8;
}

div.pop_up {
	width:				700px;
	height:				494px;
}

div.pop_nav {
	width:				700px;
	background-image:	url(../screenshots/g_pop_nav.jpg);
	background-repeat:	no-repeat;
	height:				49px;
}

div.pop_nav img {
	margin-top: 6px;	
}

div.pop_nav img.back {
	margin-right: 40px;	
}

div.pop_nav img.next {
	margin-right: 10px;	
}

div.toc {
	float: 				left;
	width:				350px;
	margin-bottom: 		20px;
	line-height:		18px;
}

div.toc_right {
	float: right;
	width:350px;
	margin-bottom: 20px;
	line-height:18px;
}


/* any tables on the help files */

.forced_header, 
.forced_sub_header {
	font-weight: bold;
}
.forced_header {		
	background: url(../graphics/help/bg_ebook_blue.gif) repeat-x top left #71d2fd;	
	color: #fff;		
	font-size: 14px;	
	padding: 8px 0px 10px 5px; 
}
.forced_sub_header {	
	background: url(../graphics/help/bg_ebook_grey.gif) repeat-x top left #d5d5d4;	
	color: #4c4c4c;		
	font-size: 13px;	
	padding: 3px 0px 5px 5px; 
}

.top_header {
	background:			#f5f5f5;
	text-align:			center;
}



