﻿/* SCREEN STYLES */
@media screen
	{
	/* DIV LAYOUT */
	.headercontainer                {float:left;width:100%;height:60px;}
	.headercontainer .leftheader    {float:left;width:50%;height:60px;margin-right:15px;background-image:url(../../images/ewnBanner.gif);background-repeat:no-repeat;}
	.headercontainer .rightheader   {margin-left:0px;height:60px;}

	.infobarcontainer               {float:left;width:100%;height:25px;background-image:url(../../images/infobarcontainerBg.jpg);background-repeat:repeat-x;}
	.infobarcontainer .leftinfo     {float:left;width:50%;height:25px;margin-right:15px;line-height:20px;padding-left:10px;}
	.infobarcontainer .rightinfo    {margin-left:0px;height:30px;line-height:20px;background-image:url(../../images/infobarcontainerBg.jpg);background-repeat:repeat-x;text-align:right;padding-right:10px;}

	.contentcontainer               {float:left;width:100%;height:25px;}
	.contentcontainer .leftcontent  {float:left;width:25%;height:25px;margin-right:5px;}
	.contentcontainer .rightcontent {float:left;margin-left:0px;height:25px;}
	.FormViewDelivery               {width:100px;display:inline;}
	.entertext                      {text-align:center;}
	table                           {border:none 0px white;}
	.hide                           {visibility:hidden;}
		
    /* FONTS AND IMAGES */
	body                            {margin:5px 5px 5px 5px;font-family:tahoma;font-size:12px;}
	img                             {border:none;}		
	p,h1,pre                        {margin:0px 30px 10px 30px;}		
	h1                              {font-size:14px;padding-top:10px;}		
	a                               {font-family:tahoma;color:#CC0033;font-size:10px;font-weight:bold;}
    a:hover                         {text-decoration:none;}
	.ddl                            {font-family:tahoma;font-size:11px;width:147px;}
	.txtbox                         {font-family:tahoma;font-weight:normal;font-size:11px;width:140px;}
	.txtloginbox                    {font-family:arial; font-weight:normal; font-size:12px; height:19px; width:150px; border:1px #cccccc solid;}
	.TXTquantity                    {font-family:tahoma;font-weight:bold;text-align:right;font-size:12px;width:50px;}
    .txtUsername                    {font-weight:bold;}
    .FormViewDelivery               {font-weight:normal;}
    .stockRef                       {font-weight:bold;}
    .stockDesc                      {font-weight:normal;font-size:10px}
    .stockPrice                     {font-weight:bold;}
    .stockImage                     {border:solid 1px black;}
    .txtTotal                       {text-align:right;font-weight:bold;}
    .welcometext                    {text-align:center;font-size:18px}
    .processChart                   {display:inline;vertical-align:middle;width:10px;}
    .summaryPageDelivery            {padding:10px;background-color:#F7F7F7;margin-left:10px;}
    .orerHistoryGridHeader          {border:none 0px white; background-color:#E8E8E8;color:black;font-weight:bold;}
	.orerHistoryGridContent         {border:none 0px white; font-family:tahoma;font-size:11px;text-align:left;}
	.txtAddAll                      {text-align:right;}
	.stockListGridHeader            {font-family:tahoma;color:black;font-size:11px;text-align:left;font-weight:normal;}
       
    .menubg  a                       {}
    .menubg  a:hover                 {}
   
   
    /* GENERAL PROPERTIES FOR FIXED PART OF MENU (DOESN'T SEEM TO WORK TOO WELL..)*/
    .staticmenugeneric              {}
    
   
    /* STATIC .NET MENU */  
    .sMenuStyle                     {padding:10px 5px 0px 5px;}                                                      /* MAIN NAV TABLE */
    .sMenuItems                     {}                                                                              /* ITEMS */
    .sMenuHover                     {color:Black;background-image:url(../../images/infobarcontainerBg.jpg);background-repeat:repeat-x;}                             /* ITEMS (HOVER) */
    
    .sMenuSelected                  {}
    
    
    /* DYNAMIC .NET MENU */
    .dMenuStyle                     {border:#C2C0C1 solid 1px;padding:2px 5px 0px 5px;}                            /* MAIN NAV TABLE */
    .dMenuItems                     {}                                                                             /* ITEMS */
    .dMenuHover                     {color:Black;background-color:#CCCCCC;background-image:url(../../images/infobarcontainerBg.jpg);background-repeat:repeat-x;height:10px;}                             /* ITEMS (HOVER) */
    
    .dMenuSelected                  {} 
    
    
     /* IGNORE FOR NOW   */
    .lMenuItems                     {}              
    .lMenuSelected                  {} 
    .lSubMenu                       {}
    
    .hide4page                      {visibility:hidden;} 
   
}
    

/* PRINT STYLES */
@media print 
	{
	/* DIV LAYOUT */		
	#headercontainer                                {visibility:hidden;}
	#infobarcontainer                               {visibility:hidden;}
	#contentcontainer                               {float:left;width:100%;height:25px;}
	#contentcontainer #leftcontent                  {visibility:hidden;}
	#contentcontainer #rightcontent                 {margin-left:0px;height:25px;}	
	.staticmenugeneric                              {visibility:hidden;}
	.hide4print                                     {visibility:hidden;}
	
	.position4print                                 {position: absolute; top: 0px; right: 0px; }
	
    /* FONTS AND IMAGES */
	body                            {margin:5px 5px 5px 5px;font-family:tahoma;font-size:12px;}	
	.display                        {visibility:hidden;}

}
@media handheld /* For PDA's */
	{
	
	}
	
	
.button
{
	background-color: Transparent;
	margin: 0;
	padding: 0;
	border: 0;
	cursor:pointer;
}
