/* CSS Document */

div#enquireTable table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color: #596067;
	
}

div#enquireTable caption {
	font-weight: bold;
	background: #50ADEA url() no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

div#enquireTable td, div#enquireTable th {
	padding: 4px;
}

div#enquireTable thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

div#enquireTable thead th a{
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

div#enquireTable tbody th {
	font-weight: normal;

}

div#enquireTable tbody tr		{
	background-color:#FFF;
	/*
	hover:expression(this.onmouseover=new Function("this.style.background='#eee';"),this.onmouseout=new Function("this.style.background='#FFF';"));
	*/
	
	}
div#enquireTable tbody tr.odd 	{
	background-color: #f9f9f9;
	/*
	hover:expression(this.onmouseover=new Function("this.style.background='#eee';"),this.onmouseout=new Function("this.style.background='#f9f9f9';"));
	*/
	border-top:1px solid #FFF;
}

div#enquireTable tbody tr:hover, div#enquireTable tbody tr.odd:hover{
	background-color: #eee;
}

div#enquireTable tbody th a:link, div#enquireTable tbody th a:visited{
	color:#8dda24;
	background:url(../images/css/table/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
div#enquireTable tbody th a:hover{
	color:#FF8601;
	}

div#enquireTable tbody tr td { 
	height:50px;
	border: 1px solid #FFF;
	text-align:center;
	}

div#enquireTable tbody tr.odd td{ 
	border-top:1px solid #FFF;
	text-align:center;
	}

div#enquireTable table td a:link, div#enquireTable table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

div#enquireTable table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
div#enquireTable tbody td a[href="http://www.do-print.com"] {
	margin: 0 auto;
	height: 15px;
	background: url(../images/css/table/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

div#enquireTable table a[title^="Download"] { 
	background: url(../images/css/table/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

div#enquireTable tfoot th, div#enquireTable tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}


/* CSS Document */

div#chartTable table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color: #596067;
	
}

div#chartTable caption {
	font-weight: bold;
	background: #50ADEA url() no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}



div#chartTable tbody tr		{
	background-color:#FFF;
	/*
	hover:expression(this.onmouseover=new Function("this.style.background='#eee';"),this.onmouseout=new Function("this.style.background='#FFF';"));
	*/
	
	}
div#chartTable tbody tr.odd 	{
	background-color: #f9f9f9;
	/*
	hover:expression(this.onmouseover=new Function("this.style.background='#eee';"),this.onmouseout=new Function("this.style.background='#f9f9f9';"));
	*/
	border-top:1px solid #FFF;
}


div#chartTable tbody tr td { 
	border: 1px solid #FFF;
	}

div#chartTable tbody tr.odd td{ 
	border-top:1px solid #FFF;
	}

div#chartTable table td a:link, div#chartTable table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

div#chartTable table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}



