/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header and footer  */
.HeadBg
{
    background-color: #bdc1e0;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv
{
     text-align:  left;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;    
}

.rb_DefaultLayoutTable
{
     width: 100%;
     text-align: left;     
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
     text-align:  left;     
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
     width: 100%;
     text-align: left;     
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}

/*  DESKTOP PORTAL BANNER SETTINGS */

rb_AlternatePortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

rb_AlternatePortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/* 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: 30px;
    color: #0066ff;
    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 & hyperlink styles for the selected tab */
.SelectedTab
{
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
	line-height: 23px;
    font-family: Tahoma, Helvetica, sans-serif;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #FFFFFF;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
	line-height: 23px;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #000000;

}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #000000;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #000000;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: Blue;
}

/* 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) */
.SiteLink1
{
	background-color:Green
}


.SiteLink
{
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #666666;
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #666666;
}

.SiteLink A:active
{
    color: #666666;
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #000000;
}

/* style for separator between site links */
.Accent
{
    color:#666666;
    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: #0066ff;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

/* 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: 14px;
    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;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
	font-weight: bold;
	font-size: 21px;
	color: #006699;
	font-family: Arial,Verdana;
	background-image: url(rond.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:6px;
}
/* style of item titles on edit and admin pages (msaltsmall)*/
.TitleHeadSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
/* 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: 12px;
	line-height: 15px;
    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: 12px;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:Gray
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

/* 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;
	padding: 0px 2px 1px 2px;
	border: silver thin solid;
	
    
}

Input.CommandButton 
{
	line-height: 13px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: none;
    color: Blue;
    background-color: #e0e3ef;
    
}

A.CommandButton:visited
{
    text-decoration: none;
    color: Blue;
    background-color: #e0e3ef;
}

A.CommandButton:active
{
    text-decoration: none;
    color: Blue;
    background-color: #e0e3ef;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: Blue;
    background-color: #e0e3ef;
}

.LeftPane
{
    background-color: #ffffff;
}
.RightPane
{
    background-color: #eeeeee;
}


/* 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: #0066ff;
}

.module
{
    background-color: #000000;
    padding: 10;
}

.Error
{
    font-weight: bold;
    color: #000000;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	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;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11;
    font-weight: normal;
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: silver;
	background-color: silver;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}
/* ================================
   Added by Christian
   ================================ 
.rb_LangSw_lb
{
    text-decoration: none;
    color: Blue;
}
*/
.IMG
{
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#696969,strength=5)
}

.PictureText
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    color:black;
    font-weight:normal;
    letter-spacing: 1px;
    line-height: 15pt;
}
.Contact1
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif;
}
.Contact2
{
	font-weight: normal;
	font-size: 11px;
	border-left: navy 1px solid;
	color: #000000;
	line-height: 15px;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.Contact_Header
{
	font-weight: bold;
	font-size: 11px;
	color: gray;
	border-bottom: navy 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
}

.im {
filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=4)
}

