/**************************************
 * THEME NAME: standard
 *
 * Files included in this sheet:
 *
 *   standard/styles.css
 *   /mod/assess/styles.php
 *   /mod/assignment/styles.php
 *   /mod/choice/styles.php
 *   /mod/data/styles.php
 *   /mod/lesson/styles.php
 *   /mod/pairandshare/styles.php
 *   /mod/quiz/styles.php
 *   /mod/scorm/styles.php
 *   /mod/workshop/styles.php
 *   /blocks/admin/styles.php
 *   /blocks/announcement/styles.php
 *   /blocks/blog_tags/styles.php
 *   /blocks/calendar_month/styles.php
 *   /blocks/calendar_upcoming/styles.php
 *   /blocks/certify/styles.php
 *   /blocks/course_menu/styles.php
 *   /blocks/course_summary/styles.php
 *   /blocks/login/styles.php
 *   /blocks/quiz_results/styles.php
 *   /blocks/rss_client/styles.php
 *   /blocks/search_forums/styles.php
 *   /blocks/task_list/styles.php
 *   /blocks/teo_schedule/styles.php
 **************************************/

/***** standard/styles.css start *****/

/***** standard/styles.css end *****/

/***** /mod/assess/styles.php start *****/

/* $Id: styles.php,v 1.4 2006/12/16 18:39:33 mark-nielsen Exp $ */
/**
 * Style Sheet for assess
 *
 * @author Mark Nielsen
 * @version $Id: styles.php,v 1.4 2006/12/16 18:39:33 mark-nielsen Exp $
 * @package assess
**/

/**
* global styles (global to assess module)
**/

.mod-assess .index-navigation {
    text-align: right;
}

.mod-assess .no-wrap {
    white-space: nowrap;
}

.mod-assess .controls {
    text-align: center;
    padding-top: 10px;
}

/* Global, but mainly for reports */

.mod-assess .reportinstructions {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mod-assess .reportsubheading {
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.mod-assess .reportheading {
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.mod-assess .nosubmissions {
    padding-top: 50px;
}

.mod-assess table.progress-overview .c3 {
    padding: 10px;
    padding-right: 15px;
}

.mod-assess .progressdoneheading form {
    display:inline;
}

.mod-assess .progressdetailstable {
    width: 100%;
}

.mod-assess .survey .row1 .c1 {
    width: 100%;
}

.mod-assess .survey .fieldinfo {
    margin-bottom: 10px;
    text-align: left;
}

.mod-assess .survey .fieldstats {
    margin-bottom: 30px;
}

.mod-assess .survey .fieldinfo .c0 {
    white-space: nowrap;
}

.mod-assess .report .reportcell1 {
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.mod-assess .report .reportcell0 {
    vertical-align: top;
    padding-right: 10px;
}

.mod-assess .report {
     border: none;
     width: 100%;
}

.mod-assess .downloads {
    padding-top: 10px;
}

.mod-assess .downloads form {
    display: inline;
}

/**
* submissions.php styles
**/

#mod-assess-submissions .generaltable .commands {
    display: inline;
}

/**
* fields.php styles
**/

#mod-assess-fields .fieldadd .c0 {
    text-align: right;
    padding-right: 5px;
}

/**
* field styles
**/ 

.mod-assess .field-rate table {
    width: 100%;
    border: none;
}

.mod-assess .field-rate .c1 {
    text-align: center;
}

.mod-assess .field-rate {
    /* An odd display fix when coloring rows */
    margin: -1px 0 -1px 0;
}

/* Error colors for fields */
.mod-assess .error {
    color: #ff0000;
}

.mod-assess .error textarea {
    border: 2px solid #ff0000;
}/***** /mod/assess/styles.php end *****/

/***** /mod/assignment/styles.php start *****/

#mod-assignment-submissions .feedback .content,
#mod-assignment-submissions .feedback .topic,
#mod-assignment-submissions .feedback .picture
{
  padding: 10px;
  border-width:1px;
  border-style:solid;
  border-color:#DDDDDD;
}

.mod-assignment .feedback .files {
  float: right;
  background-color: #EFEFEF;
  padding:5px;
}

.mod-assignment .feedback .grade {
  float: right;
}

.mod-assignment .feedback .from {
  float: left;
}

.mod-assignment .feedback .time {
  font-size: 0.8em;
}

.mod-assignment .late {
  color: red;
}

.mod-assignment .files img {
  margin-right: 4px;
}

.mod-assignment .files a {
  white-space:nowrap;
}

#mod-assignment-submissions .generaltable .r1 {
  background-color: #FFFFFF;
}

#mod-assignment-submissions .header .commands {
  display: inline;
}

#mod-assignment-submissions .s0 {
  background: #FFD991;
}

#mod-assignment-submissions table.submissions td,
#mod-assignment-submissions table.submissions th
{
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

#mod-assignment-submissions .submissions .grade {
  text-align: right;
  font-weight:bold;
}

#mod-assignment-submissions .picture {
  width: 35px;
}

#mod-assignment-submissions .fullname {
  text-align: left;
}

#mod-assignment-submissions .timemodified,
#mod-assignment-submissions .timemarked
{
  text-align: left;
  font-size: 0.9em;
}

#mod-assignment-submissions .status {
  text-align: center;
}

#mod-assignment-view #online .singlebutton {
  text-align: center;
}

#mod-assignment-view #dates {
  font-size: 0.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}

#mod-assignment-view #dates .c0{
  text-align:right;
  font-weight:bold;
}

#mod-assignment-view .feedback {
  border-width:1px;
  border-style:solid;
  border-color:#DDDDDD;
  margin-top: 15px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

#mod-assignment-view .feedback .topic {
  padding: 4px;
  border-style:solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color:#DDDDDD;
}

#mod-assignment-view .feedback .fullname {
  font-weight: bold;
}

#mod-assignment-view .feedback .date {
  font-size: 0.8em;
}

#mod-assignment-view .feedback .content {
  padding: 4px;
}

#mod-assignment-view .feedback .grade {
  text-align: right;
  font-weight:bold;
}

#mod-assignment-view .feedback .left {
  width: 35px;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
/***** /mod/assignment/styles.php end *****/

/***** /mod/choice/styles.php start *****/

.mod-choice .results {
  border-collapse: separate;
}

.mod-choice .results .data {
  border-width:1px;
  border-style:solid;
  border-color:#999;
}
/***** /mod/choice/styles.php end *****/

/***** /mod/data/styles.php start *****/

#mod-data-view #sortsearch .c0 {
  text-align: right;
}

.mod-data-field .c0 {
  text-align: right;
}

.mod-data-field .fieldname {
  width:300px;
}

.mod-data-field .fielddescription {
  width:300px;
}

.presetcontrols form {
  display: inline;
}
/***** /mod/data/styles.php end *****/

/***** /mod/lesson/styles.php start *****/

/***
 *** General styles (scope: all of lesson)
 ***/
 
.mod-lesson .contents {
    text-align: left;
}

.mod-lesson .addlinks {
    font-size: .8em;
}

.mod-lesson .userinfotable .cell,
.mod-lesson .userinfotable .userpicture {
    vertical-align: middle;
}

/***
 *** Style for view.php
 ***/

#mod-lesson-view .password-form {
    text-align: center;
    margin-top: 20px;
}

#mod-lesson-view .password-form .submitbutton {
    display: inline;
}

/***
 *** Style for essay.php
 ***/

#mod-lesson-essay .graded {
    color:#DF041E;
}

#mod-lesson-essay .sent {
    color:#006600;
}

#mod-lesson-essay .ungraded {
    color:#999999;
}

#mod-lesson-essay .gradetable {
    margin-bottom: 20px;
}

#mod-lesson-essay .buttons {
    text-align: center;
}

/***
 *** Style for responses
 ***/

/* .response style is applied for both .correct and .incorrect */
.mod-lesson .response {
    padding-top: 10px;
}

/* for correct responses (can override .response) */
.mod-lesson .correct {
    /*color: green;*/
}

/* for incorrect responses (can override .response) */
.mod-lesson .incorrect {
    /*color: red;*/
}

/* for highlighting matches in responses for short answer regular expression (can override .incorrect) */
.mod-lesson .matches {
    /*color: red;*/
}

/***
 *** Slide show Style
 ***/

/* NOTE: background color, height and width are set in the lesson settings */
.mod-lesson .slideshow {  
    overflow: auto;
    padding-right: 16px; /* for the benefit of macIE5 only */ 
    /* \ commented backslash hack - recover from macIE5 workarounds, it will ignore the following rule */
    padding-right: 0;
    padding: 15px;
}

/***
 *** Left Menu Styles
 ***/

.mod-lesson .leftmenu_container {
  width:170px;
  height:400px;
  overflow:auto;
  vertical-align:top;
  padding-bottom: 15px;  /* for the sake of MacIE5 only */
}
.mod-lesson .leftmenu_title {
}
.mod-lesson .leftmenu_courselink {
    font-size:.9em;
}
.mod-lesson .leftmenu_links {
    font-size:.85em;
    font-style: normal;
}
.mod-lesson .leftmenu_links ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 10px;
}

.mod-lesson .leftmenu_selected_link {
}

.mod-lesson .leftmenu_not_selected_link {
}

.mod-lesson .skip {
    position: absolute;
    left: -1000em;
    width: 20em;
}


/***
 *** Lesson Buttons
 ***/

.mod-lesson .lessonbutton a {
  padding-left:1em;
  padding-right:1em;
}

.mod-lesson .lessonbutton a:link,
.mod-lesson .lessonbutton a:visited, 
.mod-lesson .lessonbutton a:hover {
    color: #000;
    text-decoration: none;
}

.mod-lesson .lessonbutton a:link,
.mod-lesson .lessonbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}

.mod-lesson .lessonbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


/***
 ***  Use these to override lessonbutton class
 ***  Or just comment out all of lessonbutton class definitions and start from scratch below
 ***/

/* for previous branch buttons only */
.mod-lesson .previousbutton {
}

/* for next branch buttons only */
.mod-lesson .nextbutton {
}

/* All other branch buttons */
.mod-lesson .standardbutton {
}

/* Next classes are for branch table buttons when displayed horizontally */
.mod-lesson .prevhorizontal,
.mod-lesson .prevhorizontal .lessonbutton,
.mod-lesson .nexthorizontal,
.mod-lesson .nexthorizontal .lessonbutton,
.mod-lesson .standardhorizontal,
.mod-lesson .standardhorizontal .lessonbutton {
    display: inline;
}

/* Next classes are for branch table buttons when displayed vertically */
.mod-lesson .prevvertical .lessonbutton,
.mod-lesson .nextvertical .lessonbutton,
.mod-lesson .standardvertical .lessonbutton {
    padding: 5px;
}

/*  branchbuttoncontainer wraps around branch table buttons */
.mod-lesson .branchbuttoncontainer {
    text-align: center;
    padding: 13px 3px 3px 3px;
}

.mod-lesson .branchbuttoncontainer form {
    display: inline;
}

/***
 *** Lesson Progress Bar
 ***    Default styles for this are very basic right now.
 ***    User is supposed to configure this to their liking (like using pictures)
 ***/

.mod-lesson .progress_bar {
    padding: 20px;
}

.mod-lesson .progress_bar_table {
    width: 80%;
    padding: 0px;
    margin: 0px;
}

.mod-lesson .progress_bar_completed {
    /*  Example Use of Image
    background-image: url(http://mr.suitelearning.com/vtwo/mod/lesson/completed.gif);
    background-position: center;
    background-repeat: repeat-x;
    */
    background-color: green;
    padding: 0px;
    margin: 0px;    
}

.mod-lesson .progress_bar_todo {
    /*  Example Use of Image
    background-image: url(http://mr.suitelearning.com/vtwo/mod/lesson/todo.gif);
    background-repeat: repeat-x;
    background-position: center;
    */
    background-color: red;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.mod-lesson .progress_bar_token {
    /*  Example Use of Image
    background-image: url(http://mr.suitelearning.com/vtwo/mod/lesson/token.gif);
    background-repeat: repeat-none;
    */
    background-color: #000000;
    height: 20px;
    width: 5px;
    padding: 0px;
    margin: 0px;
}
/***** /mod/lesson/styles.php end *****/

/***** /mod/pairandshare/styles.php start *****/

/* $Id: styles.php,v 1.1.1.1 2006/10/13 03:08:18 mark-nielsen Exp $ */
/**
 * Style Sheet for pairandshare module
 *
 * @version $Id: styles.php,v 1.1.1.1 2006/10/13 03:08:18 mark-nielsen Exp $
 **/

/**
 * Styles for the pairing interface
 */

.mod-pairandshare .pair {
    text-align: center;
}

.mod-pairandshare .pair form {
    padding: 20px 0 20px 0;
}

.mod-pairandshare .pair .reset form {
    padding: 10px 0 10px 0;
}

/**
 * Styles for the view
 */

.mod-pairandshare .view {
    text-align: center;
}/***** /mod/pairandshare/styles.php end *****/

/***** /mod/quiz/styles.php start *****/

body#mod-quiz-report table#itemanalysis {
  margin: 20px auto;
}
body#mod-quiz-report table#itemanalysis .header,
body#mod-quiz-report table#itemanalysis .cell
{
  padding: 4px;
}
body#mod-quiz-report table#itemanalysis .header .commands {
  display: inline;
}
body#mod-quiz-report table#itemanalysis td {
  border-width: 1px;
  border-style: solid;
}
body#mod-quiz-report table#itemanalysis .header {
  text-align: left;
}
body#mod-quiz-report table#itemanalysis .numcol {
  text-align: center;
  vertical-align : middle !important;
}

body#mod-quiz-report table#itemanalysis .uncorrect {
  color: red;
}

body#mod-quiz-report table#itemanalysis .correct {
  color: blue;
  font-weight : bold;
}

body#mod-quiz-report table#itemanalysis .partialcorrect {
  color: green !important;
}

body#mod-quiz-report table#itemanalysis .qname {
  color: green !important;
}

/* manual grading */
body#mod-quiz-grading table#grading
{
  width: 80%;
  margin: auto;
}

body#mod-quiz-grading table#grading
{
  margin: 20px auto;
}

body#mod-quiz-grading table#grading .header,
body#mod-quiz-grading table#grading .cell
{
  padding: 4px;
}

body#mod-quiz-grading table#grading .header .commands 
{
  display: inline;
}

body#mod-quiz-grading table#grading .picture 
{
  width: 40px;
}

body#mod-quiz-grading table#grading td 
{
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  vertical-align: bottom;
}

.mod-quiz .quiz-report-title {
  text-align: center;
  font-weight : bold;
}

.mod-quiz .gradingdetails {
  font-size: small;
}

#mod-quiz-attempt #page {
    text-align: center;
}

#mod-quiz-attempt #timer .generalbox {
  width:150px
}

#mod-quiz-attempt #timer {
  position:absolute;
  /*top:100px; is set by js*/
  left:10px
}
#question-preview .essay .answer textarea {
  width: 400px;
}
/***** /mod/quiz/styles.php end *****/

/***** /mod/scorm/styles.php start *****/

.structlist  {
  list-style-type: none;
  white-space: nowrap;
  font-size: small;
}
.orgtitle {
  font-weight: bold;
  font-size: small;
}
.mod-scorm .top {
  vertical-align: top;
}
.mod-scorm .left {
  text-align: left;
}
.mod-scorm .center {
  text-align: center;
}
.mod-scorm .right {
  text-align: right;
}
.mod-scorm .scoframe {

}

#mod-scorm-player #scormpage {
  position: relative;
  width: 100%;
}
#mod-scorm-player #tocbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19%;
}
#mod-scorm-player #tochead {
  text-align: center;
  font-weight: bold;
}
#mod-scorm-player #scormbox {
  position: absolute;
  right: 0px;
  top: 0px;
}
#mod-scorm-player .toc {
  width: 80%; 
  margin-left: 20%; 
}
#mod-scorm-player .no-toc {
  width: 100%;
}
#mod-scorm-player #scormobject {
 /* border: 1px solid black; */
}
#mod-scorm-player #scormtop {
  position: relative;
  width: 100%;
  height: 30px;
}
#mod-scorm-player #scormbrowse {
  position: absolute;
  left: 5px;
  top: 0px;
}
#mod-scorm-player #scormnav {
  position: absolute;
  right: 5px;
  top: 0px;
}
#mod-scorm-player .structurelist {
  list-style-type: none;
  text-indent:-4ex;
  font-size: small;
}

#mod-scorm-view .structurehead {
  font-weight: bold;
  text-align: center;
}
#mod-scorm-view .structurelist  {
  list-style-type: none;
  white-space: nowrap;
}
/***** /mod/scorm/styles.php end *****/

/***** /mod/workshop/styles.php start *****/

.workshop_feedbackbox {
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.workshop_feedbackbox .picture {
    vertical-align: top;
}

.workshop_feedbackbox .author {
    vertical-align: top;
    display: block;
}

.workshop_feedbackbox .time {
    vertical-align: top;
    display: block;
}

.workshop_feedbackbox .content {
    vertical-align: top;
}

.workshop_feedbackbox .comment {
    display: block;
}

.workshop_feedbackbox .teachercomment {
    display: block;
    font-weight: bold;
}
/***** /mod/workshop/styles.php end *****/

/***** /blocks/admin/styles.php start *****/

.block_adminblock .content {
    text-align: center;
    padding: 10px;
}
/***** /blocks/admin/styles.php end *****/

/***** /blocks/announcement/styles.php start *****/

/* $Id: styles.php,v 1.1.1.1 2006/10/13 02:55:32 mark-nielsen Exp $ */
/**
 * Styles for announcement block
 *
 * @author Mark Nielsen
 * @version $Id: styles.php,v 1.1.1.1 2006/10/13 02:55:32 mark-nielsen Exp $
 * @package block_announcement
 **/

/* Layout formatting for announcement.php */

.blocks-announcement .rounded-generaltable {
     width: 90%;
}

.blocks-announcement table.generaltable {
    width: 100%;
}

.blocks-announcement .c0 {
    padding: 20px;
}

.blocks-announcement .rounded-post {
    margin-top: 20px;
}

.blocks-announcement .forumpost {
    width: 100%;
}

.blocks-announcement .closebutton {
    float: right;
}

.blocks-announcement .main {
    text-align: left;
    margin: none;
    padding: none;
}

.blocks-announcement .header_wrapper {
    width: 90%;
    vertical-align: top;
    margin-bottom: 30px;
}/***** /blocks/announcement/styles.php end *****/

/***** /blocks/blog_tags/styles.php start *****/

.block_blog_tags .s20 {
  font-size: 1.5em;
  font-weight: bold;
}

.block_blog_tags .s19 {
  font-size: 1.5em;
}

.block_blog_tags .s18 {
  font-size: 1.4em;
  font-weight: bold;
}

.block_blog_tags .s17 {
  font-size: 1.4em;
}

.block_blog_tags .s16 {
  font-size: 1.3em;
  font-weight: bold;
}

.block_blog_tags .s15 {
  font-size: 1.3em;
}

.block_blog_tags .s14 {
  font-size: 1.2em;
  font-weight: bold;
}

.block_blog_tags .s13 {
  font-size: 1.2em;
}

.block_blog_tags .s12,
.block_blog_tags .s11 {
  font-size: 1.1em;
  font-weight: bold;
}

.block_blog_tags .s10,
.block_blog_tags .s9 {
  font-size: 1.1em;
}

.block_blog_tags .s8,
.block_blog_tags .s7 {
  font-size: 1em;
  font-weight: bold;
}

.block_blog_tags .s6,
.block_blog_tags .s5 {
  font-size: 1em;
}

.block_blog_tags .s4,
.block_blog_tags .s3 {
  font-size: 0.9em;
  font-weight: bold;
}

.block_blog_tags .s2,
.block_blog_tags .s1 {
  font-size: 0.9em;
}

/***** /blocks/blog_tags/styles.php end *****/

/***** /blocks/calendar_month/styles.php start *****/

.block_calendar_month .cal_popup_caption,
.block_calendar_month .cal_popup_fg div {
    font-size: 0.85em !important;
}

.block_calendar_month .filters {
    font-size:0.75em;
    padding: 5px;
}

.block_calendar_month .filters table {
    border-collapse:separate;
    border-spacing: 2px;
    padding: 2px;
}

.block_calendar_month .event_global,
.block_calendar_month .event_course,
.block_calendar_month .event_group,
.block_calendar_month .event_user {
    border-width: 2px;
    border-style: solid;
}
/***** /blocks/calendar_month/styles.php end *****/

/***** /blocks/calendar_upcoming/styles.php start *****/

.block_calendar_upcoming .event .date {
    text-align:right;
}
/***** /blocks/calendar_upcoming/styles.php end *****/

/***** /blocks/certify/styles.php start *****/

/** $Id: styles.php,v 1.1 2006/11/09 23:02:01 mark-nielsen Exp $
 * CSS For Certify Block
 *
 * @author Mark Nielsen
 * @version $Id: styles.php,v 1.1 2006/11/09 23:02:01 mark-nielsen Exp $
 * @package block_certify
 **/

.block_certify ul {
    margin: 0px;
    padding: 0px;
    padding: 3px 0px 10px 15px;
}

#blocks-certify-certify .instructions,
#blocks-certify-certify .main,
#blocks-certify-certify .controls {
    width: 70%;
    margin: 10px auto;
}

#blocks-certify-certify .main {
    text-align: left;
}

#blocks-certify-certify .controls {
    text-align: right;
}

#blocks-certify-message .main {
    text-align: center;
}/***** /blocks/certify/styles.php end *****/

/***** /blocks/course_menu/styles.php start *****/

/* CSS Document */
/***** /blocks/course_menu/styles.php end *****/

/***** /blocks/course_summary/styles.php start *****/

.block_course_summary .content {
    padding:10px;
}
/***** /blocks/course_summary/styles.php end *****/

/***** /blocks/login/styles.php start *****/

.block_login .logintable {
  text-align:center;
}

.block_login .loginform {
  display:inline;
}
/***** /blocks/login/styles.php end *****/

/***** /blocks/quiz_results/styles.php start *****/

.block_quiz_results {
    text-align: center;
}

.block_quiz_results table.grades .number, 
.block_quiz_results table.grades .grade {
    text-align: right;
    width: 10%;
}

.block_quiz_results table.grades {
    text-align: left;
    width: 100%;
}

.block_quiz_results table.grades caption {
    margin: 1em 0px 0px 0px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.block_quiz_results h1 {
    margin: 4px;
    font-weight: bold;
    font-size: 1.1em;
}
/***** /blocks/quiz_results/styles.php end *****/

/***** /blocks/rss_client/styles.php start *****/

.block_rss_client .link {
  border-top:1px solid;
  border-top-color:#DDDDDD;
  padding-bottom:5px;
  font-size:0.82em;
}

.block_rss_client .description {
  color:#555555;
  font-size:0.78em;
  padding-left:10px;
  padding-bottom:8px;
}

.block_rss_client .title {
  font-size:1.0em;
}

.block_rss_client .image {
}

.blockconfigtable #rssfeeds {
    width: 100%;
}

.blockconfigtable #rssfeeds td.actions {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.blockconfigtable #rssfeeds td.feed {
    vertical-align: middle;
    padding: 5px;
}

.blockconfigtable #rssfeeds .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.blockconfigtable #rssfeeds .url, .blockconfigtable #rssfeeds .description {
    font-size: 0.8em;
}

.blockconfigtable #rssfeeds tr.r0 {
  background-color: #ffffff;
}

.blockconfigtable #rssfeeds tr.r1 {
  background-color: #f0f0f0;
}
/***** /blocks/rss_client/styles.php end *****/

/***** /blocks/search_forums/styles.php start *****/

.block_search_forums .searchform {
    text-align: center;
}

.block_search_forums .searchform img {
    vertical-align: middle;
}

/***** /blocks/search_forums/styles.php end *****/

/***** /blocks/task_list/styles.php start *****/

/* // $Id: styles.php,v 1.1.1.1 2006/10/13 02:55:43 mark-nielsen Exp $ */
/**
 * Style Sheet for task list
 * 
 * @author Mark Nielsen
 * @version $Id: styles.php,v 1.1.1.1 2006/10/13 02:55:43 mark-nielsen Exp $
 * @package block_task_list
 **/

/* Add task drop-down */
.block_task_list .addtaskitem {
    text-align: center;
    padding: 10px;
}

/* When viewing tasks */
.block_task_list .tasklayout {
    width: 100%;
}

.block_task_list .savechanges {
    text-align: left;
}

.block_task_list .taskheading {
    font-weight: normal;
    margin: 0px;
}

.block_task_list .tasklistheading {
    margin: 3px 0px 3px 0px;
}

.block_task_list .taskinstructions {
    margin: 10px 0px 10px 0px;
}

.block_task_list td.displaytasklist {
    vertical-align: top;
    text-align: left;
}

/* Editing a task */
.block_task_list .taskedit h2,
.block_task_list .taskedit p {
    text-align: center;
}

/* Navigation */
.block_task_list .navtitle {
    white-space: nowrap;
    font-weight: bold;
}
.block_task_list td.tasknav {
    vertical-align: top;
    text-align: left;
}/***** /blocks/task_list/styles.php end *****/

/***** /blocks/teo_schedule/styles.php start *****/

/* $Id: styles.php,v 1.2 2006/11/03 19:17:30 mark-nielsen Exp $ */


/**
* General Styles
**/
.blocks-teo_schedule h2 {
    font-size: 18px;
    line-height: 20px;
}

.blocks-teo_schedule .headinghelp {
    font-style: italic;
}

.blocks-teo_schedule h3 {
    font-size: 11px;
    font-weight: normal;    
}

.blocks-teo_schedule .wrapper {
    padding-left: 100px;
}

.blocks-teo_schedule td {
    font-size: 10px;
}

.blocks-teo_schedule .generaltable input,
.blocks-teo_schedule .generaltable textarea {
    font-size: 10px;
}

.blocks-teo_schedule .generaltable input {
    vertical-align: top;
}

/**
* Block Styles
**/
.block_teo_schedule .teo_current_day {
    font-weight: bold;
}

.block_teo_schedule .footer {
    font-size: 11px;
}

#blocks-teo_schedule-block_popup .button-wrapper {
    text-align: center;
    width: 100%;
    padding: 20px;
}

#blocks-teo_schedule-block_popup .rounded-generaltable {
     margin: 0 auto;
}

/**
* view.php Styles
**/

#blocks-teo_schedule-view .wrapper .rounded {
    margin: 0 auto 0 0;
}

#blocks-teo_schedule-view .rounded-generaltable {
    margin: 0 auto;
}

#blocks-teo_schedule-view .button-wrapper {
    text-align: right;
    width: 70%;
    padding: 20px 0 20px 0;
}

/**
* edit.php Styles
**/

#blocks-teo_schedule-edit .button-wrapper {
    text-align: right;
    width: 100%;
    padding: 20px 0 0 0;
}

#blocks-teo_schedule-edit .button-wrapper .button {
    margin-left: 10px;
}

#blocks-teo_schedule-edit .restore {
    text-align: left;
}

#blocks-teo_schedule-edit .restore .button {
    margin: 15px 15px 0 0;
}

/**
* edit_event.php Styles
**/

#blocks-teo_schedule-edit_event .button-wrapper {
    text-align: right;
    width: 400px;
    padding: 20px 0 0 0;
}

#blocks-teo_schedule-edit_event .button-wrapper .button {
    margin-left: 10px;
}

/**
* jscalendar styles
* The main calendar widget.  DIV containing a table.
**/

.blocks-teo_schedule div.jscalendar { position: relative; }

.blocks-teo_schedule div.jscalendar table {
    border-spacing: 0px;
    border-collapse: separate;
}

.blocks-teo_schedule .jscalendar, .blocks-teo_schedule .jscalendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.blocks-teo_schedule .jscalendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px !important;          /* Make the buttons seem like they're pressing */
  background: #778;
  margin: 0px;
  font-family: tahoma,verdana,sans-serif;
  font-size: 11px;
}

.blocks-teo_schedule .jscalendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.blocks-teo_schedule .jscalendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.blocks-teo_schedule .jscalendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.blocks-teo_schedule .jscalendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.blocks-teo_schedule .jscalendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.blocks-teo_schedule .jscalendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.blocks-teo_schedule .jscalendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px !important;
  margin: 0px;
  font-family: tahoma,verdana,sans-serif;
  font-size: 11px;  
}

.blocks-teo_schedule .jscalendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.blocks-teo_schedule .jscalendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.blocks-teo_schedule .jscalendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.blocks-teo_schedule .jscalendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.blocks-teo_schedule .jscalendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.blocks-teo_schedule .jscalendar tbody .rowhilite td {
  background: #def;
}

.blocks-teo_schedule .jscalendar tbody .rowhilite td.wn {
  background: #eef;
}

.blocks-teo_schedule .jscalendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.blocks-teo_schedule .jscalendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.blocks-teo_schedule .jscalendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.blocks-teo_schedule .jscalendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.blocks-teo_schedule .jscalendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.blocks-teo_schedule .jscalendar tbody .disabled { color: #999; }

.blocks-teo_schedule .jscalendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.blocks-teo_schedule .jscalendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.blocks-teo_schedule .jscalendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.blocks-teo_schedule .jscalendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.blocks-teo_schedule .jscalendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.blocks-teo_schedule .jscalendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.blocks-teo_schedule .jscalendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.blocks-teo_schedule .jscalendar .combo .label,
.blocks-teo_schedule .jscalendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.blocks-teo_schedule .jscalendar .combo .label-IEfix {
  width: 4em;
}

.blocks-teo_schedule .jscalendar .combo .hilite {
  background: #acf;
}

.blocks-teo_schedule .jscalendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.blocks-teo_schedule .jscalendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.blocks-teo_schedule .jscalendar td.time .hour,
.blocks-teo_schedule .jscalendar td.time .minute,
.blocks-teo_schedule .jscalendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.blocks-teo_schedule .jscalendar td.time .ampm {
  text-align: center;
}

.blocks-teo_schedule .jscalendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.blocks-teo_schedule .jscalendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.blocks-teo_schedule .jscalendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}/***** /blocks/teo_schedule/styles.php end *****/

