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

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	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 
{
	position: relative;
	padding: 0;
}

 /*----------------------------------------------------------------------------
                                  CAMPUS LINE
 ----------------------------------------------------------------------------*/
#platformBanner
{
	background-color:#FFB848;
	color: #333;
	font-size: 115%;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #000;
}

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

#platformBanner a:hover
{
	color: #fff;
}

#platformBanner #siteName
{
	position: relative;
	float: left;
	text-align: left;
}

#platformBanner #institution
{
	position: relative;
	float: right;
	text-align: right;
}

 /*----------------------------------------------------------------------------
                                   USER LINE
 ----------------------------------------------------------------------------*/
#userBanner
{
	background-color: #FDD088;
	color: #333;
	font-size: 80%;
	padding: 4px;
	border-bottom: 1px solid #000;
}

#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;
	
}
 /*----------------------------------------------------------------------------
                                  COURSE LINE
 ----------------------------------------------------------------------------*/
#courseBanner
{
   	padding: 4px;
	background-color: #fec;
	color: #036;
	font-weight:bold;
	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;
}

 /*----------------------------------------------------------------------------
                                  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: 90%;
	float: right;
	text-align: right;
}

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

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


/******************************************************************************
                              CLAROLINE FOOTER
 ******************************************************************************/

#footer
{
	background-color: #FFFFF;
	font-size: 80%;
}

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

#platformManager
{
	float: right;
	padding-right: 10px;	
}

#courseManager
{
	float: left;
	text-align: center;
	padding-left: 10px;
}

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

/******************************************************************************
	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: #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 {
	background-color: #FF9900;
  color: #000000;
  border:1px solid #666;
}

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

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

