﻿body
{
    font-size:11px;
    font-family:Sans-Serif;
    background-color:#ECECE2;
}
#content
{
    width:1000px;
    margin:0 auto;
    background:#ffffff;
}
#footer 
{
    clear:both;
	color:#ffffff;
	text-align:center;
	background:url(/images/footer-background.gif) center no-repeat;
	padding:10px;
	margin:0px;
}
#footer ul {
	padding:0px;
	margin: 0px 0px 0px;
	list-style: none;
	text-align:center;
}
#footer ul li {
	border-left:1px solid #ffffff;
	padding:0px 5px;
	margin:0px;
	display:inline;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	text-transform:capitalize;
}
#footer ul li.first, #footer ul li.copyright {
	border:none;
}
#footer a {
	color:#ffffff;
	padding: 0px 3px;
}

/************** CONTROLS **************/
.textBox 
{
    border:solid 1px gray;
    width:120px;
}
.textBoxBig
{
    border:solid 1px gray;
    width:240px;
}
.textAreaBig
{
    border:solid 1px gray;
    width:400px;
    height:200px;
}
.datePicker
{
    border:solid 1px gray;
    width:80px;
}
.lb
{
    border:solid 1px gray;
    width:120px;
}
.lbBig
{
    border:solid 1px gray;
    width:310px;
    height:220px;
}
.ddlTiny
{
    width:50px;
    height:20px;
}
.ddlSmall
{
    width:120px;
}
.ddl
{
    width:250px;
}
.ui-state-disabled
{
	border:solid 1px #efefef;
}

/************** FORMS ***************/
.row
{
	vertical-align:bottom;
	clear:both;
}
.cell
{
	float:left;
	padding:3px;
}
.label
{
	font-size:8pt;
	font-weight:bold;
	color:#333366;
}
.groupBox
{
	border:solid 1px silver;
	position:relative;
	margin:10px;
	padding:10px;
	text-align:left;
}
.groupBox .title
{
	position:absolute;
	top:-7px;
	left:5px;
	color:#555555;
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}
.buttonPanel
{
    text-align:right;
    width:100%;
    height:24px;
    font-weight:normal;
    clear:both;
    margin-top:5px;
}
.buttonPanel .sep
{
    float:right;
    height:20px;
    border-left:1px solid #aaa;
    border-right:1px solid #fff;
    margin-top:2px;
    margin-bottom:2px;
}
.buttonPanel div
{
	width:70px;
	height:16px;
	padding-top:2px;
	margin:2px;
	text-align:center;
	float:right;
}
.buttonPanel a
{
	width:70px;
	height:16px;
	padding-top:2px;
	margin:2px;
	text-align:center;
	float:right;
	text-decoration:none;
}
.error
{
    font-style:italic;
    color:red;
}
.note
{
    font-style:italic;
}

/************** DIALOGS ***************/
#WaitDialog
{
    text-align:center;
    font-style:italic;
    padding:10px;
	width:200px;
	height:40px;
	top:0px;
	left:0px;
	background-color:#ffffff;
	text-align:center;
	position:absolute;
	visibility:hidden;
	z-index:1000;
	border:solid 1px gray;
}
#AlertDialog
{
    text-align:left;
    padding:10px;
}
#ConfirmationDialog
{
    text-align:left;
    padding:10px;
}

/************** GRID ******************/
.gridFilter
{
	background:url(/images/magnify.png) no-repeat center left;
	padding-left:20px;
}
.gridClear
{
	background:url(/images/cancel.png) no-repeat center left;
	padding-left:20px;
}
.gridAdd
{
	background:url(/images/add.png) no-repeat center left;
	padding-left:20px;
}
.gridEdit
{
	background:url(/images/edit.png) no-repeat center left;
	padding-left:20px;
}
.gridDelete
{
	background: url(/images/minus.png) no-repeat center left;
	padding-left:20px;
}
.gridCustomer
{
	background:url(/images/user.png) no-repeat center left;
	padding-left:20px;
}
.gridItem
{
	background: url(/images/tag_green.png) no-repeat center left;
	padding-left:20px;
}
.gridCategory
{
	background: url(/images/folder.png) no-repeat center left;
	padding-left:20px;
}
.gridMoveUp
{
	background: url(/images/arrow_up.png) no-repeat center left;
	padding-left:20px;
}
.gridMoveDown
{
	background: url(/images/arrow_down.png) no-repeat center left;
	padding-left:20px;
}
.gridDownload
{
	background: url(/images/arrow_down.png) no-repeat center left;
	padding-left:20px;
}
.gridFile
{
	background: url(/images/paperclip.png) no-repeat center left;
	padding-left:20px;
}
#Totals
{
    display:none;
    width:1000px;
    border-right:solid 1px silver;
    border-left:solid 1px silver;
}
#Totals th
{
    background-color:#efefef;
    border-bottom:solid 1px silver;
	color:#333366;
    font-size:16px;
    font-weight:bold;
}

/************* NAVIGATION **************/
.navBar
{
    text-align:left;
    width:100%;
    height:24px;
    font-weight:normal;
    clear:both;
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
}
.navBar .sep
{
    float:left;
    height:20px;
    border-left:1px solid #aaa;
    border-right:1px solid #fff;
    margin-top:2px;
    margin-bottom:2px;
}
.navBar div
{
	width:80px;
	height:16px;
	padding-top:2px;
	margin:2px;
	text-align:center;
	float:left;
}
.navBar a
{
	width:80px;
	height:16px;
	padding-top:2px;
	margin:2px;
	text-align:center;
	float:left;
	text-decoration:none;
}
#PageBottomSpacer
{
	height:40px;
}

/************* DOWNLOADS **************/
#DownloadLinkPanel
{
    margin-top:5px;
    margin-bottom:10px;
}
#DownloadLink
{
    text-decoration:underline;
    color:#98AEBB;
}
#EmailList
{
    width:320px;
    margin-bottom:10px;
}
#EmailMessage
{
    width:320px;
}
#EmailListRequired
{
    color:Red;
    font-style:italic;
}

/************* ORDER LIST **************/
#OrderLinesTable, #RALinesTable
{
    border:solid 1px silver;
}

#OrderLinesTable th, #RALinesTable th
{
    background-color:#B3B38C;
    color:#FFFFFF;
    border-right:solid 1px #FFFFFF;
}

#OrderLinesTable th.end, #RALinesTable th.end
{
    border-right:none;
}

#OrderLinesTable tr.alt, #RALinesTable tr.alt
{
    background-color:#efefef;
}

#OrderLinesTable td, #RALinesTable td
{
    border-right:solid 1px silver;
}

#OrderLinesTable td.end, #RALinesTable td.end
{
    border-right:none;
}