.smartdata_table {
	
	font-weight: normal;
	color: #313131;
	
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;
}




/*  _______________________________________

	01 GENERAL STYLING
    _______________________________________  */



.smartdata_table {
	
	font-weight: normal;
	color: #313131;
	width:960px; /* . Module Width */
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.smartdata_table ul {
	margin: 0px;
	padding: 0px;
	list-style: none !important;
}
	.smartdata_table ul li {
		margin: 0px;
		width: 100%;
		height: 100%;
		float: left;
		/*text-shadow: 1px 1px 0px #ffffff;*/
		text-align: center;
		padding-left: 0px;
	}



/*  _______________________________________

	02 HEADERS
    _______________________________________  */



/* 1. Common styling */

.smartdata_table li.smartdata_header1 {
	
	line-height:24px;
	color:#ffffff;
	/*text-shadow: 1px 1px 1px #000000;*/
	/* Rounded Corners */
/*	-webkit-border-radius:9px 9px 0 0;
	-khtml-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;*/
	/* Gradient */
   /* background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));*/
    background-image: no-repeat;
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.smartdata_table li.smartdata_header2 {
	
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #cccccc;
/*	text-shadow: 1px 1px 1px #ffffff;*/
	/* Gradient */
	
/*	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #EBEBEB));
	background-image: -webkit-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -o-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: -ms-linear-gradient(#F3F3F3 0%, #EBEBEB 100%);
	background-image: linear-gradient(#F3F3F3 0%, #EBEBEB 100%);*/
	/*-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;*/
}
	.smartdata_table li.smartdata_header2 span {
		font-size: 10px;
		line-height:40px;
	}

/* 2. First column specific styling */

.smartdata_table .smartdata_column_first li.smartdata_header1 {
	background:none;
}
.smartdata_table .smartdata_column_first li.smartdata_header2 {
		border-bottom:1px solid #cccccc;
	/* Rounded Corners */
	/*-webkit-border-radius:9px 9px 0 0;
	-khtml-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;*/
	
}
	.smartdata_table .smartdata_column_first li.smartdata_header2 span {
		
		font-weight:bold;
		line-height:56px;
		padding-left:10px; 
		
	}



/*  _______________________________________

	03 COLUMNS STYLING
    _______________________________________  */



/* 1. Common columns styling */

.smartdata_table .smartdata_column_first,
.smartdata_table .smartdata_column {
	height: auto;
	float: left;
	margin-right:1px;
	position:relative;
}
.smartdata_table .smartdata_column_first {
	*z-index:2;
}

	.smartdata_table .smartdata_hover_area .smartdata_column:hover {
		-webkit-transform:scaleY(1.02);
		-moz-transform:scaleY(1.02);
		-o-transform:scaleY(1.02);
		-ms-transform:scaleY(1.02);
		transform:scaleY(1.02);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		box-shadow:5px 0 30px rgba(0, 0, 0, 0);
		border-radius:5px 5px 0 0;
		z-index:100px;
	}
	.smartdata_table .smartdata_column_first li {
		text-align: left;
	}
		.smartdata_table .smartdata_column_first li span {
			padding-left:10px;
		}
		
		#breadcrumbs span
		 {
            margin-left: 10px;
         }

/* 2. Columns sizes */


.smartdata_five .smartdata_column,
.smartdata_five .smartdata_column_first { /* 5 columns */
	width: 191px;
}
.smartdata_four .smartdata_column,
.smartdata_four .smartdata_column_first { /* 4 columns */
	width: 239px;
}
.smartdata_three .smartdata_column,
.smartdata_three .smartdata_column_first { /* 3 columns */
	width: 319px;
}

/* 3. Small screens styling */

@media only screen and (max-width: 1023px) {

	.smartdata_table {
		width:100%;
		font-size:11px;
	}
		.smartdata_table .smartdata_column_first, 
		.smartdata_table .smartdata_column {
			margin-right:1px;
		}
		.smartdata_six .smartdata_column,
		.smartdata_six .smartdata_column_first {  6 columns 
			width: 16.56%;
		}
		.smartdata_five .smartdata_column,
		.smartdata_five .smartdata_column_first { /* 5 columns */
			width: 19.89%;
		}
		.smartdata_four .smartdata_column,
		.smartdata_four .smartdata_column_first { /* 4 columns */
			width: 24.89%;
		}
		.smartdata_three .smartdata_column,
		.smartdata_three .smartdata_column_first { /* 3 columns */
			width: 33.23%;
		}
		.smartdata_table li.smartdata_header1 {
			font-size: 16px;
			font-weight:bold;
		}
		.smartdata_table li.smartdata_header2 {
			font-size: 24px;
		}
			.smartdata_table li.smartdata_header2 span {
				font-size: 9px;
			}
			.smartdata_table .smartdata_column_first li.smartdata_header2 span {
				font-size:14px;
			}
	
}

@media handheld, only screen and (max-width: 767px) {

	.smartdata_table {
		width:50%;
	}
		.smartdata_table li.smartdata_header1 {
			height:50px;
			font-size: 18px;
			line-height:24px;
		}
		.smartdata_table li.smartdata_header2 {
			height:50px;
			line-height:30px;
		}
		.smartdata_table .smartdata_column_first {
			display:block;
		}
		.smartdata_table .smartdata_column {
			width:48%;
			margin-bottom:12px;
		}
        .smartdata_table ul li {
			height:	44px;
			padding-top: 6px;
			line-height:12px;
       }
        .smartdata_table ul li:before {
            content:attr(data-table) '';
            display:block;
            margin-bottom:10px;
            font-size:12px;
            font-weight:bold;
        }
	.smartdata_table .smartdata_hover_area .smartdata_column:hover {
		-webkit-transform:scaleY(1);
		-moz-transform:scaleY(1);
		-o-transform:scaleY(1);
		-ms-transform:scaleY(1);
		transform:scaleY(1);
	}

}


@media handheld, only screen and (max-width: 380px) {

	.smartdata_table .smartdata_column {
		width:100%;
	}
	.smartdata_table .smartdata_column_first, 
	.smartdata_table .smartdata_column {
		margin-right:0;
	}

}

/* 4. Rows styling */

.smartdata_table .odd {
	border-bottom:1px solid #cccccc;
}
.smartdata_table .even {
	border-bottom:1px solid #cccccc;
}

/* 5. Table icons */

.smartdata_table .smartdata_yes,
.smartdata_table .smartdata_no {
	height:20px;
	width:100%;
	float:left;
}

/* 6. Columns footer */

.smartdata_table .smartdata_footer {
	width: 100%;
	height: 40px;
	padding-top: 14px;
	padding-bottom: 6px;
	float: left;
	border-top: 1px solid #f9f9f9;
	border-bottom: 2px solid #323232;
	background-color: #e2e2e2;
}

/* 7. Buttons */

.smartdata_table a.smartdata_button {
	
	
	padding: 7px 0px 0px 0px;
	display: block;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
    color: #ffffff;
    
    /*text-shadow: 1px 1px 1px #000;*/
    text-decoration: none;
    font-weight: bold;
	
	padding:8px;
	border-radius:5px 5px 5px 5px;
	/* Gradient */
 
  /*  border: 1px solid rgba(0,0,0,0.5);*/
	/* Button shadow */
	

}
	.smartdata_table a.smartdata_button:hover {
		/*background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
		background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
		background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
		background-image: no-repeat;
		border: 1px solid rgba(0, 0, 0, 0.2);*/
	}
	.smartdata_table a.smartdata_button:active {
		/*background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
		background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
		background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
		background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
		background-image: no-repeat;
		border: 1px solid rgba(0, 0, 0, 0.2);*/
	}



/*  _______________________________________

	04 TOOLTIPS
    _______________________________________  */



.smartdata_table a.tooltip {
    position:relative;
    z-index:24;
	color: #313131;
    text-decoration:none;
	background:url("../img/help.png") right center no-repeat;
	_background:url("../img/ie_help.gif") right center no-repeat;
	padding:0 20px 0 10px;
}
	.smartdata_table a.tooltip:hover {
		z-index:25;
		display:inline;
	}
	.smartdata_table a.tooltip span {
		position:absolute;
		width: 220px;
		left: 10px;
		top: 25px;
		text-align:left;
		color: #ffffff;
		font-size:11px;
		line-height:16px;
		background: rgba(0,0,0,0.9); 
		background: #000000; 
		border: 1px solid #000000;
		text-shadow:none;
		padding: 7px 10px 7px 10px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		display:block;
		/* Hiding the tooltip */
		visibility:hidden;
		opacity: 0;
		/* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-o-transition: all 0s ease;
		-ms-transition: all 0s ease;
		transition: all 0s ease;
	}
		.smartdata_table a.tooltip:hover span {
			/* CSS3 Transition */
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			transition: all 0.4s ease;
			/* Showing the tooltip */
			visibility:visible;
			opacity: 1;
		}



/*  _______________________________________

	05 COLORS
    _______________________________________  */







/*  _______________________________________

	06 DARK TABLE
    _______________________________________  */




.smartdata_dark_style {
	color: #fefefe;
	background-color:#000000;
}
	.smartdata_dark_style ul li {
		text-shadow: 1px 1px 1px #000000;
	}
.smartdata_dark_style li.smartdata_header1 {
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
}
.smartdata_dark_style li.smartdata_header2 {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
	/* Gradient */
	background-color:#121212;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #121212));
	background-image: -webkit-linear-gradient(#181818 0%, #121212 100%);
	background-image: -moz-linear-gradient(#181818 0%, #121212 100%);
	background-image: -o-linear-gradient(#181818 0%, #121212 100%);
	background-image: -ms-linear-gradient(#181818 0%, #121212 100%);
	background-image: linear-gradient(#181818 0%, #121212 100%);
}
.smartdata_dark_style .smartdata_column_first li.smartdata_header2 {
	background-color:#121212;
	border-bottom:1px solid #000000;
}
.smartdata_dark_style .odd {
	background-color: #181818;
	border-bottom:1px solid #000000;
}
.smartdata_dark_style .even {
	background-color: #121212;
	border-bottom:1px solid #000000;
}
.smartdata_dark_style .smartdata_footer {
	border-top: 1px solid #090909;
	border-bottom: 2px solid #000000;
	background-color: #121212;
}
.smartdata_dark_style a.tooltip {
	color: #fefefe;
}
