html{
	margin:0;
	padding:0;
	width: 100%;
}

body{
	margin:0;
	padding:0;
	width: 100%;
	font-size:70%;
	font-family:helevetica,arial,sans-serif;
	color:#666;
	background:#f6f4ec;
	}
form{
	margin:0;
	padding:0;
	}
#logo{
	float:left;
	margin:10px 0 0 15px;
	cursor:pointer;
	}
#logo h1{
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	width:141px;
	height:46px;
	margin:0;
	}
a:link,
a:visited{
	color:#f26522;
	padding:2px 0 2px 0;
	text-decoration:none;
	}
a:hover,
a:active{
	color:#f26522;
	text-decoration:underline;
	}
a.iconWarehouseAlert:link,
a.iconWarehouseAlert:visited,
a.iconWarehouseAlert:hover,
a.iconWarehouseAlert:active{
	padding-left:25px;
	background: url(../images/icon_alert_warehouse.gif) no-repeat;
	}
a.iconRelationshipAlert:link,
a.iconRelationshipAlert:visited,
a.iconRelationshipAlert:hover,
a.iconRelationshipAlert:active{
	padding-left:25px;
	background: url(../images/icon_alert_relationship.gif) no-repeat;
	}
a.iconMarketingAlert:link,
a.iconMarketingAlert:visited,
a.iconMarketingAlert:hover,
a.iconMarketingAlert:active{
	padding-left:25px;
	background: url(../images/icon_alert_marketing.gif) no-repeat;
	}
a.iconAccountingAlert:link,
a.iconAccountingAlert:visited,
a.iconAccountingAlert:hover,
a.iconAccountingAlert:active{
	padding-left:25px;
	background: url(../images/icon_alert_accounting.gif) no-repeat;
	}
.floatClear{
	clear:both;
	display:block;
	}
	
/* Account Info
-----------------------------------------------------------------------------*/

h5{
	margin:0;
	padding:0;
	font-size:1.3em;
	font-weight:normal;
	color:#000;
	}
#accountInfo{
	float:right;
	margin:5px 10px;
	display:none;
	}
#accountInfo img{
	border:1px solid #000;
	margin-right:5px;
	}
#accountInfo table{
	margin:0;
	float:left;
	}
#accountInfo table td{
	text-align:right;
	padding:2px;
	}
#accountInfo table td ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#accountInfo table td ul li{
	font-size:.9em;
	display:inline;
	margin-left:2px;
	}
#accountInfo #inbox{
	font-size:.9em;
	margin-top:10px;
	}
#accountInfo #inbox th{
	text-align:left;
	padding-right:10px;
	font-weight:normal;
	color:#333;
	}
#accountInfo #inbox td{
	text-align:center;
	padding:2px 1px;
	vertical-align:middle;
	}
#accountInfo #inbox td a{
	}
#accountInfo #inbox .newMessage{
	font-weight:bold;
	}
	
/* Top Navigation
-----------------------------------------------------------------------------*/

#topNav{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/bg_topNavBottom.gif) repeat-x left bottom;
	overflow:hidden;
	display:none;
	}
#topNav li{
	float:left;
	margin:10px 0 0 0;
	padding:0 1px 0;
	}
#topNav li.first{
	margin-left:8px;
	}
#topNav li a:link,
#topNav li a:visited{
	float:left;
	margin-top:2px;
	padding:5px 13px 6px 13px;
	color:#70828f;
	font-weight:bold;
	background:#f2f6f9 url(../images/bg_mainTabOff.gif) repeat-x left top;
	text-decoration:none;
	border-top:1px solid #a0a4a9;
	border-left:1px solid #a0a4a9;
	border-right:1px solid #a0a4a9;
	font-size:1.1em;
	}
#topNav li a:hover,
#topNav li a:active{
	color:#323232;
	background:#d9e5f3;
	text-decoration:none;
	border-top:1px solid #878a8f;
	border-left:1px solid #878a8f;
	border-right:1px solid #878a8f;
	}
#topNav li.current a:link,
#topNav li.current a:visited,
#topNav li.current a:hover,
#topNav li.current a:active{
	padding:8px 12px 6px 12px;
	margin-top:0px;
	color:#323232;
	background:#fff url(../images/bg_mainTabCurrent.gif) repeat-x left bottom;
	text-decoration:none;
	border-top:1px solid #878a8f;
	border-left:1px solid #878a8f;
	border-right:1px solid #878a8f;
	}
#topNav li.rightTab{
	float:right;
	margin-right:8px;
	}
	
/* Alerts
-----------------------------------------------------------------------------*/

.alertConfirm{
	margin:8px 8px 0 8px;
	padding:7px 7px 7px 40px;
	background:#70c470 url(../images/icon_alertConfirm.gif) no-repeat 10px 50%;
	border:1px solid #429a42;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	}
.alertError{
	margin:8px 8px 0 8px;
	padding:7px 7px 7px 40px;
	background:#dd5730 url(../images/icon_alertError.gif) no-repeat 10px 50%;
	border:1px solid #970909;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	}

	
/* Search Navigation
-----------------------------------------------------------------------------*/

#searchNav{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/bg_topSearchNavBottom.gif) repeat-x left bottom;
	overflow:hidden;
	}
#searchNav li
{
	float: right;
	margin: 0;
	padding: 0 1px 0;

}
#searchNav li.first{
	margin-right: 8px;
	}
	
#searchNav li a:link,
#searchNav li a:visited
{
	float: left;
	margin-top: 7px;
	padding: 3px 13px 3px 13px;
	color: #70828f;
	font-weight: bold;
	background: #f2f6f9 url(../images/bg_mainSearchTabOff.gif) repeat-x left top;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.1em;
}
#searchNav li a:hover,
#searchNav li a:active{
	color:#323232;
	background:#d9e5f3;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
#searchNav li.current a:link,
#searchNav li.current a:visited,
#searchNav li.current a:hover,
#searchNav li.current a:active{
	margin-top: 7px;
	padding: 3px 13px 4px 13px;
	color:#323232;
	background:#fff url(../images/bg_mainSearchTabCurrent.gif) repeat-x left bottom;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
	
#searchNav li.qsTab{
float: left;
margin-left: 8px;

}
	
	
	
/* Content Area
-----------------------------------------------------------------------------*/

#contentWrapper{
	background:#fcfcfc url(../images/bg_contentWrapper.gif) repeat-x left top;
	}
#contentArea{
	background:#fff;
	margin:0px 8px 8px 8px;
	padding:20px 20px 10px 20px;
	border:1px solid #ccc;
	width:auto;
	}
#searchContentArea{
	background: none;
	margin: 8px;
	margin-top: 0;
	padding: 10px 0 0 0;
	overflow: auto;
	height: 1%;
	}
#searchContentArea #contentArea{
	margin: 0;
	border-top: none;
	}
html>body #searchContentArea #contentArea{
	}
#leftPane{
	float:left;
	}
html>body #leftPane{
	float:none;
	margin-right:290px;
	}
#rightPane{
	float:right;
	width:270px;
	}
#loginBox{
	background:#fff;
	border:4px solid #ccc;
	overflow:hidden;
	width:450px;
	margin:150px auto 0 auto;
	}
.carveoutSelect td{
	padding:10px 20px 10px 0;
	}
.carveoutSelect td p{
	margin:0 0 4px 0;
	}
kbd{
	font-weight:bold;
	font-family:helevetica,arial,sans-serif;
	}
	

/* Account Info
-----------------------------------------------------------------------------*/

h2{
	font-size:2em;
	margin:0;
	color:#333;
	}
p.breadcrumb{
	margin:0 0 8px 0;
	padding:10px 0 0 10px;
	font-size:.9em;
	color:#333;
	display:none;
	}
input.small,
select.small{
	font-size:.9em;
	}
#priority{
	float:left;
	padding:0 5px 3px 10px;
	width:auto;
	font-weight:bold;
	font-size:5em;
	color:#cdd6e2;
	border-left:1px dotted #ccc;
	}
#priority.ticket{
	font-size:3em;
	}
#priority .label{
	display:block;
	float:left;
	margin-top:14px;
	font-weight:normal;
	font-size:.2em;
	color:#545f6a;
	}
#priority.ticket .label{
	float:none;
	margin-top:8px;
	font-size:.3em;
	}
#item{
	float:left;
	margin-right:20px;
	}
#itemInfo{
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
	}
#itemInfo li{
	margin:0 0 4px 0;
	padding:0;
	font-size:.9em;
	}
#itemArt{
	float:left;
	margin-top:4px;
	margin-right:8px;
	}
#itemArt img{
	border:1px solid #666;
	}
	
/* Item Tools
-----------------------------------------------------------------------------*/

#itemTools{
	list-style:none;
	clear:both;
	margin:0 0 20px 0;
	padding:5px 0 13px 0;
	border-bottom:1px solid #e2e1e1;
	width:100%;
	display:none;
	}
#itemTools li{
	display:inline;
	margin-right:13px;
	border-right:1px solid #999;
	padding-right:8px;
	}
html>body #itemTools li{
	margin-right:5px;
	}
#itemTools li.last{
	border-right:none;
	}
#itemTools li a:link,
#itemTools li a:visited{
	color:#2c9608;
	}
	
/* Quick Search
-----------------------------------------------------------------------------*/

#quickSearch{
	float:right;
	padding:10px;
	/* background:#d3e7c5 url(../images/bg_quickSearch.gif) repeat-x left bottom; */
	border:5px solid #ececec;
	width:240px;
	margin-bottom:15px;
	display:none;
	}
#quickSearch h4{
	margin:0 0 7px 0;
	padding:0;
	font-size:1.2em;
	font-weight:normal;
	color:#333
	}
input.quickSearchField{
	width:170px;
	}
	
/* Panels
-----------------------------------------------------------------------------*/

.panelHeader{
	overflow:hidden;
	padding:7px 2px 7px 6px;
	height:1%;
	background:#fff url(../images/bg_panelHeader.gif) repeat-x left bottom;
	border:1px solid #9cadbb;
	}
html>body .panelHeader{
	height:auto;
	}
.panelHeader.alerts{
	background:#fff url(../images/bg_panelHeader_Alert.gif) repeat-x left bottom;
	}
.panelHeader h3{
	margin:3px 0 0 4px;
	padding:0;
	float:left;
	font-size:1.1em;
	font-family:"Lucida Grande",helvetica,arial,sans-serif;
	color:#313842;
	}
html>body .panelHeader h3{
	margin:3px 0 0 8px;
	}
.panelHeader h3 .sub{
	font-size:.9em;
	font-weight:normal;
	}
#rightPane .panelHeader{
	background:#ececec;
	border:5px solid #ececec;
	padding:7px 2px 7px 0;
	}
.panelHeader ul{
	float:right;
	list-style:none;
	margin:2px 10px 0 0;
	padding:0;
	}
.panelHeader ul li{
	float:left;
	margin:0 0 0 15px;
	padding:0;
	}
.panelContent{
	border-left:1px solid #9cadbb;
	border-right:1px solid #9cadbb;
	border-bottom:1px solid #9cadbb;
	overflow:hidden;
	margin-bottom:20px;
	height:1%;
	}
html>body .panelContent {
	height: auto;
	}
#rightPane .panelContent{
	border-left:5px solid #ececec;
	border-right:5px solid #ececec;
	border-bottom:5px solid #ececec;
	}
.panelContent.tools,
.panelContent.tickets{
	padding:10px;
	}
.panelContent.fullReport{
	border-top:1px solid #9cadbb;
	}
.panelContent h6{
	margin:3px 0 4px 0;
	padding:0;
	font-size:1em;
	color:#313842;
	}
.panelContent p{
	margin:10px 0 10px 20px;
	}
.panelSummary{
	margin:0 0 0 0;
	padding:10px 13px 10px 13px;
	background:#d8dde3;
	border-bottom:1px solid #9cadbb;
	overflow:hidden;
	height:1%;
	}
.panelSummary.below{
	clear:both;
	width:auto;
	border-top:1px solid #ccc;
	background:#efefef;
	}
html>body .panelSummary.below{
	width:100%;
	}
.panelSummary.hide{
	display:none;
	}
.panelSummary p{
	margin-top:0;
	margin-left:0;
	}
html>body .panelSummary{
	height:auto;
	}
.panelSummary ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.panelSummary ul li{
	margin:0;
	padding:0;
	display:inline;
	margin:0 20px 0 0;
	float:left;
	}
.panelSummary ul li.right{
	float:right;
	margin-right:0;
	}
html>body .panelHeader.tickets,
html>body .panelHeader.tools{
	margin-top:90px;
	}
.panelContent.tickets dl{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
	}
.panelContent.tickets dt{
	margin:0 0 5px 0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	}
.panelContent.tickets dd{
	margin:0 0 8px 0;
	padding:0;
	}
.panelContent.tools ul{
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
	}
.panelContent.tools li{
	margin:0 0 4px 0;
	padding:0;
	}
.panelContent p.noContent{
	text-align:center;
	}
.panelButtons{
	width:97%;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:15px;
	float:right;
	text-align:right;
	}
table.panelButtons{
	width:90%;
	margin:0;
	}
table.panelButtons td{
	padding:5px 5px 5px 15px;
	text-align:left;
	}
table.panelButtons td.right{
	text-align:right;
	}
#refineResults{
	display:none;
	}

/* Tables - Data
-----------------------------------------------------------------------------*/

table.data{
	width:100%;
	border-collapse:collapse;
	float:left;
	}
table.data th{
	border-bottom:1px solid #b1afb1;
	background-color:#e6eaef;
	color:#797b7e;
	text-align:left;
	padding:6px 14px 6px 14px;
	}
table.data th a:link,
table.data th a:visited{
	text-decoration:underline;
	color:#797b7e;
	}
table.data th a:hover,
table.data th a:active{
	color:#333;
	}
table.data td{
	padding:6px 14px 6px 14px;
	vertical-align:top;
	border:1px solid #d9d9d9;
	}
#rightPane table.data td{
	border:1px solid #ececec;
	padding:6px 14px 6px 10px;
	}
table.data td.center,
table.data th.center{
	text-align:center;
	}
table.data td.right,
table.data th.right{
	text-align:right;
	}
table.data td.fixed,
table.data th.fixed{
	width:15%;
	}
table.data td.trackID{
	font-size:3em;
	font-weight:bold;
	color:#999;
	}
table.data td.tableRowActions ul{
	list-style:none;
	margin:0;
	padding:0;
	}
table.data td.tableRowActions ul li{
	float:left;
	margin:3px 0 0 9px;
	padding:0;
	}
table.data tr.alt{
	background-color:#f6f7f9;
	}
table.data tr.expanded{
	border-top:1px dotted #ddd;
	border-bottom:1px solid #ccc;
	}
table.data tr.expanded ul{
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
	}
table.data tr.expanded li{
	margin:0 10px 5px 0;
	padding:0 10px 0 0;
	}
table.data tr.taskClosed{
	color:#b0b0b0;
	}
table.data tr.rowSeperation{
	border-bottom:1px dotted #ccc;
	}
.tablePagination{
	width:100%;
	margin-bottom:0;
	border:none;
	border-top:1px solid #ccc;
	}
.tablePagination.bottom{
	border-top:none;
	border-bottom:1px solid #ccc;
	padding-top:0;
	margin-top:-20px;
	}
.tablePagination th{
	padding:5px 5px 5px 3px;
	background:transparent;
	color:#747474;
	font-weight:normal;
	text-align:left;
	}
.tablePagination th.right{
	text-align:right;
	}
.tablePagination th.center{
	text-align:center;
	}
.tablePagination th a:link{
	color:#369;
	}
table.data a.descending:link,
table.data a.descending:visited,
table.data a.descending:hover,
table.data a.descending:active{
	color:#262626;
	text-decoration:underline;
	background:url(../images/sortArrowDown.gif) no-repeat right 6px;
	padding-right:13px;
	}
table.data a.ascending:link,
table.data a.ascending:visited,
table.data a.ascending:hover,
table.data a.ascending:active{
	color:#262626;
	text-decoration:underline;
	background:url(../images/sortArrowUp.gif) no-repeat right 4px;
	padding-right:13px;
	}
.rowSelect{
	width:20px;
	}
.rowNarrow{
	width:45px;
	}
th.rowSelect{
	width:20px;
	border-right:1px solid #b1afb1;
	}
ul.smallTableFooterButtons{
	margin:10px 10px;
	padding:0;
	float:right;
	}
ul.smallTableFooterButtons li{
	display:inline;
	margin:0;
	padding:0;
	}


/* Tables - Form
-----------------------------------------------------------------------------*/

table.form{
	float:left;
	width:30%;
	border-collapse:collapse;
	margin:10px;
	}
table.form.wide{
	float:left;
	width:62%;
	}
table.form.full{
	float:left;
	width:93%;
	}
table.form.half{
	float:left;
	width:48%;
	}
table.form.login{
	margin-top:20px;
	float:right;
	width:75%;
	}
html>body table.form.login{
	margin-top:20px;
	float:right;
	width:75%;
	clear:both;
	}
table.form th{
	text-align:right;
	padding:7px 2px;
	vertical-align:top;
	}
table.form td{
	padding: 6px 0 6px 2px;
	}
table.form td ul{
	list-style:none;
	margin:0;
	padding:0;
	}
table.form td ul li{
	margin-bottom:5px;
	}
.datePicker td{
	white-space:nowrap;
	}
.datePicker{
	display:inline;
	white-space:nowrap;
	}
p.dateSep{
	margin:4px 0 4px 0px;
	}

/* THIS WOULD BE THE CSS FOR MAKING THE DATES HIDDEN BEFORE THEY ARE REBUILT 
.datePicker select{
	color: white;
}

.showDatePicker{
	white-space: nowrap;
	display: inline;
}


.showDatePicker select{
	color: black;
}
*/
table.form th.left{
	text-align:left;
	}
table.form thead th{
	background-color:#ececec;
	padding:5px;
	}
table.form.subtable{
	border:1px solid #ccc;
	}
table.form th.required{
	padding-top:10px;
	}
span.required{
	color:#000;
	font-size:2em;
	vertical-align:-8px;
	}
.textField{
	padding:2px;
	}
.textFieldDate{
	width:60px;
	}
.textField.large{
	width:98%;
	}
input.small,
select.small{
	font-size:.9em;
	}
input.number{
	width:30px;
	}
input.numberSmall{
	width:20px;
	}
select.multiple{
	height: 100px;
	}
select.multipleSmall{
	height: 50px;
	}
textarea{
	width:98%;
	height:150px;
	}
textarea.small{
	height:50px;
	width:50%;
	}
textarea.autoWidth{
	width:auto;
	}
.formSubText{
	color:#999;
	font-style:italic;
	}
.trackEdit{
	display:block;
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ccc;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	}
.trackEdit.alt{
	background-color:#f6f7f9;
	}


/* Footer
-----------------------------------------------------------------------------*/
	
#footer{
	margin-left:10px;
	}

/* POPUP FRAME
-----------------------------------------------------------------------------*/

div.popUpDiv{

background: #FFFFFF;
border: 1px solid black;
position: absolute;
display: none;
z-index: 2000;
/*top: 20%;*/
left: 20%;
width: 60%;
/*height: 60% !important;*/
/*height: 300px;*/
overflow: hidden;
}


.popUpFrame
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
display:none;
}

.popUpScreen
{
  margin: 0;
  padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: .6;
	background-color: black;
}