/* TABLE LAYOUT STYLES */

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Segoe UI,Tahoma;
	height: 100%;
	width: 100%;
}

table.tableLayout {
	padding: 0;
	margin: 0;
	border-width: 0;
}

td.tableLayout {
	padding: 0;
	margin: 0;
	border-width: 0;
}

div.slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.row {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color: purple;
	overflow: visible;
}

div.widget {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	zoom: 1;
	display: inline;
}


.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; text-align:center; }
.btn * { background-image: url( '../../../images/intercept/client/btn2.png' ); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }