/* ================================
    CSS STYLES FOR IBUYSPY STORE 
    v1.1, 06/2001
   ================================
*/   

P	{ BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px }
BODY
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: lightgrey;
}

TD
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

A
{
	color: #D2FF00;
	text-decoration: none;
	font-weight: bold;
}

A.smallLink
{
	color: #D2FF00;
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
}

HR
{
	border-right: #474753 1px solid;
	border-top: #6d6d7a 4px solid;
	border-left: #6d6d7a 1px solid;
	border-bottom: #474753 1px solid;
}

.tableIn
{
	border-right: #353542 1px solid;
	padding-right: 5px;
	border-top: #6d6d7a 1px solid;
	padding-left: 5px;
	background: #5f5f6c;
	padding-bottom: 5px;
	border-left: #6d6d7a 1px solid;
	padding-top: 5px;
	border-bottom: #353542 1px solid;
}

.tableOut
{
	border-right: #6d6d7a 1px solid;
	padding-right: 5px;
	border-top: #353542 1px solid;
	padding-left: 5px;
	background: #5f5f6c;
	padding-bottom: 5px;
	border-left: #353542 1px solid;
	padding-top: 5px;
	border-bottom: #6d6d7a 1px solid;
}

A:hover
{
	color: white;
	text-decoration: none;	
}

A.moreoverLink
{
	color: #D2FF00;
	text-decoration: none;
	font-weight:normal;	
}
A.moreoverLink:hover
{
	color: yellow;
	text-decoration: none;
	font-weight:normal;	
}

.GenericContentText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
}
.GenericContentTextLarge
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
}
.GenericContentTextLargeBold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    font-weight: bold;    
}
.GenericContentTextDark
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Gainsboro;
}
.GenericContentTextVeryDark
{
	font-size: 11px;
	color: silver;
	font-family: Verdana, Helvetica, sans-serif;
}
.GenericContentTitle
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #D2FF00;
	height: 13px;    
}
.largeText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: lightgrey;
    font-weight: bold;
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
}
.coloredText
{
	font-family: Verdana, Helvetica, sans-serif;
    color: #D2FF00;
}
.loginTextBox
{
	font-family: Verdana, Helvetica, sans-serif;	
	border-right: #404053 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 21px;
	border-left: black 1px solid;
	color: white;
	border-bottom: #404053 1px solid;
	height: 30px;
	background-color: #1b1b28;
}

.inputTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	border-right: #404053 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: white;
	border-bottom: #404053 1px solid;
	background-color: #1b1b28;
}

.textBox
{
	font-family: Verdana, Helvetica, sans-serif;
	border-right: #404053 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: white;
	border-bottom: #404053 1px solid;
	background-color: #1b1b28;
}

.textBoxDate
{
	font-family: Verdana, Helvetica, sans-serif;
	border-right: #404053 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: white;
	border-bottom: #404053 1px solid;
	background-color: #1b1b28;
	width: 30;
}

.largeColoredText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #D2FF00;
}