/*#############################################################
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: #EEE;
	text-decoration: none;
}
body {
	background: #002 url(img/bg.png) repeat-x fixed left bottom;
	color: #BBBBBB;
	font: normal 0.8em sans-serif,Arial;
	margin: 20px 0;
	text-align: center
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

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


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


/* header */
.gfx {
	background: #666 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #999;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #006 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #999;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #BBB;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #ffffff;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #000033 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.list {
	font-size: 0.7em;
}


/* footer */
.footer {
	background: #FFFFFF;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

.pdficon {vertical-align:middle;}






.chromestyle{

width: 99%;

font-weight: bold;

}



/*.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

/*content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}
*/




.chromestyle ul li{

/*display: inline;
*/
}



.chromestyle ul li a{

color: #494949;

/*padding: 4px 7px;
*/
margin: 0;

text-decoration: none;

/*border-right: 1px solid #DADADA;
*/
}



.chromestyle ul li a:hover{

background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

content: " v";

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #005;
width: 200px;
visibility: hidden;
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.centered {
  text-align: center;
  }



.dropmenudiv a{
width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: bold;

color: #AAA;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #F0F0F0;

}
