
/* ICTeme/TIETODATA: /tietodata/_css/buttons.css (c) ICTeme.com */

#buttons {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
	width: 100%;
	}

.buttontext {
	/*display: none; If you have graphic text in button */
	text-align: left;
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 600;
	}

#buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline; /* IE needed */
	line-height: 1.5;
	}

#buttons a {
	float: left;
	padding: 5px;
	border: 0;
	width: 112px;
	height: 26px;
	text-decoration: none;
	}

#buttons a:link {
	color: #000;
	}

#buttons a:visited {
	color: #000;
	}

#buttons a:hover {
	color: #339;
	}

#buttons a:active {
	color: #000;
	}

#button1 a {
	background: url("/tietodata/_img/button_bro.gif") no-repeat;
	text-indent: 31px;
	}

#button1 a:hover {
	background: url("/tietodata/_img/button_blu_h.gif") no-repeat;
	}

#button1 a:visited {
	background: url("/tietodata/_img/button_gre.gif") no-repeat;
	}

#button1 a:active {
	background: url("/tietodata/_img/button_blu.gif") no-repeat;
	}

#button2 a {
	background: url("/tietodata/_img/button_bro.gif") no-repeat;
	text-indent: 15px;
	}

#button2 a:hover {
	background: url("/tietodata/_img/button_blu_h.gif") no-repeat;
	}

#button2 a:visited {
	background: url("/tietodata/_img/button_gre.gif") no-repeat;
	}

#button2 a:active {
	background: url("/tietodata/_img/button_blu.gif") no-repeat;
	}

#button3 a {
	background: url("/tietodata/_img/button_bro.gif") no-repeat;
	text-indent: 10px;
	}

#button3 a:hover {
	background: url("/tietodata/_img/button_blu_h.gif") no-repeat;
	}

#button3 a:visited {
	background: url("/tietodata/_img/button_gre.gif") no-repeat;
	}

#button3 a:active {
	background: url("/tietodata/_img/button_blu.gif") no-repeat;
	}

#button4 a {
	background: url("/tietodata/_img/button_bro.gif") no-repeat;
	text-indent: 31px;
	}

#button4 a:hover {
	background: url("/tietodata/_img/button_blu_h.gif") no-repeat;
	}

#button4 a:visited {
	background: url("/tietodata/_img/button_gre.gif") no-repeat;
	}

#button4 a:active {
	background: url("/tietodata/_img/button_blu.gif") no-repeat;
	}

#button5 a {
	background: url("/tietodata/_img/button_bro.gif") no-repeat;
	text-indent: 29px;
	}

#button5 a:hover {
	background: url("/tietodata/_img/button_blu_h.gif") no-repeat;
	}

#button5 a:visited {
	background: url("/tietodata/_img/button_gre.gif") no-repeat;
	}

#button5 a:active {
	background: url("/tietodata/_img/button_blu.gif") no-repeat;
	}

/* Buttons without graphics (add these comments if you using graphics) */	

/*

#buttons a, #buttons a:hover {
	border-top: #fff 2px solid;
	border-left: #ddd 2px solid;
	border-right: #fff 2px solid;
	border-bottom: #ddd 2px solid;
	padding: 2px;
	width: 110px;
	height: 18px;
	}

#buttons a:link {
	color: #339;
	background: #eee;
	}

#buttons a:visited {
	color: #339;
	background: #eee;
	}

#buttons a:hover {
	color: #339;
	background: #ddd;
	}

#buttons a:active {
	color: #000;
	background: #ccc;
	}

*/

/* END */
