/* CSWapWalks\css\buff_display.css */

.recommendationImageRight
{
	float: right;
	width: 150px;
	height: 200px;
	border: solid 1px black;
	margin-bottom: 7px;
	margin-left: 13px;
}

.recommendationImageLeft
{
	float: left;
	width: 150px;
	height: 150px;
	border: solid 1px black;
	margin-right: 13px;
	margin-bottom: 7px;
}

p
{
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
}

ul
{
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px 0px 5px 15px;
}

hr
{
	color: #999966;
	height: 1px;
	width: 95%;
	text-align: center;
}


a
{
	color: #990000;
	text-decoration: underline;
}

A:active
{
	color: #ff0000;
	text-decoration: underline;
}

A:hover
{
	color: #cc0000;
	text-decoration: underline;
}

A:visited
{
	color: #990000;
	text-decoration: underline;
}

#printTitle
{
	display: none;
}

input
{
	border: #7F9DB9 1px solid;
	padding: 2px 0px 2px 2px;
	font-weight: normal;
	font-size: 8.5pt;
	font-style: normal;
	font-family: Times New Roman, Times, serif;
}

.dropdown
{
	border: 1px solid #cccc99;
	font-weight: normal;
	font-size: 8.5pt;
	font-style: normal;
	font-family: Times New Roman, Times, serif;
}

/* Side Nav */





.VertNav
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	color: #660000;
	text-decoration: none;
	cursor: pointer;
}

.VertNavNoIcon
{
	cursor: default;
}

.VertNav_hover
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	cursor: hand;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}

.TopGroup
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	color: #660000;
	text-decoration: none;
	cursor: pointer;
}


.GroupDefault
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	background-color: #FDFBD4;
	color: #660000;
	text-decoration: none;
	cursor: pointer;
	padding: 5pt;
	width: 250px;
	line-height: 10pt;
	padding: 2px;
	border-right: #990000 thin solid;
	border-top: #990000 thin solid;
	border-left: #990000 thin solid;
	border-bottom: #990000 thin solid;
}


.Group
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	background-color: #FDFBD4;
	color: #660000;
	text-decoration: none;
	cursor: pointer;
	padding: 5pt;
	width: 250px;
	line-height: 10pt;
	padding: 2px;
}

.VertNav_Child_hover
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	background-color: #FDFBD4;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
	padding: 5pt;
	width: 250px;
	line-height: 10pt;
	padding: 2px;
}
/*
.VertNav_Child_expanded
{
	font: 8pt/14px "Arial";
	background-color: #660000;
	color: #FDFBD4;
	text-decoration: none;
	cursor : pointer;
	padding: 5pt;
	width: 250px;
	left: -100px;
	
}
*/

.VertNav_Child_active
{
	font: bold 9pt/16px "Times New Roman" , Times, serif;
	background-color: #FDFBD4;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
	padding: 5pt;
	width: 250px;
	line-height: 10pt;
	padding: 2px;
}



