		#mitab {
			font: 11px tahoma, verdana, arial;
			color: #666666;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
		}
		
		#mitab caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
		#mitab td {
			margin: 0;
			padding: 12px 10px;
		}
		
		
		#mitab th {
			font-weight: normal;
		}
		
		#mitab thead tr th {
			background-color: #565550;
			padding:  10px 10px;
			color: #fff;
			font-weight: bold;
			border: 0;
		}
		
		#mitab tfoot tr th, tfoot tr td {
	padding:  0px 0px;
	color: #B2B2B2;
	border-top: 1px solid #ccc;
	font-size: 10px;
		}
					
		#mitab tbody tr th {
			padding: 20px 10px;
		}
		
		#mitab tr.odd {
			background-color: #F7F9FA;
		}
	
		#mitab tr:hover {
			background:#eee;
		}
		
		#mitab tr:hover td, tr:hover td a, tr:hover th a {
			color: #000;
		}
		
		#mitab tr:hover td a:hover, tr:hover th a:hover {
			background-color: #fff;
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #ccc;
		}
		
		#mitab a {
			color: #666666;
			padding-left: 15px;
			background-image: none;
			text-decoration: none;
		}
		
		#mitab a[title^="Tamaņo"] {
			background: transparent url(../images/pdf.gif) no-repeat 0 0;padding:  0px 20px;
		}
		
		#mitab a[href*="csstablegallery"] {
			background: transparent url(../images/examine.png) no-repeat 0 0;
		}
		
		#mitab a[title^="Bajar"] { 
			background: transparent url(../images/dl.png) no-repeat 0 0;
		}
		
		#mitab a:hover {
			background-color: #eee;
		}
		
		#mitab a:visited {
			text-decoration: line-through;
		}
