
a, a:link
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

select, input, button
{
	font-family: "Trebuchet MS", trebuchet, sans-serif;
}

/* I can't find a way to make the opacity work in IE. Using the filter rule just makes the buttons disappear */
button.made3d
{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 0.7;
	cursor: pointer;
	width: auto;
}
button.made3d:hover
{
	opacity: 1.0;
}
button.made3d table
{
	border: 0;
	border-collapse: collapse;
}
button.made3d td.l
{
	width: 14px;
	height: 33px;
	background: transparent url(../images/button3d/l.png) top right no-repeat;
}
button.made3d td.c
{
	background: transparent url(../images/button3d/c.png) top repeat-x;
	color: white;
	font-family: arial, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	padding-bottom:8px;
}
button.made3d td.r
{
	width: 22px;
	height: 33px;
	background: transparent url(../images/button3d/r.png) top left no-repeat;
}

button.made3dblue, button.made3dbluearrow
{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 0.7;
	cursor: pointer;
	width: auto;
}
button.made3dblue:hover, button.made3dbluearrow:hover
{
	opacity: 1.0;
}
button.made3dblue table, button.made3dbluearrow table
{
	border: 0;
	border-collapse: collapse;
}
button.made3dblue td.l, button.made3dbluearrow td.l
{
	width: 10px;
	height: 33px;
	background: transparent url(../images/button3dblue/l.png) top right no-repeat;
}
button.made3dblue td.c, button.made3dbluearrow td.c
{
	background: transparent url(../images/button3dblue/c.png) top repeat-x;
	color: white;
	font-family: arial, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	padding: 3px 20px;
	white-space: nowrap;
}
button.made3dblue td.r
{
	width: 10px;
	height: 33px;
	background: transparent url(../images/button3dblue/r.png) top left no-repeat;
}
button.made3dbluearrow td.r
{
	width: 39px;
	height: 33px;
	background: transparent url(../images/button3dblue/a.png) top left no-repeat;
}



div.fixed_text
{
	position: fixed;
}

div#dsftm_subdomain_links
{
	background:#7F7F7D none repeat scroll 0 0;
	color: #ffffff;
	font-size:10px;
	left:-1px;
	position: absolute;
	bottom: 0px;
	width:100%;
	z-index: 20;
}
div#dsftm_subdomain_links ul
{
	padding: 10px;
	margin: 0;
}
div#dsftm_subdomain_links ul li
{
	display: inline;
}
div#dsftm_subdomain_links ul li a
{
	color: #eeeeee;
}
div#dsftm_subdomain_links_spacer
{
	height: 30px;
}

