﻿.outerBox
{   background: url(../images/Admin/outerTopLeft.jpg) no-repeat top left;
	background-color:#bbbbbb;
	width:350px;
	height:210px;
	margin:0;
}

.outerBoxTopRightCorner
{   background: url(../images/Admin/outerTopRight.jpg) no-repeat top right;
    height:210px;
    width:350px;
    float:left;
}

.outerBoxBottomRightCorner
{   background: url(../images/Admin/outerBottomRight.jpg) no-repeat bottom right;
    height:210px;
    width:350px;
    float:left;
}

.outerBoxBottomLeftCorner
{   background: url(../images/Admin/outerBottomLeft.jpg) no-repeat bottom left;
    height:210px;
    width:350px;
    text-align:center;
    float:left;
}

.innerBox
{   background: url(../images/Admin/innerTopLeft.jpg) no-repeat top left;
	background-color:#efefef;
	width:300px;
    height:160px;
    margin:25px auto 0 auto;
}

.innerBoxTopRightCorner
{   background: url(../images/Admin/innerTopRight.jpg) no-repeat top right;
    height:160px;
    width:300px;
	float:left;
}

.innerBoxBottomRightCorner
{   background: url(../images/Admin/innerBottomRight.jpg) no-repeat bottom right;
    height:160px;
    width:300px;
	float:left;
}

.innerBoxBottomLeftCorner
{   background: url(../images/Admin/innerBottomLeft.jpg) no-repeat bottom left;
    height:160px;
    width:300px;
	float:left;
}

#Manage
{	 background:url(../images/Admin/manage.jpg) no-repeat top left;
	 width:160px;
	 height:22px;
	 float:left;
}

#ManageSelected
{	 background:url(../images/Admin/manageSelected.jpg) no-repeat top left;
	 width:160px;
	 height:22px;
	 float:left;
}

#AddNew
{	 background:url(../images/Admin/addNew.jpg) no-repeat top left;
	 width:160px;
	 height:22px;
	 float:left;
}

#AddNewSelected
{	 background:url(../images/Admin/addNewSelected.jpg) no-repeat top left;
	 width:160px;
	 height:22px;
	 float:left;
}

#progressBarContainer
{  width:429px;
   border:1px double #000000;
   height:20px;
   margin-top:5px;
}

#progressBar
{  width:0%;
   background-color:#2DFD37;
   height:100%;
}
