/* ================================
    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: #007BC1;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/*Banner Navigation*/
.NavBg {
    background-color: #055106;
}
.SubNavBg {
    background-color: #009900
}
/* style for the text of the banner*/
.BannerText {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    color: White
    
}
/*Banner links*/
/* hyperlink styles of the unselected tabs */
A.BannerText:link    {
    text-decoration:    none;
    color:white;
}

A.BannerText:visited {
    text-decoration:    none;
    color:white;
}

A.BannerText:active  {
    text-decoration:    none;
    color:white;
}

A.BannerText:hover   {
    text-decoration:    underline;
    color:white;
}

/* style for the header and footer*/
/*** DO NOT TOUCH THE LAYOUT OF THIS STYLE ***/
.HeaderFooter { background-color: #009900;
/*** DO NOT TOUCH THE LAYOUT OF THIS STYLE ***/
	font-size:8pt;
    font-family: Verdana;
    font-weight :normal;
    color:Black;
}
/* hyperlink styles of the Header and footer */
A.HeaderFooter:link    {
    text-decoration:    none;
    color:Black;
}

A.HeaderFooter:visited {
    text-decoration:    none;
    color:Black;
}

A.HeaderFooter:active  {
    text-decoration:    none;
    color:Black;
}

A.HeaderFooter:hover   {
    text-decoration:    underline;
    color:Black;
}

/* Data list styles*/
.HeaderColumn
{     
     font-size:10pt;
     font-family: Verdana;
     font-weight :bold;
     color:White;
     background-color: #009900;
     text-decoration: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-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#007BC1
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #208DCE;
    border-color: none;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: none;
    border-color: none
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:eeeeee;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:eeeeee;
    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;
    font-color: navy;
}   

/* 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: white;
    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: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: Black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Times New Roman;
    font-size:  18px;
    font-weight:    normal;
    color: #333367;
}

/* 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:  14px;
    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: 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;
}
    



/* 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:  navy;
}

A:visited   {
    text-decoration:    none;
    color:  navy;
}

A:active    {
    text-decoration:    none;
    color:  navy;
}

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
}

A:link IMG {border: 0px none ! important;}

A:visited IMG {border: 3px none ! important;}

A:active IMG {border: 3px none ! important;}


/*
Menu Styles
*/

.solpartmenu1_spmbctr 
{
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;  
	background-color: #009900; /*Same as SubNavbg*/
	
}
.solpartmenu1_spmbar
{
	cursor: hand; 
	height:27;
}
.solpartmenu1_spmitm /*Top Level Menu Item*/
{
	cursor: hand; 
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight : bold;
	border-left: None; 
	border-bottom: None; 
	border-top: None; 
	border-right: None;
}
.solpartmenu1_spmbicn /*Icon - Probably not needed*/
{
	cursor: hand; 
	background-color: #009900;  /*Probably the same as sub level bg color*/ 
	border-left: none; 
	border-bottom: none; 
	border-top: none; 
	text-align: center; 
	width: 20;
	height: 20;
}
.solpartmenu1_spmbsub /*Sub Level Menu Item*/
{
	z-index: 1000; 
	cursor: hand; 
	background-color: #009900; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none;
}
.solpartmenu1_spmbrk 
{
	border-bottom: Gray 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: Gray 0px solid; 
	background-color: Gray; 
	height: 0px;
}
.solpartmenu1_spmbitmsel /*rollover*/
{
	background-color: White; 
	cursor: hand; 
	color: 009900; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	}
.solpartmenu1_spmbarw 
{
	font-family: webdings; 
	font-size: 9pt; 
	cursor: hand; 
	border-right: none; 
	border-bottom: none; 
	border-top: none;
}
.solpartmenu1_spmbrarw 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}

/*Sublinks*/
.solpartSublinks
{
	background-color: #009900;
}
.solpartSublinks_spmbctr 
{
	font-family: MS Sans Serif; 
	font-size: 9pt; 
	border-bottom: white 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid; 
	border-right: White 0px solid;   
	background-color: #009900;
}
.solpartSublinks_spmbar 
{
	cursor: hand; 
	height:27;
}
.solpartSublinks_spmitm 
{
	z-index: 1000; 
	cursor: hand; 
	background-color: #009900; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: Navy 1px solid; 
	border-left: Navy 1px solid; 
	border-top: Navy 1px solid; 
	border-right: Navy 1px solid;
	}
.solpartSublinks_spmicn 
{
	cursor: hand; 
	background-color: DarkGray; 
	border-left: DarkGray 1px solid; 
	border-bottom: DarkGray 1px solid; 
	border-top: DarkGray 1px solid; 
	text-align: center; 
	width: 25;
	height: 25;
}
.solpartSublinks_spmsub 
{
	z-index: 1000; 
	cursor: hand; 
	background-color: Silver; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: Black 1px solid; 
	border-left: Black 1px solid; 
	border-top: Black 1px solid; 
	border-right: Black 1px solid;
}
.solpartSublinks_spmbrk 
{
	border-bottom: Black 1px solid; 
	border-left: Black 0px solid; 
	border-top: Black 1px solid;  
	border-right: Black 0px solid; 
	background-color: White; 
	height: 1px;
}
.solpartSublinks_spmitmsel 
{
	background-color: #C0C0FF; 
	cursor: hand; 
	color: Black; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic;

}
.solpartSublinks_spmarw 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: Silver 1px solid; 
	border-bottom: Silver 1px solid; 
	border-top: Silver 1px solid;
}
.solpartSublinks_spmrarw 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}
.solpartSublinks_spmitmscr 
{
	width: 100%; 
	font-size: 6pt;
}