/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   Date        :   7.10.2001
'   Author      :   InterWeb Technologies
'   Description :   Order Tracking v4 Cascading Style Sheet
'   Licensed to :
''
'                         COPYRIGHT NOTICE
''
'   The contents of this file is protected under the United States
'   copyright laws as an unpublished work, and is confidential and
'   proprietary to InterWeb Technologies.  Its use or disclosure in
'   whole or in part without the expressed written permission of
'   InterWeb Technologies is expressely prohibited.
''
'   (c) Copyright 2001 by InterWeb Technologies.  All rights reserved.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/
BODY {
    font-family : Verdana;
    font-size : 8pt;
    color:#000000;
    background-color :#FFFFFF;
    }
TABLE, TR, TD {
    font-family : Verdana;
    font-size : 8pt;
    color: #000000;
    background-color : #FFFFFF; 
	border-style: none;
	padding: 3px;
    }
HR {
	color: #5297F9;
	width: 50%;
	height: 1px;
}
HR.seperator {
	color: #5297F9;
	width: 100%;
	height: 1px;	
}
.BUTTON {
    font-family : Verdana;
    font-size : 8pt;
    color: Black;
    background-color: Gold;
     }
INPUT {
    font-family : Verdana;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
     }
SELECT {
    font-family : Verdana;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
     }
TEXTAREA {
    font-family : Verdana;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
    }
A:LINK, A:VISITED {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : #5297F9;
	text-decoration : underline;
}

/* .ie55 {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#bbbbbb', Positive='true');
	border-style:solid;
	border-width:0.025cm;
	border-color:#CCCCCC
}
 */

.ie55 {
	border-style: solid;
	border-width: 1px  1px 1px 1px;
	border-color: Silver
}

.tableheader {
	background-color: #F5F5F5;
	font-weight: bold;
}

.tableheader2 {
	background-color: Gold;
	font-weight: bold;
}

.RowHighlight {
 font-family: Verdana;
 font-size: 8pt;
 color: #000000;
 background-color: #FFFFFF;
}

.RowHighlightOver {
 font-family: Verdana;
 font-size: 8pt;
 color: #000000;
 background-color: Gold;
}

.SEbackground {
   background-color: #87CEFA;
}

.warningBUTTON {
    font-family : Verdana;
    font-size : 8pt;
    color: Black;
    font-weight: bold;
    background-color: #FF8000;
}

.buttonEMAIL {
    font-family : Verdana;
    font-size : 8pt;
    color: #F5F5F5;
    background-color: #228B22;
}

.EditLink
{
    font-family : Verdana;
    font-size : 8pt;
	 color : #5297F9;
	 text-decoration : underline;
    background-color :#FFFFFF;
}

.EditLink A:link
{
	color : #5297F9;
	text-decoration : underline;
}

.EditLink A:visited
{
	color : #5297F9;
	text-decoration : underline;
}

.EditLink A:visited:hover {
	color : #5297F9;
	text-decoration : underline;
}

.EditLink A:hover {
	color : #5297F9;
	text-decoration : underline;
}

.EditLink A:active {
	color : #5297F9;
	text-decoration : underline;
}