﻿ /* common */
 
/* global font family & size control */
body, select { 
	font: 12px Arial,Helvetica,sans-serif;
	}

/* general Styles */
.ll-Large { 
	font-size: 12px;
	}
.ll-DividerBottom { 
	height: 3px; 
	width: 100%; 
	background-color: #FAFAFA; 
	border-bottom: 1px solid #E6E6E6; 
	margin-top: 10px; 
	}
.ll-DividerTop { 
	height: 3px; 
	width: 100%; 
	background-color: #FAFAFA; 
	border-top: 1px solid #E6E6E6; 
	margin-bottom: 10px; 
	}
.ll-Rule { 
	height: 1px; 
	width: 100%; 
	background-color: #E6E6E6; 
	margin: 10px 0 10px 0; 
	}
.ll-Inactive { 
	display: none; 
	}
.ll-smallFont { 
	font-size: 9px; 
	}

/* Footer Styles */
.ll-poweredBy {
	text-align: center;
	margin: 20px 0 0 0;
	}
.ll-poweredBy p {
	margin: 3px 0 0 0;
	}
.ll-poweredBy img {
	margin: 0 0 -5px 3px;
	}

/* fix for clearing floated elements */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* end hide from IE-mac */
.clearBoth { 
	clear: both; 
	}
