table {
	border: 1;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}
form{
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainbody
{
    width: 800px;
    margin-left: auto;
    margin-right: auto; /*position: relative;*/
    display: block;
    text-align: center;
    visibility: visible;
    height: auto;
    left: auto;
    right: auto;
    border-right: #cccccc thin solid;
    border-top: #cccccc thin solid;
    border-left: #cccccc thin solid;
    border-bottom: #cccccc thin solid;
}
#headerblock,#footerblock {
	/*display: run-in;*/
	height: auto;
	width: 100%;
}
/* Page Header  */ 
#headerblock 
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*position: relative;*/
	vertical-align: bottom;
	padding-top: 15px;	
	clear:both;
}

/* Page Main section  */ 
#middleblock
{
    clear: both;
    background-color: #d3dce8;
    text-align: center; /* #999999;*/
    border-left-color: #999999;
    font-size: 12px;
    padding-top: 15px;
    border-right: #999999 thin solid;
    border-top: #999999 thin solid;
    border-left: #999999 thin solid;
    border-bottom: #999999 thin solid;    
}

/* Page footer */ 
#footerblock,#footerblock a {
	font-size: 9px;
	font-weight: lighter;
	color: #006699;
	text-decoration: none;
}

/***************************************************************************

	TOP MENU 

/**************************************************************************/
#topmenu,#topmenu a {
	clear: both;
	
}
#top_links
{   
    clear:both;
    list-style-type:none;        
    width:100%;                
    height: 22px;
    background-color:#dcdcdc;
    text-align:center;    
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
#top_links li 
{
    display: inline;   
    margin: 0px 0px 0px 0px; 
    list-style-type:none;
    padding: 0px 0px 0px 0px;
}
#top_links li a
{
    float: left;
    text-decoration: none;
    color: #006699;
    font-size: 10px;
    font-weight: bold;
    background-color: #d3d3d3;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    border-right: #006699 thin solid;
}
#top_links li a:hover 
{
    background-color:#006699;
    color:#d3dce8;
}
    
/***************************************************************************

	LOGO STYLE

/**************************************************************************/
#IMGLOGO {
	position: static ;
	/*left: 0px;
	top: 0px;*/		
	float:left;	
	margin-top: 0px;
	margin-bottom:10px;
	padding-top: 0px;
	height: 49px;
	width:150px;		
}

/*************************************************************************	

	MAIN MENU STYLES  ( INDEX.ASP )


***************************************************************************/
#mainmenublock {				/* MENU CONTAINER ( LIST )  */
	display: block;
	width: 30%;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.mainmenuoption {					/* MENU OPTION */
	text-align: center;
	padding-top: 7px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
.mainmenuoption a {					/* LINK'S STYLES */
	text-decoration: none;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
/*********************************************************************************************/




/*********************************************************************************************
**				LIST'S STYLES 
**					- ORDERS LIST TABLE  ( SHIPMENT TRACING , NEW ORDERS LIST )
*********************************************************************************************/
#listsblock table{						/*  TABLE STYLE */
	width : 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	border-collapse:collapse;
} 
#listsblock td,#listsblock th{			/*  CELLS STYLE */
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
}
#listsblock th a{						/*  COLUMN HEADER LINK STYLE */
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:  #006699;
}


/*********************************************************************************************
**				CUSTOMER ORDER STYLE
**					-
*********************************************************************************************/
#OrderHdr {
	text-align: center;
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#OrderHdr table{
	width: 100%;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
#OrderHdr td{
	width: 50%;
}
#OrderStops {
	border: thin solid #CCCCCC;
}
/*---------  stop window ----*/
#OrderStopHdr {
	border: thin solid #CCCCCC;
	text-align: center;
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;

}
#OrderStopHdr table {
	width: 100%;
}
#StopItems table,#StopItems select{
	width: 100%;
}
.ItemsInput {
	width: 100%;
}
