﻿/* Set the main background */
.viewListContainer
{
    background-image:url('/media/images/system/themes/sponsored_list_pink.jpg');
    background-repeat:no-repeat;
    background-color:#601141;
}

/* Top banner title and bar */
.SubBannerMainPink
{
    float: left;
    background-color:#c0b632;
    width: 476px;
    position: relative;
    left: -18px; 
    padding-left: 20px;
    padding-bottom: 4px;
    padding-right: 10px;

}
.SubBannerMainPink h1 
{
    font-family: Georgia;
    font-size: 1.9em;
    float: left;
    display: inline;   
    font-weight: normal;
    color:#350e29;
}

/* Chevron overload for top links */
.SubBannerMainContainer .links a
{
    background-image:url("/Media/images/system/themes/chevron_2_r_pink_dark_boots.gif");
    background-position:0px 3px;
    background-repeat:no-repeat;
    padding-left:15px;
    color:#c0b632;
}
.SubBannerMainContainer .links a:hover
{
    color:#f1388f;
}

/* Top and bottom curved edges on UserStats/Sponsorship area */
.userInfoControlTopEdge
{
    float:left;
    width:225px;
    height:6px;
    background: url( /Media/images/system/themes/user_stats_box_bg_top_boots.gif ) no-repeat;
}
.userInfoControlBottomEdge
{
    float:left;
    width:225px;
    height:6px;
    background: url( /Media/images/system/themes/user_stats_box_bg_bottom_boots.gif ) no-repeat;
}

/* Horizontal rules */
.PagedOrderRule
{
    float:left;
    width:410px;
    height:3px;
    text-align:left;
    padding:0px;
    margin:0px;
    background:url("/Media/images/system/themes/dot_boots.gif") repeat-x;
}
.borderbottom
{
    background: url("/Media/images/system/themes/dot_boots.gif");
    background-position:bottom left;
    background-repeat:repeat-x;       
}
.borderright
{   
    background:url("/Media/images/system/buttons/dotvertical.gif") repeat-y right top;
}
#ListAddItemContainer 
{
    float: left;
    width: 410px;
    background: url( "/Media/images/system/themes/dot_boots.gif" ) repeat-x top;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    font-weight:bold;
}
#ListAddItemContainer  a
{
    color:#fff;
}
#ListAddItemContainer  a:hover
{
    color:#c0b632;
}

/* List title */
.LFBFeatureDetailDesc
{
    float:left;
    padding-top: 5px;
    color:#c0b632;    
    font-family:Georgia;
    padding-bottom:9px;
    font-weight:bold;
}

/* Started by details */
.LFBFeatureStartedBy
{
    float:left;
    clear:left;
    font-family:Arial;
    color:#c0b632;
    font-weight:bold;
}
.LFBFeatureStartedBy a
{
    text-decoration:none;
    font-family:Arial;
    color:#fff;
    font-weight:bold;
}
.LFBFeatureStartedBy a:hover
{
    background-color:#fff;
    color:#c0b632;
}

/* List labels and details */
.LFBFeatureDetailData
{
    font-family:Arial;
    color:#fff;
}
.LFBFeatureDetailData span
{
    font-family:Arial;
    color:#c0b632;
    font-weight:bold;
    padding-right:5px;
}
.LFBFeatureDetailData a
{
    font-family:Arial;
    color:#fff;
}
.LFBFeatureDetailData a:hover
{
    color:#c0b632;
}

/* For reporting a whole list */
.reportLinkMain 
{
    font-family:Arial;
    float:left; 
    clear:left;
    text-align:left;
    color:#fff;
    padding-top:10px;
}
.reportLinkMain:hover 
{
    color:#c0b632;
}

/* Paged Order by formatting */
.PagedOrderPrompt
{
    color:#fff;
}
.PagedOrderView
{
    color:#fff;
}
.PagedOrderView a
{
    text-decoration:none;
    color:#fff;
}
.PagedOrderView a:hover
{
    color:#c0b632;
}

/* Paged list item */
.LILgPagedDataTitle a
{
    font-family:Georgia;
    color:#c0b632;
    font-weight:bold;
}
.LILgPagedDataTitle a:hover
{
    color:#c0b632;
    background-color:#fff;
}
.LILgPagedDataText
{
    float:left;
    width:220px;
    padding-bottom:2px;
    font-family:Arial;
    color:#fff;
}
.LILgPagedDataText span
{
    color:#c0b632;
    font-weight:bold;
    padding-right:5px;
}
.LILgPagedDataText a
{
    text-decoration:none;
    color:#fff;
}
.LILgPagedDataText a:hover
{
    color:#c0b632;
}
.commentPromptBlindClosed a
{
    background-image:url('/Media/images/system/themes/jump_to_bottom_gold_boots.gif');
    background-position:right 5px;
    background-repeat:no-repeat;
    color:#c0b632;
}
.commentPromptBlindClosed a:hover
{
    color:#fff;
    background-image:url('/Media/images/system/themes/jump_to_bottom_white_boots.gif');
    background-position:right 5px;
    background-repeat:no-repeat;
}
.commentPromptBlindOpen a
{
    background-image:url('/Media/images/system/themes/jump_to_top_gold_boots.gif');
    background-position:right 5px;
    background-repeat:no-repeat;
    color:#c0b632;
}
.commentPromptBlindOpen a:hover
{
    color:#fff;
    background-image:url('/Media/images/system/themes/jump_to_top_white_boots.gif');
    background-position:right 5px;
    background-repeat:no-repeat;
}

/* The list item comment */
.commentHiddenBlind
{
    color:#fff;
}

/* For list comment reporting */
.reportLink 
{
    color:#fff;
}
.reportLink:hover 
{
    color:#c0b632;
}

/* Tag blind cloud */
.TGBlindPromptOpen a
{
    color:#c0b632;
    background-image:url('/Media/images/system/themes/jump_to_top_gold_boots.gif');
    background-position:80px 5px;
    background-repeat:no-repeat;
}
.TGBlindPromptOpen a:hover
{
    color:#fff;
    background-image:url('/Media/images/system/themes/jump_to_top_white_boots.gif');
    background-position:80px 5px;
    background-repeat:no-repeat;
}
.TGBlindPromptClosed a
{
    color:#c0b632;
    background-image:url('/Media/images/system/themes/jump_to_bottom_gold_boots.gif');
    background-position:80px 5px;
    background-repeat:no-repeat;
}
.TGBlindPromptClosed a:hover
{
    color:#fff;
    background-image:url('/Media/images/system/themes/jump_to_bottom_white_boots.gif');
    background-position:80px 5px;
    background-repeat:no-repeat;
}
.TGBlindLinks span
{
    color:#fff;
}
.TGBlindLinks a
{
    color:#fff;
}
.TGBlindLinks a.currentTag
{
    color:#c0b632;
    cursor:default;
}
.TGBlindLinks a.currentTag:hover
{
    color:#c0b632;
    cursor:default
}
.TGBlindLinks a:hover
{
    color:#c0b632;
}
.clearFilter
{
    color:#fff;
    text-decoration:underline;
}
.clearFilter:hover
{
    background-color:Transparent;
    color:#c0b632;
}

/* Star rating */
.staticonstar
{
	background: url(/Media/images/system/star_rating_3_state_noshadow.gif) no-repeat 0 -17px;
}
.staticoffstar
{
	background: url(/Media/images/system/star_rating_3_state_noshadow.gif) no-repeat 0 0px;
}
.star,
.star a {z-index:0;background: url(/Media/images/system/star_rating_3_state_noshadow.gif) no-repeat 0 0px;}

/* Small paging details */
.PageSmTitle a
{
    color:#c0b632;
}
.PageSmTitle a:hover
{
    background:#fff;
    color:#c0b632;
}
.PagedText
{
    color:#fff;
}
.PagedText a
{
    color:#fff;
    text-decoration:none;
}
.PagedText a:hover
{
    color:#c0b632;
}
.PagedText span
{
    float:left;
    font-weight:bold;
    color:#c0b632;
}