/*
AbC tunes pages
General purpose styles
February 2007
© Mark Iliff, Talespinner (www.talespinner.co.uk)
******************************************************************************************************************/

/*
Forms
**************************************************/
input,
select,
textarea
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	padding: 2px;
}

input.red,
select.red,
textarea.red
{
	border: 1px solid #120eae;
}

tr {
	vertical-align: middle;
}

td.shaded {
	background: #eee;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	padding: 10px;
}

/*
Text
**************************************************/
.accent,
.accent a
{
	color: #120eae;
}

.antAccent,
.antAccent a 
{
	color: #0000a0;
}

.black {
	color: black;
}

.dark {
	color: #505050;
}

.light {
	color: #666;
}

.double {
	line-height: 2em;
}

.mid {
	text-align: center;
}

.right {
	text-align: right;
}

.big200 {
	font-size: 200%;
}

.big150 {
	font-size: 150%;
}

.big120 {
	font-size: 120%;
}

.small80 {
	font-size: 80%;
}

.small70 {
	font-size: 70%;
}


.accent a {
	text-decoration: none;
	border-bottom: 1px dotted #800000;
}
.accent a:hover {
	border-bottom-style: solid;
}

.antAccent a {
	text-decoration: none;
	border-bottom: 1px dotted #0000a0;
}

.antAccent a:hover {
	border-bottom-style: solid;
}


/*
Widths
**************************************************/
.w95 {
	width: 95%;
}

.w90 {
	width: 90%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w15 {
	width: 15%;
}

.w10 {
	width: 10%;
}


/*
Image links
**************************************************/
a img {
	border: 0;
}

