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

body 
{
 font-family: arial, helvetica, sans-serif;
 color: #000;
 margin: 10px;
 padding: 0;
}

a:link, 
a:active, 
a:visited, 
a:hover
{
	color : #003390;
}

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

.spacer
{
	clear: both;
}

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

 /*----------------------------------------------------------------------------
                                  CAMPUS LINE
 ----------------------------------------------------------------------------*/

#platformBanner
{
	color: #fff;
    background-color: #4171B5;
	font-size: 120%;
    padding: 4px;

}

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

#platformBanner a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#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
{
	color:white;
	background-color: #666;
	font-size: 80%;
	font-weight:bold;
	padding: 4px;	
	border-top: 1px #FFF solid;
}

#userBanner #userName
{
	 font-size: 115%;
	 margin: 0;
}

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

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

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

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


 /*----------------------------------------------------------------------------
                                  COURSE LINE
 ----------------------------------------------------------------------------*/
#courseBanner
{
	color: #fff;   	
	background-color:  #90AFDD;
	font-weight: bold;
   	padding: 4px;
	border-top: 1px #FFF solid;
}

#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 a,
#courseBanner a:active,
#courseBanner a:link,
#courseBanner a:visited
{
	color: #036;
	text-decoration: none;
}

#courseBanner a:hover
{
	text-decoration: underline;
}

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

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

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

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

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

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

#breadcrumbLine hr
{
	display: none;
}

#breadcrumbLine .breadcrumbTrail
{
	float: left;
}

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

.breadcrumbTrail
{
	font-size: 80%;
}

/******************************************************************************
                             CLAROLINE BODY
 ******************************************************************************/

#claroBody{}


/******************************************************************************
                              CLAROLINE 
 ******************************************************************************/

#campusFooter
{
	font-size: 80%;
}

#campusFooter hr
{
	border: 0;
	height: 1px;
	background-color: gray;
}
#campusFooterRight
{
	float: right;
	text-align: right;
}

#campusFooterLeft
{
	float: left;	
}


#campusFooterCenter
{
    clear: both;
    text-align: center;
    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
 ******************************************************************************/

/*
 * Classes family to emphase some item in the tool interface.
 * These two classes has to be used together to work correctly.
 *
 * SOME EXAMPLES :
 *
 *  <a href="0" class="item"><img src="icon.gif" />lorem ipsum</a><br />
 *  <a href="0" class="item hot"><img src="icon.gif" />lorem ipsum</a><br />
 *
 *  <span class="item"><img src="icon.gif" />lorem ipsum</span><br>
 *  <span class="item hot"><img src="icon.gif" />lorem ipsum<br>
 *
 *  <ul style="list-style-image:url(icon.gif);list-style-position:inside">
 *   <li class="item">lorem ipsum</li>
 *   <li class="item hot">lorem ipsum</li>
 *  </ul>
 */

.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: #fff;
	background-color: #4171B5;
	font-weight: bold;
	text-align: left;
}

.claroTable .superHeader a
{
	color: #fff;
}

.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: #E6E6E6;
}

/* 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 #ccc 1px ;
}

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


/******************************************************************************
                             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
{
    background-color: #eef; 
    border: 1px solid #4171B5;
    padding: 6px;
	color: #000;
}

.claroIntroSection
{ 
	background-color: #F5F5F5;
	padding: 5px;
	margin-top : 5px;
	margin-bottom: 5px;
}

/*
 * '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;
}

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

/* 'highlight' is used when something needs to be especially shown to the user
	example : 'today' in the agenda
*/
.highlight 
{
 color: #000066;
 font-weight: bold;
}

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

.claroRightMenu
{
    background-color: #eef; border: 1px solid #4171B5;
    padding: 6px;
}
	
.claroRightMenu a, 
.claroRightMenu a:visited, 
.claroRightMenu a:active
{
		
}
	
claroRightMenu a:hover
{
				
}

.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 #003390;
    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 #003390;
}
