/*COMMON*/* { margin:0;padding:0; }
html { font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;;font-size:62.5%;}
ul { list-style-image:none;list-style-position:outside;list-style-type:none; }
img { border:none; }
a {
	/*outline-style:none;*/
	/*color:#000;*/
	color:inherit;
}
a:hover {
	cursor:pointer;
}
h1, h2, h3, h4 {
	color:#666;
	font-weight:400;
	margin:0;
	padding:0;
}
h1 {
	font-size:36px;
	line-height:1.8em;
}
h2 {
	font-size:24px;
	line-height:1.6em;
	margin-bottom:10px;
	margin-top:10px;
}
h3 {
	font-size:1.3em;
	margin-bottom:10px;
	margin-top:0px;
	font-weight:bold;
}
h1 strong, h2 strong, h3 strong, h4 strong { font-weight:inherit; }
input, select, textarea { font-size:1em; }
p { color:#000;}

h1,h2 {
	display:inline;
}
h2 {
	margin-left:10px;
	color:#76B900;
}

strong {
	/*color:#3B5D00;*/
	color:#2c2c2c;
	font-weight:bold;
}

.black {
	color:#666666;
}

li {
	margin-left:10px;
	margin-bottom:3px;
	list-style-type:circle;
	padding-left:10px;
}

body {
	background-color:#000;
	background-position:center 0px;
	background-repeat:no-repeat;
	/*background-image: url("/_css/images/bg_1.jpg");*/
	text-align:center;
	width:900px;
	margin:0px auto 0px;
	color:#333;
	font-size:14px;
	overflow: hidden;
}

#bg-image {
	width:900px;
	height:600px;
	position:absolute;
	z-index:-1;
	top:0px;
	float:left;
}

#content-toggle {
	float:right;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:20px;
}

form {
	margin:10px;
}
form label {
	margin-right:20px;
	text-align:right;
	position:relative;
	width:140px;
	float:left;
}
form .form-row {
	margin-bottom:10px;
	clear:both;
}
form .input {
	padding:3px;
	width:280px;
	background-color:#eef4e4;
	border:#666 dotted 1px;
}
form #email-field {
	font-size:16px;
	font-weight:bold;
	color:#333;
}

#header {
	background-color:transparent;
	color:#fff;
}
#header #headerToolBar {
	float:right;
	font-size:12px;
}

.centeredPane {
	text-align:center;
}

#outerContent {

	opacity:0.90;
	filter:alpha(opacity=90);
	
	background-color:#fff;
	text-align:left;
	width:550px;
	/*height:310px;*/	/* about the same size ratio as a business card */
	margin:90px auto 0px;
	padding:10px 0px;
	padding-bottom:20px;
	overflow:auto;
	border:#aaa solid 1px;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#pageContent {
	margin:0 20px;
}

#card-top {
	border-bottom:#666 dotted 1px;
	height:70px;
	margin-bottom:15px;
}

ul#tabs {
	display:block;
	height:50px;
}

ul#tabs li {
	margin-left:0px;	
	list-style-type:none;
	padding-left:0px;	
	float:left;
}
ul#tabs li a {
	color:#555;
	border-right:#666 dotted 1px;
	padding:10px;
}

ul#tabs li a:hover {
	cursor:pointer;
	color:#000;
	/*background-color:#96f226;*/
}
ul#tabs li a.selected {
	color:#76B900;
	font-weight: bold;
	/*border-bottom:none;*/
}

#tab-content div {
}

.item-list {
	margin-left:20px;
	list-style-position:outside;
	list-style-type:disc;	
}

#profile-links {
	border-top:1px dotted #666666;
	padding-top:5px;
}