/*
	Masters Cup

	Website:			Photography Masters Cup
	Filename:			howto.css
	Description:		How to Enter stylesheet
	Last Updated:		2010.02.10
						2010.06.08
*/



#content .links {
	float: left;
	font-weight: bold;
	height: 70px;
	text-align: center;
	width: 230px;
}
#content table {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 8px 0px;
}
#content table .spacer { height: 15px; }
#content th {
	color: #000; /*#9F1800;*/ 
	text-align: left;
	width: 300px;
}
#content td {
	vertical-align: top;
	width: 280px;
}
#fancy-list {
	list-style: none;
	padding: 0px;
}
#fancy-list img {
	margin: 5px 10px 5px 0px;
	vertical-align: middle;
}
.button {
	margin: 5px 0px 0px 20px;
	text-align: center;
}

#fees {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#fees td {
	text-align: center;
	border-right: thin dotted Black;
	padding: 5px;	
}

#fees th {
	width: 300px;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border-right: thin dotted Black;
}

.boldred {
	color: #9f1800;
	font-weight: bold;
}

#fees .greybackground {
	background-color: ThreedFace;
}
