﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* ***** ItemLinksDataList ***** 
 =====================================*/

.ItemLinksDataList .AspNet-DataList table
{
    width:100%;
}

/* Individual "items" in the DataList. */
.ItemLinksDataList .AspNet-DataList table tbody tr td
{
    padding:1px;   
}

/* Header of the DataList. */
.ItemLinksDataList .AspNet-DataList table thead tr th,
.ItemLinksDataList .AspNet-DataList table caption
{
}

/* Footer. */
.ItemLinksDataList .AspNet-DataList table tfoot tr td
{
}

.ItemLinks_SiteMap
{
   padding-bottom:5px;
}

#ItemLinksList_data
{
  font-size:1em;
  padding:10px;
  min-width:35em;
}

#ItemLinksList_data .listItem
{
	color:#284DF2;
    min-width:20em;
}

#ItemLinksList_data .listItem a
{
	color:#124B8E;
    font-weight:normal;
}

#ItemLinksList_data .listItem a:visited
{
	color:#4D4D4D;
}

#ItemLinksList_data .listItem a:hover
{
	color:Black;
    border-bottom:solid 1px #2CAFAA;
    text-decoration:underline;
    border-bottom:solid 1px white;
}

#ItemLinksList_data .listItem a:active
{
	color:blue;
}

#ItemLinksList_data .itemCount
{
	color:#BA3838;
    font-size :0.8em;
    font-style:italic;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the DataList adapter is NOT used. */
/* These styles are used by the DataList's skin, found in this theme's skin file. */
#ItemLinksList_data .DataList-Skin-Header
{
}

#ItemLinksList_data .DataList-Skin-Footer
{
}


/* ***** AdminMenu ***** 
 =====================================*/
.AdminMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 0px;
    left: 4px;/*1em*/
    z-index: 300;
    height:12px;
    line-height:12px;
    font-size:1em; /*pt*/
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.AdminMenu ul
{
    background:#396190;
}

/* Top tier */
.AdminMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 12em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
.AdminMenu ul.AspNet-Menu ul
{
    width: 15em;
    left: 12em;
    top: -1em;
    z-index: 400;
}

.AdminMenu ul.AspNet-Menu ul ul
{
    width: 15em;
    left: 26em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.AdminMenu ul.AspNet-Menu li
{
    background:#800000 url(../images/bg_red.png) repeat-x;
    /*background:#396190;*/
    width:12em;
}

.AdminMenu ul.AspNet-Menu li li
{
    width:15em;
}

.AdminMenu ul.AspNet-Menu li a,
.AdminMenu ul.AspNet-Menu li span
{
    color:White;
    padding: 4px 2px 4px 8px;
    border:2px solid #800000;
    border-bottom: 0;
    background: transparent url(../images/menuArrow.gif) right center no-repeat;
}

.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

.AdminMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

.AdminMenu ul.AspNet-Menu li:hover, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#4D4D4D; /*#BA3838#7795BD*/
}

.AdminMenu ul.AspNet-Menu li:hover a, 
.AdminMenu ul.AspNet-Menu li:hover span, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.AdminMenu ul.AspNet-Menu li:hover li:hover a, 
.AdminMenu ul.AspNet-Menu li:hover li:hover span, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.AdminMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.AdminMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White; /*silver*/
}

.AdminMenu ul.AspNet-Menu li:hover ul a, 
.AdminMenu ul.AspNet-Menu li:hover ul span, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.AdminMenu ul.AspNet-Menu li:hover li:hover ul a, 
.AdminMenu ul.AspNet-Menu li:hover li:hover ul span, 
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: White;
}

.AdminMenu ul.AspNet-Menu li a:hover,
.AdminMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White; /*silver*/
    background: transparent url(../images/menuArrowActive.gif) right center no-repeat;
}

.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


.AdminMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 45em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:center;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}


/* ***** CategoriesMenu ***** 
 =====================================*/
.CategoriesMenu .AspNet-Menu-Vertical
{
    position:relative;
    top:8px;
    left: 0px;
    z-index: 300;
    height:12px;
    line-height:12px;
    font-size:1em; /*pt*/
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.CategoriesMenu ul
{
    background:#EEEEEE;
    border-bottom: 1px solid #AFABAB;
}

/* Top tier */
.CategoriesMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 21em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
.CategoriesMenu ul.AspNet-Menu ul
{
    width: 30em;
    left: 21em;
    top: -2em;
    z-index: 400;
}

.CategoriesMenu ul.AspNet-Menu ul ul
{
    width: 30em;
    left: 22em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.CategoriesMenu ul.AspNet-Menu li
{
    background:#EEEEEE;
   /*  width:18em; */
}

.CategoriesMenu ul.AspNet-Menu li li
{
    width:30em;
}

.CategoriesMenu ul.AspNet-Menu li a,
.CategoriesMenu ul.AspNet-Menu li span
{
    color:Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #AFABAB;
    border-bottom: 0;
    background: transparent url(../images/menuArrow.gif) right center no-repeat;
}

.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

.CategoriesMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

.CategoriesMenu ul.AspNet-Menu li:hover, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#AFABAB; /* HOVER */
}

.CategoriesMenu ul.AspNet-Menu li:hover a, 
.CategoriesMenu ul.AspNet-Menu li:hover span, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.CategoriesMenu ul.AspNet-Menu li:hover li:hover a, 
.CategoriesMenu ul.AspNet-Menu li:hover li:hover span, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.CategoriesMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.CategoriesMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: Black; 
}

.CategoriesMenu ul.AspNet-Menu li:hover ul a, 
.CategoriesMenu ul.AspNet-Menu li:hover ul span, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.CategoriesMenu ul.AspNet-Menu li:hover li:hover ul a, 
.CategoriesMenu ul.AspNet-Menu li:hover li:hover ul span, 
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

.CategoriesMenu ul.AspNet-Menu li a:hover,
.CategoriesMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: Black;
    background: transparent url(../images/menuArrowActive.gif) right center no-repeat;
}

.CategoriesMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


.CategoriesMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 45em;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:center;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

.CategoriesMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}

/* ***** PrettyChangePassword ***** 
 =====================================*/
.PrettyChangePassword
{
    width: 28em;
}

.PrettyChangePassword .AspNet-ChangePassword
{
    font-size: 1em;
    padding: 4px; 
    border: solid 1px #AFABAB;
}

.PrettyChangePassword .AspNet-ChangePassword label,
.PrettyChangePassword .AspNet-ChangePassword input
{
    color: #4D4D4D;
}

.PrettyChangePassword .AspNet-ChangePassword input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyChangePassword .AspNet-ChangePassword label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ChangePasswordTitlePanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    background: #2CAFAA;
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-InstructionPanel
{
    color: #015791;
    background: #EBEBEB;
    padding: 1em;
    text-align: left;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-FailurePanel
{
    height: 4em;
    color: #990000;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-CreateUserPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordRecoveryPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    padding: 0.25em 0.1em 0 0;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel
{
    text-align:right;
}


.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel label,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel label,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel label,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel label,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel span
{
    white-space: nowrap;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel input,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel input,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel input,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel input
{
    width: 10em;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input
{
    background:url(../images/bg_red.png) repeat-x;
    color:White;
    border: solid 1px #4D4D4D;
}

.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
.PrettyChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    text-align: center;
}


#SampleChangePassword .ChangePassword-Skin-InstructionText
{
    text-align: left;
    padding: 1em;
}

/* ***** SampleFormView ***** 
 =====================================*/
#SampleFormView
{
}

/* The whole FormView, including the header, footer, pagination and data regions. */
.SampleFormView .AspNet-FormView
{
    width: 98%;
    /*min-width:30em;*/
    background-color: White;
    border:solid 1px #1E7774;
}

/* HeaderText or <HeaderTemplate> */
.SampleFormView .AspNet-FormView-Header
{
    color: #F7F6F3;
    background-color: #2CAFAA;
    font-weight: bold;
    padding: 4px 0 4px 4px;
}

/* FooterText or <FooterTemplate> */
.SampleFormView .AspNet-FormView-Footer
{
}

/* Controls the appearance of whatever you define in the <ItemTemplate> */
.SampleFormView .AspNet-FormView-Data
{
    padding: 7px 4px 0 4px;
}

/* Controls the appearance of whatever you define in the pagination region. */
.SampleFormView .AspNet-FormView-Pagination
{
    background-color: #015791; 
    text-align:center;
    margin: 10px 0 0 0;
    padding: 4px 0 4px 0;
    margin-left: 4px;
}

/* This controls the appearance of the "current page" listed in the pagination region. */
/* This is NOT a link */
.SampleFormView .AspNet-FormView-ActivePage
{
    color: White;
    margin-left: 4px;   
}

/* Controls the numbers used to navigate to other pages. */
/* This is a link */
.SampleFormView .AspNet-FormView-OtherPage
{
    color: #00FFFF;
    text-decoration:none;
    margin-left: 4px;
}

/* Uncomment and customize these rules to further refine the appearance of the pagination links. */
/*
.SampleFormView a.AspNet-FormView-OtherPage:link
{
    color:Lime;
}

.SampleFormView a.AspNet-FormView-OtherPage:visited
{
    color:Maroon;
}
*/

.SampleFormView a.AspNet-FormView-OtherPage:hover
{
    color:#FFA500;
}


/* ***** ItemDetailsView ***** 
 =====================================*/

/* Header */
.ItemDetailsView div.AspNet-DetailsView-Header
{
    padding: 4px 0 0px 4px;
    position:relative;
    border-bottom:solid 1px #2CAFAA;
}

.ItemDetailsView div.AspNet-DetailsView-Data li
{
    padding: 3px 0 2px 4px;
    color: #4D4D4D;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}

/* "Alternate." */
.ItemDetailsView div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
    background-color: #F7F6F3;
}

/* This corresponds to the HeaderText attribute of an <asp:BoundField>. */
.ItemDetailsView span.AspNet-DetailsView-Name
{
    position:absolute;
    top: 3px;
    left: 0;
    font-weight:normal;
    width:12em;
}

/* This corresponds to the DataField attribute of an <asp:BoundField>. */
.ItemDetailsView span.AspNet-DetailsView-Value
{
    margin-left:12em;
}

.ItemDetailsView .AspNet-DetailsView-Pagination
{
    background-color: #015791;
    text-align:center;
    padding: 4px 0 4px 0;
    position:relative;
}

.ItemDetailsView .AspNet-DetailsView-ActivePage
{
    color: White;
    margin-left: 4px;
}

.ItemDetailsView .AspNet-DetailsView-OtherPage
{
    color: #00FFFF;
    text-decoration:none;
    margin-left: 4px;
}

/* ***** ItemDetails ***** 
 =====================================*/
#ItemDetails
{
	border:dotted 1px #AFABAB;
	padding:5px;
    min-width:500px;
}

#ItemDetails .main
{
	position:relative;
	color: #4D4D4D; 
	padding:0px 5px 5px 2px;
    margin-left:110px;
    min-height:100px;
}

#ItemDetails .thumbnail
{
	 float:left;
}

#ItemDetails .desc
{
    margin:5px 0 8px 0;
    padding-bottom:2px;
}

#ItemDetails .desc p
{
    margin:0 0 0.2em 0;
}

#ItemDetails .man
{
      font-weight:bold;
      color:#1E7774;
}

#ItemDetails .price
{
	clear:both;
    font-weight:bold;
    padding:4px 0 2px 0;
}

#ItemDetails .seller
{
	text-align:left;
	color: #284566; 
	width:98%;
}

/* ***** ContentDetails ***** 
 =====================================*/
#ContentDetails
{
}

.ShopLink
{
    background:url(../images/product_shop.png) no-repeat;
    text-align:left;
	vertical-align:middle;
    color:#445566;
    font-size:1.4em;
    padding:10px 4px 0 20px; 
    width:220px;
    height:40px;
    float:left;
}

.ShopLink:visited
{
    color:#EBEBEB;
}

.ShopLink:hover
{
    color:white;
    text-decoration:underline;
}

/* ***** LastAddedDataList ***** 
 =====================================*/
.LastAddedDataList
{
    padding-top:5px;
}

.LastAddedDataList .AspNet-DataList table
{
	width:98%;
    border-spacing:4px; 
    border-collapse:collapse;
    margin:0 4px 0 4px;
}

/* Individual "items" in the DataList. */
.LastAddedDataList .AspNet-DataList table tbody tr td
{
    padding:2px 2px 2px 6px;        
    vertical-align: top; 
}

#LastAdded_data
{
    margin-top: 8px;
    width:99%;
    border:solid 1px #AFABAB;
}

#LastAdded_data .header
{
}

#LastAdded_data .block
{
    padding: 3px;
    text-align: center;
    font-size:0.8em;
	vertical-align:middle;
	display:block; 
	line-height:1.1;
    border:solid 1px #DDDDDD;
}

/* ***** ContentLastAddedDataList ***** 
 =====================================*/
.ContentLastAddedDataList .AspNet-DataList table
{
}

/* Individual "items" in the DataList. */
.ContentLastAddedDataList .AspNet-DataList table tbody tr td
{
    padding:1px 2px 1px 0;         
}

#ContentLastAdded
{
    padding-top:4px;
    margin-top: 8px;
    text-align:left;
	color:#1C1C1D;
	border:solid 1px #AFABAB;
	background-color:#FFFFDD;
	padding:5px;
    overflow:hidden;
}

#ContentLastAdded .block
{
    font-size:0.9em;
    white-space:nowrap;
}


/* ***** used_data ***** 
 =====================================*/

#used_data
{
    height:160px;
    margin-top: 8px;
    width:99%;
    border:solid 1px #AFABAB;
}

#used_data .content
{
    margin-top:6px;
}

#used_data .thumbnail
{
    width : 110px;
    height: 100px;
}

#used_data .slide
{
    width : 110px;
    height: 121px;
    float:left;
}

#used_data .desc
{
    margin-left:115px;
    overflow:hidden;
    max-height:125px;
}

#used_data .button
{
    width:30px;
    margin-left:4px;
    font-size:0.7em;
    font-weight:bold;
    text-align:center;
    border:solid 1px #AFABAB;
}

/* ***** ListingsDataList ***** 
 =====================================*/
.ListingsDataList .AspNet-DataList table
{
    width:100%;
}

/* Individual "items" in the DataList. */
.ListingsDataList .AspNet-DataList table tbody tr td
{
    padding:2px;         
    vertical-align: top; 
    border-top:solid 1px #AFABAB;
}

/* Header of the DataList. */
.ListingsDataList .AspNet-DataList table thead tr th,
.ListingsDataList .AspNet-DataList table caption
{
    text-align:left;
    height: 30px;
    font-weight: bold;
    font-size:1em;
    color:#4D4D4D;
    background-color:Transparent;
    vertical-align: bottom;
    padding: 0 4px 4px 0;
}

/* Footer. */
.ListingsDataList .AspNet-DataList table tfoot tr td
{
    background:url(../images/bg_gray1.png) repeat-x;
    height:0px;
}

#Listings_data
{
	border:solid 1px #DDDDDD;
	min-width:30em;
}

#Listings_data .content
{
	padding:0 4px 2px 4px;
}

#Listings_data .title
{
	padding:0 0 2px 0;
    margin:0 0 2px 0;
    color:#4D4D4D;
    font-weight:bold;
}

#Listings_data .block
{
    height:100px;
    padding: 2px;
    color:#4D4D4D;
    font-size:0.9em; 
}

#Listings_data .thumbnail
{    
	float:left;
    height: 100px;
    width : 120px;
    text-align: center;
}

#Listings_data .fullname
{  
    font-size: 1.2em;
    color:#2CAFAA;
    text-align:left;
    margin-bottom: 5px;
}

#Listings_data .lblock
{
    color: Black;
}

#Listings_data .ultable
{
    float:left;
}

#Listings_data .ultable ul
{
float:left;
margin:0;
padding:0;
}

#Listings_data .ultable ul li
{
list-style:none;
padding:1px 0px;
}

#Listings_data .ultable ul li.ttitle
{
	color:#838080;
}

#Listings_data .ultable ul li.tcell
{
	padding-left:5px;
	font-weight:bold;
	color:#083365;
}

#Listings_data .ultable ul li.tcell_alt
{
	padding-left:5px;
	font-weight:bold;
	color:#4D4D4D;
}

#Listings_data .price
{    
    text-align:right;
    float:right;
    padding: 2px 3px 2px 2px;
    color:#838080;
}

#Listings_data .man
{   
	background-color:#838080; 
	font-weight:bold;
	color:white;
	padding:5px;
}

#Listings_data .DataList-Skin-Header
{
    border-top: solid 20px #9C0001;
    padding: 0 8px 8px 0;
}

#Listings_data .DataList-Skin-Footer
{
    border-top: solid 20px #9C0001;
}

#Listings_filter
{
}

.ListingsFilterTable
{
    padding:0px 2px 0px 2px;
    font-size:0.85em;
    font-weight:bold;
    color:#1C1C1D;
    background-color: #AAC6E7;
	border-bottom: solid 1px #DDDDDD;
	width:100%; 
}
/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.pageNav
{
	width:100%;
    font-size:0.85em;
    font-weight:bold;
	margin-top:0px;
    background-color: #AAC6E7;
	border-top: solid 1px #DDDDDD;
    color:#4D4D4D;
    vertical-align:middle;
    height:16px;
}

.pageNav a
{
    color:#1C1C1D;
}

.pageNav a:hover
{
    color: #800000;
}

.pageNavLeft
{
	float:left;
	width:60px;
}

.pageNavRight
{
	float:right;
	width:60px;
	margin-right:10px;
	text-align:right;
	color:Yellow;
}

.pageNavCenter
{
	float:inherit;
	text-align:center;
}

.forum_desc
{
    padding:10px;
    margin-bottom:10px;
    font-size:0.9em;
    float:left;
    color:#396190;
}

/* ***** TopicSectionsDataList ***** 
 =====================================*/
.TopicSectionsDataList .AspNet-DataList table
{
    width:100%;
    background-color:#759AC4;
    border:solid 1px #D6C5C5;
    float:left;
}

/* Individual "items" in the DataList. */
.TopicSectionsDataList .AspNet-DataList table tbody tr td
{
    padding: 2px 10px 2px 2px;         
    vertical-align: top; 
    border-top:solid 2px white;
}

/* Header of the DataList. */
.TopicSectionsDataList .AspNet-DataList table thead tr th,
.TopicSectionsDataList .AspNet-DataList table caption
{
    text-align:left;
    height: 18px;
    font-size:1.0em;
    font-weight:bold;
    color: #F9F9F9;
    vertical-align: bottom;
    padding: 1px 4px 2px 6px;
    background:#668EBD url(../images/bg_blue2.png) repeat-x;
}

/* Footer. */
.TopicSectionsDataList .AspNet-DataList table tfoot tr td
{
    background:url(../images/bg_gray1.png) repeat-x;
    height:0px;
}

/* ***** TopicsDataList ***** 
 =====================================*/
.TopicsDataList .AspNet-DataList table
{
    width:100%;
    margin-top:4px;
    border:dotted 1px #D6C5C5;
}

/* Individual "items" in the DataList. */
.TopicsDataList .AspNet-DataList table tbody tr td
{
    padding:2px;         
    vertical-align: top; 
    border-top:solid 1px #EEEEEE;
    background-color:#F9F9F9;
}

#TopicSections
{
    margin-top:10px;
}


#TopicSections .Section
{  
}

#TopicSections .Sec_mark
{  
    float:left;
}

#TopicSections .Sec_name
{  
    float:left;
    color:white;
    text-align:left;
    margin-left:10px;
    padding-top:4px;
    font-size:1.1em;
    font-weight:bold;
}

#TopicSections .Sec_topics
{  
    clear:both;
	margin-left:10px;
}

#TopicSections .Topic
{  
    float:left;
    text-align:left;
}

#TopicSections .Top_name a
{  
    font-family:"Trebuchet MS", Tahoma,Helvetica, Verdana, Arial, sans-serif;
    color:#284566;
    float:left;
    font-size:1.0em;
    font-weight:bold;
}

#TopicSections .Top_name a:visited
{  
    color:#4D4D4D;
}

#TopicSections .Top_name a:hover
{  
	text-decoration:underline;
}

#TopicSections .Top_desc
{  
    font-size:0.8em;
    color:#838080;
    margin-left:0.5em;
    float:left;
    clear:both;
}

#TopicSections .Top_info
{  
	 float:right;
	 width:15em;
	 text-align:center;
}

#TopicSections .Top_info_det
{  
	padding-top:1px;
}

#TopicSections .Top_count
{  
	 width:5em;
	 left:0;
	 top:0px;
	 float:left;
	 border-left:solid 1px white;
	 padding-left:4px;
}

#TopicSections .Last_link
{  
	 width:8em;
	 left:6em;
	 top:0px;
	 float:left;
	 border-left:solid 1px white;
	 padding-left:4px;
}

#TopicSections .Last_link a
{  
    font-size:0.8em;
    color:#1C1C1D;
    font-weight:bold;
    border-bottom:solid 1px #838080;
}

#TopicSections .Last_link a:visited
{  
    font-size:0.8em;
    color:#4D4D4D;
    font-weight:normal;
    border-bottom:none;
}

#TopicSections .Last_link a:hover
{  
    color:#BA3838;
	text-decoration:underline;
}

/* ***** ThreadsDataList ***** 
 =====================================*/
.ThreadsDataList .AspNet-DataList table
{
    width:100%;
    background-color:#EEEEEE;
    border:solid 1px #D6C5C5;
    float:left;
}

/* Individual "items" in the DataList. */
.ThreadsDataList .AspNet-DataList table tbody tr td
{
    padding:2px;         
    vertical-align: top; 
    border-top:solid 2px white;
    background-color:#F9F9F9;
}

/* Header of the DataList. */
.ThreadsDataList .AspNet-DataList table thead tr th,
.ThreadsDataList .AspNet-DataList table caption
{
    text-align:left;
    height: 18px;
    font-weight: bold;
    font-size:0.9em;
    color: #F9F9F9;
    vertical-align: bottom;
    padding: 1px 4px 2px 6px;
    background:#668EBD url(../images/bg_blue2.png) repeat-x;
}

/* Footer. */
.ThreadsDataList .AspNet-DataList table tfoot tr td
{
    height:0px;
}

.thr_siteMap
{
    font-size:1.2em;
    margin-bottom:4px;
}

#Threads
{
    margin-top:10px;
}

#Threads .Thr_up
{  
    float:right;
    margin-bottom:5px;
}

#Threads .Thr_sub
{  
    float:left;
    overflow:hidden;
}

#Threads .Thr_name
{  
    float:left;
    color:#396190;
    font-weight: bold;
    text-align:left;
}

#Threads .Thr_name a
{  
    color:#396190;
    font-weight: bold;
}

#Threads .Thr_name a:visited
{  
    color:#396190;
    font-weight:normal;
}

#Threads .Thr_name a:hover
{  
    color:#BA3838;
	text-decoration:underline;
}

#Threads .Thr_info
{  
	 float:right;
	 width:20em;
	 text-align:center;
}

#Threads .Thr_count
{  
	 width:5em;
	 top:0px;
	 float:left;
	 border-left:solid 1px white;
	 padding-left:4px;
}

#Threads .Last_link
{  
	 width:8em;
	 left:10.5em;
	 top:0px;
	 float:left;
	 border-left:solid 1px white;
	 padding-left:4px;
}

#Threads .Last_link a
{  
    font-size:0.8em;
    color:#4D4D4D;
    font-weight: bold;
}

#Threads .Last_link a:visited
{  
    font-size:0.8em;
    color:#4D4D4D;
    font-weight:normal;
}

#Threads .Last_link a:hover
{  
    color:#BA3838;
	text-decoration:underline;
}

#Threads .down
{  
 	 float:left;
    margin-top:10px;
}


.FrmCurrentSiteMapNode
{   
	 color:#396190;
	 font-size:1.2em;
} 


/* ***** MessagesDataList ***** 
 =====================================*/
.MessagesDataList .AspNet-DataList table
{
    width:100%;
    background-color:#EEEEEE;
    border:solid 1px #AFABAB;
}

/* Individual "items" in the DataList. */
.MessagesDataList .AspNet-DataList table tbody tr td
{
    padding:2px 6px 0 2px;
    vertical-align: top; 
	background-color:White;
	border-top:solid 1px #AFABAB;
}

/* Header of the DataList. */
.MessagesDataList .AspNet-DataList table thead tr th,
.MessagesDataList .AspNet-DataList table caption
{
    height: 0px;
}

#Messages
{
    margin-top:10px;
    padding:0;
}

#Messages .path
{  
	font-weight:bold;
	font-size:0.9em;
}

#Messages .subject
{
	font-weight:bold;
    margin-bottom:10px;
}

#Messages .item
{  
}

#Messages .item_head
{  
    background:#668EBD url(../images/bg_blue2.png) repeat-x;
    height:20px;
    width:100%;
    border:solid 1px #AFABAB;
    white-space:nowrap;
    overflow:hidden;
}

#Messages .item_date
{  
	float:left;
	font-size:0.8em;
	color:#EBEBEB;
    padding:2px 2px 0 4px;
}

#Messages .item_sub
{  
	float:left;
    font-weight:bold;
    font-size:0.8em;
	color:#F9F9F9;
	margin-left:5em;
    padding:2px 2px 0 4px;
}

#Messages .item_num
{  
	float:right;
    font-weight:bold;
	color:#EBEBEB;
    padding:1px 2px 0 0;
}

#Messages .item_con
{  
	top:20px;
}

#Messages .Mes_aut
{  
    float:left;
	width:10em;
	padding:5px 2px 2px 5px;
    height:100%;
    font-weight:bold;
    color:#083365;
}

#Messages .Item_Thumbnail
{ 
    margin-top:5px;
    border:solid 1px #AFABAB;
    float:left;
    clear:both;
}

#Messages .aut_rating
{ 
    margin-top:10px;
    float:left;
    clear:both;
}

#Messages .Mes_con
{  
	position:relative;
    float:left;
    margin:0;
    text-align:left;
	padding:4px 4px 4px 6px;
    border-left:solid 1px #AFABAB;
    min-height:100px;
}

#Messages .Mes_mes
{  
    min-height:100px;
}


#Messages .mes_rat
{  
	font-size:0.8em;
	color:#838080;
}

#Messages .down
{  
    margin-top:10px;
}

#Messages .Mes_but
{  
	float:right;
}
.Message_sig
{  
	font-style:italic;
	font-size:0.9em;
	margin-top:10px;
	color:#6C6969;
	padding:5px;
    font-family:Tahoma,Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
}


/* ***** ZoneBannersDataList ***** 
 =====================================*/
.ZoneBannersDataList .AspNet-DataList table
{
    width:100%;
    background-color:#EEEEEE;
    border:solid 1px #AFABAB;
    float:left;
}

/* Individual "items" in the DataList. */
.ZoneBannersDataList .AspNet-DataList table tbody tr td
{
    padding:2px 6px 0 2px;
    vertical-align: top; 
	background-color:White;
	border-top:solid 1px #AFABAB;
}

/* Header of the DataList. */
.ZoneBannersDataList .AspNet-DataList table thead tr th,
.ZoneBannersDataList .AspNet-DataList table caption
{
    height: 0px;
}

#ZoneBanners
{
    margin-top:10px;
    padding:0;
}


#Post
{
}

#Post .subHint
{
	margin-top:10px;
	font-size:0.9em;
	color:#4D4D4D;
}

#Post .editorHint
{
	font-size:0.9em;
	color:#4D4D4D;
}

#Post .Editor
{
}

#Post .ed_hidden
{
	visibility: hidden;
	display:none;
}

#Post .Preview
{
	border:dashed 2px #6F91BA;
	min-height:10em;
	padding:5px;
    width:99.5%;
}

#Post .topic
{
	color:#838080;
}

#Post .subject
{
	font-weight:bold;
    border:solid 1px #AFABAB;
    width:99.5%;
    margin-bottom:10px;
}

#Post .disSub
{
	font-weight:bold;
	color:#083365;
}

blockquote
{
  margin-top :5px;
  background-color: #F8F5C2;
  border:solid 1px #AFABAB;
  padding:2px 5px 2px 5px;
}



/* ***** Stories ***** 
 =====================================*/

.StoriesWrapper /* StoriesPanel */
{
    border:solid 1px #AFABAB;
}

.StoriesDataList .AspNet-DataList table
{
    width:99%;
    padding:5px;      
    margin-left:2px;   
}

/* Individual "items" in the DataList. */
.StoriesDataList .AspNet-DataList table tbody tr td
{
    padding:2px;         
    vertical-align: top; 
    border-bottom:solid 1px #DDDDDD;
}


#StoriesColumn
{
    max-width:40em;
}

.list
{
    border:solid 1px #AFABAB;
}

#StoriesColumn .page_desc
{
    padding:4px 4px 4px 10px;
	font-size:0.9em;
    margin:4px 4px 10px 18px;
	color: #6C6969;
    /*background-color:#F9F9F9;*/
    border-left:dashed 2px white;
}

#StoriesColumn .title
{
	padding:0 0 2px 0;
    margin:4px 0 2px 0;
    font-weight: bold;
    font-size:1.0em;
	color:#C83939;
}

#StoriesColumn .title a
{
	/*color:#D94A4A;*/
	color:#C83939;
    /*font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
}

#StoriesColumn .title a:hover
{
	text-decoration:underline;
}

#StoriesColumn .block
{
    padding: 2px;
    color:#4D4D4D;
}

#StoriesColumn .intro
{
    color: Black;
    padding-top:4px;
}

#StoriesColumn .more
{
	clear:both;
    text-align:right;
    float:right; 
    font-size:0.9em;
    padding-right:40px;
}

#StoriesFooter
{
    margin: 5px 0 10px 10px;
}


/* ***** FeedsDataList ***** 
 =====================================*/
.FeedsDataList .AspNet-DataList table
{
    width:99%;
    font-size:0.9em;
}

/* Individual "items" in the DataList. */
.FeedsDataList .AspNet-DataList table tbody tr td
{
    vertical-align:middle; 
    padding:4px 2px 0 0;        
}

/* Header of the DataList. */
.FeedsDataList .AspNet-DataList table thead tr th,
.FeedsDataList .AspNet-DataList table caption
{
    text-align:left;
    height: 0px;
    font-weight: bold;
    font-size:1.3em;
    color:#2CAFAA;
    background-color:Transparent;
    vertical-align:baseline;
    padding: 0 4px 0 4px;
}

#FeedsColumn
{
    padding:4px 4px 0 4px;
    border:solid 1px #AFABAB;
}

#FeedsColumn .header
{
    font-size:1.0em;  
	vertical-align: middle;
	color: #04578F;
	text-align:left;
	float:none;
	cursor: pointer; 
	min-width:6em;
}

#FeedsColumn .header h2
{
    font-size:1.0em;  
	color: #B61C1C;
    font-weight:normal;
    margin:0px;
    padding: 0px 0px 0px 0px;
    display: inline;
}

#FeedsColumn .content
{
	padding:0 4px 0px 6px; 
    margin-bottom:4px;
    margin-left:17px;
	border-left: 3px solid #DDDDDD;
	line-height:1.3em;
	width: 95%;
    color:#4D4D4D;
	overflow: hidden;
}

#FeedsColumn .more_items
{
	border-top: 1px solid #DDDDDD;
	font-size:0.7em;
	width: 95%;
    color:#4D4D4D;
	overflow: hidden;
	padding-left:4px;
	margin-top:4px;
}

/* ***** CtxContentsDataList ***** 
 =====================================*/
.CtxContentsDataList .AspNet-DataList table
{
    width:99%;
}

/* Individual "items" in the DataList. */
.CtxContentsDataList .AspNet-DataList table tbody tr td
{
    padding:2px;         
    vertical-align: top; 
    border-top:solid 1px #AFABAB;
}

/* Header of the DataList. */
.CtxContentsDataList .AspNet-DataList table thead tr th,
.CtxContentsDataList .AspNet-DataList table caption
{
    text-align:left;
    height: 0px;
    font-weight: bold;
    font-size:1.3em;
    color:#2CAFAA;
    background-color:Transparent;
    vertical-align:baseline;
    padding: 0 4px 0 4px;
}

/* Footer. */
.CtxContentsDataList .AspNet-DataList table tfoot tr td
{
    height:0px;
}


#CtxContents
{
    padding:4px 0px 0 4px;
    width:95%;
    border:dotted 1px #D8D8D8;
    margin-top:10px;
}


#CtxContents .Title
{
	padding:0 0 2px 0;
    margin:0 0 2px 0;
    color:#4D4D4D;
    font-weight:bold;
}

#CtxContents .Item_Title
{
	padding:0 0 2px 0;
    margin:4px 0 2px 0;
    font-weight: bold;
    font-size:1.0em;
	color:#C83939;
}

#CtxContents .Item_Title a
{
	/*color:#D94A4A;*/
	color:#C83939;
    /*font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
}

#CtxContents .Item_Title a:hover
{
	text-decoration:underline;
}

#CtxContents .Item_Block
{
    padding: 2px;
    color:#4D4D4D;
}

#CtxContents .Item_Thumbnail
{    
	
	border-color:Black;
	float:left;
    height: 100px;
    width : 120px;
    text-align: center;
}

#CtxContents .Item_Intro
{
    color: Black;
    padding:4px;
}

#CtxContents .Item_More
{
	clear:both;
    text-align:right;
    float:right; 
    font-size:0.9em;
    padding-right:40px;
}


/* ***** PrettyLogin ***** 
 =====================================*/
.PrettyLogin
{
    width: 23em;
    margin-bottom:0.5em;
}

.PrettyLogin .AspNet-Login
{
    font-size: 1em;
    padding: 4px;
    border: solid 1px #AFABAB;
}

.PrettyLogin .AspNet-Login label,
.PrettyLogin .AspNet-Login input
{
    color: #4D4D4D;
}

.PrettyLogin .AspNet-Login input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyLogin .AspNet-Login label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
    font-weight: bold;
    color: #F9F9F9;
    background:url(../images/bg_gray2.png) repeat-x;
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    height: 4em;
    color: #990000;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
}
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding-bottom: 0.5em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    text-align:right;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel label,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel input,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
    background:url(../images/bg_red.png) repeat-x;
    color:White;
    border: solid 1px #4D4D4D;
    height: 1.9em;
    padding-bottom:4px;
    margin-right:10px;
}

.PrettyLogin .AspNet-Login .AspNet-Login-InstructionPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-HelpPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}

#LoginArea
{
	height:18em;
}

.LoginPanel
{
    margin:0 0 20px 24em;
    width:40%;
}

.TimeOut
{
    width:100%;
    font-size:0.8em;
    color:#AFABAB;
    	
}

.BannerLoginPanel
{
	float:left;
	margin-top:10px;
}

.NewUserPanel
{
    width:22em;
    border: solid 1px #AFABAB;
    float:left;
    padding: 2px;
}
.NewUserTable
{
    padding: 0px;
    width:100%;
}

.NewUserTable td
{
    width:100%;
    padding:4px;
}

.NewUserTable th
{
    font-size: 1em;
    width:100%;
}

.NewUser_title
{
    font-weight: bold;
    font-size: 1em;
    color: #F9F9F9;
    background:url(../images/bg_gray2.png) repeat-x;
    text-align: center;
    height: 1.7em;
}

/* ***** LoginStatus ***** 
 =====================================*/
#LoginStatus 
{
	text-align: left; 
	margin-top: 7px;
	margin-left: 50px;
	height :1.5em;
	width:7em;
	z-index: 650;
	padding:1px;
	background:url(../images/bg_red.png) repeat-x;
	border: solid 1px #EEEEEE;
}

#LoginStatus a.AspNet-LoginStatus,
#LoginStatus a:visited.AspNet-LoginStatus
{
    color:White;
}

#LoginStatus a:hover.AspNet-LoginStatus
{
    color:#EBEBEB;
}


#LoginStatus .skin
{
    display:block;
    font-size: 0.9em;
    /*background: #9C0001;*/
    text-decoration: none;
    text-align: center;    
    vertical-align:middle;
    color: #00FFFF;
    height:100%;
    width:100%;
}


/* ***** MainMenu ***** 
 =====================================*/
.MainMenu .AspNet-Menu-Horizontal
{
    position :relative;
    font-weight:bold;
    font-size:1em;
    white-space: nowrap;
    color:#1E7774;
    z-index:3001;
}

.MainMenu .AspNet-Menu-Horizontal ul ul
{
    background: #1E7774;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 25em;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 19.4em;
    left: 2em;
    top: 100%;
	color:#EBEBEB;
    background: #4D4D4D;
    font-weight:normal;
    border:1px solid #838080;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul:hover
{
    color:#EBEBEB;
}


/**/

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 16.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    margin-right:5px;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
	position:relative;
    width: 14em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 18.4em;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 16.32em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: 0.4em 0 0 15.55em;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    color: #04578F;
    border-style: none;
    text-align: center;
    padding:0 5px;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span
{
    background: transparent url(../images/menuArrow.gif) right center no-repeat;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li a:hover,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li.Asp-Menu-Hover span
{
    background: transparent url(../images/menuArrowActive.gif) right center no-repeat;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Leaf span
{
    background-image: none !important;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li a,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li span
{
    text-align: left;
    color:#EBEBEB;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover
{
    border:1px solid #AFABAB;
    background-color:Transparent;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Hover li span
{
    color: Black;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li a:hover,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Hover span
{
    color:#D8D8D8;
}

/* ***** SecMenu ***** 
 =====================================*/

.SecMenu .AspNet-Menu-Horizontal
{
    position :relative;
    font-weight:bold;
    font-size:1em;
    white-space: nowrap;
    color:#AFABAB;
    z-index:3000;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 33em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 15.7em;
    left: 0;
    top: 100%;
	color:#EBEBEB;
    background: #4D4D4D;
    font-weight:normal;
    border:1px solid #838080;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 16.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 8em;
    text-align:center;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    width: 14em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 15.5em;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 16.32em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: 0.4em 0 0 15.55em;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    color: #EBEBEB;
    border-style: none;
    text-align: center;
    padding:0 5px;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span
{
    background: transparent url(../images/menuArrow.gif) right center no-repeat;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li a:hover,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li.Asp-Menu-Hover span
{
    background: transparent url(../images/menuArrowActive.gif) right center no-repeat;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Leaf span
{
    background-image: none !important;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li a,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li span
{
    text-align: left;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover
{
    border:1px solid #AFABAB;
    background-color:Transparent;
}

.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover,
.SecMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Hover span
{
    color: #D8D8D8;
}


/* ***** PrettyCreateUserWizard ***** 
 =====================================*/
.PrettyCreateUserWizard
{
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard
{
    font-size: 1em;
    border: solid 1px #AFABAB;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard label,
.PrettyCreateUserWizard .AspNet-CreateUserWizard input
{
    color: #4D4D4D;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard input
{
}

/* This rule is used when AutoAccessKey is true */
.PrettyCreateUserWizard .AspNet-CreateUserWizard label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-InstructionPanel
{
    text-align: left;
    color: #015791;
    background: #EBEBEB;
    padding-top: 0.5em;
    margin: 4px;
    border: solid 10px #EBEBEB;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel
{
    color: #FF0000;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordHintPanel
{
    color: #666666;
    padding-left: 30.5em;
    padding-right: 1em;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FinalValidatorsPanel,
.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel
{
    text-align: center;
    margin-left: 10em;
    margin-top: 0.5em;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel,
.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel
{
    text-align:center;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel input,
.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel input
{
    background:url(../images/bg_red.png) repeat-x;
    color:White;
    border: solid 1px #4D4D4D;
    padding-bottom:2px;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-SuccessTextPanel
{
    padding: 1em;
    padding-top: 0.5em;
}

.PrettyCreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EditProfilePanel
{
}

/* ***** PrettyPasswordRecovery ***** 
 =====================================*/
.PrettyPasswordRecovery
{
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery
{
    font-size: 1em;
    padding: 4px; 
    color: #333333;
    border: solid 1px #AFABAB;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery input
{
    color: #4D4D4D;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyPasswordRecovery .AspNet-PasswordRecovery label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    background: #2CAFAA;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    color: #015791;
    background: #EBEBEB;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-FailurePanel
{
    color: #FF0000;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel
{
    padding-right: 1.1em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel label
{
    white-space: nowrap;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    width: 12em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    border: none; 
    background: White;
    color: #333333;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel input
{
    background:url(../images/bg_red.png) repeat-x;
    color:White;
    border: solid 1px #4D4D4D;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-HelpPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel
{
	color:#04578F;
    font-weight:bold;
}


/* ***** PrettyTree ***** 
 =====================================*/
.PrettyTree 
{
    position: relative;
}

.PrettyTree div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;
}

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 12px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    padding-left:4px;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    background:url(../images/bg-fade-light.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 2px 0;
    font-weight:bold;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    background:url(../images/bg-fade-light.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 2px 0;
    font-weight:bold;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    font-weight:normal;
    margin-left:8px;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    position: relative;
    background: url(../images/collapse.gif) 1px 0px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    position: relative;
    background: url(../images/expand.gif) 1px 0px no-repeat;
    width: 15px;
    float:left;
    cursor: n-resize;
    font-family: Courier;
    font-size: xx-large;
    line-height: 20px;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #006400 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}

#SampleTreeView
{
    border:3px solid #959595;
    position: relative;
    width: 100%;
}

#SampleTreeView #Sample-Control
{
    width: 16em;
    position: relative;
    float: left;    
    z-index: 500;
}

#SampleTreeView #Sample-Content
{
    padding: 5px;
    color: #006400;
    position: relative;
    font-size: small;
    font-family: Times New Roman;
}

#SampleTreeView #Sample-Content h1,
#SampleTreeView #Sample-Content p
{
    margin: 0;
}

#SampleTreeView .clearing
{
    clear:both;
}

td.TreeView-Skin-Node a
{
    text-decoration: none;
    padding-left:4px;
}

td.TreeView-Skin-Node {
    background:url(../images/bg-fade-light-short.png) repeat-x bottom;
    padding:1px 0 1px 2px;
    width:100%;
}

.TreeView-Skin-Root table 
{
    margin:4px 0;
}

.TreeView-Skin-Leaf {
    padding:0 0 0 2px;
}

/* ***** ReadOnlyDetailsView ***** 
 =====================================*/
.ReadOnlyDetailsView
{
    width:100%;
    position:relative;
    background-color:#EBEBEB;
}

.ReadOnlyDetailsView div.AspNet-DetailsView-Header
{
    color: #F7F6F3;
    background-color: #2CAFAA;
    font-weight: bold;
    padding: 4px 0 4px 4px;
    position:relative;
    width:12em;
}

.ReadOnlyDetailsView div.AspNet-DetailsView-Data li
{
    padding: 1px 4px 1px 4px;
    color: #333333;
    background-color:#EBEBEB;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}

/* "Alternate." */
.ReadOnlyDetailsView div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
    background-color: #F7F6F3;
}

/* This corresponds to the HeaderText  */
.ReadOnlyDetailsView span.AspNet-DetailsView-Name
{
    position:absolute;
    top: 3px;
    left: 0;
    font-weight: bold;
    width:12em;
    padding-left:2px;
}

/* This corresponds to the DataField  */
.ReadOnlyDetailsView span.AspNet-DetailsView-Value
{
    margin-left:12em;
}

.ReadOnlyDetailsView .AspNet-DetailsView-Pagination
{
    background-color: #015791;
    text-align:center;
    padding: 4px 0 4px 0;
    position:relative;
}

.ReadOnlyDetailsView .AspNet-DetailsView-ActivePage
{
    color: White;
    margin-left: 4px;
}

.ReadOnlyDetailsView .AspNet-DetailsView-OtherPage
{
    color: #00FFFF;
    text-decoration:none;
    margin-left: 4px;
}

.DetailsView_DescriptionField
{
    margin-left:12em;
    width:25em;
}

/* FireFox */
html>body .DetailsView_DescriptionField
{
    margin-left:0em;
    width:25em;
}

.DetailsView_ControlStyle
{
    width:95%;
}

.DetailsView_ItemStyle
{
    width:95%;
}


/* ***** SaleItemStatus_table ***** 
 =====================================*/
.SaleItemStatus_table
{
    width:100%;
}

.SaleItemStatus_button
{
    min-width:7em;
    max-width:11em;
    width:8em;
}


/* ***** SampleDetailsView ***** 
 =====================================*/
#SampleDetailsView
{
    width:20em;
    position:relative;
}
.SampleDetailsView
{
}

.SampleDetailsView div.AspNet-DetailsView-Header
{
    color: #F7F6F3;
    background-color: #2CAFAA;
    font-weight: bold;
    padding: 4px 0 4px 4px;
    position:relative;
}

.SampleDetailsView div.AspNet-DetailsView-Data li
{
    padding: 3px 0 2px 4px;
    color: #333333;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}

/* "Alternate." */
.SampleDetailsView div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
    background-color: #F7F6F3;
}

/* This corresponds to the HeaderText  */
.SampleDetailsView span.AspNet-DetailsView-Name
{
    position:absolute;
    top: 3px;
    left: 0;
    font-weight: bold;
    width:16em;
    padding-left:2px;
}

/* This corresponds to the DataField  */
.SampleDetailsView span.AspNet-DetailsView-Value
{
    margin-left:16em;
    /*white-space:nowrap; */
}

.SampleDetailsView .AspNet-DetailsView-Pagination
{
    background-color: #015791;
    text-align:center;
    padding: 4px 0 4px 0;
    position:relative;
}

.SampleDetailsView .AspNet-DetailsView-ActivePage
{
    color: White;
    margin-left: 4px;
}

.SampleDetailsView .AspNet-DetailsView-OtherPage
{
    color: #00FFFF;
    text-decoration:none;
    margin-left: 4px;
}


/* ***** DetailsView_xxxxxx ***** 
 =====================================*/

.DetailsView_DescriptionField
{
    margin-left:12em;
    width:25em;
}

/* FireFox */
html>body .DetailsView_DescriptionField
{
    margin-left:0em;
    width:25em;
}

.DetailsView_ControlStyle
{
    width:95%;
}

.DetailsView_ItemStyle
{
    width:95%;
}

.DetailsView_SubmitButton
{
    background:url(../images/bg_red.png) repeat-x;
    color:White;
    border: solid 1px #4D4D4D;
    height: 1.7em;
}

.DetailsView_subHeader
{
    width:100%;
    text-align:right;
    border-bottom:solid 2px #2CAFAA;
    padding:2px 0 5px 2px;
    margin-bottom:3px;
}


/* ***** SampleGridView ***** 
 =====================================*/
.SampleGridView .AspNet-GridView
{
    width: 100%;
}

.SampleGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.SampleGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.SampleGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #00FFFF;
    background: #015791;
    font-weight: normal;
    padding: 2px;
}

.SampleGridView .AspNet-GridView table
{
    border: solid 1px #AFABAB;
    width: 100%;
}

.SampleGridView .AspNet-GridView table thead tr th
{
    color: #2CAFAA;
    background: #EBEBEB;
    border-right: solid 1px #AFABAB;
    font-weight: bold;
    border-bottom: solid 1px #AFABAB;
    padding: 2px;
}

.SampleGridView .AspNet-GridView table thead tr th a
{
    color: #2CAFAA;
}

.SampleGridView .AspNet-GridView table thead tr th a:hover
{
    color: #2CAFAA;
    text-decoration:underline;
}

.SampleGridView .AspNet-GridView table tbody tr td
{
    color:Black;
    background: White;
    padding: 2px 10px 2px 2px;
    border-bottom: solid 1px #AFABAB;
    border-right: solid 1px #AFABAB;
    text-align: left;
}

.SampleGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.SampleGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.SampleGridView .AspNet-GridView table tfoot tr td
{
    color: #2CAFAA;
    background: #EBEBEB;
}


/* ***** TenderAnnouncementsDataList ***** 
 =====================================*/
.TenderAnnouncementsDataList .AspNet-DataList table
{
    width:99%;
}

/* Individual "items" in the DataList. */
.TenderAnnouncementsDataList .AspNet-DataList table tbody tr td
{
    vertical-align: top; 
    width:120px;
    max-width:120px;
}

/* Header of the DataList. */
.TenderAnnouncementsDataList .AspNet-DataList table thead tr th,
.TenderAnnouncementsDataList .AspNet-DataList table caption
{
    text-align:left;
    font-weight: bold;
    font-size:1em;
    color:#4D4D4D;
    background-color:Transparent;
    vertical-align: bottom;
}

/* Footer. */
.TenderAnnouncementsDataList .AspNet-DataList table tfoot tr td
{
}


#TenderAnnouncements_data
{
}

#TenderAnnouncements_data .Item_FullName a
{  
    font-size:0.8em;
    overflow:hidden;
    white-space:nowrap;
    width:210px;
	display:block;
    
}



#TenderAnnouncementsPanel .DataList-Skin-Header
{
    border-top: solid 20px #9C0001;
    padding: 0 8px 8px 0;
}

#TenderAnnouncementsPanel .DataList-Skin-Footer
{
    border-top: solid 20px #9C0001;
}

#TenderAnnouncementsPanel
{
	padding:0px;
}




/* *****  ***** 
 =====================================*/



