/* beck-style-basics.css*/

/*
Beck Style Light
--------------------------------------------------
darkest:	#262626		(borders)
darker:		#333333		(background)
dark:		#393939		(dark zebra stripe)
darkish:	#666666		(footer)
neutral: 	#999999		()
lightish:	#CCCCCC		(text, highlighter)
light	:	#E6E6E6		(links)
lighter		#D9D9D9		(light zebra stripe)
lightest:	#F3F3F3		()
wine: 		#CC0033		(headers, a:hover)
eggplant:	#330033		()
--------------------------------------------------
*/
html { height: 100%; background-color: transparent; }
body a, body a:link, body a:visited, body a:hover {
	color: black;
}
.theFade
{
	background-image: url(http://images.beckcompression.com/hbi_images/gradient-lt-dk.png);
}
.theReverseFade
{
	background-image: url(http://images.beckcompression.com/hbi_images/gradient-dk-lt.png);
}
.theDarkFade
{
	background-image: url(http://images.beckcompression.com/hbi_images/gradient-dk-lt2.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000;
}
a:link, a:active, a:visited
{
	text-decoration: none;
	color: inherit;
}
a.underline
{
	border-bottom: 1px black dotted;
}
a:hover, a.underline:hover {
	border-bottom: 1px black solid;
}
hr
{
	background-color: black;
	border-color: black;
	color: black;
}
.alert
{
	border-color: red;
	color: red;
}
.highlight
{
	border-color: black;
}
/* -------------------------------------------------- */
.headerFrame
{
	background-color: white;
}
#iframeIntranet
{
	background-color: white;
}
/* -------------------------------------------------- */
hr
{
	color: #666;
	background-color: #666;
	border-color: #666;
}
/* -------------------------------------------------- */
fieldset
{
	border-color: #666;
}
legend
{
	font-size: 146.5%;
}
/* -------------------------------------------------- */
.submitButton
{
	background-color: transparent;
	border-color: #CCC;
	color: #CCC;
}
.submitButton:hover
{
	background-color: #262626;
	border-color: #CC0303;
	color: #E6E6E6;
}
/* -------------------------------------------------- */
