/* ================================
    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: #0000FF;
}

/* 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
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #0000FF;
    border-color: #0000FF;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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;
    background-color: black;
}   

/* 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: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
}

TD.Head
{
	background-color: #0000FF;
	padding-right: 2;
	padding-left: 2;
	padding-bottom: 2;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* 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: 12px;
    font-weight: normal;
    line-height: 14px;
}

/* 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;
}

.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 admin 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 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;
}

/* text style for buttons and link buttons used in the portal admin pages */
.Head .CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color:Black;
    color: White;
}

.Head TD.CommandButton
{
	background-color: Black;
    color: white;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
.Head A.CommandButton:link {
    text-decoration:    underline;
    color: white;
}

.Head A.CommandButton:visited  {
    text-decoration:    underline;
    color: white;
}

.Head A.CommandButton:active   {
    text-decoration:    underline;
    color: white;
}

.Head A.CommandButton:hover    {
    text-decoration:    underline;
    font-weight: bold;
    color:White;
}


/* 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: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    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:  #0000FF;
}

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: #D9D9D9;
    height:2pt;
    text-align:left
}

.RightPane
{
	background-color: #cccc99;
	color:#0000FF;
}

.RightPane .Normal
{
	background-color: #cccc99;
	color:#0000FF;
}

.LeftPane 
{
	background-color: #cccc99;
	color:#0000FF;
}

.LeftPane .Normal
{
	color:#0000FF;
}

A.LeftPane.Normal:link 
{
	font-weight: bold;
    color: #0000FF;
}

A.LeftPane.Normal:visited  {
    font-weight: bold;
    color: #0000FF;
}

A.LeftPane.Normal:active   
{
	font-weight: bold;
    color: #0000FF;
}

A.LeftPane.Normal:hover    {
    text-decoration:    underline;
    font-weight: bold;
    color:#0000FF;
}

SMALL   {
    font-size:  9px;
}

TR.SMALL
{
    font-size:  11px;
}

A.SMALL
{
    font-size:  11px;
}

.headerphone {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: normal; font-weight: bold; color: 000000; text-decoration: none}
.formtext {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-weight: bold; text-decoration: none}
.red {  font-family: "Trebuchet MS", Arial; font-size: 11px; color: #CC0000; text-decoration: none; font-weight: bold}
a:link {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-style: normal; font-weight: bold; color: #0000FF; text-decoration: none}
.bodytext {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none}
.bold11 {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none}
.italicheader {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-style: italic; font-weight: bold; color: #000000; text-decoration: none}
.italiclist {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: italic; text-decoration: none}
a.italiclist:link {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: italic; font-weight: normal; color: #0000FF; text-decoration: none}
a.italiclist:hover {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: italic; font-weight: normal; color: #0000FF; text-decoration: underline}
.title {  font-family: "Trebuchet MS", Arial; font-size: 16px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.formcopysm {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none}
a.formcopysm:link {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
a.formcopysm:hover {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-weight: normal; color: #0000FF; text-decoration: underline}
a.bodytext:link {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none}
a.bodytext:hover {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
a.italiclist:visited {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: italic; font-weight: normal; color: #0000FF; text-decoration: none}
a.formcopysm:visited {  font-family: "Trebuchet MS", Arial; font-size: 10px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none}
a.bodytext:visited {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none}
a:visited {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-style: normal; font-weight: bold; color: #0000FF; text-decoration: none}
a:hover {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-style: normal; font-weight: bold; color: #0000FF0; text-decoration: underline}
.linkspage {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
a.linkspage:link {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: underline; color: #0000FF}
a.linkspage:visited {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
a.linkspage:hover {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: underline}
.5space {  font-family: Arial; font-size: 5px; text-decoration: none}
.linkspage2 { font-family: "Trebuchet MS", Arial; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none }
a.linkspage2:link { font-family: "Trebuchet MS", Arial; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none }
a.linkspage2:visited { font-family: "Trebuchet MS", Arial; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none }
a.linkspage2:hover { font-family: "Trebuchet MS", Arial; font-size: 9px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none }
.formfield { background:#ffffff; border:1 solid #333333; color:#990000; font-family:trebuchet ms, arial; font-size:10px; width:60px; height:18px;}
.formfield2 { background:#ffffff; border:1 solid #333333; color:#990000; font-family:trebuchet ms, arial; font-size:10px; width:170px; height:18px;}
.formfield3 { background:#ffffff; border:1 solid #333333; color:#990000; font-family:trebuchet ms, arial; font-size:10px; width:150px; height:60px;}
.buttonfield { background:#CC0000; border:1 solid #CC0000; color:#ffffff; font-family:trebuchet ms, arial; font-size:10px; width:38px; height:18px;}
.buttonfield2 { background:#CC0000; border:1 solid #CC0000; color:#ffffff; font-family:trebuchet ms, arial; font-size:11px; width:50px; height:18px;}
.lifetitle {  font-family: "Trebuchet MS", Arial; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; background-color: #E6E6E6;}
.headerphonebg {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.headerphonebd {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.headerphoneall {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
	background-color: #E6E6E6;
}
.formtextbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.proddash {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E6E6E6;
}
.formtextbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.formtextall {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
	border: thin solid #E6E6E6;
}
.redbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.redbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.bodytextbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.bodytextbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.bodytextall {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
	border: thin solid #E6E6E6;
}
.italicheaderbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.italicheaderbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.italiclistbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.italiclistbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.titlebg {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.titlebd {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.formcopysmbg {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.formcopysmbd {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
	background-color: #FFFFFF;
}
.linkspagebg {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	background-color: #E6E6E6;
}
.linkspagebd {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	border: thin solid #E6E6E6;
}
.bold11bg {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E6E6E6;
}
.bold11bd {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: thin solid #E6E6E6;
}
.linkspage2bg {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	background-color: #E6E6E6;
}
.linkspage2bd {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	border: thin solid #E6E6E6;
}
.tablebd {
	border: thin solid #E6E6E6;
}
.tablebd2 {
	border: thin solid #CCCC99;
}
.tablebg {
	background-color: #E6E6E6;
}
.tablebg2 {
	background-color: #F7F7F7;
}
.tableall2 {
	border: thin solid #D9D9D9;
	background-color: #F7F7F7;
}
.ltci_nav {
	background-color: #F1F1F1;
}
.title14bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #D9D9D9;
	border: thin solid #D9D9D9;
}
.body11 {  
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none
}
.bold12 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: 000000; 
text-decoration: none
}
.bold12bg {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: 000000; 
text-decoration: none;
background-color: #E3E1BF;
}
.body12 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
color: 000000; 
text-decoration: none
}
.body9 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
color: 000000; 
text-decoration: none
}
.Bold12red {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
color: cc0000; 
text-decoration: none
}
.navgrey {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
a.navred:link {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal;  color: #CC0000; text-decoration: none}
a.navred:visited {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #CC0000; text-decoration: none}
a.navred:hover {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #CC0000; text-decoration: underline}
a.navgrey:link {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
a.navgrey:visited {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
a.navgrey:hover {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: underline}
a.navwhite:link {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.navwhite:visited {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
a.navwhite:hover {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: underline}
.5space {  font-family: Arial; font-size: 5px; text-decoration: none}
.navred {  font-family: "Trebuchet MS", Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #CC0000; text-decoration: none}
