﻿
    br
    {
        clear: left;
    }
    #col1
    {
        width: 323px;
    }
    #col2
    {
        width: 210px;

    }
    #col3
    {
        width: 275px;
        padding-left:15px;
    }
    #col4
    {
    	width:117px;
    }
 /*   .calendar
    {
        z-index: 10000;
    }*/
    #insertItems
    {
    	padding:5px;
    }
    
    .popupImageFrame
    {
    list-style:none;
    margin:0px;
    
    }
    .popupImageFrame li
    {
     background-image: url(../images/imageBackGround.jpg);	
     background-repeat:no-repeat;
     height:80px;
     width:97px;
     margin-top:10px;
    }
    .popupImage
    {
    	height:77px;
     width:97px;
    }
 
    
    #editItems
    {
    	 background-image: url(../images/popupBackGround.gif);
    	 background-repeat:no-repeat;
    	 width:968px;
    	 height:428px;
    }
    
   .AddItemButton
   {
	width:29px;
	height:100%;
	background-image: url(../images/btnAddItem.png);
	background-repeat:no-repeat;
   }
   
.AddItemButton:hover
{
	width:29px;
	height:29px;
	background-image: url(../images/btnAddItemHover.png);
	background-repeat:no-repeat;
}
.DeleteItemButton
{
	width:29px;
	height:100%;
	background-image: url(../images/btnDeleteItem.png);
	background-repeat:no-repeat;
}
.DeleteItemButton:hover
{
	width:29px;
	height:29px;
	background-image: url(../images/btnDeleteItemHover.png);
	background-repeat:no-repeat;
}
.EditItemButton
{
	width:29px;
	height:100%;
	background-image: url(../images/btnEditItem.png);
	background-repeat:no-repeat;
}
.EditItemButton:hover
{
	width:29px;
	height:29px;
	background-image: url(../images/btnEditItemHover.png);
	background-repeat:no-repeat;
}
.messageAreaGrid
{
	
	width:130px;
	height:60px;
	float:left;
	text-align:left;
	border-right:solid 1px #b0d2e9;
	font-size:9px;
	padding-left:5px;
	display:block;
}

#buttons
    {
    	width:100%;
    	height:70px;
    	border-top:solid 1px #b1d3ea;
    	float:left;
    	
    }
    
.buttonArea
{
	padding-top:5px;
	padding-left:15px;
	height:42px;
	float:left;
}

#commandArea
{
	font-size:9pt;
	color:#12175e;
}
#commandButtons
{
	padding-left:5px;
}
.gridFooter
{
	background-color:#e5e5e5;
}
.gridHeader
{
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}
.PopupTitle
{
	margin-top:10px;
	margin-left:10px;
}
#totalValue
{
    float:right;
    margin-top:-20px;
    margin-right:20px;
}
.uploadBox
{
	width:250px!important;
	height:90px;
}