2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
styles_color.css
|
|
|
|
|
|
|
|
This CSS file contains all font definitions like family, size,
|
|
|
|
weight, text-align, letter-spacing etc.
|
|
|
|
|
|
|
|
Styles are organised into the following sections:
|
|
|
|
core
|
|
|
|
header
|
|
|
|
footer
|
2005-03-24 08:06:40 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
admin
|
|
|
|
blocks
|
|
|
|
calendar
|
|
|
|
course
|
|
|
|
doc
|
|
|
|
login
|
|
|
|
message
|
|
|
|
tabs
|
|
|
|
user
|
2005-03-24 08:06:40 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
modules
|
|
|
|
assignment
|
|
|
|
chat
|
|
|
|
choice
|
|
|
|
forum
|
|
|
|
glossary
|
|
|
|
journal
|
|
|
|
label
|
|
|
|
lesson
|
|
|
|
quiz
|
|
|
|
resource
|
|
|
|
scorm
|
|
|
|
survey
|
|
|
|
wiki
|
|
|
|
workshop
|
|
|
|
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Core
|
|
|
|
*******************************************************************/
|
2005-01-25 13:17:15 +00:00
|
|
|
|
|
|
|
.clearer {
|
|
|
|
font-size:1px;
|
|
|
|
}
|
|
|
|
|
2005-01-27 12:34:28 +00:00
|
|
|
body, td, th, li {
|
|
|
|
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size:0.95em;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2005-03-14 20:03:20 +00:00
|
|
|
font-weight: bold;
|
2005-01-27 12:34:28 +00:00
|
|
|
}
|
|
|
|
|
2005-01-26 15:10:47 +00:00
|
|
|
a:link,
|
|
|
|
a:visited {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
2005-03-14 20:03:20 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2005-03-13 13:00:08 +00:00
|
|
|
h1.main,
|
|
|
|
h2.main,
|
|
|
|
h3.main,
|
|
|
|
h4.main,
|
|
|
|
h5.main,
|
|
|
|
h6.main {
|
2005-02-09 08:29:00 +00:00
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2005-03-10 14:12:38 +00:00
|
|
|
font-size:1.7em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
2005-03-14 20:03:20 +00:00
|
|
|
|
2005-02-09 08:29:00 +00:00
|
|
|
h2 {
|
2005-03-10 14:12:38 +00:00
|
|
|
font-size:1.4em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2005-03-10 14:12:38 +00:00
|
|
|
font-size:1.1em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
|
|
|
h4 {
|
2005-03-10 14:12:38 +00:00
|
|
|
font-size:1.0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bold {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2005-03-24 12:41:34 +00:00
|
|
|
.warning {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2005-02-17 00:16:15 +00:00
|
|
|
.errorbox .title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2005-02-13 14:58:45 +00:00
|
|
|
/* paging bar */
|
|
|
|
.pagingbar .title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.pagingbar .thispage {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2005-01-26 20:18:17 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/* index, admin, course, lang, adodb, quiz */
|
|
|
|
.categoryname,
|
|
|
|
.categorynumber {
|
|
|
|
font-size:larger;
|
|
|
|
font-weight:bold;
|
2005-02-16 23:51:26 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.helplink {
|
|
|
|
font-size:0.8em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.headingblock .title {
|
|
|
|
font-weight: bold;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.headingblock .link {
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: bold;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .file {
|
|
|
|
font-size: 0.9em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .folder {
|
|
|
|
font-size: 0.9em;
|
2005-02-16 10:34:36 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .folder .size {
|
|
|
|
font-weight: bold;
|
2005-02-16 10:34:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Header
|
|
|
|
*******************************************************************/
|
2005-01-27 12:34:28 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.headermain {
|
2005-01-27 12:34:28 +00:00
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
#header-home .headermain {
|
|
|
|
font-size:1.5em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
#header .headermain {
|
|
|
|
font-size:1.3em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
#breadcrumb {
|
|
|
|
font-size:0.9em;
|
2005-01-25 13:17:15 +00:00
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.logininfo,
|
|
|
|
#header-home .headermenu font {
|
|
|
|
font-size:x-small;
|
2005-02-15 17:28:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Footer
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.homelink {
|
|
|
|
font-size:x-small;
|
2005-02-16 07:36:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Admin
|
|
|
|
*******************************************************************/
|
2005-01-26 20:18:17 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
table.formtable tbody th {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: right;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Blocks
|
|
|
|
*******************************************************************/
|
|
|
|
|
2005-03-24 08:06:40 +00:00
|
|
|
.sideblock .content h3,
|
|
|
|
.sideblock .content h2 {
|
|
|
|
font-size:1.0em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .header .commands {
|
|
|
|
font-size: 0.75em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .footer {
|
|
|
|
font-size:0.75em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .head,
|
|
|
|
.sideblock .info {
|
|
|
|
font-size: 0.85em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .date {
|
|
|
|
font-style: italic;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-01-26 20:18:17 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/* block_rss_client.php */
|
|
|
|
.rssclientlink {
|
|
|
|
font-size:x-small;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.rssclientdescription {
|
2005-01-26 15:10:47 +00:00
|
|
|
font-size:x-small;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock.block_quiz_results h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
2005-03-08 18:58:11 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock.block_quiz_results table.grades caption {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.sideblock.block_calendar_upcoming .event .date {
|
|
|
|
font-size:0.8em;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
|
|
|
.sideblock.block_calendar_month .cal_popup_caption,
|
|
|
|
.sideblock.block_calendar_month .cal_popup_fg div
|
|
|
|
{
|
|
|
|
font-size: 0.85em !important;
|
2005-03-08 09:44:59 +00:00
|
|
|
}
|
2005-02-17 08:40:21 +00:00
|
|
|
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
2005-01-26 15:10:47 +00:00
|
|
|
*** Calendar
|
2005-03-22 10:04:55 +00:00
|
|
|
*******************************************************************/
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2005-02-18 14:32:42 +00:00
|
|
|
#calendar .maincalendar .eventlist .event .referer {
|
2005-02-12 12:40:04 +00:00
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2005-02-18 14:32:42 +00:00
|
|
|
#calendar .maincalendar .eventlist .event .course {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .eventlist .event .description .commands {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2005-02-14 16:53:55 +00:00
|
|
|
#calendar .maincalendar table.calendarmonth td {
|
2005-02-12 12:40:04 +00:00
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-18 14:44:23 +00:00
|
|
|
#calendar div.header
|
2005-02-12 12:40:04 +00:00
|
|
|
{
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .sidecalendar .filters,
|
|
|
|
.sideblock.block_calendar_month .filters
|
|
|
|
{
|
|
|
|
font-size:0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .controls {
|
|
|
|
font-size:1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .day {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.minicalendar {
|
|
|
|
font-size:0.85em;
|
|
|
|
}
|
|
|
|
|
2005-02-12 11:37:09 +00:00
|
|
|
.cal_popup_caption {
|
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:0.8em;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal_popup_close {
|
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:0.8em;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2005-02-17 01:10:17 +00:00
|
|
|
#calendar .maincalendar .calendar-controls .current {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2005-02-11 05:27:19 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Course
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.activitydate, .activityhead {
|
|
|
|
font-size:x-small;
|
2005-02-18 03:37:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.weeklydatetext {
|
|
|
|
font-size:medium;
|
|
|
|
font-weight:bold;
|
2005-03-02 19:47:04 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.courseboxinfo {
|
|
|
|
font-size:medium;
|
2005-02-11 05:27:19 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.courseboxteachers,
|
|
|
|
.courseboxcost {
|
|
|
|
font-size:smaller;
|
2005-03-08 12:58:51 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.courseboxsummary {
|
|
|
|
font-size:small;
|
2005-03-10 14:12:38 +00:00
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
#course-view .section .left {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2005-03-10 14:12:38 +00:00
|
|
|
|
2005-03-08 12:58:51 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Doc
|
|
|
|
*******************************************************************/
|
2005-03-24 08:06:40 +00:00
|
|
|
body#doc-contents h1 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
body#doc-contents ul {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Login
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Message
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.message_summary_link {
|
|
|
|
font-size:small;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_link {
|
2005-01-25 13:17:15 +00:00
|
|
|
font-size:x-small;
|
2005-01-30 18:17:44 +00:00
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_form {
|
|
|
|
font-size:0.78em;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_heading {
|
|
|
|
font-size:medium;
|
|
|
|
font-weight:bold;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_date,
|
|
|
|
.message_contact,
|
|
|
|
.message_summary {
|
|
|
|
font-size:small;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_small_note,
|
|
|
|
.message_pix {
|
|
|
|
font-size:x-small;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .author {
|
|
|
|
font-weight: bold;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .time {
|
|
|
|
font-style: italic;
|
2005-02-11 05:27:19 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .content {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Tabs
|
|
|
|
*******************************************************************/
|
2005-03-24 08:06:40 +00:00
|
|
|
.tablink a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
2005-01-31 01:22:13 +00:00
|
|
|
*** User
|
2005-03-22 10:04:55 +00:00
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.userinfobox .username {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userinfobox .links {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2005-03-04 15:23:16 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Assignment
|
|
|
|
*******************************************************************/
|
2005-03-04 15:23:16 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Chat
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Choice
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Forum
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.forumnodiscuss{
|
|
|
|
font-weight:bold;
|
2005-03-04 15:23:16 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.forumpost .topic .subject {
|
2005-03-08 17:32:08 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.forumpost .topic .author {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
.forumheaderlist .discussion .lastpost {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
body#mod-forum-search .introcontent {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Glossary
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.glossarypost .commands {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
.glossarypost .entryheader .author {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.concept {
|
2005-03-08 17:32:08 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.glossarycomment .time {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
.entrylowersection .aliases {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
.entrylowersection .icons,
|
|
|
|
.entrylowersection .ratings {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2005-03-13 16:54:29 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Journal
|
|
|
|
*******************************************************************/
|
2005-03-24 12:41:34 +00:00
|
|
|
#mod-journal-view .lastedit,
|
|
|
|
#mod-journal-view .editend {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
#mod-journal-view .author {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#mod-journal-view .time {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
#mod-journal-view .grade {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Label
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Lesson
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Quiz
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
.editorhelptext {
|
|
|
|
font-size:x-small;
|
2005-03-13 16:54:29 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Resource
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Scorm
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Survey
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Wiki
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************
|
|
|
|
*** Modules: Workshop
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
|