/******************************************************************************
                              MAIN HTML TAGS STYLE
 ******************************************************************************/

body 
{
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica,sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
}

a:link, a:active, a:visited 
{
	color: #333;
	text-decoration: none;
}

a:hover 
{
	color: #369;
}

a img 
{
	border:none;
	text-decoration: none;
}

.spacer
{
	clear: both;
}

h3
{	
	font-size: 110%; 
}
/******************************************************************************
                              CLAROLINE TOP BANNER
 ******************************************************************************/

 
 /*----------------------------------------------------------------------------
                              MAIN BANNER SETTINGS
 ----------------------------------------------------------------------------*/

#topBanner hr
{
	display: none;
}


#topBanner 
{
	padding: 0;
}

 /*----------------------------------------------------------------------------
                                  CAMPUS LINE
 ----------------------------------------------------------------------------*/
#platformBanner
{
	color: #ffffff;
	background-color: #ffd200;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	height: 79px;
	background-image: url(/claroline/claroline/css/orangejuice/platformBanner_bg.gif);
	background-repeat: repeat-x;
}

#platformBanner a,
#platformBanner a:active,
#platformBanner a:link,
#platformBanner a:visited
{
	text-decoration: none;
   	color: #333;
}

#platformBanner a:hover
{
	color: #fff;
	text-decoration: none;
}

#platformBanner #siteName
{
}

#platformBanner #institution
{
}

#campusBannerRight
{
    position: relative;
	float: right;
	text-align: right;
	margin: 0;
}

#campusBannerLeft
{
    position: relative;
	float: left;
	text-align: left;
	margin: 0;
}


 /*----------------------------------------------------------------------------
                                   USER LINE
 ----------------------------------------------------------------------------*/
#userBanner
{
	background-color: #c5c5c5;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/claroline/claroline/css/orangejuice/userBanner_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}

#userBanner #userName
{
	font-weight: bold;
    margin: 0px;
}

#userBanner #userLinks
{
	text-align: left;
}

#userBanner a,
#userBanner a:active,
#userBanner a:link,
#userBanner a:visited
{
    color: #333;
}

#userBanner a:hover
{
	text-decoration: underline;
    color: #369;
	
}

#userBannerRight
{
    position: relative;
	float: right;
	text-align: right;
	margin: 0;
}

#userBannerLeft
{
    position: relative;
	float: left;
	text-align: left;
	margin: 0;
}

 /*----------------------------------------------------------------------------
                                  COURSE LINE
 ----------------------------------------------------------------------------*/
#courseBanner
{
	color: #036;
	background-color: #fec;
	font-weight:bold;
   	padding: 4px;
	border-bottom: 1px solid #000;
}

#courseBanner #course
{
	position: relative;
	float: left;
	text-align: left;
}

#courseBanner #course span
{
   	display: block;
}

#courseBanner #courseToolList
{
	position: relative;
	float: right;
    text-align: right;
}

#courseBanner #courseName
{
	font-size: 120%;
	padding: 0;
	margin: 0;
}

#courseBanner #courseCode 
{
	font-size: 80%;
}

#courseBanner a,
#courseBanner a:active,
#courseBanner a:link,
#courseBanner a:visited
{
	color: #c60;
	text-decoration: none;
}

#courseBanner a:hover
{
	color: #369;
}

#courseBanner form
{
	padding: 5px;
	margin: 0;
}

#courseBannerRight
{
    position: relative;
	float: right;
	text-align: right;
	margin: 0;
}

#courseBannerLeft
{
    position: relative;
	float: left;
	text-align: left;
	margin: 0;
}

 /*----------------------------------------------------------------------------
                                  BREAD CRUMB TRAIL
 ----------------------------------------------------------------------------*/

#breadcrumbLine
{
	border: none;
	padding-bottom: 5px;
}

#breadcrumbLine a,
#breadcrumbLine a:active,
#breadcrumbLine a:link,
#breadcrumbLine a:visited
{
	color:#c60;
}

#breadcrumbLine a:hover
{
	color:#FFB848;
}

#breadcrumbLine hr
{
	display: none;
}

#breadcrumbLine .breadcrumbTrail
{
	float: left;
}

#toolViewOption
{
	font-size: 80%;
	float: right;
	text-align: right;
}

.breadcrumbTrail
{
	font-size:80%
}
/******************************************************************************
                             CLAROLINE BODY
 ******************************************************************************/

#claroBody
{
	padding-left: 10px;
	padding-right: 10px;
}


/******************************************************************************
                              CLAROLINE FOOTER
 ******************************************************************************/
#campusFooter
{
	background-color: #FFFFF;
	font-size: 75%;
}

#campusFooter hr
{
	background-color: gray;
	border: 0;
	height: 1px;
}

#campusFooterRight
{
	float: right;
	text-align: right;
	padding-right: 10px;
}

#campusFooterLeft
{
	float: left;	
	padding-left: 10px;
}

#campusFooterCenter
{
    clear: both;
    text-align: center;
}

#campusFooterCenter #poweredBy
{
    font-style: italic;
}
/******************************************************************************
	CLAROLINE COMMAND LINKS
 ******************************************************************************/
 
.claroCmd
{
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}

.claroCmdDisabled 
{
	color: Gray;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

/* Added for document view mode toolbar */

th .claroCmd
{
    font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}

th .claroCmdDisabled
{
    color: white;
    font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

/******************************************************************************
                             CLAROLINE ITEM
 ******************************************************************************/
.item 
{
	padding-left: 16px;
}

.hot
{
	background: url(../img/hot.gif) no-repeat;
}
/******************************************************************************
                             CLAROLINE TABLE
 ******************************************************************************/
.claroTable td, th 
{
	margin:  1px;
	padding: 4px;
	border: none;
}


.claroTable .superHeader th, .claroTable th.superHeader 
{
	color: #333;
	background-color: #FDD088;
	border: 1px solid #333;
	font-weight: bold;
	text-align: left;
}

.claroTable .superHeader a,
.claroTable .superHeader a:link,
.claroTable .superHeader a:visited 
{
	color: white;
}


.claroTable th.headerY, .claroTable .headerY th, 
.claroTable th.headerX, .claroTable .headerX th 
{
	font-weight: normal;
	text-align: left;
}

.claroTable .headerX th,  .claroTable th.headerX 
{
	background-color: #ffecce;
}

/* extension of claroTable class for Image Viewer */
.claroTable tr th.toolbar 
{
	background: white;
	font-weight: normal;
}

.claroTable tr.toolbar th.prev
{
	text-align:left;
	font-weight: normal;
}

.claroTable tr.toolbar th.title
{
	font-weight:bold;
	text-align:center;
}

.claroTable tr.toolbar th.next
{
	text-align:right;
	font-weight: normal;
}

.emphaseLine tbody td 
{
	border-bottom: solid #ffecce 1px ;
}

.emphaseLine tbody tr:hover 
{
	background-color: #EEEEEE;
}


/******************************************************************************
                             VARIOUS CLAROLINE CSS CLASS
 ******************************************************************************/

/*
 * 'claroMessageBox' is used to display all messages from the platform like 
 * action confirmation, parameter request, warning mesage...
 * Things that are usually displayed in a dialog box into offline applications
 */ 
 
.claroMessageBox 
{
	color: #000000;
    background-color: #FDD088;
	border:1px solid #666;
}

.claroIntroSection 
{ 
	border: dashed 1px #D8D8D8;
	padding: 10px;
	margin-top : 10px;
	margin-bottom: 10px;
}

.claroIntroSection hr
{
	border: 0;
	height: 1px;
	background-color: #D8D8D8;
}

/*
 * 'invisible' is generally attached to element that shouldn't be visible into 
 * common user interface but which are visible in course manager or platform 
 * administrator screen, showing that the element is deactivated or isn't 
 * visible fo the other users
 */

.invisible  
{
	color: #999999;
}

.invisible a, 
.invisible a:link, 
.invisible a:visited,
a.invisible,
a:link.invisible,
a:visited.invisible
{
	color: #999999;
}


/* 'correct' is attached to element that must be highlighted as correct 
	example : a good score in exercices
*/
.correct 
{
	color: #009900;
}

/* 'incorrect' is attached to element that must be highlighted as correct 
	example : a wrong score in exercices
*/
.incorrect 
{
	color: #990000;
}

/* 'highlight' */
.highlight 
{
	color: #FFB848;
}

/*
 * 'rightMenu' is mainly use in the platform home page
 */

.claroRightMenu  
{
	color: #000000;
	background-color: #ffecce;	
	border: 1px solid #666;
}

.claroRightMenu a,
.claroRightMenu a:link,
.claroRightMenu a:visited 
{
	color:#c60;
}
	
.claroRightMenu a:hover 
{
	color:#369;
}



.HelpText 
{
    color:gray
}

/*
 * 'comment' is used for comment of documents, forum description, ...
 */

.comment 
{
    font-size: smaller;
    margin-left: 30px;
}

/*
 * Navigation with tabs : configuration, modules, ...
 */
 
#navlist {
    margin: 10px;
    padding: 0 0 7px 10px;
    border-bottom: 1px solid #DEDEDE;   
}

.tabTitle {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #DEDEDE; 
}

.tabTitle a {
    border-bottom: 4px solid #FFECCE;
    text-decoration: none;
}

#navlist li, .tabTitle li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#navlist li a:link,
#navlist li a:visited {
    margin: 0 5px 4px 5px;
    padding: 3px 0.5em;
    text-decoration: none;
}

#navlist li a:hover {
    border-bottom: 4px solid #DEDEDE;
}

#navlist li a.current {
    border-bottom: 4px solid #FFECCE;
}

