/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #D7382A;
}


body {
	background: #111 url(../images/bg.jpg) repeat-y center top;
	color: #BBB;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 100%;
	text-align: center;
	overflow-y: scroll;
}
th {
	font-size: 15px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: 400;
}
a#logo {
	background: #111 url('../images/bpbernstein.png') no-repeat 20px center;
}
a#logo:hover {
	background-color: #191919;
	color: #BBB;
}
a#logo span {
	visibility: hidden;
}

blockquote {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
p, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}
h1 {
	font-family: sans-serif;
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-family: Verdana,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

/* Extra standard elements */
input, button, .newsbutton, textarea {
	background-color: #2C2C2C; 
	color: #FFFFFF;
	border: 1px solid #666;
	font-family: Verdana,sans-serif;
	vertical-align:bottom;
	padding: 2px;
	width: 220px;
}
#login_wrapper {
	position: absolute;
	width: 177px;
	height: 100px;
	margin: 15px 0 0 770px;
}
#login a {
	line-height: normal;
	/*float: right;*/
	color: #f00;
	padding: 5px;
}
#login a:hover {
	background: #222;
	color: #fff;
}
#login a.open {
	background: #555;
	color: #fff;
}
#signin {
	position: absolute;
	padding: 10px;
	background: #000;
	border: 1px solid #555;
	display: none;
	top: 22px;
	float: right;
	-khtml-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	filter: /*EI Drop shadow hack*/
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=0)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=90,strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=270,strength=0);
}
#signin input {
	width: 150px;
}
#signin label, #signin input {
	margin-bottom: 5px;
	display: block;
}
input#signin_btn {
	width: 80px;
	cursor:pointer;
}
#registration {
	position: absolute;
	padding: 10px;
	background: #000;
	border: 1px solid #555;
	display: none;
	top: 22px;
	float: right;
	-khtml-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	filter: /*EI Drop shadow hack*/
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=0)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=90,strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=270,strength=0);
}
#registration input {
	width: 150px;
}
#registration label, #registration input {
	margin-bottom: 5px;
	display: block;
}
input#registration_btn {
	width: 80px;
	cursor:pointer;
}
#webim_btn {
	width: 177px;
	height: 61px;
	margin-top: 30px;
}
.frmbutton {
	width: 110px;
}
.button {
	background-color: #333;
}
/* Extra misc*/
.tHeader
{
	background-color: #111111; 
}
.tHeader td {
	font-weight: bold;
}
.NoChange
{
	color:#999;
}
.DownChange
{
	color:#FF2200;
}
.UpChange
{
	color:#00CC22;
}
.tdAlt2
{
	background-color: #4B4B4B; 
}
.userpass {
	color:#999;
	vertical-align:bottom;
}
.wrong {
	color:#FF0000;
	vertical-align:bottom;
}
.displayOff {
	display:none;
}
.loggedIn {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align:bottom;
}
.loggedIn  a{
	color:#D7382A;
}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}
#home-content {
	width: 680px;
}
/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font-family: sans-serif;
	font-style: normal;
	height: 120px;
}
.header a#logo {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	width: 960px;
	border: 3px solid #444;
	border-top: none;
	margin: 0 auto;
}
.container {
	text-align: left;
}
.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	width: 925px;
}

/* content elements */
.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #fff;
	margin-bottom: 20px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #D7382A; text-decoration: underline;}
.content .descr {margin-bottom: 5px;}
.content li {
	line-height: 24px;
}
.content #banner {
	width: 925px;
	height: 130px;
	background: url(../images/bigbanners/random.php) no-repeat;
	text-align: center;
	display: block;
}
.content fieldset.rsslib {
	border: none;
}
.content fieldset.rsslib ul {
	list-style-type: none;
	margin-left: 0;
}
/* navigation */
.nav {background: #191919 url(../images/nav.gif);}
.nav ul {
	list-style-type: none;
	margin: 0;
}
br {
	margin-bottom: 5px;
}
.nav li {
	display: inline;
}
.nav a {
	background: #191919 url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	display: block;
	float: left;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px; margin-bottom: 25px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../images/li.gif) no-repeat left 5px;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 20px;
}
.subnav li a {
	color: #777;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}
.subnav.min-height {
	min-height:300px;
}

/* educational-navigation */
.educational-nav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.educational-nav h1 {padding-top: 8px; margin-bottom: 25px;}
.educational-nav ul {margin: 0;}
.educational-nav li {
	/*background: url(../images/li.gif) no-repeat left 5px;*/
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0px;
}
.educational-nav li a {
	color: #777;
	text-decoration: none;
}
.educational-nav li a:hover {color: #BBB;}

/* content-box-highlight*/
.box-highlight {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.box-highlight h1 {padding-top: 8px; margin-bottom: 25px;}
.box-highlight ul {margin: 0;}
.box-highlight li {
	background: url(../images/li.gif) no-repeat left 5px top 8px;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 20px;
}
.box-highlight li a {
	color: #777;
	text-decoration: none;
}
.box-highlight li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #666;
	text-decoration: underline;
}
.footer a:hover {
	color: #BBB;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 12px;
}
.NormalText{
	color: #FFF;
	font-size: 18px;
}
.bottom a {
	color: #888;
}
table.tablelist, table#stocklist {
	border: 1px solid #444;
}
table#stocklist td, table.tablelist td {
	text-align: left;
	font-size: 12px;
	padding: 3px;
}
table#stocklist td a:hover, table.tablelist td a:hover {
	color: #D7382A;
}
table#stocklist tr.tdAlt1:hover, table.tablelist tr.tdAlt1:hover, table#stocklist tr.tdAlt2:hover, table.tablelist tr.tdAlt2:hover {
	background-color: #191919;
}

#newuser {
	text-align: left;
}
#newuser td {
	padding: 3px;
}
.required {
	color: #f00;
	padding: 0 5px;
}
.btnbackto {
	padding: 10px;
}
.readmore {
	display: block;
}
table#stocklist td.align-right, table.tablelist td.align-right {
	text-align: right;
}
#graphs {
	width: 220px;
	float: left;
}
#graphs h1 {
	font-size: 24px;
	font-weight: 400;
}
#graphs img {
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #444;
	background-color: #353535;
	width: 200px;
}

#arthor {
	border-top: 1px solid #444;
	font-size: 11px;
	margin: 10px 0 0;
	padding: 10px 0 0;
	text-align: right;
}
.important_info {
	margin-top:20px;
	font-size:11px;
	color:#D7382A;
	background-color:#111;
	padding:20px;
	border: 1px solid #000;
	border-top-color: #444;	
}
.img-margin-bottom {
	margin-bottom: 20px;
}

/* ///////////////// CMS ////////////////////// */
.border_left_header{
	border-left:dotted 1px #fff;
	padding-left:5px;	
}
.manage_Item_ColumnHeader{
	position:relative;
	width:97%;
	min-height:40px;
	background-color:#c83935;
	border:1px dotted #c83935;
	margin-bottom:5px;
	overflow:hidden;
	clear:both;
	color: #fff;
}
.manage_Item {
	position:relative;
	width:97%;
	min-height:40px;
	background-color:#111111;
	border:1px dotted #111111;
	margin-bottom:5px;
	overflow:hidden;
	clear:both;
}
.manage_Item_Column_3 {
	width:25%; margin:1%; min-height:20px; float:left;
}