﻿.ContentBox {
	padding: 20px;
	padding-top: 10px;
}
.sectionname {
	text-transform: uppercase;
	color: #9B1C15;
	font-size: 14px;
	font-weight: bold;
}
.minisectionname {
	text-transform: uppercase;
	color: #9B1C15;
	font-size: 12px;
	font-weight: bold;
}
.maxisectionname {
	text-transform: uppercase;
	color: #9B1C15;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}
a {
	color: #9B1C15;
}
a:hover {
	color: #5d99a7;
}

table {
	text-align: left;
	border: 0;
}

img {
	border: 0;
}

.InputTextBox
{
    height: 12px;
    font-size: 8pt;
}
.InputTextArea
{
    font-size: 8pt;
}
.DropDownBox
{
    height: 20px;
    font-size: 8pt;
}
.UnderText
{
    font-size: 8pt;
}
.ErrorText
{
    font-size: 10pt;
    font-weight: bold;
    color: Red;
}
.FormButton
{
   font-size:12px;
   font-weight:bold;
   color:#444444;
   background-color:#EEEEEE;
   border-style:double;
   border-color:#999999;
   border-width:3px;
}
.FormButtonSmall
{
   height: 18px;
   font-size:10px;
   font-family:Arial,sans-serif;
   color:#444444;
   background-color:#EEEEEE;
   border-style:double;
   border-color:#999999;
   border-width:2px;
}
.SmallPrint
{
    font-size: 7pt;
}
.TextContent
{
    padding: 20px;
}
.PriceText
{
    font-size: 18pt;
    font-weight: bold;
    color: Green;
}
.CopyrightText
{
    font-size: 8pt;
    color: Gray;
    text-align: center;
}
.sectionsubname
{
    color: black;
}
.SmallText
{
    font-size: 9pt;
}
.GeneralTextArea
{
    font-family: Arial;
    font-size: 9pt;
}
.StatusLine
{
    background-color: #9B1C15;
    color: White;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
	padding-bottom: 4px;
}

.LinkButtons
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: Gray;
}
.LinkButtons:hover
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: Blue;
}

.VUOption
{
    background-color: Gray;
    color: White;
    width: 120px;
    font-size: 8pt;
}
.VUOptionValue
{
    background-color: Yellow;
    color: Black;
    width: 175px;
    font-size: 8pt;
}
.VUHeader
{
    color: Black;
    font-size: 12pt;
    font-weight: bold;
}

/**** Layout for the ErrorBox user control ****/
.ErrorBox
{
    width: 100%;
    
    font-size: 9pt;
    color: Black;
    background: #FFF9FB;
}
.ErrorBox TH
{
    background: #FEEEEE;
    font-weight: bold;
    color: #811B26;
    text-align: left;
    vertical-align: baseline ;
}
.ErrorBox UL
{
    padding-top: 4px;
    padding-bottom: 0px;
}


/**** Admin Tab Styles ****/
.AdminTabs
{
	clear: both;
	margin-left: 20px;
	margin-top: -6px;
	
	font-size: 9pt;
}

.AdminTabs .AdminTab
{
    /* Non Selected Tab */
	border: 1px solid #9B1C15;
	padding: 3px 3px 3px 3px;
	background-color: #9B1C15;
	color: #ffffff;
	margin-bottom: -1px;
}

.AdminTabs .Selected
{
    /* Selected Tab */
	background-color: #ffffff;
	color: #9B1C15;
	border-bottom: 1px solid #ffffff;
	position: relative;
	font-weight: bold;
}

.AdminTabs .Hover
{
	background-color: #ffffff;
	color: #9B1C15;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

.AdminTabs .Hover a, .AdminTabs .AdminTab a, .AdminTabs .Selected a
{
	text-decoration: none;
	color: #ffffff;
}

.AdminTabs .Hover a, .AdminTabs .Selected a
{
    /* Color of font in tab */
	color: #9B1C15;
}
.AdminTabContent
{
	clear: both;
	border: 1px solid #9B1C15;
	min-height: 400px;
	_height: 400px;
	padding: 0,0,0,0;
    font-size: 10pt;
    background-color: White;
}

/**** Layout for tabs within a main tab ****/
.SubMenuTabs
{
	clear: both;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 9pt;
}

.SubMenuTabs .SubMenuTab
{
    /* Non Selected Tab */
	border: 1px solid #798A9C;
	padding: 3px 3px 3px 3px;
	background-color: #798A9C;
	color: #EBEBFF;
	margin-bottom: -1px;
}

.SubMenuTabs .Selected
{
    /* Selected Tab */
	background-color: #E3E3EB;
	color: #798A9C;
	border-bottom: 1px solid #E3E3EB;
	position: relative;
	font-weight: bold;
}

.SubMenuTabs .Hover
{
	background-color: #E3E3EB;
	color: #798A9C;
	border-bottom: 1px solid #E3E3EB;
	position: relative;
}

.SubMenuTabs .Hover a, .SubMenuTabs .SubMenuTab a, .SubMenuTabs .Selected a
{
	text-decoration: none;
	color: #EBEBFF;
}

.SubMenuTabs .Hover a, .SubMenuTabs .Selected a
{
    /* Color of font in tab */
	color: #9B1C15;
}

.SubMenuTabContent
{
	clear: both;
	border: 1px solid #9B1C15;
	min-height: 400px;
	_height: 400px;
	padding: 8px;
	font-size: 10pt;
	background-color: #E3E3EB;
}

.SubMenuTabContent fieldset
{
    text-align:left;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
}

/* For drop downs that have Sections/SubSections */
select.CategoryDropDown
{
    height: 12px;
    font-size: 8pt;
}

/* Data grid layouts */
/* For Websites grid */

.WSGrid
{
	width: 100%;
	font-size: 9pt;
}
.WSGrid TD
{
    padding-top: 3px;
	padding-bottom: 3px;	
	padding-left: 3px;	
	padding-right: 3px;
}
.WSGrid .AlternatingRow TD
{
	background-color: #e5e8ed;
}
.WSGrid .AlternatingRow TD a
{
	color: #000000;
	font-weight: bold;
}
.WSGrid .AlternatingRow TD a:hover
{
	color: #0b7593;
}
.WSGrid .Row TD
{
	background-color: #8c9cab;
}
.WSGrid .Row TD a
{
	color: #000000;
	font-weight: bold;
}
.WSGrid .Row TD a:hover
{
	color: #0b7593;
}
.WSGrid .HeaderRow
{
	background-color: #9B1C15;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.WSGrid .HeaderRow A
{
	color: white;
	text-decoration: none;
}
.WSGrid .HeaderRow TH
{

}

/* Auction Catalog (simple) grid */

.ACSimpleGrid
{
	width: 100%;
	font-size: 8pt;
}
.ACSimpleGrid TD
{
    padding-top: 1px;
	padding-bottom: 1px;	
	padding-left: 3px;	
	padding-right: 3px;
}
.ACSimpleGrid .AlternatingRow TD
{
	background-color: #e5e8ed;
}
.ACSimpleGrid .AlternatingRow TD a
{
	color: #000000;
}
.ACSimpleGrid .AlternatingRow TD a:hover
{
	color: #0b7593;
}
.ACSimpleGrid .Row TD
{
	background-color: #CBD0D6;
}
.ACSimpleGrid .Row TD a
{
	color: #000000;
}
.ACSimpleGrid .Row TD a:hover
{
	color: #0b7593;
}
.ACSimpleGrid .HeaderRow
{
	background-color: #9B1C15;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.ACSimpleGrid .HeaderRow A
{
	color: white;
	text-decoration: none;
}
.ACSimpleGrid .HeaderRow TH
{
	padding-bottom: 1px;	
	font-size: 8pt;
}


.EditLegend
{
	font-size: 10px;
	font-weight: bold;
	color: #9B1C15;
}
.GroupBox
{
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
}
.FieldSet
{
	color: #9B1C15;
	font-size: 14px;
}
.tvgfieldset
{
	color: #9B1C15; 
	font-size: 14px; 
	width: 98%; 
	text-align:left; 
	padding: 3px 3px 3px 3px;
}
/* Tooltip hoverboxes for mouseovers */
#dhtmltooltip
{
    
    font-size: 10px;
    position: absolute;
    left: -300px;
    width: 200px;
    border: 1px solid black;
    padding: 2px;
    background-color: #a0dae8;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

/* listings pages */

.listing
{
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	width:600px;
	text-align:left;
	padding: 0px 0px 0px 10px;
}

.listingh2 {
	text-align:left;
	padding:0px;
}

.listingimg {
	padding: 10px;
}
