body {
	background: #4c0000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

.bodyDesktopVersion {
	background-image: url("../img/hand.png");
	background-repeat: no-repeat;
	background-position: 50% 80px;
}

a:link, a:visited, a:hover {
	color: #999c1f;  /* #b9ff33; */
	text-decoration: none;
}
a:active {
	color: #999c1f;  /* #b9ff33; */
	text-decoration: underline;
}

#theContainerBackground {
	width: 320px;
	background-color: rgb(76, 0, 0);
	padding-bottom: 10px;
}

#theContainer {
	border: 2px solid #8a2700;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	width: 302px;
	
	background-color: #180500;

	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.centered {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.theContainerBackgroundPhoneVersion {
	margin-top: 18px;
}

.theContainerBackgroundDesktopVersion {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 117px;
	margin-bottom: 17px;	
}

#logo {
	position: relative;

	width: 0px;
	height: 0px;
	overflow: visible;

	top: -15px;
  	left: 8px;
  	right: 0px;
}

#sectionContainer {
	background-color: rgb(34, 8, 0);
	background-image: url("../img/back_stripped.png");
	background-repeat: repeat;
	padding-top: 6px;
	padding-bottom: 0px;
}
	#sectionContainerContent {
		min-height: 325px;
	}

.sectionShell {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: rgb(23, 5, 0);
	border-color: rgb(63, 17, 0);
	border-style: solid;
	border-width: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.lastSectionShell {
	margin-bottom: 0px;
}
.section {
	border: 2px solid rgb(11, 2, 0);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	background-color: rgb(34, 8, 0);
}

.offWhite,
.subsectionHeader {
	color: rgb(255, 202, 124);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.subsectionHeader {
	font-weight: bold;	
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 2px;
}

.boldYellowish,
.headerText {
	color: rgb(255, 186, 39);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.headerText {
	vertical-align: middle;
}

.sectionHeader {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	cursor: pointer;
}
.sectionHeaderArrow {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	width: 14px;
	height: 14px;
	display: table-cell;
	vertical-align: middle;
}

.sectionHeaderSeparator {
	height: 2px;
	width: 100%;
	background: url("../img/header_separator.png") repeat;
}

.sectionContent {
	display: none;
	color: rgb(145, 80, 16);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 4px;
}


#footer{
	color: rgb(122, 35, 0);
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	text-align: right;
	margin-right: 10px
}


.button {
	display: table;
  	left: 0;
  	right: 0;	
	height: 33px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	cursor: pointer;
}
.buttonLeftDark,
.buttonLeft {
	background: url("../img/but_brown_left.png");
	display: table-cell;
	float: left;
	width: 12px;
	height: 33px;
}
.buttonBackDark,
.buttonBack {
	background: url("../img/but_brown_middle.png");
	display: table-cell;
	padding: 6px 0 0 0;
	height: 27px;
	color: #c06f17;
}
.buttonRightDark,
.buttonRight {
	background: url("../img/but_brown_right.png");
	display: table-cell;
	float: right;
	width: 12px;
	height: 33px;
}

.buttonLeft {
	background: url("../img/but_brown_left_bright.png");
}
.buttonBack {
	background: url("../img/but_brown_middle_bright.png");
}
.buttonRight {
	background: url("../img/but_brown_right_bright.png");
}

.spinningProgress{
	background-image: url("../img/animation_in_progress.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.friendFeedColor {
	color: rgb(111,156,212)
}

.redTextColor {
	color: rgb(112, 15, 15);
}


