body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Grande", "Verdana", "Helvetica Neue", Arial, sans-serif;
/*	font-family: "Helvetica Neue", Arial, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #fff;
	height: 100%;	
}

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

	a.box,
	a.box:link,
	a.box:active, .box:visited {
		font-size: 18px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #e4701e;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
	}

	a.box:hover {
		color: #e4701e;
		background: #000;
		text-decoration: none;
	}
	a.text,
	a.text:link,
	a.text:active, .text:visited {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		width: 20px;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}

	a.text:hover {
		background: #000;
		text-decoration: none;
	}
	a.list,
	a.list:link,
	a.list:active, .list:visited {
		padding: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 13px;
		font-weight: normal;
		color: #2e2e2e;
		background: #f6f6f6;
		text-decoration: none;
	}
	
	a.list:hover {
		background: #e5e5e5;
		color: #2e2e2e;
		text-decoration: none;
	}
	
	a.list-active,
	a.list-active:link,
	a.list-active:active, .list-active:visited {
		padding: 6px;
		padding-top: 2px;
		padding-bottom: 2px;				
		font-size: 13px;
		font-weight: bold;
		color: #2e2e2e;
		background: #e5e5e5;
		text-decoration: none;
	}
	
	a.list-active:hover {
		background: #e5e5e5;
		color: #2e2e2e;
		text-decoration: none;
	}


img {
	border: 0px solid #fff;
}

table {
	font-size: 13px;
}

table .box {
}

	table .wall {
		width: 400px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	td .wall-header {
		width: 400px;
		color: #fff;
	}

	td .wall {
		width: 400px;
		color: #666;
		padding-bottom: 15px;
	}
	
	td .header {
		color: #e4701e;
		font-weight: bold;
		padding-bottom: 15px;
	}


	table .box-row-content {
		background: #1a1a1a;
		color: #666;
		font-weight: normal;
		padding: 5px;
	}
	

	.section-page-menu {
		width: 1000px;
		height: 35px;
		background: #1a1a1a;
		/*background: #e4701e;
		background: #666;*/
		border-bottom: 0px solid #fff;
	}

.slideContainer {

}		

	#newWallMessageContainer {
		position: absolute;
		background: #1a1a1a;
		width: 300px;
		left: 50%;
		margin-left: -500px; /* half the width of the div */

	}

	#newWallMessage {
		margin-left: 25px;
		width: 300px;
		padding: 15px;
		background: #1a1a1a;
		display:none;
		border-bottom: 0px solid #2e2e2e;

	}


input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
}

	input.text {
		width: 400px;
	}

	input.send {
		/*border: 2px solid #80e3ff;*/
		border: 2px solid #e4701e;
		width: 140px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 6px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.cancel {
		border: 2px solid #c7c7c7;
		background: #dadada;
		width: 80px;
		padding: 3px;
		color: #777;
		font-weight: bold;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.delete {
		border: 2px solid #c7c7c7;
		background: #dadada;
		color: #777;		
		width: 80px;
		padding: 2px;
		font-weight: bold;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.search {
		border: 2px solid #c7c7c7;
		background: #fff;
		color: #1a1a1a;		
		width: 200px;
		padding: 2px;
		padding-right: 2px;
		padding-left: 10px;
		font-weight: normal;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.btnsearch {
		background: #fff;
		background-image: url('../images/icon-search.png');
		background-repeat: no-repeat;
		border: 0px solid;
		margin-right: 5px;
		width: 24px;
		height: 24px;
	}
	
/*
	input.button {
		border: 0px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-align: middle;
		width: 75px;
		height: 25px;
		background-image: url('../images/button.png');
		background-repeat: no-repeat;
	}
	
	input.button-over {
		border: 0px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-align: middle;
		width: 75px;
		height: 25px;
		background-image: url('../images/button-over.png');
		background-repeat: no-repeat;
	}
*/

	input.button {
		border: 2px solid #c7c7c7;
		width: 80px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 3px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.button-over {
		border: 2px solid #e41e1e;
		width: 80px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 3px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}

textarea {
	
}
	textarea.forminput {
		width: 400px;
		height: 300px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 13px;
	}

	.pactive {
		padding: 15px;
		background: #000;
	}

	.ppassive {
		padding: 15px;
		background: #1a1a1a;
	}