/* CSS goes in the document HEAD or added to your external stylesheet */
div {
	margin-left: 3cm
}

body {
	background: url(../img/border6.gif) repeat-y,url(../img/graph.gif) repeat;
}



table.gradienttable {
	width: 95%;
	table-layout: fixed;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse; 
}

table.gradienttable th {
	text-align: center;
	padding: 2px;
	background: #9db4f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9db4f6), color-stop(40%,#cedaf8), color-stop(100%,#f2f5fe));
	background: -webkit-linear-gradient(top,  #9db4f6 0%,#cedaf8 40%,#f2f5fe 100%);
	background: -o-linear-gradient(top,  #9db4f6 0%,#cedaf8 40%,#f2f5fe 100%);
	background: -ms-linear-gradient(top,  #9db4f6 0%,#cedaf8 40%,#f2f5fe 100%);
	background: linear-gradient(to bottom,  #9db4f6 0%,#cedaf8 40%,#f2f5fe 100%); 
	border: 0px solid #999999; 
	border-radius: 10px 10px 0px 0px; 
}

table.gradienttable th:nth-of-type(1) {
	width: 7%;  
}

table.gradienttable th:nth-of-type(2) {
/*	width: 20%; */
}

table.gradienttable th:nth-of-type(3) {
/*	width: 10%; */
}

table.gradienttable th:nth-of-type(4) {
/*	width: 10%; */
}

table.gradienttable th:nth-of-type(5) {
/*	width: 50%; */
}

	
table.gradienttable td {
	padding: 4px;
	overflow: hidden;
	background: #ebecda;
	background: -moz-linear-gradient(top,  #ebecda 0%, #e0e0c6 40%, #ceceb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebecda), color-stop(40%,#e0e0c6), color-stop(100%,#ceceb7));
	background: -webkit-linear-gradient(top,  #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
	background: -o-linear-gradient(top,  #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
	background: -ms-linear-gradient(top,  #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
	background: linear-gradient(to bottom,  #ebecda 0%,#e0e0c6 40%,#ceceb7 100%);
	border: 1px solid #999999;
}

