.csstable
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	clear:both;
	}

.csstable .treven
	{
	background-color: #F7F7F7;
	}

.csstable .troneven
	{
	background-color: #F7F7F7; 
	}	

.csstable input[type="text"] 
	{
  	padding: 5px;
 	border: solid 1px #fff;
  	box-shadow: inset 1px 1px 2px 0 #707070;
  	transition: box-shadow 0.3s;
  	font-size:8px;
  	}
		
.csstable input[type="text"]:focus,
.csstable input[type="text"].focus 
	{
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
	}
	
.csstable table
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	clear:both;
	}

.csstable td
	{
	word-wrap: break-word;
	max-width:250px;
	}	
.csstableseleted
	{
	float:right;
	clear:both;
	}

.csstabletotals
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	}

.csstablenavigation
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:10px;
	clear:both;
	}
	
.csstableexport
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	}	

.csstablerefresh
	{
	float:right;
	font-size:8px;
	}	
	
.csstableperformance	
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	font-size:8px;
	}	
	
.csstablepopup
	{	
	position: absolute;
	display:none;
	visibility:hidden;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	z-index:500;
	}
		
.csstablepopupheader
	{
	display: table;
	width: 100%; 
	font-weight: bold;
	height:15px;
	clear:both;
	}
	
.csstablepopuptitle
	{
	width: auto;
	display: table-cell;
	}
.csstableclosepopup
	{
	width: 50px;
	display: table-cell;
	}
	
.csstablepopupcontent
	{
	margin: 5px;
	}	
	
.csstableform
	{
	display: table;	
	border-collapse:separate;
	border-spacing:5px;
	}

.csstableform * 
	{
    vertical-align: top;
	}

.csstableformrow
	{
	display: table-row;
	}	
	
.csstableformlabel
	{
	display: table-cell;
	}	

.csstableformlabel label
	{
	cursor: pointer;
	}

.csstableformfield
	{
	display: table-cell;
	vertical-align: top;
	text-align:left;
	word-wrap: break-word;
	max-width:250px;

	}
.csstableformfield textarea
	{
	width:100%;
	height:100px;
	}
			