/*#############################################################

Name: Blackbox

Date: 2006-06-01

Author: Viktor Persson

URL: http://arcsin.se



Feel free to use and modify but please provide credits.

#############################################################*/



/* Standard elements */

* {

	margin: 0;

	padding: 0;

}

a {

	color: #999;

	text-decoration: none;

}

body {

	scrollbar-arrow-color: #ffffff;

	scrollbar-3dlight-color: #000000;

	scrollbar-darkshadow-color: #000000;

	scrollbar-face-color: #000000;

	scrollbar-highlight-color: #ffffff;

	scrollbar-shadow-color: #ffffff;

	scrollbar-track-color: #777777;

	background: #000 url(img/bg.png) repeat-x fixed left bottom;

	color: #555;

	margin: 5px 0;

	text-align: center;

	font: normal 0.7em sans-serif,Arial;

}

ul {

	margin: 12px 0;

}

li {

	list-style: url(img/li.gif);

	margin-left: 18px;

}

code {

	font: normal 1em "Lucida Sans Unicode",serif;

	background: url(img/bgcode.gif);

	color: #888;

	display: block;

	padding: 3px 6px;

	white-space: pre;

	margin-bottom: 12px;

}





/* Misc */

div.quote {

	margin-bottom: 12px;

	font: normal 1.1em "Lucida Sans Unicode",serif;

	background: url(img/quote.gif) no-repeat;

	padding-left: 28px;

	color: #666;

}





/* Main structure */

#flashcontent {

		height: 100%;

	}



.main {

	background: #000;

	border: 3px double #EEE;

	border-color: #141414 #202020 #222 #202020;

	margin: 5px auto 4px auto;

	text-align: center;
	text-align: -moz-center;

	width: 900px;

}





/* Header */

.gfx {

	background: #222 url(img/dark_pixel.jpg) no-repeat;

	height: 75px;

}

.gfx h1 {
	color: #FFF;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}





/* Menu */

.menu a {

	background: #000 url(img/bgmenu.png) repeat-x;

	border-right: 1px solid #222;

	border-top: 2px solid #222;

	color: #444;

	font-size: 1.2em;

	float: left;

	padding-top: 2px;

	width: 128px;

	height: 20px;

	font-style:oblique;

	font-weight:bold;

}

.menu a span {



}

.menu a:hover {

	background-position: left bottom;

	color: #666;

}

.menu a#last {

	width: 126px;

	border-right: none;

}





/* Content */

.content {

	border-top: 1px solid #1A1A1A;

	background: #1A1A1A;

	clear: both;

}

.content h1 {

	margin: 0 0 4px;

	font: bold 1.1em sans-serif,Arial;

	color: #666;

}

.content p {

	margin: 0 0 12px;

}

.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding-top: 10px;

}



.ekipman {

	font-size:1.4em;

}





/* Footer */

.footer {
	font-size:0.8em;

	padding: 5px;

	background: #0A0A0A;

	color: #666;

} 

.biyografi {

	font-size:1.2em;

}



/**************************************************************

   Form Elements

 **************************************************************/



form {

  padding: 0;

  margin: 0;

}



/* If you're finding the input elements get pushed down, increase the width */

label {

  float: left;

  width: 25%;

  vertical-align: top;

}



input,

textarea,

select {

  padding: 1px;

  font: 400 1em verdana, sans-serif;

  color: #999;

  background: #EEE;

  border: 1px solid #CCC;

}



input:focus,

input:hover,

textarea:focus,

textarea:hover,

select:focus,

select:hover {

  color: #000;

  background: #FFF;

  border: 1px solid #888;

}



input.noBorder,

input:focus.noBorder,

input:hover.noBorder {

  padding: 0;

  border: 0;

}



input.button {

  padding: 2px 5px;



  font: 400 0.9em verdana, serif;

  cursor: pointer;



  color: #fff;

  background: #ccc;

  border-width: 1px;

  border-style: solid;

  border-color: #888 #888 #8880 #888;

}



input.radio {

  background: none;

  border: 0px;

}



div.transOFF {width: 100%; background-color: silver;border:1px solid black; }

div.transON  {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }

