body
{
	background-color: gray;
	text-align: center;
}

#tabRow
{	
	margin-left: auto;	
	margin-right: auto;
	width: 900px;
	height: 50px;	
	font-size: 20px;	
	background-color: gray;	
}

.tab
{
	float: left;
	width: 152px;
	height: 33px;
	margin-top: 5px;
	margin-right: 5px;
	border: 2px solid black;
	text-align: center;
	padding-top: 10px;
	background-color: #74A;
	color: #CCC;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;	
	border-top-right-radius: 15px;
}

.tab.active
{
	border-bottom: 2px solid white;
	background-color: white;
	color: black;
}

#tabBodyWrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

.tabBody
{
	width: 930px;
	padding: 20px 20px;
	display: none;
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

.tabBody h1 {
	display: none;
}

.tabBody.active
{
	display: block;
}

h1
{
	text-align: center;
	background-color: white;
	border: 3px solid black;
}

a, a:link, a:visited, a:hover
{
	text-decoration: none;
	border: 0px solid black;
}

.wrapper
{
	float: left;
	border: 5px solid black;
	margin: 20px;
	background-color: black;
	width: 260px;
	min-height: 236px;
	padding: 0px;

	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;

	/* For IE 8 */	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

.header
{
	font-weight: bold;
	font-family: Calibri, Sans-Serif;
	font-size: 12px;
	text-align: center;
	background-color: black;
	color: white;
	padding-bottom: 5px;
	width: 260px;text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.image
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 260px;
	[if IE]	
	margin-bottom: -5px;	
	[endif]
}