/*
AbC tunes pages
General purpose styles
February 2007
© Mark Iliff, Talespinner (www.talespinner.co.uk)
******************************************************************************************************************/

/*
Tags
**************************************************/
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #444;
	margin: 0 20px 20px 20px;
	background: white;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
}

a:visited
{
	color: inherit;
}

tr {
	vertical-align: middle;
}

td {
	margin: 0;
	padding: 10px;
}


/*
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 #dc9496;
}


/*
Names
**************************************************/
#lined td {
	border-bottom: 1px solid silver;
}


/*
Text
**************************************************/
h1,
h2,
.accent,
.accent a
{
	color: #800000;
}

.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%;
}


/*
Links
**************************************************/
#contacts a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

#contacts a:hover {
	border-bottom: 1px solid #800000;
}

.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%;
}

.w85 {
	width: 85%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w45 {
	width: 45%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w15 {
	width: 15%;
}

.w10 {
	width: 10%;
}


/*
Image links
**************************************************/
a img {
	border: 0;
}


/*
Media
**************************************************/
@media print {
	.noPrint {
		display: none;
	}
}

@media screen {
	.noShow {
		display: none;
	}
}

