/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ddd;
}
div.menu a {
	text-decoration: none;
}

.title {color: #ffffff;}

input[disabled]
{
background: #D3D3D3;

}
body {
	background: #000 url(../images/_bg.png) repeat-x fixed left bottom;
	color: #888;
	font: normal 14px "Tahoma",serif;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../images/_li.gif);
	margin-left: 18px;
}
code {
	background: url(../images/_bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Tahoma",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(../images/_quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Tahoma",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}



/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 1024px; 
}


/* header */
.gfx {
	background: #222 url(../images/_dark_pixel.jpg) no-repeat;
	height: 200px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(../images/_bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #FFCCCC;
	float: left;
	font: normal 12px "Tahoma",serif;
	padding-top: 10px;
	width: 127px; height: 26px;
}
.menu a span {
	padding-left: 26px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 320px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #FFFFFF;
	font: bold 1.3em sans-serif,Tahoma;
	margin: 10px 0 4px 0;
}
.content h2 {
	color: #eee;
	font: bold 1.2em sans-serif,Tahoma;
	margin: 10px 0 4px 0;
}
.content p {
	margin: 0 0 12px;
	/*text-align: justify;*/

}
.item {
	background: #030303 url(../images/_bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 

/* 3 COLUMN FLUID DESIGN */

/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
/* holy grail 3 column settings */
.holygrail {
	background:#030303;
	padding-bottom: 20px;
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-250px;
	position:relative;
	right:100%;
	background:#030303;
	border-right: 1px dotted #2f2f2f;
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:500px;
	background:#030303;
	border-right: 1px dotted #2f2f2f;
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:250px;
	padding-bottom:1em;
}
.holygrail .col1 {
	margin:0 265px;
	position:relative;
	left:200%;
	overflow:hidden;
}
.holygrail .col2 {
	float:left;
	float:right;
	width:220px;
	position:relative;
	right:15px;
}
.holygrail .col3 {
	float:left;
	float:right;
	width:220px;
	margin-right:45px;
	position:relative;
	left:50%;
}

/* CUSTOM */
input, textarea, select, input {
	background-color: #666;
	border: 1px solid #aaa;
	padding: 2px;
	color: #ddd;
}
input[type="file"] {
	color: #000;
}
input[type="text"] {
	width: 300px;
}

table.form {
	margin: 15px 0 15px 0;
}
table.form td {
	padding-right: 10px;
}

table.list {
	border: 1px solid #555;
	border-collapse: collapse;
}
table.list td, table.list th {
	border: 1px solid #555;
	border-collapse: collapse;
	padding: 2px 10px 2px 10px;
	/*white-space: nowrap;*/
}

td.top {vertical-align: top;}

table.bordered {
	border: 1px solid #999;
	border-collapse: collapse;
}

table.bordered td, table.bordered th {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}

/* ALERT IN INFO */
div.alert {
	border: 2px solid #f0ad2b;
	color: #888;
	background-color: #030303;
}
div.info {
	border: 2px solid #f0ad2b;
	color: #888;
	background-color: #030303;
}

div.alert, div.info {
	background-repeat: repeat-x;
	padding: 3px 10px 3px 15px;
	font-weight: bold;
	line-height: 36px;
	margin: 0% 10% 10px 0%;
}

div.alert img, div.info img {
	position: relative;
	top: 2px;
	padding-right: 5px;
}

/* OSTALO */
p.summary {
	font-style: italic;
	margin-bottom: 24px;
}

img {border: 0px;}
a.thickbox img {
	border: 2px solid white;
	margin: 10px 0 10px 0;
}

a.bordered img {
	border: 2px solid white;
	margin: 10px 0 10px 0;
}

table.slike td {
	vertical-align: top;
	padding: 7px;
	text-align: center;
	white-space: normal
}

span.date {
	font-style: italic;
	font-size: 0.8em;
}

div.ticker_selector div {
	float: left;
	border: 2px solid #f3d600;
	background-color: #888;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

div.ticker_selector div.selected {
	background-color: #00a53c;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
	color: #FFFFFF;
}

.subscript {
	font-style: italic;
	font-size: 0.8em;
}

.small {
	font-size: 0.8em;
}