/**************************************
 * THEME NAME: lliurex_theme
 *
 * Files included in this sheet:
 *
 *   lliurex_theme/lliurex_theme.css
 **************************************/

/***** lliurex_theme/lliurex_theme.css start *****/

/*******************************************************************
 College_Blue CSS
  
 This CSS file contains all color and layout definitions 
 for the new-college theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#0099cc;
  text-decoration:none;
}

a:hover {
  color:#cc0000;
    
  }
  
/** Rata Too Cool LLX */

a#tooCool {
 position: fixed;
 right: 0;
 /*bottom: 0;*/
 display: block;
 height: 80px;
 width: 80px;
 background: url('images/toocool.png') bottom right no-repeat;
 text-indent: -999em;
 text-decoration: none;
}

  


a.whitelink:link, a.whitelink:visited {
color: #FFFFFF;
text-decoration: underline;
font-size: 0.8em;
}

a.whitelink:hover {
color: #ffffff;
text-decoration: underline;
font-size: 0.8em;
}

body {
  /*background: #e0ac26;  #LLX  */
  border-color:#ffffff;
  
  background: #dddddd url('images/fons.png'); /* LLX */
  border-top: 1px solid #696969; /* LLX Marco*/
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
  /*width: 960px;*/
  width: 960px;
  margin-left: auto; /*LLX i-> auto*/
  margin-right: auto; /*LLX i-> auto*/
}

body#message-index {
  width: auto;
}

body#message-user {
  width: auto;
}

body#message-send {
  width: auto;
}

body#message-messages {
  width: auto;
  background: #ffffff;
}

body#files-index {
  width: auto;
  }
  
body#help {
  width: auto;
  }

th.header,
td.header,
div.header {
    background-color: #cccccc;
    color: #555555;
    
	}

.menubar {
  background: #dddddd url('images/menubar.jpg') repeat-x;

}

.navbar { /** LLX ADD **/
  background: #a3d2de url('images/nav_back.gif') repeat-x;
  border-width: 0px;
  border-color:#224459;
  color: #ffffff;
  font-size:0.7em; /**#New LLX custom*/
  padding: 3px 0.9em;
  
  
}

.navbar a:link {
    text-decoration: none;
    color: #ffffff;
}
.navbar a:visited {
    text-decoration: none;
    color: #ffffff;
}
.navbar a:hover {
    text-decoration: none;
    color: #cccccc;
}

.navbar input { /** LLX BUTTON NAVBAR ADD**/
	
	font-size: 0.8em;
	border-color:#FFffff;
	border-style:solid;
	border-width:1px;
	text-align:center;
	background-color:#ABCDEF;
	color:#123456;
}


.breadcrumb a{
  color:#ffffff;
}

.breadcrumb .sep {
 color:#ffffff;
}


.generalbox {
  border:0px; 
  font-size: 0.7em; /*LLX size of center panels*/
}
.informationbox {
  border-color:#cccccc; 
}
.feedbackbox {
  border-color: #cccccc; 
}

.noticebox {
  border-color:#cccccc; 
}

.errorbox {
  color:#555555;
  border-color:#cccccc;
  background-color:#cccccc;
}

.tabledivider {
  border-color:#cccccc;
}

.sitetopic {
}

.sitetopiccontent {
  border-color:#cccccc;
  background-color:#FFFFFF;
}

.unread {
  background: #78A2CD;
} 

.generaltable .cell { /** LLX ADDED **/
  
  font-size: 0.8em;
}

.form-submit {     /** LLX BUTTON IN FORMS **/

	font-size: 0.8em;
	border-color:#000000;
	border-style:outset;
	border-width:1px;
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
	color:#ffffff;
	
	
}





/***
 *** Header
 ***/

#header-home, #header {
background: #0099cc url(images/header-bg.jpg) repeat-x;
height:96;
padding:0px;
color:#ffffff;



}

.headermain {
  
float: left;

  
}

.headermenu { 

  padding:0px;
  }
  


/***
 *** Admin
 ***/

.admin .generalboxcontent {
  background-color:#EEEEEE; 
}

.admin .generalbox {
  border-color:#cccccc; 
}

.admin .informationbox {
  border-color:#cccccc; 
  background-color:#FFFFFF; 
}

#adminsettings .form-description {  /** Added LLX **/
  font-size: 0.8em;
  margin: 0.5em 4em 0em 16em;
  text-align: justify;
 	

}

#adminsettings .form-label { /** LLX Added **/

	font-size: 0.9em;

}

#adminsettings .form-defaultinfo { /** LLX Added **/

	font-size: 0.7em;
	
}


.adminsearchform {

	font-size: 0.4em;
}
.adminsearchform input[type=submit] { /** LLX Added for Search Button**/
	/*ont-size: 0.4em;*/
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #0099cc;
	font-family: sans-serif;
	font-size: 3em;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    margin-left: 8px;
	
}
.adminsearchform input[type=text] { /** LLX Added for TEXT-Search Button**/
	/*ont-size: 0.4em;*/
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	font-family: sans-serif;
	font-size: 3em;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    margin-left: 8px;
	
}

.adminsearchform .query {

	/*ont-size: 0.4em;*/
	background-color: #000066;
}
/***
 *** Blocks
 ***/

.sideblock {
    border-top: 1px solid #cccccc;
    #border-top: 0px solid #ffffff; 
    
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    
    /*
    * LLX rounded
    *
       
    border: 5px solid #cccccc;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        -moz-border-radius-bottomright: 7px;
    */    
	
}



.sideblock .header {
  color: #3374ae; 
  text-align: left;
  padding: 0px 4px 2px;
  background: #ffffff ;
  border-top: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
	font-size:1.0em;
	
	
}

.sideblock .content {
color: #555555;

border-top: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    font-size: 0.7em;	/*New LLX custom*/

}

.sideblock .header .commands {
  float: right;
  margin-top: 0.3em;
}


/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #cccccc;
}

#calendar .header {
  color: #555555;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #cccccc;
}

table.minicalendar {
  border-color:#cccccc;
}

#calendar .maincalendar .eventlist .event {
  border-color:#cccccc;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#555555;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#c7da70 !important;
  background-color:#c7da70;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#cccccc !important;
  background-color:#cccccc;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#fbcd60 !important;
  background-color:#fbcd60;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#a9d9e5 !important;
  background-color:#a9d9e5;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#c7da70 !important;
  border-bottom-color:#c7da70 !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#cccccc !important;
  border-bottom-color:#cccccc !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#fbcd60 !important;
  border-bottom-color:#fbcd60 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#a9d9e5 !important;
  border-bottom-color:#a9d9e5 !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#c93113;
}

#calendar .today,
.minicalendar .today {
  border-color:#c93113 !important;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}



/***
 *** Course
 ***/

/* course, entry-page, login */
.headingblock {			/** LLX Modified **/
  /*background: #cccccc;*/
  color: #555555;
  border-top: 0px solid #cccccc;
  border-right: 0px none #cccccc;
  
  border-bottom: 1px solid #cccccc;
  /*border-left: 1px solid #cccccc;*/
  
}

.headingblock .h2{
 font-size: 0.9em;
}

/* course */
.headingblock .outline {
  border-color:#cccccc;
}

#course-view .weekscss .section,
#course-view .section td {
  border-color:#cccccc;
}

/* .content should match the body background, sides are white. */
#course-view .content {
  background: #FFFFFF;
 }

#course-view .weekscss .section,
#course-view .section td.side {
  color: #cccccc;
  background: #cccccc;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #cccccc;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

.categoryboxcontent,
.courseboxcontent {
    border-top: 1px solid #0099cc;
    border-right: 1px solid #0099cc;
    border-bottom: 1px solid #0099cc;
    border-left: 1px solid #0099cc;
    background: #FFFFFF;
    
}


/* LLX ADDED */
.coursebox .info{
	font-size: 0.7em;
}

.coursebox .summary {
	font-size: 0.7em;
}

/*END LLX ADDED*/

body#course-user .section {
    border-color:#AAAAAA;
    
}



/***
 *** Login
 ***/

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#cccccc;
}


/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#cccccc;
  }

.message .author {
  color: #6c6c6c;
}

.message .time {
  color: #6c6c6c;
}

.message .content {
  }

/***
 *** User
 ***/

.userpicture {
  background:#EEEEEE; 
}

.userinfobox {
  border-color: #cccccc;
  background-color: #F7F7F7;
}
.groupinfobox {
  border-color: #cccccc;
  background-color: #FCFCFC;
}


/***
 *** Modules: Forum
 ***/

.forumheaderlist {
  border-color:#cccccc;
  color: #555555;
}

.forumpost {
  border-color:#cccccc;
  color: #555555;
}

.forumpost .content {
  background: #FFFFFF;
  color: #555555;
}

.forumpost .left {
  background:#ffffff; 
}

.forumpost .topic {
  border-bottom-color: #cccccc;
  background: #cccccc;

}

.forumpost .starter {
  background: #cccccc;
}

.forumheaderlist .discussion .starter {
  background: #d4d4d4;
}

.forumheaderlist td {
  border-color: #cccccc;
}

.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background: #78A2CD;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .unread .forumpost .message {
  border-color: #78A2CD; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


/***
 *** Modules: Glossary
 ***/

.glossarypost {
  border-color: #cccccc;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #cccccc;
}

.glossarycomment {
  border-color: #cccccc;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #cccccc;

}

#mod-glossary-report .generalbox .teacher {
  background: #cccccc;
}

.categoryheader {
  background-color: #efefef;
}

.glossaryformatheader {
  background-color: #cccccc;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #cccccc;
}

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color: #cccccc;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}



/***
 *** Misc Color
 ***/

.headermenu a:link {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:hover {
    text-decoration: underline;
    color: #ffffff;
}


.college_bluesurround {
  background: #ffffff;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.footer {
    color: #ffffff;
	font-size:0.8em;
}

.generalboxcontent {
  background-color:#FFFFFF;

}
/***
 *** Layout Core
 ***/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:10px;
  padding-right:10px;
}

#layout-table #left-column {
  padding-left:0px;
}

#layout-table #right-column {
  padding-right:2px;
}

div.headermenu 
{
	color:#ffffff;
	margin-right: auto;
	position: relative;
	float:right;
	top: 5px;
	right: 5px;
	padding:2px;
	border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
font-size:0.6em;
	
}

table.panel {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	padding: 3px 3px 3px 3px;
	width: 100%;
	color: #555555;
	vertical-align: middle;
	background-color: #cccccc;
	
}

table.panel td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	background-color: #ffffff;
	-moz-border-radius: 0px 1px 0px 0px;
	vertical-align: middle;
}

table.usres {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	width: 100%;
	color: #555555;
	vertical-align: middle;
	
}
table.usres td {
	padding: 3px 3px 3px 3px;
	background-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: middle;
}

/* SS-Controls */
ul.ss-controls {

margin: 0;
padding: 0;
list-style: none;

}

ul.ss-controls li {

padding: 0;
margin: 0;
}
/***** lliurex_theme/lliurex_theme.css end *****/


