/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.background1 
{
    background-color: #6F8DC2;
}
.background2 
{
    background-color: #D0DBEF;
}
.background_blk {
    background-color: #000000;
}
.background_blue1 {
    background-color: #D0DBEF;
}
.main_cell_border {
    border-bottom: 2px solid #A9ABA5;
}
.background_left_column {
    background-color: #FFFFFF;
}
.background_left_column2 {
    background-color: #FFFFFF;
    border-bottom: 2px solid #A9ABA5;
}
/* Gray: A9ABA5, Maroon: A40C34  EBECEA */ 
.background_border {
    background-color: #A9ABA5;
}
.backgroundSideMenu {
    background-color: #FFFFFF;
}
.backgroundMainContent {
    background-color: #D0DBEF;
}
fieldset.section_border_client_admin 
{
	width: 860px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 40px;
	display: block;
	border:1px solid #000000;
}
fieldset.section_border_order_in_process 
{
	width: 700px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	border:1px solid #000000;
}
fieldset.doc_center_main 
{
	width: 660px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 40px;
	display: block;
	border:1px solid #000000;
}
.legendHeaderContentBlue 
{
    background-color: #D0DBEF;
    font-size: 1.2em;
    font-weight: bold;
    color: #A50D35;
}
.legendHeaderContentMaroon 
{
    background-color: #D0DBEF;
    font-size: 1.5em;
    font-weight: bold;
    color: #A50D35;
}
.legendHeaderContentMaroonWhtBkground 
{
    background-color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    color: #A50D35;
}
.HeaderContentBlue 
{
    background-color: #D0DBEF;
    font-size: 1.2em;
    font-weight: bold;
    color: #2F45A3;
}
.HeaderContentBlueWhtBkground 
{
    background-color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    color: #2F45A3;
}
.HeaderContentBlack 
{
    background-color: #D0DBEF;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
.HeaderContentBlackWhtBkground 
{
    background-color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
legend.legendHeaderContentBlue 
{
    background-color: #D0DBEF;
    font-size: 1.2em;
    color: #A50D35;
}
legend.legendHeaderContentBlueWhtBkground 
{
    background-color: #ffffff;
    font-size: 1.2em;
    color: #A50D35;
}

legend.legendSectionHeaderContentBlue 
{
    background-color: #D0DBEF;
    font-size: 1.1em;
    color: #A50D35;
}
td.box_cell
    {
	    padding-top:4px; 
	    padding-bottom: 4px;
	    padding-left: 3px;
	    margin-top: 4px; 
	    border:1px solid #cccccc;
    }
td.box_cell_whiteBkground_blackBorder
    {
	    padding-top:4px; 
	    padding-bottom: 4px;
	    padding-left: 3px;
	    margin-top: 4px; 
	    background-color: #ffffff;
	    border:1px solid #000000;
    }
.background_blue 
{
    background-color: #6F8DC2;   
}
.background_header_color {
    background-color: #FFFFFF;
}
.HeadBg {
    background-color:  0000FF;
}

.wht_grid_border_right 
{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 1em;
	margin:0px; 
	padding:0px;
	background-color:  #FFFFFF;
}

.wht_grid_border 
{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    font-size: 1em;
	margin:0px; 
	padding:0px;
	background-color:  #FFFFFF;
}

.wht_grid_border_bottom 
{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 1em;
	margin:0px; 
	padding:0px;
	background-color:  #FFFFFF;
}
.wht_grid_border_bottom_right
{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    font-size: 1em;
	margin:0px; 
	padding:0px;
	background-color:  #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	font-size: 12px;
    font-weight: normal;
	font-family: Verdana Bold, Helvetica, sans-serif;
    background-color: white;
}


/* Component Section */

.ComponentHeadBg {
    background-color: RoyalBlue ;
    color: White;
}

.ComponentSection {
    background-color: Gray ;
}

.login_background 
{
    background-color: #E9EEF8;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    margin-left: 4px;
}


/* 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:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    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
}

a.header_menu:link {color: #000000; text-decoration: none}
a.header_menu:visited {color: #000000; text-decoration: none}
a.header_menu:hover {color: #A9A6A6; text-decoration: underline}
a.header_menu:active {color: #A9A6A6; text-decoration: none}
A.link {
    color: Gray }
A.visited {
    color: purple }
    
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:Gray;
}

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;
}

.BOMGrid
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: White;
    line-height: 12px ;   
}
/* hyperlink styles for BOM grid */
A.BOMGrid:link {
    text-decoration: underline;
    color: White;
}

A.BOMGrid:visited  {
    text-decoration: none;
    color: #ffffff;
}

A.BOMGrid:active   {
    text-decoration: none;
    color: #ffffff;
}

A.BOMGrid:hover    {
    text-decoration: underline;
    color: Yellow;
}


/* 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 */
.copyright_text {color: #999999; text-decoration: none}
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: darkred;
/*    color: #666644;  */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.list_header    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  1.3em;
    font-weight:    bold;
    color: #000000;
    margin-left: 20px;
}

/* 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    
}
.Form_label
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 12px;
    border-width: 1px;
}
.Form_input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 12px;
    border-width: 1px;
}
.Form_input_valuator_profile
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    height: 16px;
    font-weight: normal;
    line-height: 15px;
    border-width: 1px;
}
/* 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;
}
td.front_page_text {font-size: 1.2em;}




/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #A50D35;
}


H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

.H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    line-height:  16px;
    color: Black;
}

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:  16px;
    font-weight:    bold;
    color: darkblue;
}





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
}




