@charset "utf-8";
/* CSS Document */

#wrapper {
	background: #FFF url(../img/orange%20back.png) repeat-y right;;
	min-width:900px;
	
}
#container {
	width: 100%;
	float: left;
	min-width:650px;
	margin-right: -250px;
}
#content {
	background: #FFF;
	min-width:350px;
	margin-right: 250px;	
}
#sidebar {
	width: 250px;
	float: right;
}
#footer {
	background: #fff;
	text-align:center;
	margin-top:5px;
	min-width:900px;
}
h1 {
	margin-top: 0;
}
td {
	text-align:center;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.mainbody{
	text-align:center;
	text-align:-moz-center;
	margin:10px;
}
.containerwhite{
	background:#FFF;
	min-height: 20px;
}
.containergreen{
	background:#2BD802;
	min-height: 100px;
	margin-bottom: 20px;
	min-width:100%;	
	display:inline-block;
}
.sideorange{
	min-height: 20px;
}
.sidegreen{
	background:#2BD802;
	max-height: 100px;
	margin-bottom: 120px;
	min-width:100%;
}
.space5{
	width:100%;
	height:5px;
}
.space10{
	width:100%;
	height:10px;
}
.imagemap{
	margin-left:10px;
}
.logoimage{
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.sharetags{
	max-width:230px;
	margin-bottom:10px;
	text-align:center;
}
.ads{
	padding-left: 35px;
	margin-bottom:20px;
}
.colorselect{
	width:75px;
	height:30px;
}
.cubelet{
	background-color:#C7B299;
	width:35px; 
	height:35px;                    
	line-height:25px; 
	text-align:center;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	/*color:transparent;
	text-transform:capitalize; */
	margin:1px;
}
.hiddentext{
	color:transparent;
	text-transform:capitalize;
	width:0px;
	overflow:hidden;
	border:none;
}
.statusmessage{
	background-color:#FFF;
	width:400px; 
	text-align:center;
	border:none;
}
.rightimage {
	float: right;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.leftimage {
	float: left;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.boldclass {
	text-decoration:none;
	color:#000;
	font-weight: bold;
}
.commentlinks {
	margin: 5px;
	height: auto;
	width: 97%;
}
.commentlinks .CommentText {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	line-height: 16px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px black;
	background-color: #FFC;
	border-radius:5px;
}
.commentlinks .CommentTitle {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.commentlinks .CommentTitle .CommentTitleText {
	display: inline-block;
}
.commentlinks .ReplyText {
	height: auto;
	width: 94%;
	padding-bottom: 20px;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 6%;
	padding-right: 5px;
	padding-left: 5px;
	color: #00F;
}
.feedbacklinks {
	margin: 5px;
	height: auto;
	width: 97%;
}
.feedbackText {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.feedbackTitle {
	background-color: #CCC;
	display: inline-block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #000;
}
.feedbackTitleText {
	display: inline-block;
}
.feedbackReplyText {
	height: auto;
	width: 90%;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 10%;
	padding-right: 5px;
	padding-left: 5px;
	color: #00F;
}