@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	min-width:956px;
	background-color:#efefef;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
}

table {
	font-size:10px;
}

#maintable {
	height:100%;
	width:980px;
	margin:0 auto;
	background-color:#FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

#message, #popup, #tinymce {
	background:none;
	background-color:#FFF;
	min-width:100px;
	height:auto;
}

#container {
	vertical-align:top;
	padding:0px;
	height:97%;
	padding-bottom:80px;
}

#popup #container {
	background-image:none;
}

#header #site_title {
	display:none;
}

#login_header {
	background-image:url(../imgs/header-new.gif);
	height:175px;
}

#header {
	background-image:url(../imgs/header-new-2.gif);
	height:175px;
}

#header #logo, #search {
	display:none;
}

#loginpage #content {
	padding:18px;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#010101;
}

.error {
	color:#ed1c24;
}

/* subheader */

#subheader {
	margin-top:-19px;
}

#subheader #search {
	background-repeat:no-repeat;
	height:67px;
	width:269px;
	padding-left:18px;
	background-position:left bottom;
	float:left;
}

#subheader #nav {
	background-image:none;
	height:42px;
	padding-right:4px;
}

#nav ul {
	padding:0px;
	margin:0px;
	height:22px;
}

#nav li {
	width:83px;
	margin-left:4px;
	background-image:none;
	font-weight:bold;
}

#crm_nav li {
	font-weight:bold;
}

#nav a, #crm_nav a {
	background-color:#0079c1;
	background-image:url(../imgs/nav_button.gif);
	background-repeat:no-repeat;
	width:66px;
	cursor:pointer;
	color:#FFF;
	height:27px;
	padding-top:4px;
}

#nav a:hover, #nav .active a, #crm_nav a:hover, #crm_nav .active a {
	background-image:url(../imgs/nav_button_hover.gif);
	background-color:#0079c1;
	color:#FFF;
}

#crm_nav ul {
	padding:0px;
}

#crm_nav li {
	margin-left:0px;
	margin-right:8px;
}

#breadcrumb {
	height:26px;
	margin-top:42px;
}

#breadcrumb ul {
	padding-top:0px;
	margin-top:0px;
}

#breadcrumb li {
	padding-top:10px;
}

#breadcrumb a, #breadcrumb li {
	color:#000;
}

#login_header #site_title, #login_header #logo, #header #site_title b {
	display:none;
}

#dialog {
	width:362px;
	margin:0 auto;
	text-align:center;
	margin-top:18px;
	background-image:url(../imgs/dialog_bg.gif);
	background-repeat:repeat-y;
}

#dialog h1 {
	background-color:#0079c1;
	color:#FFF;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	font-size:4px;
	height:14px;
	background-image:url(../imgs/dialog_top.gif);
	background-repeat:no-repeat;
}

#dialog .error {
	color:#ed1c24;
}

#dialog .content {
	padding:18px;
	padding-top:2px;
	background-image:url(../imgs/dialog_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#login_links .register a {
	color:#000;
}

#login_links .forgot a {
	color:#FFF;
	text-decoration:none;
}

#login ul input {
	background-image:none;
	border:solid 1px #000;
}

#login label {
	margin-right:4px;
}

.ok_button {
	width:113px;
}

.highlight_field, .highlight {
	background-color:#0079c1;
	color:#FFF;
}

.highlight a, .highlight a:visited {
	color:#FFF;
}

#forgot h3 {
	text-align:center;
	font-size:12px;
}

.odd {
	background-color:#cadef1;
}

/* Boxes */
#boxes .box {
	width:163px;
	height:102px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

#boxes a {
	text-decoration:none;
	color:#FFF;
}

#boxes h3 {
	margin:0px;
	text-align:center;
	background-image:url(../imgs/blue_header.png);
	background-color:#0079c1;
	height:26px;
	line-height:26px;
	font-size:11px;
}

#boxes img {
	margin:0px;
	padding:0px;
	border:none;
}

#boxes .border {
	/* IE PNG HACK */
	background-image: /**/ url(../imgs/box_border_mask.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/imgs/box_border_mask.png', sizingMethod='crop');
	background-repeat:no-repeat;
	height:72px;
	width:163px;
	position:absolute;
	z-index:1;
	cursor:pointer;
}

/* Grey */
#boxes .grey h3 {
	background-color:#b2b2b2;
}

#boxes .grey a {
	color:#000;
}

#boxes .grey .border {
	border-color:#b2b2b2;
}

/* Blue */
#boxes .blue h3 {
	background-color:#0079c1;
}

#boxes .blue .border {
	border-color:#0079c1;
}

/* Green */
#boxes .green h3 {
	background-color:#1D8892;
}

#boxes .green .border {
	border-color:#1D8892;
}

/* Black */
#boxes .black h3 {
	background-color:#010101;
}

#boxes .black .border {
	border-color:#010101;
}

/* Red */
#boxes .red h3 {
	background-color:#ed1c24;
}

#boxes .red .border {
	border-color:#ed1c24;
}

#boxes .green h3 a, #boxes .blue h3 a, #boxes .black h3 a, #boxes .red a {
	color:#FFFFFF;
}

/* buttons */

.button a {
	text-decoration:none;
	color:#fff;
}

.button a, .button a:visited, .button input {
	font-weight:bold !important;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:5px 8px;
}

.button a:hover, .button input:hover {
	text-decoration:none;
	color:#FFF;
}

.button input, #login #submit_button input {
	padding:0 12px 6px;
}

.button input {
	background-color:transparent !important;
}

.button a.disabled {
	color:#CCC;
}

.button a, .button a:visited, .button input {
    background-image: /**/ url(/media/imgs/button.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/imgs/button.png', sizingMethod='crop');
    background-repeat: no-repeat;
    line-height: 1em;
    float: left;
    display: block;
    text-decoration: none;
    cursor: pointer;

	font-weight: bold !important;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 5px 8px;

	background-color:transparent;
	min-height:31px;
}
.button a:hover {
    background-color: transparent;
}

#banner td {
	height:1%;
}

/* Footer */
#footer td {
	padding:0px;
	height:2%;
	text-align:center;
	font-size:9px;
	background-color:#E6E7E8;
}

#nav .notification {
	float:none;
	position:relative;
	width:auto;
	height:auto;
	background-image:none;
	top:0;
	left:0;
	line-height:normal;
	margin:0;
}

.nav .notification span {
	display:inline;
}

.no_records {
	color:#ed1c25;
}

.imageborder {
	border:1px solid #A9AAAB;
}

#changes {
	display:none;
}

#delivery_options {
	list-style:none;
	margin:0;
	padding:0;
}

#delivery_options li {
	margin-bottom:10px;
}

#content table .subhead {
	background-color:#000;
}

#calendar_page {
	background-image:none;
	background-color:#FFF;
}

#calendar th {
	background-color:#0079c1;
}

#calendar .highlight a, #calendar .calnav a {
	border-color:#0079c1;
	color:#0079c1;
}

.ok_button {
	display:none;
}

#loginpage #content > h1 {
	max-width: 400px;
	margin: 1em auto;
}

#login {
	color:#FFF;
}

#login #submit_button  {
	display:block;
	float:none;
	margin:0 auto;
	width:100px;
}

#login .button input {
	/* IE PNG HACK */
	background-image: /**/ url(../imgs/button_active.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/imgs/button_active.png', sizingMethod='crop');
}

#login_links {
	clear:both;
	padding-top:8px;
	margin-top:0;
	height:20px;
}

.recordset {
	margin-right:8px;
	margin-bottom:8px;
}

.recordset h1, .recordset h2, #content table th {
	background-color:#E03A3E;
	font-size:10px;
}

#login ul {
	margin-left:55px;
}

#homelink {
	display:block;
	width:250px;
	height:82px;
	float:left;
	margin-left:18px;
	margin-top:12px;
}

#nav {
	width:640px;
	float:right;
}

#content {
	padding-top:18px;
	padding:8px;
}

#breadcrumb ul {
	margin-left:8px;
}

#page_mydetails #my_details {
	width:auto;
	margin:0;
}

#dds .redrow {
	background-color:#E03A3E !important;
}

#dds .pagenav .pageon a {
	background-color:#0079c1 !important;
	text-decoration:none;
}

.rowhover {
	background-color:#0079c1;
	color:#FFF;
}

.rowhover a {
	color:#FFF;
}

#dealers #record_header {
	border-bottom:4px solid #E03A3E !important;
}

#dealers #record_footer {
	border-top:4px solid #E03A3E !important;
}

#dealers .right a {
	text-align:center !important;
}

.required_error {
	color:#FFF !important;
}

#loginpage #foot {
	display:block;
}

#crop_buttons div.button a {
	background-size: 100% 31px;
}

#notificationsAlert svg {
	fill: #FFFFFF;
}
