/* 
lightbrown: F3EDCD
darkbrown: 362F2D  dezimal: 54 47 45 
*/

body {
	background-attachment: fixed;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #F3EDCD;
}

.button{
	width: 200px;
	text-align:center;
	font-weight:bold;
	background-color:#F3EDCD;
	padding: 10px;
	color: #362F2D;
	text-decoration: none;
	border: 1px solid #362F2D;
	cursor:pointer;
}
			
A:link {
	color: #F3EDCD;
	text-decoration: none;
}
A:visited {
	color: #F3EDCD;
	text-decoration: none;
}
A.dark:link {
	color: #362F2D;
}
A.dark:visited {
	color: #362F2D;
}

.box-light{
	border: 1px solid #F3EDCD;
	padding: 25px;
}
.box-dark{
	border: 1px solid #362F2D;
	padding: 25px;
}

.content_title {
    font-weight:bold;
    font-size:25px;
}

.contentcolumn1{
text-align:justify;
width:610px;	
}

.highlighted {
    color:  #C60;
	font-size:15px;
}

.textXS {
    font-size:10px;
}
.textS {
    font-size:12px;
}
.textSR {
	text-align:right;
    font-size:12px;
}

.text {
    font-size:15px;
}

.textL {
    font-weight:bold;
    font-size:17px;
}
.textXL {
    font-weight:bold;
    font-size:20px;
}
.textXXL {
    font-weight:bold;
    font-size:24px;
}


.more {
	text-align:justify;	
}


TEXTAREA {
  font-family :  Tahoma, sans-serif;
}

.ERRORFONT {
	font-size : 11px;
  	color: #900;
	font-family :  Tahoma, sans-serif;
  	font-weight: bold;
}

.imageboxLeft{
	float:left;
	padding-right: 30px;
	padding-bottom: 15px;
}

.imageboxRight{
	float:right;
	padding-left: 30px;
	padding-bottom: 15px;
}

/* bethsabe Table-------------------------------------------------------------------------------------*/

th.bethsabeTable{
	color: #F3EDCD;
	text-align:left;
	background-color: #362F2D;
	border: #362F2D  1px auto;
	padding: 10px;
}
th.bethsabeTableOdd{
	color: #362F2D;
	text-align:left;
	background-color: #F3EDCD;
	border: #362F2D  1px auto;
	padding: 10px;
}
td.bethsabeTable{
	color: #362F2D;
	background-color:#F3EDCD;
	padding: 10px;
	border: #362F2D 1px auto;
	vertical-align: top;
}
td.bethsabeTable A{
color: #362F2D;
text-decoration:underline !important;
}

td.bethsabeTableOdd{
	color: #F3EDCD;
	background-color:#362F2D;
	padding: 10px;
	border: #F3EDCD 1px auto;
	vertical-align: top;
}
td.bethsabeTableOdd A{
color: #F3EDCD;
text-decoration:underline !important;
}
td.bethsabeTableBold{
	color: #362F2D;
	background-color:#F3EDCD;
	padding: 10px;
	border: #362F2D 1px auto;
	vertical-align: top;
	font-weight:bold;
}
/* bethsabe pageflip (corner peel)-------------------------------------------------------------------------------------*/
#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right;
	border:none;
	z-index: 9900; 
	background-color:#000;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 10000;
	position: absolute;
	right: 0; top: 0;
	border:none; 
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height:50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background-color:#000;
}
