#container {
	margin: 0 auto;
	width: 1400px;
}

	#header{
		background: url('../images/bg_head.png') repeat-x;
		position:relative;
		top: 30px;
		left: 0px;
	}
		#logo{   
			width: 91px;
			padding:2px;
			float: left;
		}
		#navTop {
			width: 1150px;
			float: left;
		}
	
	#content{
		margin: 26px auto 0;
		padding: 10px 10px;
		width: 1380px;
		min-height: 450px; 
	    height:auto !important; 
	    height: 450px; 
		background: #FFF;
		
/*		background: url('../images/bg_container.jpg') no-repeat;
		background-position: top; 		*/
	}

		#tableBox{
			padding: 5px;
			margin: 0 0 10px 0;
		

		
			border-top: 1px solid #666;
			box-shadow:
			  0 0 0 1px #303030,
			  0px 5px 2px 0px rgba(0, 0, 0, 0.30);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background: #666;	
		}
	
	#footer {
		height: 100px;
		padding: 30px 15px 7px 15px;
		
		color: #FFF;
		
		background: url('../images/bg_footer.png') repeat-x; 
	}
		#footer a:link, #footer a:visited{color: #FFF; text-decoration: none;}
		#footer a:hover { color: #FF0000;}
		
		#footer .copyright{ float:left; }
		#footer .navBtm{ float:right; }
		
		#footer .fbIcon {
			filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'https://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
			filter: gray;
			-webkit-filter: grayscale(100%)
		}
		#footer .fbIcon:hover {
			filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'https://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
			-webkit-filter: grayscale(0%);
		}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {color: #FFF;}		

.dataTables_wrapper th{color: #FFF; weight: normal;}
		
.ui-tooltip{
	width: 25%;
    padding: 10px 20px;

    color: #FFF;
    border: 1px solid white;
	border-radius: 0 8px 8px 8px;
    box-shadow: 0 0 7px black;

    background: black;
}		
table.dataTable tbody tr.even{background:#A7A7A7;}
table.dataTable tbody tr.odd{background:#C4C4C4;}