
body {

	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #05080f;
	background-image: url(BackgroundImage.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a {
	color: #ffa600;
	text-decoration: none;
}
#BorderPane{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	min-width:540px;
	width:540px;
	background-color: #000000;
	background-position: center;
	padding-bottom: 20px;
	padding-top: 1px;
}
#MainContentPane{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #272727;
	background-position: center;
	padding-bottom: 20px;
	padding-top: 15px;
	width:500px;
}
#LogoPane{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	min-width:540px;
	width:540px;
		text-align: center;
}

.mainGroup{
	background-color:	#161616;
	width:460px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.innerCell{
	background-color:	#161616;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 10px;
}

.titleCell {
	background-color:	#080808;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-shadow:1px 1px 1px #000000;
    filter: Shadow(Color=#0000000,Direction=135,Strength=1);
}
.locationLinks {
	font-size: 8px;

}
		
.lastUpdate {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	vertical-align: top;
	margin-top: -14px;
	color: #5D5D5D;
}
	
.stockRows td{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-width: 0px;
	border-left-width: 0px;
}

.stockRows tr{
	text-align: right;
}

.stockRows tr td{
	padding-right: 12px;
}

.stockRows tr td img{
		margin-bottom: -4px;
		border: none;
	}
.stockRows tr td:first-child{
	text-align: left;
	padding-left: 8px;
}

.topRow td{
	border-top-width: 1px;
}

h1{
	font-size:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.stockContainer{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.stockContainer td {
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.hide{
	position:absolute;
	top:-20000px;
	overflow:hidden;
	zoom:1;
}
.parent{
	padding-left:25px;
	margin-top: 0px;
	margin-bottom: 0px;	
	background-position:98% 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5B5B5B;
	border-right-color: #6C6C6C;
	border-bottom-color: #222;
	border-left-color: #484848;
	background-color: #000;
	background-image: url(ArrowRight.png);
	background-repeat: no-repeat;
}
.open{
	background-color: #000;
	background-position:98% 50%;
	background-image: url(ArrowDown.png);
	background-repeat: no-repeat;
	padding-left:25px;
	margin-top: 0px;
	margin-bottom: 0px;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #747474;
	border-right-color: #6C6C6C;
	border-bottom-color: #222;
	border-left-color: #484848;
}
.open img, .parent img {
	margin-top: 0px;
		margin-bottom: -4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.parent a, .open a{
	display:block;
	padding:0 .2em;
	color:#fff;
	letter-spacing:-1px;
	text-decoration:none;
	font-size: 16px;
}