* {
	font-family: geneva, arial, sans-serif;
	font-size: 12pt;
}

body {
	background-color: #6C5635;
	color: #B5C49F;
}

input, textarea {
	color: #6C5635;
	background-color: #B5C49F;
}

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

.AddPeeve {
	position: absolute;
	width: 375px;
	height: 256px;
	overflow: hidden;
	background-image: url(../images/add_peeve_bg.jpg);
	background-repeat: no-repeat;
}
.AddPeeve * {
	color: #6C5635;
}
.AddPeeveFieldLabel {
	color: #B5C49F;
	background-color: #6C5635;
	display: block;
	padding: 5px;
	width: 50px;
	font-size: 10pt;
}

.MainFeature {
	position: absolute;
	width: 375px;
	height: 220px;
	overflow: auto;
	background-image: url(../images/feature_bg.jpg);
	background-repeat: no-repeat;
}

.RePeeve {
	position: absolute;
	width: 260px;
	height: 400px;
	overflow: auto;
	color: #6C5635;
}
.Repeeve * {
	font-size: 10pt;
}

.RePeeveForm {
	position: absolute;
	width: 375px;
	height: 220px;
	overflow: auto;
	color: #B5C49F;
	background-image: url(../images/repeeveform_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
.RePeevesLinkText {
	font-size: 10pt;
	color: #6C5635;
	text-decoration: underline;
}
.RePeevesLinkText:hover {
	color: #7D9EAD;
	text-decoration: underline;
}

.RePeeveGridTable {
	border-style: solid;
	border-width: 3px;
	border-color: #6C5635;
}
.RePeeveGridTable * {
	font-size: 10pt;
	color: #6C5635;
}

.RePeeveGridTableB {
	border-style: solid;
	border-width: 1px;
	border-color: #B5C49F;
	background-color: #6C5635;
	color: #B5C49F;
}
.RePeeveGridTableB b {
	font-size: 20pt;
	color: #B5C49F;
	font-weight: 900;
}
.RePeeveGridTableB span {
	font-size: 8pt;
	color: #B5C49F;
}


.MainGrid {
	width: 357px;
	height: 424px;
	overflow: auto;
	direction: rtl;
}

.PeeveGridTable {
	direction: ltr;
	border-style: solid;
	border-width: 3px;
	border-color: #B5C49F;
}
.PeeveGridTable * {
	font-size: 10pt;
}
.PeeveGridTable a {
	display: block;
}
.PeeveGridTable a:hover {
	background-color: #B5C49F;
	color: #6C5635;
}

.BigPeeveArea {
	position: absolute;
}
.BigPeeveAnimation {
	position: absolute;
	z-index: 50;
	left: -20px;
	top: 0px;
}
