﻿/*writen By "ANSHU AGGARWAL*/

/*Start Master CSS*/
/*body, html{
	width:100%;
	height:100%;
	background-color:#fff;
	margin:auto;
	color:#000;
	font-family:Segoe UI;
	font-size:0.85em;
}
#Mainwrapper{
	width:100%;
	height:100%;
	display:block;
}
#header{
	width:100%;
	height:30px;
	background-image:url(./../../Images/menuBck.png);
	background-repeat:repeat-x;
}
#navBarLft
{
	float:left;
	width:51%;
}
#navBarRit
{
	float:right;
	width:30%;
	text-align:right;
	line-height:30px;
	color:Black;
}
#logout
{
	background-image:url(./../../images/LogOut.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    padding-left:18px;
    color:#000;
    text-decoration:none;
}*/
#home
{
	_background-image:url(./../../images/home-icon.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    padding-left:22px;
    color:#000;
    text-decoration:none;
}
/*#Logo
{
	background-image:url(./../../Images/ATPLogo.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:right;
	width:7%;
	height:30px;
}*/
#divBtn
{
	width:10%;
	float:left;
}
/*#statusBar 
{
	clear:both;
	background-color:#6B8DC2;
	width:100%;
	height:22px;
	color:White;
	font-family:Segoe UI;
	font-size:0.8em;
	font-weight:bold;
	padding:3px 0px 0px 0px;
}
#statusBarPopup 
{
	clear:both;
	background-color:#6B8DC2;
	width:100%;
	height:28px;
	color:White;
	font-family:Segoe UI;
	font-size:0.8em;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-align:center;
}
.PageTitle
{
	color:White;
	font-family:Segoe UI;
	font-size:1.3em;
	font-weight:bold;
	line-height:20px;
}
#wrapper {
	width:100%;
}*/
#DefaultPg, InvAlloc
{
	width:100%	
}

/*End Master CSS*/

/*Start Home Page CSS*/
#DefaultPg #divLft
{
	width:18%;
	float:left;
	background-color:#EEEEEE;
}
#DefaultPg #divRit
{
	width:81%;
	float:right;
}
#aa, #ab, #ac, #ad, #ae, #af
{
	height:30px;
	background-image:url(./../../Images/chart01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:30px;
	padding-left:30px;
	border-bottom:solid 1px #fff;
	font-size:1.1em;
}
#divLft a
{
	text-decoration:none;	
	color:#000;
}
#Chart1, #Chart2, #Chart3, #Chart4, #Chart5, #Chart6 img
{
	text-align:center;
}
#Chart1, #Chart3, #Chart5
{
	width:49%;
	float:left;
	margin:0px 5px 5px 0px;
	border:solid 1px #EEE;
}
#Chart2, #Chart4, #Chart6
{
	width:49%;
	float:right;
	margin: 0px 5px 5px 0px;
	border:solid 1px #EEE;
}
.td1, .td3
{
	text-align:right;
	width:20%;
}
.td4, .td2
{
	width:30%;
	text-align:left;
}
/*End Home Page*/

/*Start Inventory Allocation CSS*/

/*End Inventory Allocation CSS*/