/* 
	
	GPM Zeiterfassung 3.x, default theme
		
	filename:	/css/gpm-defautl-theme_table.css
	version:	1.0 - 2006-02-07 - mkr
	
	author:		martin (dot) krause (at) gpm (dot) de 
	
	
	visual presentation of tables

	validated by W3C CSS Validator // jigsaw.w3.org

*/

/* =table, = tabelle  */
/*----------------------------------------------------------------------------*/

#content table.result1 {
	padding: 0;
	margin:0;
	width: 100%;
	border: 1px solid #005FAF;
}

#content div.floatleft2elemente {
	float: left;
	width: 45%;
	margin-left:10px;
}

#content div.floatleft3elemente {
	float: left;
	width: 29%;
	margin-left:10px;
}


#content table.result1 a img {
	border: none;
}


.iconsortasc, .iconsortdes {
	margin: 0 0 0 2px;
}

#content table.result1 tr {
	color: #57585A;
	margin: 0;
	padding: 0;
}

/* visual check effekt for table cells, used by js*/
#content table.result1 tr.checked {
	background: #FEFFC3 ! important;
/*	font-weight: bold;*/
}

/* hover effekt for table cells, .hover used by js*/
/*#content table.result1 tbody tr:hover, #content table.result1 tbody tr.hover {
	background: #FEFFC3;
	font-weight: bold;
}
*/

#content table.result1 tbody tr.hover {
	background: #FEFFC3;
/*	font-weight: bold;*/
}

#content table.result1 th {
	height: 3em; /*33px*/
	color: #0063B8;
	font-weight: bold;
	background: #CCD0D4;
	text-align: left;
	margin: 0;
	padding: 2px;
	vertical-align: middle;
}

#content table.result1 th h2 {
	font-size: 1.45em;
	line-height: 1.8em;
	color: #F5F6F8;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

#content table.result1 tr.buttons th {
	height: 3em; /*33px*/
	color: #0063B8;
	font-weight: bold;
	background: #9CA7AD;
	text-align: left;
	margin: 0;
	padding: 2px;
	vertical-align: middle;
}

#content table.result1 tr.buttons th ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#content table.result1 tr.buttons th ul li {
	padding: 0;
	margin: 0;
	float: left;
}


#content table.result1 td {
	height: 2em ! important; /*33px bzw. 30px*/
	text-align: left;
	margin: 0;
	padding: 13px 2px 10px 2px;
	border-top: 1px solid #989DA1;
}

#content table.result1 tr > td { /*everyone else*/
	height: 3em ! important; /*33px bzw. 30px*/
	padding: 13px 2px 13px 2px;

}


#content table.result1 tfoot tr {
	background: #CBD0D4;
}

#content table.result1 tfoot td {
	font-weight: bold;
}

.tablespacer {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}

.firstcell {
	width: 30px;
}

/* comments */

table.comments {
	padding: 0;
	margin:0;
	width: 100%;
	border-right: 1px solid #005FAF;
	border-bottom: 1px solid #005FAF;
	border-left: 1px solid #005FAF;
}

table.comments  td {
	text-align: left;
	margin: 0;
	padding: 8px 2px 7px 2px;
	border-top: 1px solid #989DA1;
}

table.comments tr > td { /*everyone else*/
	padding: 8px 2px 8px 2px;

}

tr.hover {
	background: #FEFFC3 ! important;
}
