/******************************************************************************
                              MAIN HTML TAGS STYLE
 ******************************************************************************/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 100%;
}

body 
{
    font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
	color:#333333;
	background-color:white;
	padding: 1px;
	margin:auto;
	border:1px solid #cccccc;
	
}

a:link, a:active, a:visited 
{
	color: #00008B;
}

a img 
{
	border:none;
	text-decoration: none;
}

.spacer 
{
	clear: both;
	background-color:red;
}

h3{
	font-size: 110%;
}


/******************************************************************************
                              CLAROLINE TOP BANNER
 ******************************************************************************/

 /*----------------------------------------------------------------------------
                                  CAMPUS LINE
 ----------------------------------------------------------------------------*/

#platformBanner
{
	color:white;
    height:30px;
	background-color:#3D6D9E;
/*	background:url(./ibmm/campus_banner_bg.png) repeat-x;*/
	background:#3D6D9E url(./oiss2/logo_oiss.jpg) no-repeat;
	padding: 4px;
	font-size: 140%;
	font-weight: bold;
}

#platformBanner a,
#platformBanner a:active,
#platformBanner a:link,
#platformBanner a:visited
{
	text-decoration: none;
	color:white;
}

#platformBanner a:hover 
{
	color:white;
	text-decoration: underline;
}

#platformBanner #siteName
{
padding-left:30px;
}

#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: black;
	background-color:#DDDDDD;
	/* background-color: #D2C9AB; */
	color:#336699;
	font-size: 70%;
	font-weight:bold;
	border-top: 1px #FFF solid;
	padding: 4px;
}

#userBanner #userName
{
	color:#797979;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}

#userBanner a,
#userBanner a:active,
#userBanner a:link,
#userBanner a:visited
{
	text-decoration: none;
	color: #336699;
}

#userBanner a:hover
{
	color: black;
	text-decoration: none;
}

#userBannerRight
{
    position: relative;
	float: right;
	text-align: right;
	margin: 0;
}

#userBannerLeft
{
    position: relative;
	float: left;
	text-align: left;
	margin: 0;
}


 /*----------------------------------------------------------------------------
                                  COURSE LINE
 ----------------------------------------------------------------------------*/
#courseBanner
{
   	padding: 4px;
	background-color: #EAE5D5;
	color: black;
	font-weight: bold;
	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: black;
	text-decoration: none;
}

#courseBanner a:hover
{
	text-decoration: underline;
}

#courseBanner #courseCode {
	font-size: 80%;
}

#courseBanner form
{
	padding-top: 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
{
	background: white url('oiss2/grayfadeout.gif') repeat-x;
	padding:5px; padding-bottom:0px;
	border-bottom: solid 1px white;


}


#breadcrumbLine hr
{
	display: none;
}


#breadcrumbLine .breadcrumbTrail
{
	float: left;
}

#breadcrumbLine #toolViewOption
{
	float: right;
	text-align: right;
	font-size: 80%;
}


.breadcrumbTrail
{
	font-size: 80%;
}

/******************************************************************************
                             CLAROLINE BODY
 ******************************************************************************/

#claroBody{
	background-color:#fff;
	padding-left:10px; padding-right:10px;
}


/******************************************************************************
                              CLAROLINE FOOTER
 ******************************************************************************/

#campusFooter
{
	background:#F0F0F0 url(./oiss2/pie.jpg) repeat-x;
	font-size: 80%;
}

#campusFooter hr
{
	background-color: gray;
	border: 0;
	height: 1px;
}

#campusFooterRight
{
	float: right;
	text-align: right;
}

#campusFooterLeft
{
	float: left;	
}

#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
 ******************************************************************************/

/*
 * 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;font-size:90%;}
.hot {background:url(../img/hot.gif) no-repeat}

/******************************************************************************
                             CLAROLINE TABLE
 ******************************************************************************/

/* Uniformize claroline table format. The class provide 3 header type
 *
 *     - superHeader : allowing to define table title above the column header
 *     - headerX : define header in the X axis for each column
 *     - headerY : define header in the Y axis for each rank
 *
 * Example of table using a super header and header in X axis
 *
 * <table class="claroTable">
 * <tr class="superHeader">
 * <th colspan="3">User Birthdate</th>
 * </tr>
 * <tr class="headerX">
 * <th>Firstname</th>
 * <th>Lastname</th>
 * <th>Birthdate</th>
 * </tr>
 *
 * <tbody>
 *
 * <tr>
 * <td>Hugues</td>
 * <td>Peeters</td>
 * <td>1969-09-27</td>
 * </tr>
 * <tr>
 * ...
 * </tr>
 *
 * </tbody>
 *
 * </table>
 *
 * Example of table using header in Y axis
 *
 *
 * <table class="claroTable">
 *
 * <tr class="superHeader">
 * <th colspan="3">User Birthdate</th>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Firstname</th>
 * <td>Hugues</td>
 * <td> ...  </td>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Lastname</th>
 * <td>Peeters</td>
 * <td> ...  </td>
 * </tr>
 *
 * <tr>
 * <th class="headerY">Birthdate</th>
 * <td>1969-09-27</td>
 * <td> ...  </td>
 * </tr>
 *
 * </table>
 */

.claroTable {
    text-align: left;
}

.claroTable td,
.claroTable th {
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    border: 1px solid #EDEDED;
    font-size: 0.9em;
}

.claroTable .superHeader th,
.claroTable th.superHeader {
    color: #669933;
    background-color: #DEEECE;
    border: 1px #87B665 solid;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.claroTable .superHeader a {
    color: #669933;
}

.claroTable .headerY th,
.claroTable .headerX th {
    color: #669933;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    background-color: #EDF1E3;
    border: 1px #96BB7A solid;
}

.claroTable .headerX th a
{
    font-weight: bold !important ;
    color: #669933;
    text-decoration : underline;
}

.claroTable .headerX th a:active,
.claroTable .headerX th a:hover
{
    color: #669933 !important;
    text-decoration : underline;
}

/* extension of claroTable class for Image Viewer */
.claroTable tr th.toolbar {
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.prev {
    text-align: left;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.title {
    font-weight: bold;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.claroTable tr.toolbar th.next {
    text-align: center;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.claroTable td.workingWeek {
    vertical-align: top;
    color: #999999;
    padding: 2px 5px 2px 5px;
}

.claroTable td.weekEnd {
    vertical-align: top;
    color: #73A244;
    padding: 2px 5px 2px 5px;
}
.claroTable td.highlight {
    vertical-align: top;
    color: #CD853F;
    padding: 2px 5px 2px 5px;
}

.emphaseLine tbody td {
    border-bottom: solid #DDDEBC 1px ;
}

.emphaseLine tbody tr:hover {
    background-color: #EDEDED;
}


/******************************************************************************
                             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 {
	margin-left:20px;
	border:solid 1px #FCC519; 
	background-color:#FFECB5;
	color: #000;
}

.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;
}

/* '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: #FFB848;
 font-weight: bold;
}

/* 'required' is used to set the color of the asterisk displayed before the required form field
*/
.required {
 color: red;
}

/* 'hotItem' is used when something needs to be notified as new on the platform since the last login
    to the user
*/
.hotItem,
.hotItem a
{
 color: #FF00CC;
 font-weight: bold;
}

/*
 * 'rightMenu' is mainly use in the platform home page
 */

.claroRightMenu  {
	/* background-color: #C3D8EF; */
	background-color: white;
	/* border-left:solid 1px #34A2BB; */
	border-left:solid 1px #EAE5D5;

}

.claroRightMenu a, 
.claroRightMenu a:visited, 
.claroRightMenu a:active {
		
}
	
claroRightMenu a:hover {
				
}

.HelpText {
    color:gray
}

.claroToolTitle {
	color:white;
	padding: 5px;
	background-color:#3D6D9E;
	border:1px solid #cccccc;
}

/*
 * 'comment' is used for comment of documents, forum description, ...
 */

.comment {
    font-size: smaller;
    margin-left: 30px;
}

fieldset {
	border:solid 1px #EAE5D5;
}

/*
 * 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 #EAE5D5;
    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 #EAE5D5;
}

#commonToolList {
	background-color:#F4F4F4;
	border:1px solid #cccccc;
}
.menu a.item {
padding-bottom:15px;
line-height:30px;
padding-left:5px !important;
text-decoration:none;
}
.menu a:hover.item {
color:red;
}