#CrmNewsletterContent input.textfield,
#CrmPdfContent input.textfield,
#WsCrmNewsletterContent input.textfield,
#WsCrmPdfContent input.textfield {
	width: 50px;
}
#CrmContent .tabContent input,
#WsCrmContent .tabContent input {
	width: 120px;
}
#CrmContent .tabContent input.emailfield,
#CrmGroupsContent .tabContent input,
#WsCrmContent .tabContent input.emailfield,
#WsCrmGroupsContent .tabContent input {
	width: 250px;
}
.transactiontyp_n {
	color: red;
}
.transactiontyp_p {
	color: green;
}
.ccstatus_0 {
	background-color: yellow;
}
.ccstatus_-1 {
	background-color: red;
}
.ccstatus_1 {
	background-color: green;
}
.booktransaction {
	background-color: red;
}
.closeadminbet {
	color: green;
	font-weight: bold;
}

#CrmPayoutsTable input,
#TrCrmPayoutsTable input,
#WsCrmPayoutsTable input {
	width: 100px;
	cursor: pointer;
}

.customerFuncs {
	overflow: hidden;
}
.customerNavFuncs {
	width: 110px;
	margin-top: 10px;
	float:left;
}
.customerNavFuncs li {
	width: 					125px;
	margin:					0px 0px 2px 0px;
	padding: 				5px 5px;
	cursor: 				pointer;
	color:					#ffffff;
 	background-color:		#a0a0a0;
 	font-weight:			bold;
 	font-size:				12px;
}
.customerNavFuncs li.selected,
.customerNavFuncs li.selected:hover {
  font-weight:				bold;
  background-color:			#eeeeee;
  color:					#373737;
}
.customerNavFuncs li:hover {
  background-color:			#808080;
}

.customerFuncs .customerFuncsContentWrapper {
	padding: 		20px;
	background:		#eeeeee;
	margin-left: 	135px;
	min-height:		600px;
}
.customerFuncsTable {
  width:				100%;
  /* table-layout:			fixed; */
  background:			#ffffff;
}
.customerFuncsTable col {
  display:				table-column;
}
.customerFuncsTable tr.odd {
  background:			#f9f9f9;
}
.customerFuncsTable tr:hover,
.customerFuncsTable tr.odd:hover  {
  background:			#cccccc;
}
.customerFuncsTable td {
  height:				20px !important;
  padding:				2px 5px 1px 5px;
  font-size:			11px;
  border-bottom:		1px solid #eeeeee;
  overflow:				hidden;
  -moz-user-select:		none; /* make text unmarkable - for doubleclick*/
}
.customerFuncsTable th {
  height:				25px;
  padding:				0px 5px 0px 5px;
  font-size:			12px;
   border-bottom:		1px solid #eeeeee;
   background:			#cccccc;
}
.customerFuncsTable td.delete {
	background-image:		url("/img/icons/delete2.png") !important;
  	background-position:	center center !important;
  	background-repeat:		no-repeat;
  	cursor: 				pointer;
}
.customerFuncsTable td.edit {
	background-image:		url("/img/icons/edit.png") !important;
  	background-position:	center center !important;
  	background-repeat:		no-repeat;
  	cursor: 				pointer;
}
.customerFuncsTable.wagertable tbody tr {
	cursor: 				pointer;
}
