#data-table-header {
	border: 1px solid #DEDEDE;
	margin-bottom: 0px;
}

#data-table-rows {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	height: 572px;
	overflow: auto;
	z-index: 500;
	
}

#table-header {
	padding: 24px 19px;
	font-family: 'titilliumtext22lxbold', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #807d7d;
	display: block;
	background-color: #d8d8d8;
}

	#table-header ul {
		list-style: none;
		display: inline-block;
		line-height: normal;
	}
	
	#table-header li {
		display: block;
		color: #807d7d;
		float: left;
		position: relative;
	}

.table-rows {
	padding: 14px 0 14px 18px;
	font-size: 11px;
	color: #32393D !important;
	display: block;
	background-color: #FFFFFF;
	position: relative;
}

	.table-rows ul {
		list-style: none;
		display: inline-block;
		line-height: normal;
	}
	
	.table-rows li {
		display: block;
		color: #32393D !important;
		float: left;
		position: relative;
	}

.table-rows:nth-child(even) {
	background-color: #e9ebf0;
}

.flagged a {
	background: url(../images/red-corner.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0px;
}

.open-header {
	margin-top: 3px !important;
}

.col-btn-open {
	background: url(../images/icon-sprite.png) no-repeat -189px 0;
    display: block;
    width: 13px;
    height: 13px;
    font-size: 0px;
    margin-right: 6px;
    margin-top: 1px;
}

	.col-btn-open:hover {
		background-position: -189px -13px;
	}
	
	.col-btn-open:active {
		background-position: -205px 0px;
	}
	
.col-btn-closed {
	background: url(../images/icon-sprite.png) no-repeat -205px 0;
    display: block;
    width: 13px;
    height: 13px;
    font-size: 0px;
    margin-right: 6px;
    margin-top: 1px;
}

	.col-btn-closed:hover {
		background-position: -205px -13px;
	}
	
	.col-btn-closed:active {
		background-position: -189px 0px;
	}

.col-date-time {
	width: 108px;
	margin-right: 6px;
}

.col-title {
	width: 200px;
	margin-right: 15px;
}

.col-type {
	width: 155px;
	/*margin-right: 15px;*/
}

.col-gentype {
	width: 130px;
	margin-right: 15px;
}

.col-genon {
	width: 127px;
	margin-right: 15px;
}

.col-size {
	width: 69px;
	margin-right: 15px;
}

.col-filetype, .col-status {
	width: 12px;
	margin-right: 15px;
	margin-top: -2px;
}



.col-flags  {
	width: 12px;
	margin-right: 15px;
	display: block;
}

.col-incident-number {
	width: 90px;
	margin-right: 15px;
}

.col-incident-name {
	width: 200px;
	margin-right: 18px;
}

.col-risk {
	width: 75px;
}

.col-event-id  {
	width: 83px;
	text-align: center;
	margin-right: 13px;
}

.col-computer  {
	width: 180px;
	margin-right: 15px;
}

.col-ack  {
	margin-left: -32px;
}

.col-ack-icon  {
	margin-top: 2px;
}

.col-user {
	width: 145px;
	margin-right: 15px;
}

.col-user {
	width: 140px;
	margin-right: 15px;
}

.col-domain {
	width: 140px;
	margin-right: 15px;
}

.col-source {
	width: 125px;
	margin-right: 20px;
}

.btn-gear {
    background: url(../images/icon-sprite.png) no-repeat -266px 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    float: right;
}

			.table-rows ul li.tools:hover .btn-gear {
				background-position: -266px -17px;
			}

.tools {
	float: left;
	margin-top: 2px;
	margin-left: 3px;
}

.table-rows ul li.tools ul {
    display: none;
    margin: 0;
}

	.table-rows ul li.tools:hover ul {
        display: block;
        list-style: none outside none;
        position: absolute;
        padding: 12px 18px 12px 12px;
	    margin: -73px -163px;
	    /*border-top: 1px solid #d7d7d7;
	    border-left: 1px solid #d7d7d7;
	    border-bottom: 1px solid #d7d7d7; */
	    -moz-box-shadow:    -4px 0px 7px 0px #CCCCCC;
  		-webkit-box-shadow: -4px 0px 7px 0px #CCCCCC;
  		box-shadow:         -4px 0px 7px 0px #CCCCCC;
	    background: url(../images/tooltip.png) no-repeat 100% 50%;
	    z-index: 9999;
	}
	
	    .table-rows ul li.tools:hover ul li {
	    	color: #c11a00;
	    	text-decoration: none;
	    	display: block;
	    	float: left;
	    	text-align: left;
	    	clear: both;
	    	position: relative;
	    	padding: 5px !important;
	    	margin: 0 !important;
	    }
	    
	    /* .table-rows ul li.tools:hover ul li.first {
	    	margin-top: 12px !important;
	    }*/
	    
	    	.table-rows ul li.tools:hover ul li a {
	    		border: medium none;
        		clear: both;
        		color: #778794;
        		display: block;
        		font-size: 11px;
        		padding-bottom: 0;
        		padding-top: 0;
	    		margin: 0 !important;
	    		text-decoration: none;
	    	}
	    	
	    	.table-rows ul li.tools:hover ul li a:hover {
	    		color: #324350;
	    	}


.email {
	background: url(../images/icon-sprite.png) no-repeat -121px 0;
    width: 20px;
    height: 14px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.email:hover {
		background-position: -121px -14px;
	}

			.table-rows ul li.tools:hover ul li a:hover .email {
				background-position: -121px -14px;
			}

.copy {
	background: url(../images/icon-sprite.png) no-repeat -101px 0;
    width: 17px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.copy:hover {
		background-position: -101px -20px;
	}

			.table-rows ul li.tools:hover ul li a:hover .copy {
				background-position: -101px -20px;
			}

.logbook {
	background: url(../images/icon-sprite.png) no-repeat -144px 0;
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.logbook:hover {
		background-position: -144px -19px;
	}

			.table-rows ul li.tools:hover ul li a:hover .logbook {
				background-position: -144px -19px;
			}

.notes {
	background: url(../images/icon-sprite.png) no-repeat -167px 0;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.notes:hover {
		background-position: -167px -19px;
	}

			.table-rows ul li.tools:hover ul li a:hover .notes {
				background-position: -167px -19px;
			}

.tune {
	background: url(../images/icon-sprite.png) no-repeat -221px 0;
    width: 18px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.tune:hover {
		background-position: -221px -17px;
	}

			.table-rows ul li.tools:hover ul li a:hover .tune {
				background-position: -221px -17px;
			}
			
.information {
	background: url(../images/ET004-info-tools.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    float: left;
}

	.information:hover {
		background-position: 0 -18px;
	}

			.table-rows ul li.tools:hover ul li a:hover .information {
				background-position: 0 -18px;
			}

.alert-flags {
	background: url(../images/icon-sprite.png) no-repeat -306px 0;
    display: block;
    width: 6px;
    height: 13px;
    float: left;
}

	.alert-flags:hover {
		background-position: -306px -13px;
	}
	
	.alert-flags:active {
		background-position: -306px -26px;
	}

.open-row-wrapper {
	padding: 32px 0 22px 18px;
}

.open-row-col1 {
	float: left;
	width: 120px;
	margin-right: 23px;
}

.open-row-col2 {
	float: left;
	width: 150px;
	margin-right: 23px;
}

.open-row-col3 {
	float: left;
	width: 385px;
}

.open-row-col-full {
	float: left;
	width: 700px;
}

.open-row-icons {
	float: right;
}

	.open-row-icons ul {
		list-style: none;
		display: inline-block;
	}
	
		.open-row-icons ul li {
			float: left;
			display: inline-block;
		}