/* CSS Document */

body, button.noButton, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6c5042;
}

a:link, button.noButton {
	color: #920609;
/*	text-decoration: underline;*/
}

a:visited {
	color: #500000; /*#f15624;*/
/*	text-decoration: underline;*/
}

a:hover, button.noButton:hover, a:active, button.noButton:active {
	color: #f15624;
	text-decoration: none;
}

/*.smallButtonOuter {
	position: relative;
}*/

a.smallButton,
.smallButtonOuter input,
.smallButtonOuter button,
.whiteBox .smallButtonOuter input,
.box .smallButtonOuter input {
	cursor: pointer;
	background: #920609;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 6px 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	width: auto;
	position: relative;
	font-weight: normal;
}

.smallButtonOuter button {
	padding-bottom: 3px;
}

a.smallButton {
	padding: 4px 8px 5px 8px;
	margin-bottom: 8px;
}

.smallButton, .smallButtonOuter {
	margin: 0px 0px 0px 8px;
}

.smallButton:hover,
.smallButtonOuter input:hover,
.smallButtonOuter button:hover {
	background-color: #560000;
	text-decoration: underline;
}

.smallButtonOuter {
	border: 0px;
	padding: 0px;
	position: relative;
}

p, ul, ol, h1, h2, h3, h4, h5 {
	margin-bottom: 1em;
}

.content img {
	float: right;
}

.content div img, .content .noBorder {
	border-style: none;
/*	margin: 0px;*/
}

.content img.center, .content object, .content iframe {
	position: relative;
	float: none;
	display: block;
	margin: 5px auto 15px auto;
	border: 1px solid #6c5042;
}

.content img.left {
	float: left;
	margin-left: 0px;
}

.content img.right {
	float: right;
}

.whiteBox, .alertBox, .box {
	position: relative;
	margin-top: 36px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: justify;
}

.noHeadBox {
	margin-top: 18px;
}

.whiteBox, .alertBox,
#content .box {
	background-color: #ffffff;
}

.redBox {
	background-color: #900609;
}

.alertBox {
	border: 2px solid #6c5042;
	color: #920609;
}

#sidebar .box {
	margin-bottom: 20px;
	font-size: 11px;
	margin-top: 30px;
	text-align: left;
}

.whiteBox h1, .alertBox h1, .box h1 {
	position: absolute;
	left: 18px;
	text-transform:	uppercase;
	font-size: 18px;
	text-align: left;
	height: 24px;
	overflow: hidden;
/*	color: #920609;*/
}

.whiteBox h1,
#content .box h1 {
	top: -18px;
}

#sidebar .whiteBox h1 {
	color: #ffffff;
}

.alertBox h1 {
	top: -20px;
	color: #920609;
}

#sidebar .box h1 {
	font-size: 16px;
	top: -15px;
}

.redBox h1 {
	color: #920609;
}

.whiteBox h1.right, .alertBox h1.right, .reverseBox h1,
.box h1.right {
	right: 18px;
	text-align: right;
}

.whiteBox .right, .alertBox .right,
.box .right,
.box.reverseBox .bottom {
	right: 10px;
/*	left: auto;*/
	text-align: right;
}

.box .bottom.right {
	left: auto;
}

.box.reverseBox .bottom.left {
	left: 10px;
	text-align: left;
}

.box .bottom.right .smallButton,
.box .bottom.right .smallButtonOuter,
.box.reverseBox .bottom .smallButton,
.box.reverseBox .bottom .smallButtonOuter {
	margin-left: 0px;
	margin-right: 8px;
}

.box.reverseBox .bottom.left .smallButton,
.box.reverseBox .bottom.left .smallButtonOuter {
	margin-left: 8px;
	margin-right: 0px;
}

.whiteBox h2, .alertBox h2,
.box h2, .box span.head {
	font-size: 14px;
	font-weight: bold;
}

#sidebar .box span.head {
	font-size: 13px;
}

.box span.details {
	display: block;
	margin-left: 10px;
}

.whiteBox img, .alertBox img,
.box img {
	float: right;
	position: relative;
	margin: 0px 0px 0px 20px;
	border-style: none;
}

.whiteBox img.left, .reverseBox img,
.box img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.whiteBox img.headRoom,
.box img.headRoom {
	margin-top: 20px;
}

.whiteBox img.paddRight,
.box img.paddRight {
	margin-right: 20px;
}

.whiteBox img.paddLeft,
.box img.paddLeft {
	margin-left: 20px;
}

.box img.smallPaddLeft {
	margin-left: 5px;
}

.whiteBox img.noPaddLeft,
.box img.noPaddLeft {
	margin-left: 0px;
}

.whiteBox input, .whiteBox textarea,
.box input, .box textarea {
	width: 98%;/*445px;*/
	border: 1px solid #f4e7ca;
	padding: 3px;
}

.whiteBox select, .box select {
	width: 100%;
	border: 1px solid #f4e7ca;
	padding: 0px;
	margin-bottom: 2px;
}

.whiteBox label, .box label {
	display: block;
	width: 100%;
	height: 22px;
	position: relative;
}

.whiteBox label.tall, .box label.tall {
	height: 44px;
}

.whiteBox label input,
.box label input,
.box label textarea.narrow,
.box label select {
	position: absolute;
	right: 0px;
	width: 80%;
	padding: 1px;
}

.box label input.narrow {
	width: 70%;
}

.whiteBox label input.check, .whiteBox label span.radios input,
.box label input.check, .box label span.radios input {
	position: relative;
	right: auto;
	width: auto;
	top: 3px;
	border: none;
}

.whiteBox label span.radios,
.box label span.radios {
	position: absolute;
	right: 0px;
	display: inline;
	text-align: right;
/*	background-color: #3399CC;
	border: 1px solid blue;*/
}

.whiteBox label input.check,
.box label input.check {
	margin-right: 15px;
	left: 10px;
}

.whiteBox label.tall input,
.box label.tall input {
	width: 99%;
}

.whiteBox label.tall input,
.box label.tall input {
	margin-top: 6px;
}

.whiteBox ul {
	margin-bottom: -0.5em;
	position: relative;
}

.whiteBox ul.addSpace, .addSpace {
	margin-bottom: 1em;
}

textarea.addSpace {
	line-height: 100%;
}

.whiteBox li,
.box li {
	position: relative;
/*	left: 24px;*/
/*	padding-left: 4px;*/
/*	margin-right: 24px;*/
/*	list-style-type: disc;*/
	list-style-position: inside;
	margin-bottom: 0.5em;
}

.whiteBox hr {
	color: #f4e7ca;
	background-color: #f4e7ca;
	height: 1px;
	margin: 20px 0px 25px 0px;
}

.whiteBox hr.removeSpace,
.removeSpace {
	margin-bottom: 0px;
}

.box .storyTeaser {
	float: left;
	margin: 10px 0px 10px 20px;
	text-align: left;
}

div#searchStatus {
/*	text-align: right;*/
	position: absolute;
	top: 14px;
	right: 18px;
	color: #f4e7ca;
}

.whiteBox button, alertBox button {
	width: 70px;
	border: 1px solid #f4e7ca;
	background: none;
	color: #6c5042;
	font-weight: normal;
	padding: 2px;
	margin-left: 5px;
}

.whiteBox .bottom, .alertBox .bottom,
.box .bottom {
/*	background-color: #009900;*/
	position: absolute;
	bottom: 18px;
	left: 10px;
/*	padding-top: 10px;
	border-top: 1px solid #6c5042;*/
}

.box hr {
	color: #6c5042;
	background-color: #6c5042;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 38px;
}

.box hr.hr1 {
	margin-top: 10px;
	margin-bottom: 7px;
}

.box .top {
	font-size: 11px;
}

.whiteButton {
	display: block;
	position: relative;
	margin-top: 24px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	border: 2px solid #6c5042;
	cursor: pointer;
	text-decoration: none;
}

input.whiteButton {
	width: 100%;
	text-align: left;
}

.whiteButton:link {
	border-color: #6c5042;
}

.whiteButton:visited {
	border-color: #560000; /*#f15624;*/
}

.whiteButton:hover, .whiteButton:active, .whiteButton:hover h2 {
	color: #920609;
	border-color: #920609;
	text-decoration: none;
}

a.oneLineButton {
	height: 20px;
}

/*.twoLineButton {
	height: 60px;
}*/

.whiteButton h1, .whiteButton span:first-child {
	position: absolute;
	top: 10px;
	left: 14px;
}

.oneLineButton h1, input.oneLineButton, .oneLineButton span {
	font-size: 16px;
	font-weight: bold;
	color: #920609;
}

/*.twoLineButton h1, .twoLineButton span:first-child {
	text-transform:	uppercase;
	font-size: 20px;
	color: #920609;
	font-weight: bold;
}*/

/*.twoLineButton h2, .twoLineButton span {
	float: right;
	position: relative;
	top: 40px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #6c5042;
}*/

div#content .whiteButton img {
	float: right;
	position: relative;
	top: -24px;
	border: none;
}

/*ul.wlpeUsersList {
	padding: 0px;
	margin: 0px;
}*/

.box ul.addBorders {
	margin-bottom: -10px;
}

.whiteBox li.wlpeUserListItem,
.whiteBox ul.addBorders li,
.box ul.addBorders li {
	position: relative;
/*	background-color: yellow;*/
/*	clear: both;*/
	border-top: 1px solid #f4e7ca;
	list-style: none;
	padding: 15px;
	left: 0px;
	margin-right: 0px;
}

/*ul.addBorders li form {
	position: relative;
	width: 100%;
	height: 100%;
}*/

/*ul.addBorders .twoLineButton h1 {
	font-size: 16px;
	top: 20px;
	text-transform: none;
}*/

/*ul.addBorders .twoLineButton h2,
ul.addBorders .twoLineButton img {
	margin-bottom: 0px;
}*/

.whiteBox li.wlpeUserListItem:first-child,
.whiteBox ul.addBorders li:first-child,
.box ul.addBorders li:first-child {
	border-top: none;
}

.box ul.addBorders li.wlpeUserListGroupedItem {
	border-top-style: dashed;
}

li.wlpeUserListItem p {
	margin-bottom: 0px;
}

li.wlpeUserListItem div.wlpeLeft,
ul.addBorders li .left {
	top: 0px;
	left: 0px;
	text-align: left;
}

ul.addBorders li .left.wide {
	width: 525px;
}

li.wlpeUserListItem div.wlpeLeft.wide,
ul.addBorders li .left {
	width: 400px;
}

li.wlpeUserListItem div.wlpeLeft {
	height: 75px;
	width: 250px;
}

li.wlpeUserListLastItem div.wlpeLeft {
	height: 90px;
}

ul.addBorders li .left span {
	display: block;
}

ul.addBorders li .left span.head {
	text-size: 13px;
	font-weight: bold;
	text-align: left;
}

li.wlpeUserListItem div.wlpeLeft p,
ul.addBorders li .left p,
ul.addBorders li .left span.details,
.addMargin {
	margin-left: 10px;
}

li.wlpeUserListItem div.wlpeMid,
ul.addBorders li div.mid {
	position: absolute;
	top: 15px;
	right: 90px;
	min-width: 200px;
/*	background-color: #6666FF;*/
	text-align: right;
	margin-right: 20px;
	margin-top: 2px;
}

.smallText {
	font-size: 11px;
}

li.wlpeUserListItem div.wlpeMidBot,
ul.addBorders li div.midBot {
	position: absolute;
/*	top: -1px;*/
	bottom: 15px;
	right: 90px;
	min-width: 200px;
	text-align: right;
	margin-right: 20px;
}

li.wlpeUserListItem div.wlpeMid a {
	display: block;
	margin-bottom: 6px;
}

li.wlpeUserListItem div.wlpeRight,
ul.addBorders li div.picRight {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 5px;
	right: 5px;
/*	background-color: #CCCCCC;*/
}

ul.addBorders li div.bottom.right {
	top: auto;
	height: auto;
}

li.wlpeUserListItem div.wlpeRight img,
ul.addBorders li div.right img {
	display: block;
	float: none;
	margin: 0 auto;
}

li.wlpeUserListItem h2,
ul.addBorders li h2 {
	margin-bottom: 0px;
	font-size: 13px;
}

ul.addBorders li.jot-row-up {
	background-color: #f4e7ca;
	margin-bottom: 0px;
}

ul.compactAddBorders li {
	border-top: 1px solid #f4e7ca;
	list-style: none;
	padding-top: 5px;
}

ul.compactAddBorders li:first-child {
	border-top: none;
	padding-top: 0px;
}

ul.compactAddBorders li span {
	display: block;
}

ul.compactAddBorders li span.head {
/*	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;*/
	margin-left: 3px;
/*	text-align: left;*/
}

ul.compactAddBorders li span.head.right {
	float: right;
	margin-right: 3px;
}

ul.compactAddBorders span.details {
	font-size: 11px;
	color: #6c5042;
}

ul.compactAddBorders li img.right {
	right: 3px;
}

li.picSpace {
	min-height: 70px;
}

/*li.wlpeUserListItem p, li.wlpeUserListItem a{*/
li.wlpeUserListItem {
	font-size: 11px;
}

div.wlpeForm {
	width: 270px;
	border: 1px solid #ffffff;
	padding: 18px 10px 14px 0px;
	margin: 22px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#wlpePassword {
	width: 350px;
}

div#wlpeActivate {
	width: 300px;
}

div#wlpePhoto {
	width: 330px;
}

div.wlpeMessage, div.wlpeMessage p {
	display: inline;
}

div.wlpeForm label, div.wlpeForm button {
/*	border: 1px solid #ffffff;*/
	float: right;
}

/*div.wlpeCenterButtons {
	max-width: 70%;
	margin: 0px auto;
}*/

div.wlpeForm label {
	padding: 0px 5px 10px 5px;
}

div.wlpeForm input {
	margin: 0px 5px;
	padding: 3px;
}

div.wlpeForm label#wlpeRememberMeLabel {
	margin: 9px 12px 0px 0px;
}

div.wlpeForm button {
	margin: 5px 10px;
}

div.wlpeForm select {
	width: 148px;
	margin: 0px 5px;
}


.navTable {
    margin:0;
    width:100%;
	border-collapse: collapse;
	text-align: center;
}

.navTable .navArrow {
    width:1.5em;
	font-size: 20px;
	font-weight: bold;
}

.navTable .navArrow a {
	text-decoration: none;
}


#sidebar a {
	text-decoration: none;
}



button {
	background-color: #8f7868;
	color: #ffffff;
	cursor: pointer;
	padding: 3px;
	font-weight: bold;
}

button.noButton {
	background-color: #f5e9cb;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	width: 155px;
}


input.displayNone,
.displayNone,
.displayNone.displayInline {
	display: none;
}

.displayInline,
.displayInline * {
	display: inline;
}

.noPadding,
.box ul.addBorders li.noPadding {
	padding: 0px;
}

.bold {
	font-weight: bold;
}