/** base.css **/

*{
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height:100%;
	width: 100%; 
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}



/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 10px 0px; border: none; border-top: 1px dashed #ccc;}
div.hr hr{display:none;}

div.closing{margin-bottom:0px; clear:both;}

/** To remove dotted outline on links **/
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}


/** clearing **/
.clear {clear: both;}
.clrSml {clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrLeftSml{clear: left;line-height:1px;height:1px;}
.clrRight{clear: right;}
.clrRightSml{clear: right;line-height:1px;height:1px;}

