/* Copyright (c) 2004 - 2006 Vizrea Corporation */	
/* These are the colors used on the community ContentPages.  Styles applying to just the table just go in here. */

/* Tag level styles */
#divPageContent button
{
	width:auto;
    overflow:visible;
    float:left;
    border:1px solid #000000;
    height:24px;
    line-height:24px;
	white-space:nowrap;
	padding:2px 7px;
	margin:0px;
	background:#a42e00 url("/images/orangebutton.gif") repeat-x;
    color:#ffffff;
    font:bold 13px "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
}

#divPageContent button:hover
{
    background:#a42e00 url("/images/OrangeButtonOver.gif") repeat-x;
}

#divPageContent .buyButton
{   
    width:auto;
    overflow:visible;
    float:left;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    border:none;
    height:18px;
    line-height:18px;
	white-space:nowrap;
	padding:2px 0px;
	margin:0px;
	background:#252525 url("/images/buyNowBtn.gif") repeat-x top;
    color:#ffffff;
    font:11px "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
}

#divPageContent .buyButton:hover
{
	background:#252525 url("/images/buyNowBtn.gif") repeat-x top;
	text-decoration:underline;
}

#divPageContent .buyButtonWrapper
{
	padding:3px 0px 0px 5px; 
	line-height:18px;
}

/* Parts */
.wfPartHeaderTable, .wfPartLinksContainer
{
    display:none;
}

.wfPartContentContainer
{
    padding:5px 10px 0px 0px;
}

.wfPartContentContainer img
{
    border-width:0px;
}

.wfPartContainer
{
    margin:0px;
}

.wfPartsTable
{
    margin:0px;
}

.wfUsrThumbSmL
{
	color:#ffffff;
}

.wfUsrThumbSmL a
{
	color:#ffffff;
}

/* Pager */
.wfPager
{
	border-top:1px solid #4b4b4b;
    padding:1px 4px 1px 15px;
    background:#2e2e2e url("/images/communityPagerBar.gif") top repeat-x;
    height:28px;
}

.wfPagerPhoto
{
	clear:both;
	margin-top:15px;
	width:555px;
	padding-right:4px;
}

/* Thumbnails */
.wfBody .wfThumbnail
{
    border:1px solid #303030;
    background-color:#272727;
}

/* UserIcons */
img.wfUserIcon
{
    border:1px solid #303030;
}
