.tabs {
	width: 930px;
	margin: 20px;
}

.tab_active {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: left;
	width: 150px;
	cursor: default;
	font-weight: bold;
	padding: 2px 10px;
	font-size: 10pt;
	text-align: center;
}

.tab_inactive {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #eee;
	font-weight: bold;
	color: #cc0000;
	float: left;
	width: 150px;
	cursor: pointer;
	padding: 2px 10px;
	font-size: 10pt;
	text-align: center;
}

.tab_inactive:hover {
	background-color: #fff;
	text-align: center;
}

.tab_content {
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #000;
	float: left;
	text-align: left;
	padding: 20px;
	margin-top: -1px;
}

.tab_contentActive {
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #444;
	float: left;
	text-align: left;
	padding: 20px;
	margin-top: -1px;
}

.tab_contentInactive {

	display: none; !important
}

.sampleLinks {
padding: 10px; 
margin: 5px; 
border:1px solid #CCCCCC; 
float:left; 
text-align:center; 
width:150px;
box-shadow: 0px 0px 8px #aaa;
-moz-box-shadow: 0px 0px 8px #aaa;
-webkit-box-shadow: 0px 0px 8px #aaa;
}

.sampleLinks img {
margin-bottom: 8px;
}

.sampleLinks a {
color: #333333;
}

.sampleLinks a:hover {
color: #999;
}
