* {
	padding: 0;
	margin: 0;
}
ol,ul{
	list-style-type: none;
}
body {
	width: 940px;
	margin: auto;
	padding: 10px 0 0 0;
	font-family: Arial;
	font-size: 100%;
}
a {
	color: #222222;
	font-weight: bold;
}
a img {
	border: 0;
}
h1 {
	font-size: 4.5em;
	letter-spacing: -6px;
	padding-top: 15px;
}
p {
	margin: 10px 0;
}

input[type="submit"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #b90202;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	white-space: nowrap;
	vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea {
	background-color: #F6F6F6;
	border: 1px solid #999999;
	margin: 0 4px 0 0;
	padding: 1px;
	font-size: 1.025em;
}
input[type="checkbox"] {
	display: inline;
	width: auto;
	vertical-align: 2px;
}

#header {
	height: 110px;
	padding: 0;
}
	#navigation {
		overflow: hidden;
		float: left;
	}
		#navigation li {
			display: block;
			float: left;
			margin-left: 10px;
			margin-top: 15px;
		}
		#navigation li#home {
			height: 110px;
			width: 90px;
			margin-top: 0;
		}
		#navigation li a {
			display: block;
			padding: 10px;
			width: 90px;
			height: 70px;
			text-decoration: none;
			color: #333333;
			font-family: Arial;
			font-weight: bold;
		}
		#navigation li a:hover {
			background-color: #b90202;
			color: #ffffff;
		}
		#navigation li#home a:hover {
			background-color: #ffffff;
		}
		#navigation li a span {
			display: block;
			font-weight: normal;
			font-size: 0.8em;
		}
table {
	width: 80%;
	margin: 50px 0;
}
th {
	text-align: left;
}
#content {
	overflow: hidden;
	padding: 10px;
}

h2.username {
	border-bottom: 1px solid #000000;
	width: 100%;
}
form h2.username input {
	margin-top: 0;
	vertical-align: 5px;
}

img.profile_pic {
	margin: 10px 10px 0 0;
	float: left;
}

ul#account_options {
	float: right;
	margin: 10px 0 0 20px;
	text-align: right;
}
ul#account_options li {
	margin-bottom: 3px;
}

ol.tabs {
	float: left;
	margin: 20px 0;
	border-bottom: 1px solid #000000;
	width: 100%;
}
	ol.tabs li {
		display: block;
		float: left;
		margin-left: 10px;
	}
	ol.tabs li a {
		display: block;
		padding: 5px 10px 3px 10px;
		text-decoration: none;
		color: #000000;
		font-family: Arial;
	}
	ol.tabs li.current a {
		border: 1px solid #000000;
		border-bottom: 0;
		background-color: #ffffff;
		font-weight: bold;
		color: #b90302;
		margin-bottom: -1px;
	}
	
form.add_stock {
	clear: both;
}

form {
	overflow: hidden;
	margin-left: -10px;
}
	form label {
		display: block;
		width: 200px;
		float: left;
		padding: 10px;
	}
		form label input {
			width: 200px;
		}
		form label select {
			width: 200px;
		}
	form input[type="submit"] {
		margin-top: 28px;
	}

form.inline_form {
	margin: 0;
	padding: 0;
}
	form.inline_form input[type="submit"] {
		margin-top: 0;
	}

#portfolio {
	width: 600px;
	float: left;
	margin-right: 20px;
}
#sidebar {
	width: 300px;
	float: right;
	text-align: right;
}
	li#performance {
		font-family: Arial;
		font-size: 2em;
		margin-bottom: 10px;
	}
	li.historic_performance {
		font-family: Arial;
	}

	.positive {
		color: #458b00;
	}
	.negative {
		color: #b90202;
	}
	.bg_positive {
		background-color: #458b00;
	}
	.bg_negative {
		background-color: #b90202;
	}
		h2#performance span,
		h2#historic_performance span  {
			display: block;
			font-size: 12px;
			color: #333333;
			font-weight: normal;
		}

/* pro */
h2.pro,
a.pro {
	padding-left: 20px;
	background-image: url(http://www.stockburn.com/interface/images/rosette.png);
	background-repeat: no-repeat;
	background-position: center left;
}





/* edit profile */
form.edit_profile {
	clear: both;
}
form.edit_profile label {
	float: none;
	width: 400px;
}
form.edit_profile label textarea,
form.edit_profile label input[type="text"] {
	width: 400px;
}
form.edit_profile label textarea {
	height: 100px;
}
form.edit_profile input[type="submit"] {
	margin: 0 0 0 10px;
}
form.edit_profile input[type="checkbox"] {
	width: auto;
	vertical-align: 2px;
}






/* footer */
div#footer {
	text-align: center;
	padding-top: 20px;
}
div#footer a,
div#footer span {
	font-size: 0.8em;
	color: #cccccc;
	margin: 0 5px;
	font-weight: normal;
}

/*
a#feedback {
	background-image: url(../images/feedback.png);
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 140px;
	position: fixed;
	left: -10px;
	top: 150px;
	text-indent: -9999px;
}
*/



			
/* wiki */
div#wikicmds ul {
	float: left;
	width: 100%;
}
div#wikicmds ul li {
	float: left;
	padding: 5px 10px 20px 0;
}

div#wikitext ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
div#wikiedit textarea {
	width: 600px;
}