/*
	Stylesheet for the ultimate Amiga cracktros page @ www.a1k.org
	Coypright (c) Dominik Schindler aka McGuire (amiga@wummy.org)
*/

body {
/*	
	Does not work with a background color because a no websave color has been used. 
	Fixed with a backround picture.
	background-color: #35354B; 
	background-image:url(images/body_back.jpg);
	margin:10;
	padding:0; */
}

.Header {
	background-repeat: no-repeat;	 
}

.Menu {
	background-repeat: repeat-y; 
}

/* Style of the menu items */

.Menu a, .Menu a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.Menu a:hover {
	text-decoration: underline;
}

.Body {
	height:auto;
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
}

.BodyTextbox {
	height:auto;
	padding-left:10px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.center{
	margin: auto;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
.BodyText img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.BodyText a {
	color: #B5B4B9;
	text-decoration: none;
}

.BodyText a:visited {
	text-decoration: none;
}

.BodyText a:hover {
	text-decoration: underline;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align:center;
}

.Footer a {
	color: #B5B4B9;
	text-decoration: none;
}

.Footer a:visited {
	text-decoration: none;  
}

.Footer a:hover {
	text-decoration: underline;
}

.Heading {
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.Heading a {
	color: #00000F;
	text-decoration: none;
}

.Heading a:link {
	text-decoration: none;
}

.Heading a:active {
	text-decoration: none;
}

.Heading a:hover {
	text-decoration: underline;
}

.Details {
/*	border: 1px solid #000000; */
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 5px;
}

.Description {
/*	border: 1px dotted #000000; */
	float: right;
	padding: 5px;
	padding-top: -5px;
	width: 250px;
	text-align: left;
}

.DescriptionHeading {
	font-size: 16px;
	text-align:center;
	font-weight:bold;
}

.CracktroList {
	border: thin solid #000000;
}

.CracktroList th {
	border: thin solid #000000;
	color: #FFFFFF;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12;
}

.CracktroList th a:link {
	color: #B5B4B9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12;
	text-decoration: none;
}

.CracktroList th a:hover {
	text-decoration: underline;
}

.CracktroList td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.CracktroList td a {
	color: #B5B4B9;
	text-decoration: none;
}

.CracktroList td a:link {
	text-decoration: none;
}

.CracktroList td a:active{
	text-decoration: none;
}

.CracktroList td a:hover {
	text-decoration: underline;
}

