/* Start ----------------------------------------------------- body.css*/

body {
	background-color:#5a5a5a;
	background-image: url('/static/pantryweb/en/a7893b9de34d1db526909a19b9fb86089dc3d373/background.png');
	background-repeat: repeat-x;
}

/* @group Login */

body #login
{
	width: 950px;
	position:absolute;
	left: 50%;
	z-index:0;
	margin-bottom: 0;
	margin-top: 200px;
	margin-left: -475px;
}

body #login #login_left
{
	width: 450px;
	float: left;
}

body #login #login_right
{
	width: 500px;
	float: left;
}

body #login h1
{
	font: 48px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: #000 0px 0px 0px;
	text-shadow: #000 -1px -1px 0;
}

body #login h2
{
	color: #e6e6e6;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-shadow: #000 -1px -1px 0;
}

body #login p
{
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

body #login label
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e6e6e6;
}



body #login table
{
	margin-top:50px;
}

body #login table img
{
	vertical-align:text-bottom;
}

body #login a.link
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #f8ddfe;
	text-decoration: none;
	margin-left:5px
}

/* @end */

/* @group Application */

#appWindow {
	position:absolute;
	width:900px;
	height:600px;
	background-color:#e6e6e6;
	
	top: 50px;
	left: 50%;
	
	opacity:0.0;
	z-index:1;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: -450px;
}

/* @group Toolbar */

#appWindow #toolbar
{
	padding-top: 10px;
	padding-left: 10px;
	background-image:url('/static/pantryweb/en/a7893b9de34d1db526909a19b9fb86089dc3d373/toolbar.png');
	height: 65px;
	border-bottom: 1px solid #404040;
}

#appWindow #toolbar .toolbarButton
{
	float: left;
	height: 65px;
	margin-right:10px;
	margin-top: 10px;
	cursor: pointer;
}

#appWindow #toolbar .toolbarButton .toolbarButtonText
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	text-shadow: #ccd0d5 1px 1px 0;
	text-align: center;
	display:block;
}

#appWindow #toolbar .toolbarButtonImage
{
	display:block;
	width: 32px;
	height: 32px;
	margin: 0 auto 5px;
}

#appWindow #toolbar .separator
{
	float: left;
	height: 65px;
	width: 1px;
	margin-left:13px;
	margin-right:13px;
	background-image: url('/static/pantryweb/en/a7893b9de34d1db526909a19b9fb86089dc3d373/separator.png');
}

/* @end */

#content
{
	position:absolute;
	width:900px;
	height:625px;
	
	left: 50%;
	top: 126px;

	margin-left: -450px;
	
	opacity:0.0;

	z-index:2;
	overflow:hidden;
}

#content .sourceList
{	
	clear:none;
	padding:0px;
	margin:0px;
	
	position:absolute;
	left:0px;
	top:0px;
    
	border-right: 1px solid #a5a5a5;
}

#content .itemTable
{
    clear:none;
	margin:0px;
	padding:0px;
	
	position: absolute;
	left:201px;
    top:0px;
    
	border: none;
}

/* @group Add Item Pane */

.add-item-pane-header img
{
	float:left;
}

.add-item-pane-header h1
{
	color: #000;
	font: bold 48px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #fff 1px 1px 0;
	float:left;
	position:relative;
	top: 5px;
	left:10px;
}

.add-item-pane-filter-box
{
	
	clear:both;
	width: 100%;
	margin: 5px 0;
	padding-top: 10px;
}

.add-item-pane-defaults-box
{
	clear:both;
	width: 80%;
	margin: 0 0 5px;
}

.add-item-pane-buttons
{
	clear:both;
	float: right;
}

/* @end */

/* @group ItemGrid */

.itemGrid
{
	width: 100%;

	border: 0px;
	margin: 0px;
	padding: 0px;
	
	border-spacing: 0px;
	background-color:#fff;
}

.itemGrid .item-grid-header-style
{
	background-image: url('/static/pantryweb/en/a7893b9de34d1db526909a19b9fb86089dc3d373/tableheader.png');
	height: 17px;
}

.itemGrid .item-grid-header-style div,
.itemGrid .item-grid-row-style div
{
	padding-top: 1px;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	float: left;
	
	width: 100px;
	text-align:center;
}

.itemGrid .item-grid-header-style div.name,
.itemGrid .item-grid-row-style div.name
{
	width: 300px;
	text-align:left;
	padding-left:4px;
}


.itemGrid .item-grid-row-style
{
	width:100%;
	height: 17px;
	
	clear:both;
	
	cursor: pointer;
	font-size: 14px;
}

.itemGrid .item-grid-row-a-style
{
	background-color:#fff;
}

.itemGrid .item-grid-row-b-style
{
	background-color: #edf3fe;
}

.itemGrid .item-grid-row-selected-style
{
	background-color: #6e537a;
}

.itemGrid .item-grid-row-selected-style div
{
	color: #fff;
}

/* @end */

/* @group Details View */

#content .details
{
	border-top: 1px solid #a5a5a5;
	position:absolute;
	left:201px;
	top: 297px;
}

#content .details h1 {
	
	padding-top: 10px;
	padding-bottom:5px;
	width: 94%;
	
	position:relative;
	left:3%;
	
	border-bottom:1px solid #666;
	font: normal 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #191919;
}

#content .item-details-label
{
	text-align:right;
	width:135px;
}

#content .item-details-col1
{
	width: 50px;
}

/* @end */



/* @end */

#copyright {
	position: fixed;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	bottom: 20px;
	left: 20px;
}

/* @group Error Dialog */

.error-dialog-icon {
	width: 48px;
	padding: 10px;
	float: left;
}

.error-dialog-text {
	width: 332px;
	float: right;
}

.error-dialog-buttons {
	float: right;
}

/* @end */

.hidden-pane-init {
	display: none;
}

/* End ------------------------------------------------------- body.css*/

