/* ================================
    CSS STYLES FOR THE WELLAUCTIONED portal
    v1.0, 10/2002
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-image: url(./images/title2.gif);
}

/* background color for the content part of the pages */
Body
{
	background-color: white;
}

.ztd
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-size: 38px;
	color: #10bafa;
	font-family: Verdana, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-image: url(./images/tabbk1.gif);
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E2F83;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: gainsboro;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: white;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: white;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: aliceblue;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E2F83;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 18px;
	color: #1E2F83;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and adm pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #1E2F83;
	font-family: Verdana, Helvetica, sans-serif;
}


.SubHeadRight
{
	font-weight: bold;
	font-size: 11px;
	color: #1E2F83;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* text style used for textboxes in the adm and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal adm pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal adm pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #1E2F83;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #1E2F83;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #1E2F83;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: red;
}




/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1E2F83;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1E2F83;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E2F83;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E2F83;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E2F83;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E2F83;
}

A:link
{
	text-decoration: none;
	color: #1E2F83;
}

A:visited
{
	text-decoration: none;
	color: #1E2F83;
}

A:active
{
	text-decoration: none;
	color: #1E2F83;
}

A:hover
{
	text-decoration: underline;
	color: red;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: #1E2F83;
	height: 1pt;
	text-align: left;
}

/* Start Headline Styles */
DIV.newstitle
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.headlinetitle
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

DIV.datesourcecopy, div.a, div.s, div.x, td.x
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 9px;
	color: #639;
}

.rule8
{
	height: 7px;
}

SPAN.datesourcecopy
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 9px;
	color: #333;
}

A.headline, div.t
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

A:hover.headline
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px;
	color: #639;
	text-decoration: underline;
}

A:visited.headline
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px;
	color: #639;
	text-decoration: underline;
}

td.headline
{
	font-size: 9px;
	color: #639;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
}

.headline
{
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 10px;
}
/* End Headline Styles */

.NormalBoldWithSidePadding
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.NormalWithSidePadding
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: navy;
}

.SurveyPanel
{
	height: 8px;
	color: red;
	background-color: red;
}

.SurveyOption
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: black;
}

.SurveyButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: navy;
	font-weight: bold;
}

.StoreItemPreview
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: navy;
}

.leftnavbutton
{
	border-right: aqua 1px;
	padding-right: 5px;
	border-top: aqua 1px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: aqua 1px;
	cursor: pointer;
	color: navy;
	padding-top: 5px;
	border-bottom: aqua 1px;
	font-family: Arial, Verdana;
	height: 44px;
	text-align: center;
}

.leftnavbutton_selected
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	border-left-color: aqua;
	border-bottom-color: aqua;
	padding-bottom: 5px;
	margin: 5px;
	cursor: auto;
	color: navy;
	border-top-style: none;
	border-top-color: aqua;
	padding-top: 5px;
	font-family: Arial, Verdana;
	border-right-style: none;
	border-left-style: none;
	height: 44px;
	text-align: center;
	border-right-color: aqua;
	border-bottom-style: none;
}

.leftnavbutton_over
{
	border-right: cornflowerblue 1px solid;
	padding-right: 5px;
	border-top: cornflowerblue 1px solid;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: cornflowerblue 1px solid;
	cursor: pointer;
	color: navy;
	padding-top: 5px;
	border-bottom: cornflowerblue 1px solid;
	font-family: Arial, Verdana;
	height: 44px;
	text-align: center;
}
