/* onHAND style sheet = Hillary skin */

/* This file is for the left (side) frame only */

Body.LeftFrame
{
	border: 0px solid white; 
	padding: 0px 0px 0px 0px; 
	background-image: url(images/SideFrameBackground.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	MARGIN:0px; 
	OVERFLOW:hidden; 
} 

Table.LeftFrame
{
	BORDER-COLLAPSE: collapse;
}

tr.Hot
{ 
	background-image: none;
	height: 30px; 
	cursor: pointer 
}

Tr.Cold
{
	background-image: none; 
	height: 30px;
	cursor: pointer;
}

Td.R0
{
	height:40px;
}

Td.PicHot
{
	padding-left: 10px;
	width: 30px;
	text-align:center;
}

Td.PicCold
{
	padding-left: 10px;
	width: 30px;
	text-align:center;
} 

Td.TxtHot 
{
	width: 100px;
	padding-left: 10px;
	font-size:  13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	text-decoration: underline;
	color:Yellow;
}

Td.TxtCold
{
	width: 100px;
	padding-left: 10px;
	font-size:  13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	text-decoration: none;
	color:white;
}

Img
{
	height: 16px;
	width: 16px;
	border: 0px;
}