/* general styles */
	body {
		color: #666;
		margin: 0px;
		font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
		background-color: #fff;
		background-image: url(../../_THEME/default/media/bg-gradient.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	
	/* links */
	/*
	a:link {
		color: #3366FF;
	}
	a:visited {
		color: #336699;
	}
	*/
	/* headings */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin-top: 10px;
	}
	
	/* text content */
	p {
		font-size: 0.9em;
		line-height: 1.25;
	}
	
	/* clear */
	.-clear {
		clear: both;
	}
	
/* header */
	#-header {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 90px;
		border: 1px solid transparent;
	}
	#-header img {
		border: none;
		position: absolute;
		top: 20px;
	}

	#-header #-right {
		width: 550px;
		float: right;
		font-size: 1.75em;
		color: #488abf;
		font-weight: bold;
		text-align: center;
	}
	#-header #-right h1 {
		font-size: 1em;
		color: #488abf;
		font-weight: bold;
	}
	
/* tabs */
	#-tabs {
		margin-top: 35px;
		text-align: right;
	}
	#-tabs ul {
		margin: 0px;
		padding: 0px;
	}
	#-tabs ul li a {
	}
	#-tabs ul li a:link {
		color: #666;
	}
	#-tabs ul li a:hover {
		text-decoration: underline;
	}
	#-tabs ul li a:visited {
		color: #666;
	}
	#-tabs ul li {
		font-size: 0.9em;
		padding: 5px;
		padding-right: 10px;
		padding-left: 10px;
		list-style: none;
		display: inline;
		margin: 0px;
		margin-left: 5px;
	}
	#-tabs ul li.selected {
		color: #eee;
		background-color: #383838;
	}
	#-tabs ul li.selected a {
		text-decoration: none;
	}
	#-tabs ul li.selected a:link {
		color: #eee;
	}
	#-tabs ul li.selected a:hover {
		text-decoration: underline;
	}
	#-tabs ul li.selected a:visited {
		color: #eee;
	}
	
/* login-bar */
	#-login-bar {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		font-size: 0.9em;
	}
	#-login-bar.-guest {
		background-color: #e9f6ff;
	}
	#-login-bar.-member {
		background-color: #efffe9;
	}
	#-login-bar .-left {
		line-height: 1.5;
		float: left;
		padding: 5px;
	}
	#-login-bar .-left .-greeting {
	}
	#-login-bar .-left .-username {
		font-weight: bold;
	}
	#-login-bar .-right {
		white-space: nowrap;
		float: right;
		padding: 5px;
	}
	#-login-bar .-right input {
		color: #666;
		border: 1px solid #ccc;
		margin: 0px;
		padding: 3px;
		margin-left: 5px;
	}


/* body */
	#-body {
		clear: both;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

/* on the fly auth|reg */
	#-on-the-fly {
	}
	#-on-the-fly tr.-hide {
		display: none;
	}
	#-on-the-fly tr.-show {
		display: table-row;
	}

/* footer */
	#-footer {
		color: #999;
		font-size: 0.7em;
		font-family: "Lucida Grande", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
		line-height: 1.5;
		
		width: 900px;
		border-top: 4px solid #ccc;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		margin-bottom: 50px;
	}
	#-footer img {
		border: 0px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#-footer a {
	}
	#-footer a:link {
		color: #999;
	}
	#-footer a:visited {
		color: #999;
	}
	#-footer #-left {
		float: left;
	}
	#-footer #-left .-set {
		float: left;
		padding-right: 25px;
		padding-left: 15px;
		border-left: 1px dotted #999;
		white-space: nowrap;
	}
	#-footer #-left .-set .-title {
		color: #fff;
		font-size: 0.8em;
		margin-bottom: 10px;
	}
	#-footer #-left .-set .-details {
		font-size: 0.8em;
		line-height: 1.75;
	}
	#-footer #-right {
		text-align: right;
		float: right;
	}
	.highlight{
		color:#333333;
		font-weight:900;
		background-color:#FFFF33;
	}
	.hidden{
		display:none;
	}
	
	
	/*Big buttons*/
	.big_button {
		-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
		-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
		box-shadow:inset 0px 1px 0px 0px #f29c93;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
		background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
		background-color:#fe1a00;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		border-radius:25px;
		border:8px solid #d83526;
		display:inline-block;
		color:#ffffff;
		font-family:Verdana;
		font-size:18px;
		font-weight:bold;
		padding:19px 75px;
		text-decoration:none;
		text-shadow:1px 1px 0px #ebb836;
	}.big_button:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
		background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
		background-color:#ce0100;
	}.big_button:active {
		position:relative;
		top:1px;
	}
	
	