/* ================================
    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: silver;*/
	 background-image: url(/images/emailworlddeepgreen3.png)

}

/* 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-weight:  normal;
	font-size: 20px;
	color: #202020;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #202020;
    border-color: none;
    border-width: 0px;
    text-align: center;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #202020;
    border-color: #202020;
    text-align: center ;
}

.OtherTabsBg {
    background-color: #202020;
    border-color: #202020;
    text-align: center ;
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

a.SelectedTab {
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 100px;
}

/* Separator table */
.SeparatorTable
{
	background: #202020;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    color:#FFFFFF;
}

A.OtherTabs:visited {
    text-decoration: none;
    color:#FFFFFF;
}

A.OtherTabs:active  {
    text-decoration: none;
    color:#FFFFFF;
}

A.OtherTabs:hover   {
    text-decoration: none;
    color: #202020;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 3px;
}




/* CHILD TABS SECTION============================= */
.ChildTabBg
{
    background-color: white;
    border-color: white;
    HorizontalAlign = HorizontalAlign.Right;
}

.OtherChildTabsBg
{
    background-color: #202020;
    border-color: #202020;
}


.SelectedChildTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold
}

.OtherChildTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherChildTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherChildTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherChildTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherChildTabs:hover   {
    text-decoration:    none;
    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;
    text-decoration: none;
    color: #2bae33;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #2bae33;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #2bae33;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#2bae33;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: #1aDE0F;
}

/* style for separator between site links */
.Accent
{
    color: #202020;
    font-weight:    bold;
}

.SigName
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}	

.SigText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #FFFFFF;
}	

/* 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:  12px;
    font-weight:    bold;
    color: darkgreen;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: darkgreen;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #202020;
}

.GridText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal   
}

.HiRow
{
	background-color: #cccccc
}

.LoRow
{
	background-color: #ffffff
}

/* 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: 14px    
}

/* text style used for large text rendered by modules */
.Large
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px    
}

.Small
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal   
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
	border: 1px solid 
	border-color: #202020; 
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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:    none;
    color: darkgreen;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: darkgreen;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: darkgreen;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #2bae33;
}
    



/* 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:  16px;
    font-weight:    bold;
    color: darkgreen;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkgreen;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkgreen;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkgreen;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkgreen;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkgreen;
}

A:link  {
    text-decoration:    none;
    color:  #2bae33;
}

A:visited   {
    text-decoration:    none;
    color:  darkgreen;
}

A:active    {
    text-decoration:    none;
    color:  darkgreen;
}

A:hover {
    text-decoration:    none;
    color:  #2bae33;
}

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
}

	
.OLAPDataTable
{
	border-right: blue thin solid;
	padding-right: 0px;
	border-top: blue thin solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: blue thin solid;
	width: 100%;
	padding-top: 0px;
	border-bottom: blue thin solid;
}

.OLAPCell
{
	font-size: x-small;
	background: white;
	font-family: Verdana;
}

.OLAPCellSummary
{
	font-size: x-small;
	background: silver;
	font-family: Verdana;
}

.OLAPSummaryRow
{
	background: silver;
	border-bottom: black thin solid;
}

.OLAPDimCol
{
	font-weight: bold;
	font-size: small;
	background: navy;
	color: white;
	font-family: Verdana;
}
.OLAPDimColParent
{
	font-weight: bold;
	font-size: small;
	background: cornflowerblue;
	color: white;
	font-family: Verdana;
}
.OLAPDimRow
{
	padding-left: 15px;
	font-weight: bold;
	font-size: small;
	background: navy;
	color: white;
	font-family: Verdana;
	width: 15%;
}
.OLAPDimRowParent
{
	font-weight: bold;
	font-size: small;
	background: cornflowerblue;
	width: 15%;
	color: white;
	font-family: Verdana;
}
.OLAPCommands
{
	font-size: x-small;
	font-family: Verdana;
}
.DimensionLabel
{
	font-weight: bold;
	font-size: x-small;
	color: maroon;
	font-family: Verdana;
}