* {
	background:none !important;
}

#notcompatible, #rightmenu, #submenu,  menu, form, span.sharp, #flashjpwlogo, #cwlogo {
	display:none;
}
.center {
	text-align: center !important;
}
img.rightfloat {
	float: right;
	margin: 2px 0 10px 20px !important
}
#goroot {
	text-decoration:none;
	font-size:18px;
}
a {
	color:black;
}
a.anchor {
	text-decoration: none;
}
#content {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
}
body {
	font-family:Calibri, Arial, sans-serif;
}

/* tables */
table {
	margin:10px 0 20px 0;
	padding:5px;
	border-collapse: collapse;
}
table tbody td, table tbody th {
	border:1px solid black;
	padding:3px 8px 3px 8px;
}
table tbody th {
	text-align:left;
	white-space:nowrap;
	background-color: silver;
}

/* frontpage */
div#tiles {
	margin-top: 30px;
	width: 700px;
	overflow: hidden;
}
div#tiles div {
	width: 210px;
	height: 80px;
	float: left;
	background: #fafafa;
	margin: 15px 19px 0 0;
	position: relative;
	overflow: hidden;
	border: 1px solid black;
	clear: none;
}

div#tiles a {
	display: block;
	width: 180px;
	height: 110px;

	padding: 15px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	z-index: 10;
	font-size: 18px;
	padding: 10px 15px 20px 15px;
	color: #333;


}
div#tiles a b {
	font-weight: normal;
}

div#tiles strong {
	display: block;
	font-size: 18px;
	padding: 35px 0 5px 0;
	color: black;
	font-weight: normal;

}
div#tiles span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: gray;
	z-index: 5;
}
div#tiles i {
	position: absolute;
	display: block;
	padding: 15px;
	top: 0;
	left: 0;
	font-style: normal;
	visibility: hidden;
	z-index: 5;
}


/* twitterwall */

div#twitterwall {
	clear: both;
	margin-top: 50px;
	overflow: hidden;
	width: 700px;


}

div#twitterwall .tweet {
	width: 300px;
	float: left;
	position: relative;
	margin: 0 19px 19px 0;
	height: 110px;
	overflow: hidden;
	clear: none;
	border: 1px solid black;
	padding: 12px;

}
div#twitterwall .tweet img {
	position: absolute;
	top: 15px;
	left: 10px;
	border: 1px solid gray;

}

div#twitterwall .tweet h4 {
	margin-top: 0;
	padding-left: 60px;
	margin: 0;
}
div#twitterwall .tweet h4 a {
	text-decoration: none;
	color: black;
	font-weight: bold;

}
div#twitterwall .tweet h4 a span {
	color: gray;
	font-size: 11px;
	font-weight: normal;

}

div#twitterwall .tweet p {
	padding: 0 0 0 60px;
	margin: 0;
}


div#twitterwall .tweet a.timestamp {
	text-decoration: none;
	color: gray;
	font-size: 11px;
	padding-left: 60px;
	position: absolute;
	bottom: 5px;
	right: 8px;
}
