﻿body
{
	border-style: none;
	border-width: 0px;
	background-color: #1e1e1e;
	font-size: 20px;
	color: #C0C0C0;
}

.c_div /*Centered Image*/
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*tabs*/
.tab
{
	padding-top: 50px;
	width: 100%;
	padding-bottom: 50px;
	background-color: black;
}

.tab_def .ajax__tab_tab
{
	width: 150px;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	font-family: 'Arial Black' , Arial;
}
.tab_def .ajax__tab_header
{
	border-bottom: red thin solid;
}
.tab_def .ajax__tab_hover { background-color: Gray; }
.tab_def .ajax__tab_active { background-color: Red; }

.tab_def .ajax__tab_body
{
	/*
	border-right: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
*/
}

.tab_def .ajax__tab_outer {  }
.tab_def .ajax__tab_inner { text-align:right; }
