/* ================================
    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: #00008B;color:white;
}


Body
{
    background-color: #FFF;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-weight: bold;
    font-size: 24px;
    color: #4169E1;
    font-family: Tahoma, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
    font-family: Tahoma, Helvetica, sans-serif;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    font-family: Tahoma, Helvetica, sans-serif;
}

/* text style for the selected tab */
.SelectedTab
{
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

.GridHead{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.GridHead:link{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.GridHead:visited{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.GridHead:active{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.GridHead:hover{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #87CEFA;
}

/* hyperlink styles of the unselected tabs */
.OtherTabsHighlighted
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabsHighlighted:link
{
    text-decoration: none;
    color: yellow;
}

A.OtherTabsHighlighted:visited
{
    text-decoration: none;
    color: yellow;
}

A.OtherTabsHighlighted:active
{
    text-decoration: none;
    color: yellow;
}

A.OtherTabsHighlighted:hover
{
    text-decoration: none;
    color: #87CEFA;
}

/* text style for the unselected tabs */
.OtherSubTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:visited
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:active
{
    text-decoration: none;
    color: #000000;
}

A.OtherSubTabs:hover
{
    text-decoration: none;
    color: #000000;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0080C0;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #0080C0;
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #0080C0;
}

.SiteLink A:active
{
    color: #0080C0;
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #FFFF00;
}

/* style for separator between site links */
.Accent
{
    color:#0000CD;
    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: #87CEFA;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Maroon;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color: #D0E2F3;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #101066;
}

/* 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: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #A52A2A;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

/* text style for buttons and link buttons used in the portal admin pages */
INPUT.CommandButton
{
    border-right: black thin solid;
    padding-right: 20px;
    border-top: silver thin solid;
    padding-left: 20px;
    font-weight: bold;
    font-size: 11px;
    background: #4169E1;
    padding-bottom: 2px;
    margin: 3px;
    overflow: visible;
    border-left: silver thin solid;
    color: white;
    padding-top: 2px;
    border-bottom: black thin solid;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0080C0;
    text-decoration: underline;
}

A.CommandButton:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0080C0;
    text-decoration: underline;
}

A.CommandButton:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0080C0;
    text-decoration: underline;
}

A.CommandButton:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFF00;
    text-decoration: underline;
}

.LeftPane
{
    background-color: #E0E4EA;
}
.RightPane
{
    background-color: #E3E6ED;
}


/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A:link
{
    color: #0066ff;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #0066ff;
}

A:active
{
    text-decoration: none;
    color: #0066ff;
}

A:hover
{
    text-decoration: underline;
    color: #0066ff;
}

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: #0066ff;
    height: 1pt;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4169E1;
}

.module
{
    background-color: #000000;
    padding: 10;
	 color: #87CEFA;
}

.Error
{
    font-weight: bold;
    color: #990000;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #87CEFA;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

/* ================================
   ToolEdit (KiT)
   ================================ */

.EditArea
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color:#FFFFFF;
    padding-left:5px;
    padding-top:5px;
    color:black;
}

.Panel
{
  background-color: #FFF097;
  background-image: url('panel.gif');
}

/* survey lists result */
.SurveyResult
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px ridge black; 
    background-color: #00aef0; 
    color: #FFFFFF; 
    font-weight:bold;
}

/* background for table lines */
.oddtopleft
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background-color: #D0E2F3;
  border-right: 1px ridge black;
  border-bottom: 1px ridge black;
  border-left: 1px ridge black;
  border-top: 1px ridge black;
}
.oddtopright
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background-color: #D0E2F3;
  border-right: 1px ridge black;
  border-bottom: 1px ridge black;
  border-top: 1px ridge black;
}
.oddleft
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background-color: #D0E2F3;
  border-right: 1px ridge black;
  border-bottom: 1px ridge black;
  border-left: 1px ridge black;
}
.odd
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background-color: #D0E2F3;
  border-right: 1px ridge black;
  border-bottom: 1px ridge black;
}
.amountwidth
{
  width: 80px;
}


@media print
{
.noprint
{
 display:none
}
.CommandButton
{
 display:none
}
.break {page-break-after: always;}

/* background for table lines on print*/
.oddtopleft
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}
.oddtopright
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}
.oddleft
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}
.odd
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}
.Normal
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}
.amountwidth
{
  width: 40px;
}
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 10px Arial;
color:black;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
background: #FFF url(media/indentbg.gif) center center repeat-x;width:100%;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
font: bold 12px Arial;
padding: 8px 11px;
text-decoration: none;
text-align:center;

}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
background: #FFF url(media/indentbg2.gif) center center repeat-x;
text-decoration:none;
}

.indentmenu ul a span{
display: table-cell; 
vertical-align: middle; 
margin: 0; 
padding: 0; 
}
.indentmenu ul  table
{
background: #FFF url(media/indentbg.gif) center center repeat-x;
}