
/******************************************************************************
                              MAIN HTML TAGS STYLE
 $Id: default.css,v 1.68 2007/02/02 10:37:13 moosh Exp $                          
 ******************************************************************************/

html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1em;
}

body {
    margin: 0;
    padding: 0;
    /*color: #444;*/
    color: #6183C2;
    /*background: #FFF;*/
    /*background-color: #3399cc;*/
    /*background-color: #7D9EC0;*/
    /*background-image:url(default/fondo.jpg) ;*/
    /*background-repeat:repeat-x;*/
    /*background-position : top left;*/
    background:#2B598A url(default/fondo.jpg) repeat-x top left ;
    /*background: url('default/bg_body.jpg') repeat-x top left #fff;*/
    /*top:100px;*/
    left :100px;
    /*text-align: left;*/
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 1em;
    height: 100%;
    text-align:center;
    border-collapse:collapse;
    
}

a:link, a:visited  {
    color: #336699;
    font-weight: normal;
    text-decoration: none;
}

a:hover, a:active {
    color: #111C99;
    font-weight: normal;
    text-decoration: none;
}

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

.spacer {
    clear: both;
}

ul {
    list-style-type: disc;
    font-size: 0.9em;
    color: #6183C2;
}

input, textarea, button, select{
    /*border: 1px solid #aaa;*/
    border: 1px solid #aaa;
    color: #336699;
}

input[type=submit], input[type=reset], button {
    margin-left: 2px;
    color: #666666;
} 

input[type], textarea[name], button {
    background: #ffffff;
}

input[type=submit], input[type=reset], button {
    background: #ffffff;
    color: #000000;
}

input[type=submit]:hover, button:hover {
    background-color: #336699;
    color: #ffffff;
}

label {
    cursor: pointer;
}

/******************************************************************************
                              CLAROLINE TOP BANNER
 ******************************************************************************/

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

#plataform {
    background: #FFFFFF;
    height: auto;
    width : 900px;
    margin:0 auto 0 auto;
    text-align:left;
    /*padding:5px;*/
    padding:0
}

#topBanner {
    background: #FFFFFF;
    /*height: 800px;*/
    width : 763px;
    margin:0 auto 0 auto;
    text-align:left;
    position:relative;
    padding:0;
    /*border:1px solid red;*/
}
#banner {
    background: #FFFFFF;
    height: 117px;
    width : 900px;
    text-align:left;
    padding:0;
    margin:0;
    position:relative;
    /*border:1px solid #ff0000;*/
}
#imgDiv {
    background: #FFFFFF;
    height: auto;
    width : 137px;
    /*margin:0 auto 0 auto;*/
    margin:0;
    text-align:left;
    /*vertical-align:bottom;*/
    padding:0;
    /*border:1px solid #ff0000;*/
    position:relative;
    top:-10px;
}
#claroBodyDiv{
    /*background:#FFFFFF url(default/fondo-greca2.gif) no-repeat bottom left;*/
    background:#FFFFFF;
    height:auto;
}

#platformBanner {
    margin: 0;
    padding: 0;
    /*padding: 10px 15px 10px 15px;*/
    /*color: #fff;*/
    font-weight: bold;
    /*background: url('default/bg_header.gif') repeat-x top left #c5d4e2;*/
    /*background-color: #FFFFFF;*/
    /*background:#FFFFFF url(default/fondo-greca2.gif) no-repeat bottom left;*/
    vertical-align:middle;
    display:inline-block;
    /*border: 1px solid red;*/
}

#platformBanner a,
#platformBanner a:active,
#platformBanner a:link,
#platformBanner a:visited {
    text-decoration: none;
     /*color: #fff;*/
    color: #6183C2;
    font-weight: bold;
}

#platformBanner a:hover {
    text-decoration: underline;
    font-weight: bold;
}


#platformBanner #siteName {
    letter-spacing: 3px;
    font-size: 1.4em;
}

#platformBanner #institution {
    letter-spacing: 3px;
    font-size: 1.3em;
}

#campusBannerRight {
    text-align: right;
    padding: 0;
    margin : 0;
}

#campusBannerLeft {
    float: left;
    position:relative;
    text-align: left;
    margin-top: -1px;
    padding: 5px;
    margin /**/: 0;
    
}

#chatDiv {
    background: #FFFFFF;
    height: auto;
    width : 900px;
    height: auto;
    margin:0 auto 0 auto;
    /*text-align:left;*/
    /*padding:5px;*/
}

#commonToolList{
	background: #6184C1;
	height: auto;
}

#commonToolList a,
#commonToolList a:active,
#commonToolList a:hover,
#commonToolList a:link,
#commonToolList a:visited {
    text-decoration: none;
    font-size:0.85em;
    color: #FFFFFF;
}

#commonToolList a.invisible,
#commonToolList a.invisible:active,
#commonToolList a.invisible:hover,
#commonToolList a.invisible:link,
#commonToolList a.invisible:visited {
color:#999999;
font-size:0.85em;
}

#commonToolList ul {
	color:#FFFFFF;
	list-style-type:disc;
	font-size:0.85em;
	
}


 /*----------------------------------------------------------------------------
                                   USER LINE
 ----------------------------------------------------------------------------*/

#userBanner {
    color: #336699;
    font-weight: bold;
    font-size: 0.8em;
    padding: 1px 5px;
    background: #ddd;
    border-top: 1px #999 solid;
}

#userBanner #userName {
    color: #272222;
    font-weight: bold;
    margin: 0;
    /*display:none;*/
}

#userBanner a,
#userBanner a:link,
#userBanner a:visited {
    text-decoration: none;
    color: #336699;
    font-weight: normal;
}

#userBanner a:hover,
#userBanner a:active {
       color: #336699;
    text-decoration: underline;
    font-weight: normal;
}

#userBannerRight {
    float: right;
    text-align: right;
}

#userBannerLeft {
    float: left;
    text-align: left;
}

 /*----------------------------------------------------------------------------
                                  COURSE LINE
 ----------------------------------------------------------------------------*/
#courseBanner {
       padding: 4px;
    color: #336699;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 1px #999 solid;
}

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

#courseBanner #course span {
       display: block;
}

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

#courseBanner #courseName {
    padding: 0;
    margin: 0;
    text-indent: 12px;
    background-image: url(default/arrow_blue.gif);
    background-position: left;
    background-repeat: no-repeat;
}

#courseBanner a,
#courseBanner a:link,
#courseBanner a:visited {
    color: #336699;
    text-decoration: none;
    font-weight: normal;
}

#courseBanner a:hover,
#courseBanner a:active {
    color: #669933;
    text-decoration: underline;
    font-weight: normal;
}

#courseBanner #courseCode {
}

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

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

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

.debugBar
{
    color: #F99;
    background-color:#A33;
    padding: 3px;
    font-size: 70%;
}

.debugBar a,
.debugBar a:link,
.debugBar a:visited
{
    color: #E6F;
}

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

#breadcrumbLine {
    font-size: 0.8em;
    color: #666666;
    border: none;
    padding : 2px 5px;
}

#breadcrumbLine hr {
    display: none;
}

#breadcrumbLine .breadcrumbTrail {
    float: left;
}

#breadcrumbLine #toolViewOption {
    float: right;
    text-align: right;
}


.breadcrumbTrail {
}

#breadcrumbLine a:link,
#breadcrumbLine a:visited {
    color: #669933;
    font-weight: normal;
}

#breadcrumbLine a:hover,
#breadcrumbLine a:active {
    color: #999999;
    font-weight: normal;
}

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

#claroBody {
    padding:0;
    margin:0;
    font-size: 0.9em;
    /*background: url('default/bg_body.jpg') repeat-x top left #fff;*/
    /*background: url('default/plecaheader.gif') repeat-x top left #fff;*/
    /*height:600px;*/
}

#claroBody a:link,
#claroBody a:visited {
    font-weight: normal;
}

#claroBody a:hover,
#claroBody a:active {
    color: #111C99;
    font-weight: normal;
}

#claroBody a.item:link,
#claroBody a.item:visited {
    font-weight: normal;
}

#claroBody a.item:hover,
#claroBody a.item:active  {
    color: #111C99;
    font-weight: normal;
}

#claroBodyTable{
    background:#FFFFFF;
    width :100%;
    height:auto;
    border:0;
    padding :0;
    border-collapse:collapse;
    margin:0;
}

#menuPrincipal{
    position:absolute;
    top:-5px;
    left:0;
    width:100%;
    /*border:1px solid red;*/
    color:cornsilk;
    padding-left:3px;

    /*text-align:right;*/
}
#menuPrincipal span{
    color:cornsilk;
    width:340px;
    height:40px;
    background-color: #6184C1;
    display:block;
    /*margin: 10px 0px, 0px, 150px*/
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}
/*#menuPrincipal a{*/
    /*font-weight:bold;*/
/*}*/


#menuStudent{
    /*background-color: #2B598A;*/
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    border:1px solid red;
    padding-left:300px;
    padding-top:250px;
}
#menuStudent span{
    display:block;
    width:150px;
    /*height:40px;*/
    /*background-color: #6184C1;*/
    background-color: azure;
    /*margin: 10px 0px, 0px, 150px*/
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}

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

#logos {
    margin: 0;
    /*margin-top : 25px;*/
    padding: 0;
    /*font-size: 0.7em;*/
    /*color: #666;*/
    background: #FFFFFF url(default/fondo-greca2.gif) no-repeat top left;
    height:60px;
    width:900px;
    position:relative;
    padding-top:12px;
    /*border:1px solid red;*/
}

#campusFooter {
    text-align:center;
    width:900px;
    height:auto;
    margin: 0;
    /*margin-top : 25px;*/
    /*padding: 5px 15px;*/
    padding:0;
    font-size: 0.7em;
    /*color: #666;*/
    color: #FFFFFF;
    /*background: url('default/bg_footer.jpg') repeat-x top left #fff;*/
    background: #013E77;
    position:relative;
}

#campusFooter a:link,
#campusFooter a:visited {
    /*color: #666;*/
    color: #FFFFFD;
    font-weight: bold;
}

#campusFooter a:hover, 
#campusFooter a:active {
    color: #369;
    font-weight: bold;
}

#campusFooter hr {
    display: none;
}

#campusFooterRight {
    float: right;
    text-align: center;
    padding: 0;
    width:730px;
    /*background:#013E77;*/
    /*color:#FFFFFD;*/
}

#campusFooterLeft {
    float: left;    
    padding: 0;
}

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


#campusFooterCenter #poweredBy {
    font-style: italic;
}

#copyright {
    margin:0;
    font-family:Verdana;
    font-size:9px;
    color:#6183C2;
    padding:0;
    text-align:center;
    width:auto;
    position:relative;
}


/******************************************************************************
    CLAROLINE COMMAND LINKS
 ******************************************************************************/
 
.claroCmd, .claroCmdDisabled
{
    font-size: 0.8em;
}

#claroBody .claroCmd,
#claroBody a.claroCmd:link,
#claroBody a.claroCmd:visited {
    color: #336699;
    font-weight: bold;
    text-decoration: none;
}

#claroBody a.claroCmd:hover,
#claroBody a.claroCmd:active {
    color: #111C99;
    font-weight: bold;
    text-decoration: none;
}

.claroCmdDisabled {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

/* Added for document view mode toolbar */

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

th .claroCmdDisabled {
       color: #999999;
       font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

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

a.item:visited{
    color: #336699;
    /*color: #FFFFFF;*/
}

.items {
    padding-left: 0;
}

.hot {
    background: url(../img/hot.gif) no-repeat;
}

a.items:visited{
    /*color: #336699;*/
    color: #FFFFFF;
    font-size: 0.8em;
}

/******************************************************************************
                             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 {
    //background: url(default/bg_msgBox.jpg) repeat-x top right #FFF; 
    background-color : #EDF1E3;
    border: 1px #669933 solid;
    margin-left: 5px;
    font-size: 0.9em;
    color: #666;
}

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

.warning b, .waring strong {
    color: #000;
}

.warning {
    color: #333;
}

div .wikiTitle h1 {
    margin: 10px 0 10px 10px;
    padding: 0;
    font-size: 0.9em;
    border-bottom: 1px solid #DEDEDE;
    color: #666666;
    text-indent: 15px;
    background-image: url(default/arrow_blue.gif);
    background-position: left;
    background-repeat: no-repeat;
}

div .wiki2xhtml p {
    font-size: 0.8em;
    color: #666666;
}

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

/* menu */

.menu a.invisible:visited {
    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: #CD853F;
    font-weight: bold;
}

/* 'required' is used to set the color of the asterisk displayed before the required form field
*/
.required {
    color: red;
}

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

.claroRightMenu {
    /*border: 1px solid #669933;*/
    /*background : #e7f2c1;*/
    /*background-color : #EDF1E3;*/
    background-color : #DBDCDE;
    /*border: 1px #669933 solid;*/
    border: 1px #6183C2 solid;
    padding: 10px;
    font-size: 0.9em;
}
    
.claroRightMenu a:link, 
.claroRightMenu a:visited {
    color: #336699;
}
    
.claroRightMenu a:hover,
.claroRightMenu a:active {
    color: #669933;
}

.claroRightMenu form {
    color: #336699;
}


.HelpText {
    color: #999;
    font-size: 0.8em;
}
.HelpText ul {
    color: #999;
    font-size: 0.8em;
}

.claroToolTitle {
    margin: 10px 0 5px 5px;
    padding: 0 0 0 15px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
    background-image: url(./default/arrow_green.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

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

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

small {
    font-size : 0.85em;
}

/*
 * 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;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE; 
}

.tabTitle a {
    border-bottom: 4px solid #669933;
}

#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 #EDF1E3;
}

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

#xcaret-table{}
#xcaret-table p.title{
    font-family:verdana;
    font:bold;
    width:550px;
    text-align:left;
    font-size: 1.2em;
}
#xcaret-table p.subtitle{
    font-family:verdana;
    width:550px;
    text-align:left;
    font-size: 1.15em;
}
#xcaret-table p.subparagraph{
    font-family:verdana;
    text-align:justify;
    width:400px;

}

#xcaret-table p{
    font-family:verdana;
    text-align:justify;
    padding-left:5px;
    padding-right:5px;
}

#xcaret-table h5{
    text-align:left;
}