/**
*	#FF6A10 // pixelpoint Liland orange
*	#FFA109
*	#E4D2E2
*/

.main-window table.lid-table {
    color:black;
	background-color:#b6b6b6;
	font-size:10pt;
	text-align: left;
	width:100%;
    font-family: 'Roboto', sans-serif;
}

.main-window table tr {
    border-style: solid none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
}

.lid-table thead th{
        font-weight:bold;
        background-color:#454440;
        color: white;
        height: 30px;
        padding-left: 15px;
}

.lid-table tr{
       height:45px;
}

.lid-table a{
       color: #000000;
       font-weight: normal;
}


.lid-table th a{
       color: white;
}

.lid-table th span{
       font-weight: bold;
}

.lid-table tr.participant{
       	background-color: #454440;
       	color: #ffffff;
}

.lid-table tr.participant:hover{
       	background-color: #454440 !important;
       	color: #ffffff !important;
}

.lid-table tr.navigation {
   border: none !important;
   background-color: #cccccc;
}

.lid-table tr.navigation:hover {
   background-color: #cccccc !important;
}


.main-window table.lid-table tr.even{background-color: #ffffff; color:black; font-weight:normal; }
.main-window table.lid-table tr.odd{color:black; font-weight:normal;}
.main-window table.lid-table tr:hover{background:#b6b6b6; color:black;}

#ticketMailText, #ticketPdfText {
    height: 75px;
}

.main-window table.lid-table tr input[type="checkbox"] {
    margin-top: 9px;
}

/**
*.main-window table.lid-table thead tr th, table.tablesorter tfoot tr th {
*	font-size:10pt;
*        font-align: center;
*        height: 40px;
*	padding:1px 4px 1px 14px;
*        color: white;
*        background-color: #454440;
*}
*/
/*
*.main-window table.lid-table tbody td {
*	color:#000; /*3D3D3D*/
/*	padding: 4px;
*	vertical-align:top;
*	border-spacing: 0px;
*}
*
*.main-window table.lid-table tbody td.buttonSeq {
*	width: 10px;
*}
*/
/* TABLE */
/*.main-window table.lid-table tr.even{background-color:#FFF;} /*DADADA*/
/*.main-window table.lid-table tr.odd{background-color:#eae9dc;}
*.main-window table.lid-table tr.hover{background:url(img/bg/org-grad-3.jpg); border:1px solid #000;} /* #FF9700;*/
/*
*.eventname{font-weight:normal; text-decoration:underline;}
*
*.main-window table.lid-table  tbody td a{
*	font-weight:normal;
*	text-decoration:underline;
*	}
*
*.main-window tr.navigation, tr.navigation:hover {
*	color:white;
*       font-size: 12px;
*        height: 20px;
*	padding-left:5px;
*	padding-right:5px;
*	background-color:#7d7c7a;
*	background-image:url() !important;
*	border-style:none;
*}
*.main-window table.lid-table thead tr.navigation a{
*	color: 000;
*}*/