/* ================================
    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: #FFFFF;
}

/* 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
{
/*	background-color: #FFFFFF;*/
	text-align:  left;  
/*	width: 950px;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;   
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(fondgauche.gif);
	background-repeat: repeat-y; 
}

.rb_DefaultLayoutTable
{
/*      width: 100%;*/
/*	height: 100%;*/
       	text-align: left;     
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-attachment: relative;
	background-image: url(fondbandeau.gif);
	background-repeat: no-repeat;
	background-position: left 183;
	position: fixed;
}

/*MENU AUTOMATIQUE*/
/*attention créé au jugé pour test*/
.ONLSecItem {
	/*menu automatique*/
	font-family:"Verdana, arial, Arial Black";
	font-size:11;
	FONT-WEIGHT:normal;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%;  
	HEIGHT: 20px;
	background-image:none;
	background-color:#00AEEF;
	border:0;
	color:black;
/*	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffcc00', endColorStr='#FFFFFF', gradientType='1')*/

}

.ONLSecItemSel {   
	/*menu automatique - 1er niveau - sélection*/
	font-family:"Verdana, arial, Arial Black";
	font-size:11;
	FONT-WEIGHT:normal; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;  
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: repeat-x; 
	HEIGHT: 20px; 
	BACKGROUND-IMAGE: none;
	BACKGROUND-COLOR: #00AEEF;
	color:black;
}
.ONLSecSubItem 
{
	/*menu automatique - autre niveau - normal*/
	font-family:"Verdana, arial, Arial Black";
	font-size:11;
	FONT-WEIGHT:normal; 
	BACKGROUND-COLOR:#00AEEF; 
	BACKGROUND-IMAGE: none; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%;  
	HEIGHT: 20px;
	color:black;
/*	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffcc00', endColorStr='#FFFFFF', gradientType='1')*/
}
.ONLSecSubItemSel 
{
	/*menu automatique - autre niveau - sélectionné*/
	font-family:"Verdana, arial, Arial Black";
	font-size:11;
	FONT-WEIGHT:normal; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND-IMAGE: none; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: repeat-x; 
	HEIGHT: 20px;
	BACKGROUND-COLOR: #00AEEF;
	color:black;
}

/* 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
{
	background-color: #FFFFFF;
     	text-align:  left;    
	width: 950px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
	background-color: #FFFFFF;
     width: 100%;
     text-align: left;     
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}

/*  DESKTOP PORTAL BANNER SETTINGS */

rb_AlternatePortalHeader
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

rb_DefaultPortalHeader
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

rb_AlternatePortalFooter
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;

}

rb_DefaultPortalFooter
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
/* MB*/

	background-attachment: fixed;
	background-image: url(fondgauche.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* 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: #FFFFFf;
    font-family: Verdana, arial, Arial Black;
}

/* background/border colors for the selected tab */
.TabBg
{
    font-family: Verdana, arial, Arial Black;
color: #FFFFFF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    font-family: Verdana, arial, Arial Black;
color: #FFFFFF;
}

/* text style for the selected tab */
.SelectedTab
{
    font-size: 11px;
    font-family: Verdana, arial, Arial Black;
	color:FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, arial, Arial Black;
    text-decoration: none;
	color: #FFFFFF;
}

/* 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;
bakground-color: #BED741;
}

/* text style for the unselected tabs */
.OtherSubTabs
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, arial, Arial Black;
    text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.OtherSubTabs:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

A.OtherSubTabs:active
{
    text-decoration: none;
    color: #FFFFFF;
}

A.OtherSubTabs:hover
{
    text-decoration: none:
    color: #FFFFFF;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #FFFFFF;
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

.SiteLink A:active
{
    color: #FFFFFF;
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

/* style for separator between site links */
.Accent
{
    color: #00AEEF;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0066ff;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Arial, Arial Black;
    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, Arial, Arial Black;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.NormalRed
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-style: italic;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-right: black thin solid;
	padding-right: 6px;
	border-top: silver thin solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	background: #6699ff;
	padding-bottom: 2px;
	margin: 5px;
	overflow: visible;
	border-left: silver thin solid;
	color: white;
	line-height: 25px;
	padding-top: 2px;
	border-bottom: black thin solid;
	font-family: Verdana, Arial, Arial Black;
	text-align: center;
}

Input.CommandButton 
{
	line-height: 13px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #000000;
}

.LeftPane
{

}
.ContentPane
{
}
.RightPane
{
    background-color: #FFFFFF;
}


/* GENERIC */
H1
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Arial, Arial Black;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A:link
{
    color: #000000;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #000000;
}

A:active
{
    text-decoration: none;
    color: #000000;
}

A:hover
{
    text-decoration: none;
    color: #000000;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: disc;
	color: #E50083;
}

UL LI LI
{
    list-style-type: square;
}

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, Arial, Arial Black;
    font-size: 15px;
    font-weight: bold;
    color: #0066ff;
}

.module
{
    background-color: #FFFFF;
    padding: 10;
}

.Error
{
    font-weight: bold;
    color: #00000;
}
.Erreur
{
	color:Red;
	font-weight:bold;
}

/* LastModified style */
.LastModified
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Verdana, arial, Arial Black
    VERTICAL-ALIGN: bottom;
}

/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #ffffff;
	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, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: Verdana, Arial, Arial Black;
    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;
}
