/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
/*    background-color: #366785; */
    background-color: #b0c7d9; /* LIGHT BLUE */

}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:white;
}


/* 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;
}

/* style for floating images with in a paragraph */
img.FloatLeft
{
   float: left;
   margin-right: 16px;
   margin-bottom: 0px;
}

img.FloatRight
{
   float: right;
   margin-left: 16px;
   margin-bottom: 0px;
}

/* style used for showing text with floated image */
/* use img.FloatLeft with td.TextFloatRight and vice versa */
td.TextFloatRight
{
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   background-color: Transparent;
   color: #696969;
   padding: 0px, 0px, 0px, 39px;
   line-height: 18px;
}

td.TextFloatLeft
{
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   background-color: Transparent;
   color: #696969;
   padding: 0px, 0px, 0px, 39px;
   line-height: 18px;
}


td.UpdButtons
{
   text-align: center;
   padding: 5px 5px 5px 5px;
}

td.NavBar
{
   text-align: center;
   white-space: nowrap;
   Height: 60px;
}


textarea.TextboxInput
{
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   background-color: Transparent;
   color: #696969;
   padding: 2px 2px 2px 2px;
   line-height: 14pt;
   width: 100%; 
   Height: 100%;
}

td.spacer
{
   padding-left: 10px;
   padding-right: 10px;
}

pre.Summary
{
   font-family: Courier New, Courier, Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   color: #696969;
   background-color: Transparent;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    background-color: Transparent;
    border-style: inset;
}   


/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight: bolder;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, sans-serif;
    font-size:  24px;
    font-weight: bolder;
    color: #696969;
    padding: 0px, 0px, 0px, 39px;
}
.Head2  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

.Head3  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: #666644;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #696969;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #696969;
}

/* style of information text */
.InfoText    
{
    font-family: Arial;
    font-size:  11px;
    font-weight: normal;
    color: #696969;
    padding: 5px 5px 5px 5px;
}

/* style of information text */
.InfoTextLg    
{
    font-family: Arial;
    font-size:  11px;
    font-weight: normal;
    color: #696969;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px
}

/* same as normal but right aligned */
.NormalRight
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    text-align: right
    
}

/* text style used for alternating grid rows */
.NormalAlt
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    background-color: AliceBlue;
}

/* text style used for highlighted grid rows */
.NormalSelect
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    background-color: #fffacd;
    cursor: hand;
}

/* text style used for text aligned */
pre.AlignedText
{
    font-family: Courier New, Courier, sans-Serif;
    font-size: 12px;
    font-weight: normal;
    background-color:Transparent;
    color: black;
    text-align: center;
    text-indent: .5in;
    vertical-align: middle; 
    padding: 10px 10px 0px 10px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalRed
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{ 
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalBoldHighlighted
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: Gray;
}


/* text style for WebDing graphics */
.NormalDing
{
    font-family: WebDings;
    font-size: 11px;
    font-weight: normal;
}

.NormalBoldReadOnly
{ 
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: Gainsboro;
}

.Validator
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* SURVEY */
/* style for survey titles */
.SurveyHeader   {
    font-family: Arial, Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.SurveyInstructions
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SurveySectionHeader    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SurveySectionInstructions
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.HiddenText
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 0px;
}

.SurveyItemNumber
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px
}

.SurveyItemRequired
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 11px;
    color: Green
}

.SurveyItemInstructions
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 11px
}

.SurveyQuestion
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px
}

.SurveyResponse
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.SurveyError
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

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: dimgrey;
    height:1pt;
    text-align:left
}
.CalendarHeading
{
   COLOR: #FFFFFF;
   FONT-FAMILY: Tahoma, Arial;
   FONT-WEIGHT: bold;
   FONT-SIZE: 9pt;
   BACKGROUND-COLOR: #AA0000;
   TEXT-ALIGN: center;
}
.CalendarCell
{
   COLOR: #000000;
   FONT-FAMILY: Tahoma, Arial;
   FONT-SIZE: 8pt;
}
.CalendarCellToday
{
   COLOR: #000000;
   FONT-FAMILY: Tahoma, Arial;
   FONT-SIZE: 8pt;
   BACKGROUND-COLOR: Yellow;
}
.CalendarCellOtherDays
{
   COLOR: #000000;
   FONT-FAMILY: Tahoma, Arial;
   FONT-SIZE: 8pt;
   BACKGROUND-COLOR: #CCCCCC;
}

.CalendarTitle
{
	font-size: 16pt;
  font-family: Tahoma;
  font-weight:bold;
  height: 25px;
  background-color: Yellow
}

/* Grid styles */
.GridCaption
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #696969;
}


.GridLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Purple;
}

.GridGroupHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial, Arial;
    BACKGROUND-COLOR: #738aad;
}

.GridHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.GridItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: Black;
}

.GridAltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    background-color: AliceBlue;
    color: Black;
}

.GridBoatItem
{
    color: Blue;
    font-weight: bold;
}

.GridSelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: LemonChiffon;
    cursor: hand;
}

.GridEditItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.GridPager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.GridFooter
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.GridValidator
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

/* Drop-Calendar styles */
.CalendarWeekday
{
    color: Black;
    background-color: White;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

.CalendarWeekend
{
    color: Black;
    background-color: LightGrey;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

.CalendarOffMonth
{
    color: Gray;
    background-color: AntiqueWhite;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

.CalendarSelected
{
    color: Black;
    background-color: Yellow;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

.CalendarMonthHead
{
    color: Black;
    background-color: Yellow;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

.CalendarDayHead
{
    color: Black;
    background-color: Orange;
    font-family: Verdana,Helvetica,Tahoma,Arial;
    font-size: XX-Small;
}

/* Menuing styles */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

/* CollapsablePanel settings */
TABLE.CPanel
{
	background-color: #efefef;
	border: solid 1px #cfcfcf;
}

.CPanelTitle
{
	font-weight: bold;
	border-width: 0px;
   color: Maroon;	
	padding: 3;
	
}
.CPanelTitleCollapsed
{
	font-weight: bold;
	border: solid 1px #cfcfcf;
	color: Green;
	padding: 3;
}

.DropWindow {
   background-color: White;
   border: inset 2px silver;
}

