
/* Site Font Declaration  */

body, p, table, td {
	font-size: 16px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #FFFFFF;
	
}
h1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	margin:  0 0 2 0;
	color: #f47823;
}
h2 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	
	
	margin:   0 0 2 0;
	font-size: 20px; 
	line-height: 18px; 
	font-family: Myriad Pro; 
	font-weight: bold;
	color: #f47823;
	
}

h3 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin:   0 0 2 0;
	font-size: 20px; 
	line-height: 18px; 
	font-family: Myriad Pro; 
	font-weight: bold;
	color: #000000;
}
hr
{
	color: #58595b;
	height:1px;
}
hr.thin
{
	color: #313131;
	height:1px;
}
hr.thinwhite
{
	color: #ffffff;
	height: 1px;
}
hr.lightyellow
{
	color: #fdb911;
	height:4px;
}

ul 
{
	margin:   0 0 0 2;
	padding-left: 2px;
}

a:link.whitelink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
a:visited.whitelink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:active.whitelink 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover.whitelink 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.whitelink
{
    font-size: 12px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
}

/* Links  */

a:link
{
	color: #f47823;
	text-decoration: underline;
	font-weight: normal;
	
}
a:hover
{
	color: #f47823;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #f47823;
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #f47823;
	text-decoration: underline;
	font-weight: normal;
		
}

a:link.equiplinktext
{
	color: #FFFFFF;
	text-decoration: none;
	
}
a:visited.equiplinktext
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active.equiplinktext 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.equiplinktext 
{
	color: #FFFFFF;
	text-decoration: none;
}

.equiplinktext
{
    color: #FFFFFF;
}


a:link.navbar
{
	color: #f47823;
	text-decoration: none;
	font-weight: normal;
	
}
a:visited.navbar
{
	color: #f47823;
	text-decoration: none;
	font-weight: normal;
}

a:active.navbar 
{
	color: #f47823;
	text-decoration: none;
	font-weight: normal;
}

a:hover.navbar 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.navbar
{
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #f47823;
    text-decoration: none;
    line-height: 25px;
}

a:link.equip
{
	color: #58595b;
	text-decoration: underline;
	font-weight: bold;
	
}
a:visited.equip
{
	color: #58595b;
	text-decoration: underline;
	font-weight: bold;
}

a:active.equip
{
	color: #58595b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.equip
{
	color: #58595b;
	text-decoration: underline;
	font-weight: bold;
}

.equip
{
    font-size: 13px;
    font-family: Tahoma;
    font-weight: bold;
    color: #58595b;
    text-decoration: none;
    vertical-align: middle;
    line-height: 20px;
}

/* Colours  */

.white
{
	background-color: #FFFFFF;
}
.black
{
	background-color: #000000;
}

.darkgray {
	background-color: #1f1f1f;
}
.black
{
	background-color: #000000;
}
.yellow
{
    background-color: #EBBF21;
}
.medgray
{
    /*background-color: #a5a5a5;*/
    background-color: #C0C0C0;
}
.lightgray      
{
    /*background-color: #eeeeee;*/
    background-color: #efefef;
}
.lightyellow
{
    background-color: #FDD547;
}
.red
{
    background-color: #ec1c24;
}
.lightred
{
    background-color: #EF0000;
}
.navyblue
{
    background-color: #02215f;
}
.beige
{
	background-color: #fef8e9;
}

/* Borders  */

.blueborderbottom {
	border-bottom-color: #125187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborder {
	border-color: #02215f;
	border-width: 1px;
	border-style: solid;
}

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.yellowborder {
	border-color: #EBBF21;
	border-width: 1px;
	border-style: solid;
}
.grayborder {
	border-color: #a5a5a5;
	border-width: 1px;
	border-style: solid;
}
.lightblueborder {
	border-color: #bec8d7;
	border-width: 1px;
	border-style: solid;
}

.imageborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

/* Padding  */
 
.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}
.equalpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

.leftrightbottompadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.leftrightpadding 
{
	padding-left: 10px;
	padding-right: 10px;
}
.lrgleftrightpadding 
{
	padding-left: 20px;
	padding-right: 20px;
}
.smleftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.smtoppadding
{
	padding-top: 5px;
	
}
.toppadding
{
	padding-top: 10px;
	
}

.medtoppadding
{
	padding-top: 15px;
	
}
.bottompadding
{
	padding-bottom: 10px;
}

.exlrgbottompadding
{
	padding-bottom: 50px;
}


.topbottompadding
{
    padding-top: 5px;
    padding-bottom: 5px;
}
    
.exlrgtoppadding
{
    padding-top: 50px;
}
.lrgtoppadding
{
    padding-top: 20px;
}
.lrgbottompadding
{
    padding-bottom: 20px;	
}
.lrgtopbottompadding
{
	padding-top: 20px;
    padding-bottom: 20px;	
}
.smbottompadding
{
	padding-bottom: 5px;
}

.smleftpadding
{
	padding-left: 5px;
}
.smrightpadding
{
	padding-right: 5px;
}

.exsmrightpadding
{
	padding-right: 2px;
}
.exsmtoppadding
{
	padding-top: 2px;
}

.leftpadding
{
	padding-left: 10px;
}
.lrgleftpadding
{
	padding-left: 48px;
}
.exlrgleftpadding
{
	padding-left: 80px;
}
.rightpadding
{
	padding-right: 10px;
}
.lrgrightpadding
{
	padding-right: 22px;
}

.exlrgrightpadding
{
	padding-right: 80px;
}
.stdlinespacing
{
	line-height: 28px;
}
.nopadding
{
    border: 0;
	padding: 0;
	border-spacing: 0;
	margin: 0;
	outline: 0;
	border-collapse:collapse;
}

.searchresultpaddingleft
{
	padding-left: 5px;
}
.searchresultpaddingright
{
	padding-right: 5px;
}
.searchresultpaddingtop
{
	padding-top: 15px;
}
.searchresultpaddingbottom
{
	padding-bottom: 5px;
}

/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */
.redfont
{
	color: #EC1C24;	
}
.orangefont 
{
	color: #e36f1d;
}
.greenfont
{
	color: #b2d235;
}
.bluefont
{
	color: #003894;
}
.whitetext
{
	color: #FFFFFF;	
}
.whitefont
{
	color: #FFFFFF;	
}
.blackfont
{
	color: #000000;	
}

.darktext
{
	font-weight: bold;
}

.exsmalltext
{
	font-size: 9px;	
}
.smalltext
{
	font-size: 10px;	
}
.smmediumtext
{
    font-size: 11px;
}
.mediumtext
{
    font-size: 12px;
}
.largetext
{
	font-size: 16px;	
}
.exlargetext
{
	font-size: 20px;	
}
.titlefont
{
	font-size: 18px;	
}
.exlrgfont
{
	font-size: 31px;	
}
.adfont
{
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 200px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

.EmailTextBox
{
	font-size: 11px;
	width: 180px;
	direction: ltr;
	position: static;
	
	
}


/* images  */


.bodybg

{
	

    
    background-image: url(images/Excavating-Langley_03-new.jpg);
    background-position: top;
    background-repeat: repeat-y;
    
}

.contentbg

{
	
    background-color: #FFFFFF;
    /*background-image: url(images/general/webside3.gif);*/
}


.navbg
{
    background-image: url(images/NavBG.gif);
    background-position: top;
    background-repeat: repeat-x;
    /*background-color: #02215f;*/
}

.footerbg
{

	background-image: url(images/Douglas-Lake-Construction-Equipment-FooterBG.gif);
    background-position: top;
    background-repeat: repeat-x;
}


.leftbg
{
    
}

.rightbg
{
   
}

.titlebg 
{
	background-image: url(images/titleBG.gif);
    background-position: left top;
    background-repeat: repeat-y;
}
.titlebg-lrg
{
	background-image: url(images/titlebg-lrg.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.orangebarbg 
{
	background-image: url(images/Orange-Bar-Repeat.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.orangebarform 
{
	background-image: url(images/Orange-Bar-Repeat2.gif);
    background-position: top;
    background-repeat: repeat-x;
}


.equipmenttitle
{
	font-size: 16px;
	padding-bottom: 8px;
	color: #000000;
	font-weight: normal;
}
.equipmentdata
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.equipmentdataalt
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #fffefa;*/
}




.MainItem-old  /* SEPERATOR BETWEEN THE MENU BUTTONS */
{
	
	background-image: url(images/general/white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
}


.facebookLink /* ADDON FOR FACEBOOK SUBSCRIBE */
 {
    border:0;
    padding-left:8px;
    padding-bottom: 2px;
    padding-right:1px;
 }
 
.minwidth { width: 100%; min-width: 970px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent url(images/general/lb_panel_bg.gif) repeat-x; font-size: 75%;color: #333; font-size: 0.9em; line-height: 1.5; margin-top: 2em; padding: 10px 0; /*white-space: nowrap;*/ clear: both; }
.minwidth .container {margin-left: 20px; min-width: 970px;}

.watermark 
{
	background: #FFAAFF;
}

.popupControl{
	background-color:#eeeeee;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: #02215f;
	border-width: 1px;
}
.reportline
{
    font-size:14px;
    background-color:#FFFFFF;  

}
.darkreportline
{
    font-size:14px;

    background-color:#eeeeee;    
}
.reportheader
{ 
    font-size:14px;
    font-weight:bold;
    text-align:left;

    border:35px;
}

.standardbtn
{
	border: 1px solid #58595b;
    /*background: #ed2b32;*/
    background: #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
	
}

.standardbtn:hover {
    border: 1px solid #58595b;
    background: #000000;
    color: #f47823;
    font-size: 12px;
    font-weight: bold;
}

/*jquery util for images*/
.imagin8 { position : relative; width : auto; height : auto; } .imagin8 img { position : absolute!important; }



