body {
	margin:10px auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:95%;

	background:#fff;
	/*background-image: url(http://www.cemond.com/Kardmania/KardMania_2/BottomBarBkg.png);*/
	background-image: url(http://www.kardmania.com/webid/themes/default/wood-background-black-and-grey-lines.jpg);
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

.splitbox {
	margin: 10px auto;
	display: block;
	width: 90%;
}

a {
	color:#3E3E3E;
	text-decoration:none;
	weight:bold;
}
a:hover {
	color:white;
/*	background:#369; */
	text-decoration:none;
/*	font-weight:bold; */
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	border-right:collapse;
}
#header {
	/* border-bottom:1px solid #000; 
	background-image: url(http://www.cemond.com/Kardmania/KardMania_2/TopBarBkg.png);*/
	background-color:#000000;
	
	margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  border:#C9C9C9 1px solid;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#linkbar {
/*	background-image: url(http://www.cemond.com/Kardmania/KardMania_2/LinksBkgCenter.png); */
    background: #000000;  /*3E3E3E*/
    padding:5px 10px 10px 40px;
    border:#C9C9C9 1px solid;
}

	.readmore {
/* background: #ff9f27;  #c18046;*/
background-image: url(http://www.Kardmania.com/gradient_button_orange.png);
text-align: center;
display: inline-block;
padding: 5px 0px 0px 0px;
width: 75px;
height: 21px;
color: #fff;
text-decoration:none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

 box-shadow: 0px 3px 5px #000;
-moz-box-shadow: 0px 3px 5px #000;
-webkit-box-shadow: 0px 3px 5px #000; 
} 
.readmore:hover {
position:relative;
top:3px;
color: black;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

	.readmoreL {
/* background: #ff9f27;  #c18046;*/
background-image: url(http://www.Kardmania.com/gradient_button_orange.png);
text-align: center;
display: inline-block;
padding: 5px 0px 0px 0px;
width: 95px;
height: 21px;
color: #fff;
text-decoration:none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

 box-shadow: 0px 3px 5px #000;
-moz-box-shadow: 0px 3px 5px #000;
-webkit-box-shadow: 0px 3px 5px #000; 
} 
.readmoreL:hover {
position:relative;
top:3px;
color: black;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

.readmoreXL {
/* background: #ff9f27;  #c18046;*/
background-image: url(http://www.Kardmania.com/gradient_button_orange.png);
text-align: center;
display: inline-block;
padding: 5px 0px 0px 0px;
width: 125px;
height: 21px;
color: #fff;
text-decoration:none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

 box-shadow: 0px 3px 5px #000;
-moz-box-shadow: 0px 3px 5px #000;
-webkit-box-shadow: 0px 3px 5px #000; 
} 
.readmoreXL:hover {
position:relative;
top:3px;
color: black;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

.admin {
/* background: #ff9f27;  #c18046; */
background-image: url(http://www.Kardmania.com/gradient_button_red.png); 
background-color:red;
text-align: center;
display: inline-block;
padding: 5px 0px 0px 0px;
width: 110px;
height: 21px;
color: #fff;
text-decoration:none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

 box-shadow: 0px 3px 5px #000;
-moz-box-shadow: 0px 3px 5px #000;
-webkit-box-shadow: 0px 3px 5px #000; 
} 
.admin:hover {
position:relative;
top:3px;
color: black;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	border:#C9C9C9 1px solid;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width 75*/
	background:#f4f4f4;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) 21 */
	left:6%;			/* (right column left and right padding) plus (left column left padding) 6 */
}
/* Footer styles */
#footer {
	background-color:#000000;
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0 auto;
}

  #footer ul {
		clear:left;
	/*	float:left; */
		width:30%;
		text-align:center;
		list-style:none;
		margin:auto;
		padding:0;
	}
	#footer ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
	/*	background:#eee; */
		color:#eee;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#footer ul li a:hover {
		background:#369;
		color:#fff;
	}
	#footer ul li a.active,
	#footer ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#footer ul li a span {
		display:block;
	}


	 
th, td {	 
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;	
   }
	
a.alist:link {color: #0000ff;}
a.alist:visited {color: #000;}
a.alist:active {color: #ff0000;}
a.alist:hover {background-color: #ffff66;}
a.alist {text-decoration: none;}  

a.red:link {color: #3E3E3E;}
a.red:visited {color: #000;}
a.red:active {color: #ff0000;}
a.red:hover {color: red;}
a.red {text-decoration: none;}  

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
#mess {
padding: 2px;
border-width: .2em;
border-style: solid;
border-color: #900;
}

iframe {
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;

/*  -moz-transform:rotate(20deg);
  -webkit-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  -ms-transform:rotate(20deg); */
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
} 

