/* ================================
    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: #fff */}

Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-image:url(bg.gif);
	
	scrollbar-DarkShadow-Color:#9C9A9C;
    scrollbar-Track-Color:#B5B3B5;
    scrollbar-Face-Color:#9C9A9C;
    scrollbar-Shadow-Color:#FF6600;
    scrollbar-Highlight-Color:#000000;
    scrollbar-3dLight-Color:#ffffff;
    scrollbar-Arrow-Color:#000000;
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* TASOL, Elzer */
.rb_DefaultThreePanes
{
	border: solid 1px #8D8D8D;
}
.rb_LangSw_sel img, .rb_LangSw_tbl img
{
	border:none;
}

rb_DefaultPortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: solid 50px #8D8D8D;
}

/* 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: center; margin: 0; padding: 0; height: 100% }

.rb_DefaultLayoutTable
    {  text-align: left; margin: 0; padding: 0; width: 775px; height: 100%; 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: center;   
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;  
	  height: 100%;    
}

.rb_AlternateLayoutTable
{
     width: 775px; height: 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;
}



/* 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: 24px;
    color: #0066ff;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* text style for the selected tab */
.SelectedTab
{
    font-size: 11px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

/* 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: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherSubTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana, 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) */
.SiteLink
 { color: #666666; font-weight: bold; font-size: 9px; line-height: 9px; font-family: Verdana, Helvetica, sans-serif; height: 6px }

/* 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: #FFCC66;
}

/* style for separator between site links */
.Accent
{
    color:#999999;
    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;
}

.rb_PageKeyPhrase
{
	
}

/* 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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #da1c20;
    text-transform:uppercase;
}
.headalt
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #da1c20;
    text-transform:none;
    padding-left:7px;
}
.Head2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    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: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
   { color: #000000; font-weight: normal; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background: #ffffff url(input_background.jpg); border: solid 1px #03c;  }

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
  { color: white; font-weight: bold; font-size: 10px; line-height: 16px; font-family: Verdana, Helvetica, sans-serif; background-color: #DA1C20; text-align: center; padding: 1px 2px; border: solid 1px #006; overflow: visible }

Input.CommandButton 
 { line-height: 12px }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
 { color: #ffffff; line-height: 16px; text-decoration: underline; padding: 1px 2px;}

A.CommandButton:visited
 { color: #ffffff; line-height: 16px; text-decoration: underline; padding: 1px 2px; }

A.CommandButton:active
 { color: #ffffff; line-height: 16px; text-decoration: underline; padding: 1px 2px; }

A.CommandButton:hover
 { color: #000000; line-height: 16px; text-decoration: underline;  }

.LeftPane
{ background-image: url("haus.jpg"); background-repeat: no-repeat; background-position: left bottom;
	padding-bottom:100px;}

.LeftPane_rahmen
 { background-color: #999 }
.RightPane
{}
.ContentPane
{}

.theme1topbg
{
background-image: url(theme1topbg.gif); background-repeat: repeat-x; background-position: left bottom;	
}
.theme1bottombg
{
background-image: url(theme1bottombg.gif); background-repeat: repeat-x; background-position: left top;	
}
/* 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: #da1c20;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #da1c20;
}

A:active
{
    text-decoration: none;
    color: #da1c20;
}

A:hover
{
    text-decoration: underline;
    color: #666666;
}

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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0066ff;
}

.module
{
    background-color: #f7f7f7;
}
.modulePadding
{
	padding:8px;
}
.modulefont
{
	color:#666666;	
}

.Error
{
    font-weight: bold;
    color: #000000;
}

/* LastModified style */
.LastModified
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
    VERTICAL-ALIGN: bottom;
}

/* ================================
   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;
}


/* =============================
   LinkeNavi
   ============================= */
.Menu	 { color: #fe6b00; background-color: #ffe4b5; height: 25px; border-bottom: 2px solid black }

/* ================================ */



/* =============================
   BreadCrumbs styles
   ============================= */
.bc_Row		 { padding-left: 57px; border-bottom: 2px solid black }
.bc_Text	{FONT-SIZE:10px;}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left:8px;FONT-SIZE:10px;font-weight:bold;text-decoration:none;color:black}
.bc_Link:hover	{text-decoration:underline;}



/* =============================
   SolpartNavigation menu styles Gummiketten
   ============================= */
.spm_MenuContainerTable {width: 100%; /*background-color: #8D8D8D;*/ height: auto;}
.spm_MenuContainer		{height: 18px;}
.spm_MenuBar			{height: 18px;}
.spm_MenuBar TD			{font-size: 11px; font-weight: bold;}
.spm_MenuBar TD TD		{}
.spm_SubMenu			{}
.spm_SubMenu TD			{ font-size: 10px; font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/tagexcms/Design/Themes/TAGEX_tasol_01/bg_transblau.png');
    background-repeat: repeat;}
.spm_MenuBreak			{}
.spm_MenuItem			{height:18px; color: #fff; /*background-color: #8D8D8D;*/ cursor: hand; padding-right: 7px; padding-left: 3px;}
.spm_MenuItem TD		{height:18px; font-size: 11px; font-weight: bold;}
.spm_MenuIcon			{border-left:none;}
.spm_MenuItemSel		{height: 18px; color: #FFCC66; font-size: 10px; font-weight: bold; /*background-color:#FF9900;*/}
.spm_MenuItemSel TD		{height:18px; font-size: 11px; cursor: hand; padding-right: 7px; padding-left: 3px;
	}
.spm_MenuArrow			{font-family: webdings;cursor: hand;}
.spm_RootMenuArrow		{font-family: webdings;cursor: hand;}
.spm_DefaultItem		{cursor:hand;height:18px;}
.spm_DefaultItem TD		{height:18px;padding-left:3px; padding-right:3px;}
.spm_DefaultItemHighlight	{cursor:hand;}
.spm_DefaultItemHighlight TD	{background-color:#47BCAF;color:#ffffff;text-decoration:none;padding-left:3px; padding-right:3px;}
/* ================================ */

/* =============================
   SolpartNavigation menu styles Gummiketten Unternavigation orange = FF9900
   ============================= */
.spm1_MenuContainer	  { margin-bottom: 6px; height: 18px }
.spm1_MenuBar		  { height: 18px }
.spm1_MenuBar TD		  { font-size: 11px; font-weight: bold;  margin: 2px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff  }
.spm1_SubMenu		   {}
.spm1_SubMenu TD		 { font-size: 11px; cursor: hand; padding-right: 7px; padding-left: 3px; border-top: 1px solid #FF9900; border-bottom: 1px solid #FF9900; border-left: 1px solid #FF9900 }
.spm1_MenuBreak		{}
.spm1_MenuItem		    { color: #666; cursor: hand; padding-right: 7px; padding-left: 3px; }
.spm1_MenuItem TD	    { font-size: 11px; font-weight: bold; margin: 2px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #fff }
.spm1_MenuIcon		{border-left:none;}
.spm1_MenuItemSel	   { color: #FF9900; font-size: 12px; font-weight: bold }
.spm1_MenuItemSel TD	   { font-size: 11px; cursor: hand; padding-right: 7px; padding-left: 3px; border-top: 1px solid #FF9900; border-bottom: 1px solid #FF9900; border-left: 1px solid #FF9900 }
.spm1_MenuArrow		{font-family: webdings;cursor: pointer; cursor: hand; }
.spm1_RootMenuArrow	{font-family: webdings;cursor: pointer; cursor: hand; }
/* ================================ */

/* =============================
   <CP><Elzer>HWMenu menu styles für die Linke Zusatznavigation
   ============================= 

.sm_HWMenuItem		      { color: #666; font-size: 10px; font-family: verdana, Arial; font-weight: bold; background-color: transparent; cursor: pointerhand  ; padding-left: 5px }
.sm_HWMenuHiItem	     { color: white; background-color: #f90; cursor: pointerhand  ; padding-left: inherit }
.sm_HWMenuSubItem	     { background-color: white; cursor: pointerhand  ; padding-left: inherit }
.sm_HWMenuHiSubItem	     { color: #fff; background-color: #f90; cursor: pointerhand  ; padding-left: inherit }
*/
/* ================================ */
/* =================================
   SimpleMenu Module - dhtml styles
   ================================= */

.sm_HWMenuItem		{font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10px; cursor: hand; border-bottom: 1px dotted #150200}
.sm_HWMenuItem TD		{font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10px; cursor: hand; border-bottom: 1px dotted #150200}
.sm_HWMenuHiItem	 { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; cursor: hand; border-bottom: 1px dotted #f90 }
.sm_HWMenuHiItem TD	{font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10px; font-weight: bold; cursor: hand; padding-right: 5px; padding-left: 5px; border-bottom: 1px dotted #150200}
.sm_HWMenuSubItem	  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; border-bottom: 1px dotted #000 }
.sm_HWMenuHiSubItem	  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: white; border-bottom: 1px dotted #f90 }
/* ================================ */

/* Elzer/Klose 29.03.05 Anordnung der Buttons wenn Titel ausgeschaltet ist. */
table.TitleNoTheme 
{
	width:auto;
	float:right;
}

table.TitleNoTheme td
{
	text-align:right;
	width:15px;	
	
}
/* Elzer/Klose Ende */
