/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   Date        :   5/18/2006
'   Author      :   InterWeb Technologies
'   Description :   
'   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 expressly prohibited.
'
'   (c) Copyright 2006 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: #599894;
	width: 50%;
	height: 1px;
}
HR.seperator {
	color: #599894;
	width: 100%;
	height: 1px;	
}
.BUTTON {
    font-family : Verdana;
    font-size : 8pt;
    color: White;
    background-color: #599894;
     }
.BUTTON2 {
    font-family : Verdana;
    font-size : 8pt;
    color: Black;
    background-color: #D3D3D3;
     }  
	  
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 : #00008B;
	text-decoration : underline;
}

A:HOVER {
	color : Black;
	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
}

.ie55_2 {
	border-style: solid;
	border-width: 1px  1px 1px 1px;
	border-color: #599894
}

.tableheader {
	background-color: #F5F5F5;
	font-weight: bold;
}

.tableheader2 {
	background-color: #D3D3D3;
	font-weight: bold;
}

.RowHighlight {
	background-color: #FFFFFF;
	font-weight: bold;
}

.RowHighlightOver {
	font-weight: bold;
	background-color: Gold;
}

.RowHighlightOver2 {
	color: White;
	font-weight: bold;
	background-color: #599894;
}

.CreditWarning {
	background-color: Red;
	font-weight: bold;
	color: White;
	text-align: center;
}

.CreditLink  {
	background-color: #90EE90;
}

.error {
	font-weight: bold;
	color: Red;
}
