@charset "utf-8";

/* CSS Document */
/*---------------------------------------------------------*/
/* Import other stylesheets */
/*---------------------------------------------------------*/

@import url('layout.css');
@import url('menu.css');

/*---------------------------------------------------------*/
/* =Reset styles */
/*---------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table, tbody, tfoot, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a {text-decoration: none;}
body {line-height: 1em;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/*---------------------------------------------------------*/
/* =Global styles */
/*---------------------------------------------------------*/
/* =Code Glossary
/*---------------------------------------------------------
Grid-Tools Blue: #0073af
Grid-Tools Orange: #f5961e

Grey Scale: Black: #000
			Dark Grey: #333
			Dark/ Medium Grey: #666
			Medium Grey: #999
			Light Grey: #ccc
			Lighter Grey: #dedede
			Almost White: #eee
			White: #fff
*/
body {
	color: #444;
	font-size: 62.5%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #4b4b4d;
}
	
strong, em, b, p, i, h1, h2, h3, h4, h5, li, address {
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {line-height: normal; margin: 12px 0;}

h1 {
	background-color: #f5f5f5;
	color: #48484a;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px;
	padding-bottom: 12px;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px solid #f06322;
}
h2 {
	/*border-bottom: solid 1px #999;*/
	color: #48484a;
	font-size: 22px;
}
h3 {
	background-color: #eee;
	border-bottom: solid 1px #ccc;
	color: #444;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 3px;
}
h4 {
	color: #48484a;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	}
h5 {
	color: #f5961e;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}
h6 {
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	}

li {font-size: 1.2em;}
p {
	font-size: 1.2em;
	margin-bottom: 12px;
}
a:visited,
a:link,
a:hover,
a:active {
	color: #f5961e;
}
strong {
	font-weight: bold;
}
blockquote {
	background: url(../images/Quote.png) left top no-repeat;
	color: #48484a;
	font-style: italic;
	min-height: 52px;
	margin-bottom: 12px;
	padding-left: 58px;
}
blockquote p {
	padding: 0;
	margin: 0;
}
blockquote p.customer {
	background: url(../images/Quote_Customer.gif) center left no-repeat;
	color: #f5961e;
	padding-left: 12px;
	font-style: normal;
	font-weight: bold;
}
#blockquote_left {
	background: none;
	color: #48484a;
	font-style: italic;
	padding-left: 8px;
}
#blockquote_left p {
	padding-left: 12px;
	padding-top: 6px;
}
#blockquote_left_customer p {
	color: #f5961e;
	padding-left: 20px;
	padding-top: 4px;
	font-style: normal;
	font-weight: bold;
}
/*---------------------------------------------------------*/
/* = Formatting of tables */
/*---------------------------------------------------------*/
#table_formatting table, td {border: solid 1px #333;}

#table_formatting th {
	padding: 8px;
	background-image: url(../images/table_header.jpg);
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	border: solid 1px #333;
}

#table_formatting td {
	padding: 8px;
	font-size: 1.1em;
	font-weight: bold;
}

.center_bullet {background-image: url(../images/table_bullet.jpg);
				background-repeat: no-repeat;
				background-position: center;
}

.even {background-color: #B0B0B0;

}

.odd {background-image:url(../images/table_tile.jpg);

}

.odd_top {background-color: #E8E8E8;

}

.odd_end {background-color: #F8F8F8;

}

.tableborder {border: 1px solid;
			  border-color: #333;
}

/*---------------------------------------------------------*/
/* =Forms - the following style the form controls */
/*---------------------------------------------------------*/
form {background: url(../images/General_Tile.jpg) repeat-x top left;}

fieldset {
	/*background: url(../images/General_Tile.jpg) repeat-x top left;*/
	border: solid 1px #ccc;
	clear: both;
	/*margin-top: 6px;*/
	padding: 6px;
	padding-top: 0;
}
	fieldset p,
	fieldset label,
	fieldset input,
	fieldset textarea,
	fieldset input {padding: 0 3px;}

	fieldset h3 {
		background: none;
		margin-top: 6px;
		color: #555555;
	}
fieldset span {
	color: #f5961e;
	font-weight: bold;
	margin: 0 6px;
	}
	fieldset fieldset {
		clear: both;
		margin-top: 6px;
		padding: 12px;
	}
	legend {
		background: #e2e2e2;
		border: solid 1px #ccc;
		color: #f5961e;
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 12px;
		padding: 3px 6px;
	}
label, input, textarea, select {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	}
label {
	width: 140px;
}
input, select, textarea {
	margin: 0 12px 6px 0;
	width: 200px;
}
/*---------------------------------------------------------*/
/* =Float clearing */
/*---------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}
/*Hides from IE-mac*/
.clearfix {display: block;}
/*end hide from IE-mac*/
/*---------------------------------------------------------*/
/* =Classes */
/*---------------------------------------------------------*/
.bold {font-weight: bold;}
.bold_blue {color: #555555; font-weight: bold;}
.bold_orange {color: #f5961e; font-weight: bold;}

.blue {color: #0073af;}
.orange{color: #f5961e;}
.black {color: #000;}
.dark_grey {color: #333;}
.dark_medium_grey {color: #666}
.medium_grey {color: #999}
.light_grey {color: #ccc}
.lighter_grey {color: #dedede}
.almost_white {color: #eee}
.white {color: #fff}

.clear {clear: both;}

.float_left {float: left;}
.float_right {float: right;}

.hidden {display: none;}

img.float_left {padding: 6px 12px 6px 0;}
img.float_right {padding: 6px 0 6px 12px;}

img.float_left_padding_bottom {float: left; padding: 6px 12px 6px 0;}
img.float_right_padding_bottom {float: right; padding: 6px 12px 12px 0;}
img.float_left_padding_bottom2 {float: left; padding: 6px 12px 10px 14px;}
img.float_left_padding_bottom3 {float: left; padding: 6px 12px 10px 2px;}
img.float_left_padding_bottom4 {float: left; padding: 6px 12px 10px 4px;}
img.float_left_padding_bottom5 {float: left; padding: 6px 12px 14px 4px;}
img.float_left_padding_bottom6 {float: left; padding: 6px;}
img.padding_bottom {padding: 0px 0px 8px 0px} 

img.padding_leftRight_none {
	padding-right: 0; 
	padding-left: 0;
	padding-bottom: 8px;
} 

.letter_spacing {letter-spacing: 0.1em;}
.letter_spacing_bold {
	letter-spacing: 0.1em;
	font-weight: bold;
}

.paddingLeft {padding-left: 6px;}
.paddingRight {padding-right: 6px;}
.paddingTop {padding-top: 6px;}
.paddingTopBottom {padding: 6px 0;}
.paddingbottomleft {padding: 10px}

/*---------------------------------------------------------*/
/* The following style has it's own clearfix added into it */
/*---------------------------------------------------------*/
div.line_break {
	border-bottom: solid 1px #ccc;
	clear: both;
	padding: 6px 0;
}
div.line_break:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }        
div.line_break {display: inline-block;}
/*Hides from IE-mac*/
div.line_break {display: block;}
/*end hide from IE-mac*/
/*---------------------------------------------------------*/
/* =button - form button style */
/*---------------------------------------------------------*/
input.button_left,
input.button_right {
	border: none;
	background-color: #0073af;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-top: 6px;
	padding: 3px;
	width: 100px;
}
input.button_right {float: right;}

input:hover.button_left,
input:hover.button_right {background-color: #333;}

/*---------------------------------------------------------*/
/* =calendar - js calendar styles */
/*---------------------------------------------------------*/
table.jCalendar {
	border: 1px solid #ccc;
	background: #999;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #999;
	color: #333;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f5961e;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f5961e;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f5961e;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}
/*---------------------------------------------------------*/
/* For the popup */
/*---------------------------------------------------------*/
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 12px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 177px;
	margin-right: 3px;
	float: left;

