/* CSS Document */
/* DEBUG */
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#777777;
}

/* GENERAL */
a:link, a:visited {
	background-color:inherit;
	color:#6B6B6B;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#D74200;
	text-decoration:underline;
	border: 0;
}
input, textarea, select { 
	font-color: #ffffff;
    border:1px solid #404040; 
	border-left:1px solid #404040; 
	padding-left:3px; 
	background:#212121; 
	text-align:left; 
	margin: 1px;
}
img {
	border: 0;
}

/* Eigene Styles */

.table {
	background-image: ;
    background-repeat: no-repeat;
    border: px solid #434343;
	width: 642px;
	background-color:;
}
.thead {
	background-image: url('../img/headb.png');
	background-repeat: no-repeat;
	width: 640px;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
}
.tcontent {
	height: auto;
	padding: 5px;
	text-align: left;
    font-color: #ffffff;
}
.cars_td {
	padding: 10px;
	width: 33%;
	text-align: center;
}
#quicklaunch
{
	height: 48px;
	width: 640px;
	border: 1px solid #212121;
	background-image: url('../img/quickselect_bg.png');
	background-repeat: repeat-x;
	margin-right: 0;
}
.sidebar_left {
	width: 230px;
	height: 24px;
	background-color: #434343;
	background-image: url('../img/sidebar_left.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #434343;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	z-index: 1;
}
.sidebar_right {
	float: right;
	width: 230px;
	height: 24px;
	background-color: #212121;
	background-image: url('../img/sidebar_right.png');
	background-repeat: no-repeat;
	background-position:  80px 0;
	font-weight: bold;
	color: #434343;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
	z-index: 1;
}
/* Clansphere Styles */

.forum {
	background-color:#cccccc;
	color:inherit;
	margin:auto;
}
.headb {
	background-color:#393939;
	color:#212121;
	font-weight:bold;
    font-color:#ffffff;
	padding:4px;
	text-align:left;
}
.bottom {
	background-color: #212121;
	color:inherit;
	padding: 5px;
	text-align:left;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#393939;
	color:#222222;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#171717;
	color:#222222;
	padding:4px 6px 4px 8px;
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}

/* Car Shortcuts */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 573px; /* Set to gallery width, in px or percentage */
height: 48px; /* Set to gallery height */
}

#statusdiv {
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}