
/* begin Box, Block */
.art-orange-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-orange-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-orange-Block
{
	margin: 3px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-orange-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 0px;
}

.art-orange-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-variant: small-caps;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.art-orange-BlockHeader .l, .art-orange-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.art-orange-BlockHeader .l
{
	left:0;
	right:0px;
}

.art-orange-BlockHeader .r
{ 
	width:890px;
	right:0;
	clip: rect(auto, auto, auto, 890px);
}





.art-orange-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 8px;
	background-repeat: no-repeat;
	min-height: 8px;
	margin: 0 0 0 5px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.art-orange-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
}

.art-orange-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 6px;
}

.art-orange-BlockContent-tr, .art-orange-BlockContent-tl, .art-orange-BlockContent-br, .art-orange-BlockContent-bl, .art-orange-BlockContent-tc, .art-orange-BlockContent-bc,.art-orange-BlockContent-cr, .art-orange-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-orange-BlockContent-tr, .art-orange-BlockContent-tl, .art-orange-BlockContent-br, .art-orange-BlockContent-bl
{
	width: 2px;
	height: 2px;
	background-image: url('images/BlockContent-s.png');
}

.art-orange-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.art-orange-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.art-orange-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.art-orange-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.art-orange-BlockContent-tc, .art-orange-BlockContent-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('images/BlockContent-h.png');
}

.art-orange-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.art-orange-BlockContent-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.art-orange-BlockContent-cr, .art-orange-BlockContent-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('images/BlockContent-v.png');
}

.art-orange-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.art-orange-BlockContent-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.art-orange-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-image: url('images/BlockContent-c.png');
}


.art-orange-BlockContent-body
{
	color:#000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.art-orange-BlockContent-body a:link
{
	color: #8D070E;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-orange-BlockContent-body a:visited, .art-orange-BlockContent-body a.visited
{
	color: #909169;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-orange-BlockContent-body a:hover, .art-orange-BlockContent-body a.hover
{
	color: #BD0A13;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-orange-BlockContent-body ul
{
	list-style-type: none;
	color: #000000;
	margin:0;
	padding:0;
}

.art-orange-BlockContent-body li
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.art-orange-BlockContent-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}



/* end Box, BlockContent */



/* begin Button */
.art-orange-button-wrapper .art-orange-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-orange-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 29px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .art-orange-button-wrapper
{
	display:block;
	float:left;
}

.art-orange-button-wrapper .art-orange-button
{
	display:block;
	height: 29px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 14px !important;
	line-height: 29px;
	text-decoration: none !important;
	color: #000000 !important;
}

.art-orange-button-wrapper.hover .art-orange-button, .art-orange-button:hover
{
	color: #FDE2E3 !important;
	text-decoration: none !important;
}

.art-orange-button-wrapper.active .art-orange-button
{
	color: #F4F4F0 !important;
}

.art-orange-button-wrapper .l, .art-orange-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 87px;
	background-image: url('images/Button.png');
}

.art-orange-button-wrapper .l
{
	left:0;
	right:11px;
}

.art-orange-button-wrapper .r
{
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-orange-button-wrapper.hover .l, .art-orange-button-wrapper.hover .r
{
	top: -29px;
}

.art-orange-button-wrapper.active .l, .art-orange-button-wrapper.active .r
{
	top: -58px;
}


/* end Button */

/* begin BlockHeader */

.art-orange-BlockHeader .t .Head
{
	height: 30px;
	color: #FFFFFF;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-variant: small-caps;
	white-space : nowrap;
	padding: 0;
	line-height: 30px;
}

/* end BlockHeader */

/* begin Box, BlockContent */

.art-orange-BlockContent-body .SubHead, .art-orange-BlockContent-body .Normal
{
	color:#000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.art-orange-BlockContent-body td
{
    padding: 0;
}


.art-orange-BlockContent-body table
{
    width: 100%;
}

.art-orange-BlockContent-body ul li, .art-orange-BlockContent-body ol ul li 
{
    list-style-type: none;
}

/* end Box, BlockContent */



