
/* 
///////////////////////////////////////
	Clipsal Australia Pty Ltd
	Author:    Kel Andersen
	Modified:  07/01/2009	
/////////////////////////////////////// */	

/* 
///////////////////////////////////////
	OUTLINES
/////////////////////////////////////// */

/* Flash Files */
object { outline: none; }

/* 
///////////////////////////////////////
	IMAGES
/////////////////////////////////////// */

.block { display: block; }
.bg-none { background-image: none !important; }
.border { padding: 3px; border: 1px solid #f2f2f2; }

/* 
///////////////////////////////////////
	CLEARS
/////////////////////////////////////// */

.noput { display: none; }
.clear { clear: both; display: block; height: 0; line-height: 1px; font-size: 1px; }
.line  { clear: both; margin: 8px 0 8px 0; line-height: 1px; border-bottom: 1px solid #edecec; }
.line-dots {
	clear: both;
	margin: 5px 0 5px 0;
	line-height: 1px;
	background-image: url(../images/border_dotted.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* 
///////////////////////////////////////
	FLOATS
/////////////////////////////////////// */

.float-left   { float: left; }
.float-right  { float: right; }

/* 
///////////////////////////////////////
	ALIGNS
/////////////////////////////////////// */

.align-left    { text-align: left; }
.align-right   { text-align: right; }
.align-center  { text-align: center; }

/* 
///////////////////////////////////////
	COLOURS
/////////////////////////////////////// */

.colour-blue  { color: #289bb8; }
.colour-red   { color: #d53040; }
.colour-green { color: #78c800; }
.colour-grey  { color: #b5b8ba; }

/* 
///////////////////////////////////////
	PADDING
/////////////////////////////////////// */

.pad-top { margin-top: 20px; }

/* 
///////////////////////////////////////
	TEXT SIZES
/////////////////////////////////////// */

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

/* 
///////////////////////////////////////
	MYSOURCE
/////////////////////////////////////// */

.smallprint { clear: both; color: #ff0000; }

