/* CSS Document */
.CustomPara
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 8pt;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.modalBackground
{
	background: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.test
{
	margin-left: -10px;
}
.ItemTitle
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 8pt;
}
.ItemCode
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2D678D;
	letter-spacing: 1px;
}

.CustomBackGround
{
	background-color: #F7F7F7;
	border-right: solid 1px #BEBABB;
}
UL
{
	font-family: Tahoma, arial, sans-serif;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
LI
{
	font-family: Tahoma, arial, sans-serif;
	font-size: 8pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.AMenu
{
	color: #cc6600;
	text-decoration: none;
}
.AMenuA:hover
{
	color: #ff9c3d;
}

.dropdown
{
	position: relative;
	color: #D2D2D2;
	height: 22px;
	padding: 0;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.dropdownMenu
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: hand;
	background: #fff url(images/drop-down.gif) 100% 0px no-repeat;
	border-bottom: 1px solid #d2d2d2;
}
.dropdownMenu li, .dropdownMenu li.normalItem
{
	width: 250px;
	padding: 4px 2px 3px 6px;
	color: #666666;
	text-decoration: none;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin: 0;
}
.dropdownMenu li.firstItem
{
	padding: 2px 4px 5px 6px;
	background: url(images/select-bg.gif) no-repeat;
	border: none;
}
.dropdownMenu li a, .dropdownMenu li a:hover
{
	color: #666;
}

#hideOnDropdown
{
	display: block;
}


#dropmenudiv
{
	position: absolute;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	z-index: 100;
	border-top: 0px solid #CCCCCC;
}

#dropmenudiv a
{
	width: 100%;
	color: #CCCCCC;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover
{
	background-color: #FFFFFF;
}
img
{
	border: 0px solid #FFFFFF;
}
.ImageArenaBorder
{
	border: 3px solid #FBFAFA;
}
.ArenaTextTitle
{
	font-family: Tahoma;
	font-size: 9px;
}

.ArenaTextHeading
{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: bold;
}
.Anchor
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.Anchor2
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #3A66DD;
}
