﻿html 
{
     overflow: -moz-scrollbars-vertical;
}
* 
{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: "Arial Narrow", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px; letter-spacing: 0.2pt;
	color: #666666;
}

h1, h2, h3 
{
	text-transform: lowercase;
	
}

h1 
{
	float: left;	
	width: 600px;
	font-size: 22px;
}

h2 {
	font-size: 24px;
	color: #666666;
}

h3 {
	font-size: 13px;
	color: #666666;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}
ul, ol
{
	margin-bottom: 2em;
	text-align: left;
	line-height: 100%;
}
p {
}

ul {
}

ol {
}

a {
	color: #ff9933;
}

a:hover {
	text-decoration: none;
}

a.hiddenLink
{
	color: #fff;
}

img {
	border: none;
}

img.left {
}

img.right {
}

hr {
	display: none;
}

table
{
	width: 100%;
}

input, select, textarea
{
	font-family: "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;	
}

input[type="text"]
{
	padding: 1px;
	border: 1px solid #999;
	width: 200px;
}

input[type="password"]
{
	width: 200px;
}

textarea
{
	width: 400px;
}

abbr, acronym 
{
	text-decoration: none;
	border-bottom: 1px dotted #eee;
	cursor: help;
}

/* Logo */

#header
{
	width: 959px;
	height: 85px;
	margin: 0 auto;
	background: #fff url(/images/layout/body_background_orange.gif) repeat-x;
}

#logo 
{
	width: 250px;
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 
{
	width: 223px;
	margin: 0;
	padding: 4px 0 0 0;
	height: 28px;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}

#logo h2 
{	
	padding: 28px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#logo a:hover
{
	text-decoration: underline;
}

div#activeNote, div#inactiveNote
{
	border: 1px solid black;
	text-align: center;
	 float: left; 
	 width: 70px; 
	 margin: 9px 9px 9px -25px;
	 padding: 2px 4px 2px 4px;
	 border: 1px solid #666;
	 color: #fff;
}

div#activeNote
{
	background-color: #b83a22;
}

div#inactiveNote
{
	background-color: #ff9933;
}

div#activeNote a, div#inactiveNote a
{
	color: #fff;
	text-decoration: none;
}

div#activeNote a:hover, div#inactiveNote a:hover
{
	text-decoration: underline;
}

div#noteContainer
{
	visibility: hidden;
	width: 645px;
	position: absolute;
	z-index: 1000;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px 0 4px 4px;
	margin: 0;
}

div#noteContainer p.noteBody
{
	padding: 2px 0 2px 4px;
	margin: 0;
}

div#noteContainer p.noteNew
{
	padding: 2px 0 4px 4px;
	margin: 0;
}

div#noteContainer span.noteStatus
{
	color: red;
	font-weight: bold;
}

div#noteContainer p.noteNew input[type="text"]
{
	width: 466px;
	margin-bottom: 4px;
}

div#search
{
	margin: 0;
	text-align: left;
	padding: 10px 0 0 0;
	width: 605px;
	float: left;
	color: #fff;
}

div#search span#hiddenTo
{
	color: #fff;
}

div#search select
{
	width: 85px;
	border: 0px solid #000;
}

div#search input[type="text"].query
{
	width: 360px;
	background-color: #fff;
	color: #666;
	border: 1px solid #333;
	height: 13px;
	margin-right: 4px;
}

div#searchDates
{
	visibility: hidden;
	width: 200px;
	position: absolute;
	z-index: 1000;
	background-color: #ff9933;
	height: 29px;
	padding: 0px 0 0 4px;
	margin: -4px 0 0 0;
	left: 0;
}

div#search input[type="text"].date
{
	width: 63px;
	background-color: #fff;
	color: #000;
	border: 1px solid #333;
}

div#searchOrdrJump 
{ 
	margin: -17px 0 0 0 !important; 
	padding: 0 !important;
	float: right; 
	width: 100px;
}

/* Menu */

#menu 
{
	width: 919px;
	margin: 0 auto;
	padding: 0;
}
#menu li li { border-top: 1px solid #fff; }
/*
#menu ul {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	list-style: none;
	line-height: normal;
	float: left;
}

#menu li {
	display: inline;
	width: 118px;
	height: 55px;
}*/
ul.sf-menu
{
	margin-top: 5px;
}
 ul.sf-menu ul
 {
	border-left: 1px solid #fff;
}
#menu a {
	/* margin: 0 0 0 10px; */
	/*padding: 2px 15px 0 15px; */
	text-transform: lowercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	cursor: pointer;
	
}


#menu a:hover {
	text-decoration: underline;
}

#menu a.sub:hover {
	text-decoration: underline;
}

#menu ul  li
{
	height: auto;
}

.menuHeading
{
	height: 6px;
	/*background-color: #ff9933; */
}

h1.title
{
	width: 236px;
}

.subMenu 
{
	width: 180px;
	margin: 0;
	padding: 5px 0 8px 0;
	background-color: #fff;
	border: 1px solid #292929;
	visibility:hidden;
	position: absolute;
	z-index: 999;
}

.subMenu div
{
	padding: 2px 0 0 0;
	margin: 0;
	text-transform: lowercase;
}

.subMenu p
{
	margin: 0;
	padding: 0 0 0 8px;
	width: 172px;
}

.subMenu a
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.subMenu a:hover 
{
	color: #666;
	text-decoration: underline;
}

/* Content */

#content 
{
	width: 959px;
	padding: 0 0 0 8px;
	margin: 0 auto;
}

#content h1 
{
	margin: 0 0 10px 0;
	padding: 6px 0 0 33px;
	background: url(/images/layout/h1_background_orange.gif) no-repeat left center;
	height: 30px;
}

#content .content 
{
	padding: 0;
	margin: 0;
}

/* Footer */

#footer 
{
	padding: 35px 0;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

/*
	Master pages
*/

.debugData
{
	margin: 8px;
	padding: 8px;
	border: 1px solid #ccc;
	background: #eee;
	line-height: 14px;
	float: left;
	display: block;
}

#sideBar
{
	float: right;
	width: 214px;
	padding: 0;
}

#sideBar .title
{
	margin-top: 9px;
	border: 1px solid #292929;
	padding: 4px;
	background-color: #ff9933;
	text-transform: lowercase;
	text-align: center;
	font-size: 11px;
}

#sideBar .title a
{
	color: #fff;
	text-decoration: none;
}

#sideBar .title a:hover
{
	text-decoration: underline;
}

.sideBarSubMenu
{
	width: 212px;
	background-color: #fff;
	border: 1px solid #292929;
	border-top: none;
	visibility: hidden;
	margin: -6px 0 0 -3px;
}

.sideBarSubMenu #sideBarContent
{
	width: 180px;
	float: left;
	padding: 12px 0 0 26px;
	text-align: left;
}

.sideBarSubMenu #sideBarContent ul li
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sideBarSubMenu #sideBarContent ul li a
{
	text-decoration: none;
}

.sideBarSubMenu #sideBarContent ul li a:hover
{
	text-decoration: underline;
}

#pageStatus
{
	clear: left;
	color: #ff0000;
	font-weight: bold;
}

.tableRowHeader
{
	font-weight: bold;
}

.tableRowHeader td
{
	border-top: 1px solid black;
}

table.withBorder td
{
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 4px;
}

table.withBorder td.lastCol
{
	border-right: 1px solid #666;
}

table td .textInputNormal
{
	width: 375px;
}

/*	validator callout background */
span.requiredFieldCallOutHeader
{
	padding: 5px;
	font-weight: bold;
}

p.requiredFieldCallOutBody
{
	margin: 0;
	padding: 5px;
}

.requiredFieldCallOutHighlight
{
	background-color: #FFFACD;
}

/*	email_template control */
div#emailPopup
{
	visibility: hidden;
	width: 851px;
	position: absolute;
	z-index: 1000;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	padding: 8px;
	margin: 0;
}

div#emailPopup .emailTemplateHiddenField
{
	color: #fff;
	border: 0;
	width: 5px;
}

div#emailPopup .emailTemplateSendStatus
{
	font-weight: bold;
	color: Red;
}

/* calendar control */
.radcalendar .ajax__calendar_container 
{
    background-color:#fff;
    border:solid 1px #666;
    font-family: "Arial Narrow", verdana,tahoma,helvetica;
    cursor:default;
    width:265px;
    font-size: 13px;
    text-align:center;
    padding:0px;
}

.radcalendar .ajax__calendar_body 
{
    height:136px;
    width:265px;
    position:relative;
    overflow:hidden;
}

.radcalendar .ajax__calendar_days, .radcalendar .ajax__calendar_months, .radcalendar .ajax__calendar_years 
{
    top:0px; 
    left:0px;
    height:136px;
    width:195px;    
    padding:5px;
    position:absolute;
    text-align:center;
}

.radcalendar .ajax__calendar_days table
{
    border-spacing:0;
    border-collapse:collapse;
    font:100% sans-serif;
    text-align:center;    
}

.radcalendar .ajax__calendar_header 
{
    padding-top:4px;
    background:url(/images/controls/radcalendar/header.gif) repeat-x; 
    height:21px;
}

.radcalendar .ajax__calendar_prev 
{
    margin-left:8px;
    margin-top:3px;
    display:block;
    cursor:pointer;
    float:left;
    background:url(/images/controls/radcalendar/prev.gif) no-repeat;
}

.radcalendar .ajax__calendar_next 
{
    margin-top:2px;
    margin-right:0px;
    display:block;
    cursor:pointer;
    float:right;
    background:url(/images/controls/radcalendar/next.gif) no-repeat;
}

.radcalendar .ajax__calendar_title 
{
    cursor:pointer;
    text-align:center;
	font-weight: bold;
    font-size: 13px;
    color:#fff;
    font-family: "Arial Narrow", verdana,tahoma,helvetica;
}

.radcalendar .ajax__calendar_footer, .radcalendar .ajax__calendar_today 
{
	color: #000;
}

.radcalendar .ajax__calendar_dayname 
{
    padding-left:3px;
    padding-right:3px;
    margin-bottom:5px;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
    font-weight: bold;
    font-size: 13px;
    color:#000;
    border-bottom:solid 1px #666;
}

.radcalendar .ajax__calendar_day, .radcalendar .ajax__calendar_month, .radcalendar .ajax__calendar_year
{
    padding:0px;
    color:#000;
    text-align:center;  
    padding:0pt 2px;
}

.radcalendar .ajax__calendar_hover .ajax__calendar_day, .radcalendar .ajax__calendar_hover .ajax__calendar_month, .radcalendar .ajax__calendar_hover .ajax__calendar_year
{
    color:#0066cc;
}

.radcalendar .ajax__calendar_other .ajax__calendar_day, .radcalendar .ajax__calendar_other .ajax__calendar_year
{
    color:#a6a6a6;   
}

.radcalendar .ajax__calendar_active .ajax__calendar_day
{
    color:#0066cc;   
}

/* pdm */
.productImageFile
{
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	padding: 0;
	margin: 0;
	left: 0;
	border: 1px solid #000;
}

/* ordr tally */
div#orderTotals
{
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	padding: 12px 0 0 9px;
	margin: 0;
	background-image: url(/images/layout/speech_bubble.png); 
	background-repeat: no-repeat; 
	width: 400px; 
	height: 56px;
}

div#orderTotals div
{
	padding: 0; 
	margin: 0;
}