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

/***** transient/default.css start *****/

body {
	margin: 0;
	padding: 0;
	background: #4e7386 url(images/img01.jpg) repeat;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #300;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


a {
	text-decoration: none;
	color: #1e2b31;
}

a:hover {
	border-bottom: none;
	color: #ff0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* header */

#logo {
	width:500px; 
/*	height: 90px; */
/*	margin: 0 auto;
	padding: 0 10px 0px; */
	
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #393019;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

.headermenu { 
    display:block;
	position: relative;
	top: 5px;
	right: 5px;
	font-size:1em;
	font-weight:normal;
        text-transform:uppercase;
		margin-bottom: 10px; height:30px; width:1000px;
}

/* menu */

#menu {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(images/img04.jpg) no-repeat left top;	
}


/* search */

form {
	margin: 0;
	padding: 0;
}


/***
 ***	core: layout
 ***/


a.dimmed:link,
a.dimmed:visited {
	color:#aaaaaa;
	text-decoration: none;

}

#page {
	border: 0px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
}

#layout-table {
	margin-top:0;
	padding-top:10px;
	width: 100%;
}

#layout-table #middle-column{
  vertical-align:top;
  padding-left:11px;
  padding-right:11px;
  width: 98%;
}

#layout-table #left-column,
#layout-table #right-column {
  vertical-align:top;
  padding: 0;
  margin: 0;
}


#content {
/*  background: transparent;  */

background:#FFFFFF;
  margin-top:0;
  padding-top: 5px;
  padding-bottom: 5px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
	text-align: center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.header {
	border: none !important;
	clear: both;
	}

.generalbox, .section {
	background: transparent;
	border: 0;
}

/***
 ***	php includes: date + language options + profileblock
 ***/
#mainmenu-top {height: 30px; margin: 0; padding: 0; width: 100%;}
#mainmenu-date {float: right; width: 25%; height: 2em; text-align: right;}
#mainmenu-langopt .chooselang {display: block; width: 50%;}

/***
 ***	core: yui menubar thanks to patrick malley
 ***/


.yuimenubar /* entire bar */ {
	}
	
.yuimenubar ul.first-of-type {float: left;
/*  border: 1px solid #FF0000; */
  margin-top: 2px;
}

.yuimenu /* sub container */ {
	background-color: #cde5f3;
	z-index: 10000;
	}

.yuimenu a {
	text-decoration: none;
	background-color: #cde5f3;
	font-size: 85%;
	}

a.yuimenubaritemlabel /* bar item link */ {
	padding: 4px 8px 0px 8px;
	height:28px;
	color: #ffffee;
	font-size: 11px;
	}

a.yuimenuitemlabel /* sub item link */ {
	padding: 4px 24px;
	border-top:1px solid #1e2b31;
	border-bottom:1px solid #1e2b31;
	border-left:1px solid #1e2b31;
	border-right:1px solid #1e2b31;
	color: #1e2b31;
	}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
	border-width:0; /* no border on the first bar item link */
	}

.yuimenuitem-hassubmenu /* add right arrow to sub item */ {
	background: url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
	}
	
a.yuimenuitemlabel-hassubmenu {
	background-color: #a9d5ef;
	}

/* selected menuitem */

li.yuimenubaritem-selected /* bar menu item */ {

	}
li.yuimenubaritem-selected a:hover {color: #ff0000}

li.yuimenuitem-selected  /* sub menu item */ {
	color: #ffffee;
	}

a.yuimenubaritemlabel-selected /* bar menu item link selected */ {
	text-decoration: none;
	color: #ffffee;
	}

a.yuimenuitemlabel-selected  /* sub menu item link selected */ {
	text-decoration: none;
	background-color: #a9d5ef;
	color: #1e2b31 !important;
	}

.yuimenubaritem-hassubmenu-selected /* change down arrow on bar item */ {
	}

.yuimenuitem-hassubmenu-selected /* change right arrow on sub item */ {
	background: #a69e89 url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
	color: #1e2b31;
	}

a.yuimenuitemlabel-hassubmenu-selected {
	background: #cde5f3;
	color: #1e2b31;
	}

/***
 ***	core: navbar 
 ***/

.navbar {
    background: transparent;     
	border-top:0px;
	border-bottom:solid 1px #300;
	border-left:0px;
	border-right:0px;
}


/***
 ***	core: side block (the left and right bits)
 ***/

.sideblock {
	float: left;
	width: 220px;
	padding: 0;
}

.sideblock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideblock li {
	padding: 0 0 5px 0;
}

.sideblock li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #787367 dashed;
}


.sideblock .header, 
.sideblock h2.header {
	height: 19px; /* 37 */
	margin: 0 0 0 0;
	padding: 18px 15px;  
	background: url(images/img02.png) no-repeat left top;
	border-style:solid solid none;
        text-align:left;
}

.sideblock h2 {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #ffffee;
}
	
.sideblock .content {
	border: none !important;
	}
	 
.sideblock .header .commands {
	background: url(images/sideblocks/commandsb.png) !important;
	border: 1px solid #ddd;
	}
	
.sideblock .header .hide-show-image {
	position: relative;
	bottom: 10px;
	left: 6px;
}


#right-column .sideblock .header .hide-show-image,
#left-column .sideblock .header .hide-show-image{
padding-right:0;
}

/***
 ***	core: course (the middle bit)
 ***/

.coursebox {
	background: transparent;
	border: 0px;    
	margin-bottom: 0px;
	margin-right: 2px;
}

body#site-index .headingblock,
body#course-view .headingblock { border: 1px solid #300;
	margin-bottom: 0px;
}


#course-view .section td.content {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #dfdfdf;
}

#course-view .section td.side {
  border-width:0px;
}

/***
 ***	modules: forum
 ***/

.forumpost {
	border: 0px;    
	width: auto;
	overflow: scroll;
}


.forumpost .topic {
	border: 0px none;
	border-bottom: 2px solid #300;
}

.forumpost .topic a:link,
.forumpost .topic a:visited {
}

.forumpost .left {
padding:4px;
text-align:center;
vertical-align:top;
width:35px;
}


.forumpost {
border-collapse:separate;
border-style:solid;
}

.userpicture,
.picture user,
.picture teacher {
 	display: none;
}
	

table.forumpost { 
        border: 0 none;
        background: url('images/forum/img5.gif') no-repeat 10px 50px;
        }


/***
 ***	modules: calendar
 ***/
 
 .sideblock .calendar-controls { width: 75%; margin: 0 auto;}

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
	  border-color:#cff689 !important;
	  background-color:#cff689;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
	  border-color:#c6dfeb !important;
	  background-color:#c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
	  border-color:#feffc2 !important;
	  background-color:#feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
	  border-color:#d9c6e2 !important;
	  background-color:#d9c6e2;
}

table.minicalendar tr td.weekend {
  color: #6a91a6;
  }
  
  #calendar .duration_global,
.minicalendar .duration_global {
	  border-top-color:#cff689 !important;
	  border-bottom-color:#cff689 !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
	  border-top-color:#ff9966 !important;
	  border-bottom-color:#ff9966 !important;
}

#calendar .duration_course0,
.minicalendar .duration_course0 {
	  border-top-color:#ff9966 !important;
	  border-bottom-color:#ff9966 !important;
}

#calendar .duration_course1,
.minicalendar .duration_course1 {
	  border-top-color:#0099ff !important;
	  border-bottom-color:#0099ff !important;
}

#calendar .duration_course2,
.minicalendar .duration_course2 {
	  border-top-color:#ffff00 !important;
	  border-bottom-color:#ffff00 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
	  border-top-color:#fbbb23 !important;
	  border-bottom-color:#fbbb23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
	  border-top-color:#a1becb !important;
	  border-bottom-color:#a1becb !important;
}

#calendar .weekend,
.minicalendar .weekend {
	  color:#6a91a6;
}

table.minicalendar {
	border-collapse:separate;
	border-spacing:1px !important;
	border-style:solid;
	border-width:1px;
	margin:10px auto;
	padding:2px;
	width:75%;
}

/***
 *** footer: core
 ***/
 
 #footer {
 	width: 100%;
	height: 85px;  
 	margin: 0 auto;
 	background: url(images/img04.jpg) no-repeat left top;
	margin-top:20px;
 }
 
 #footer p {
 	margin: 0;
 	padding: 15px 0 0 0;
 	text-align: center;
 	font-size: smaller;
 	color: #ffffff;
 }
 
 #footer .logininfo, #footer a:link  { color: #ffffee; text-decoration: none; }
 
 #footer a:hover {
 	color: #a69e89;
 	text-decoration: none;
 }
 
#adminsettings .form-htmlarea .htmlarea {
	width:500px;
}

#adminsettings .form-htmlarea .htmlarea .toolbar table td {
	display: inline-block;
}


#adminsettings .form-label {
	text-align: right;
	font-size: 75%;
}

#layout-table input,
.navbutton input, 
input#id_imagefile, 
input#id_submitbutton, 
.advancedbutton input, 
.buttons input, 
select
input#id_cancel, #id_cancel,
input {
/*	background: #3185a9; */
	background: #ffffff;
	border:1px solid #9cbcd1;
	font-size:11px;
	text-align: center;
}

#course-view .tabrow0 li, #course-view .tabrow0 li.first { /* MARTA */
	 width: 500px; display:block; position:relative; text-align:left; height: 35px; margin-top:0px; padding-top:0px;
	 background-color: transparent; background-image: url(pix/tab/left2.gif); background-repeat:no-repeat; background-position: left top; border-bottom: 0px solid #935000; 
 }

#course-view .tabrow0 a span {
 /* padding: 10px 14px 0.35em 0; */
  width: 480px;
  background: NONE;
  border-bottom: 0px solid #935000; margin:0px;
}

#course-view .tabrow0 a  {  /* MARTA */
   width: 480px; /* padding: 10px 14px 0.35em 0*/; background: transparent url(pix/tab/right.gif) no-repeat right top; margin-left:12px; border-bottom: 0px solid #935000; margin-top:0px; margin-right:0px;
   padding-bottom:13px; padding-left:12px; padding-right:0px; padding-top: 4px; display:block; margin-bottom:0px; }
   
#course-view .tabrow0 a:hover {
   background-image: url(pix/tab/right.gif);
}

#course-view .tabrow0 li:hover { /* MARTA */ 
	background-color: transparent; background-image: url(pix/tab/left2.gif); background-repeat:no-repeat; background-position: left top; margin-top:0px; padding-top:0px;
 }
 
 li.activity { padding-bottom: 8px; }
 
 /***
 *** Tabs
 ***/


/*globalnav*/
.tabtree {
  position:relative;
}

.tabrow0 {
  text-align: center;
  width:100%;
  margin:0;
  margin-top: 10px;
  padding:0 0 1.75em 0;
  list-style:none;
  line-height:1.8em;
  font-size: 84%;
}

.tabrow0 li {
  display: inline;
  margin: 0 -4px 0 0;
  padding: 0;
}

.tabrow0 a span {
  padding: 10px 14px 0.35em 0;
  background: transparent url(pix/tab/right.gif) no-repeat right top;
}

.tabrow1 li a span {
  background: none !important;
}

.tabrow0 a {
  text-decoration: none;
  background: transparent url(pix/tab/left2.gif) no-repeat left top;
  margin: 0 -1px 0 0;
  padding: 10px 0 0.35em 13px;
}

.tabrow0 a:hover {
  background-image: url(pix/tab/left_hover.gif);
}

.tabrow0 .here a:hover {
  background-image: url(pix/tab/left2.gif);
}

.tabrow0 a:hover span {
  background-image: url(pix/tab/right_hover.gif);
}

.tabrow0 .here a:hover span {
  background-image: url(pix/tab/right.gif);
}

.tabrow0 .here a {
  color:#444;
}


.tabrow0 .here a:link,
.tabrow0 .here a:visited,
.tabrow0 .here a.nolink {
  position:relative;
  z-index:102;
}

/*subnav*/
.tabrow0 .empty {
  height: 1px;
  overflow: hidden;
  padding: 0;
}

.tabrow0 div,
.tabrow0 ul {
  position: absolute;
  left: 0;
  top: 1.95em;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  list-style: none;
  border-top: 1px solid #aaa;
  line-height: normal;
  background: transparent url(pix/tab/tabrow1.gif) repeat-x center left;
  font-size: 90%;
}

.tabrow0 ul li {
  display:inline;
  margin-top:1px;
  background-image: none;
}

.tabrow0 ul a {
  background-image: none;
  color:#00c;
  margin:0;
  padding:0 1em;
  border:0
}

.tabrow0 ul a span {
  padding: 0;
  background-image: none;
}

.tabrow0 ul .last span,
.tabrow0 ul li a:hover, .tabrow0 ul li a:hover span,
.tabrow0 ul .here a:hover, .tabrow0 ul .here a:hover span {
  background-image: none !important;
}

.tabrow0 ul div {
  display: none;
}

ul.tabrow1 li a,
ul.tabrow1 li a:link,
ul.tabrow1 li a:visited {
  color:#00c;
  font-size: 110%;
}

ul.tabrow1 li.here.selected a {
  color:#444;
}

#site-index .coursebox.clearfix { border-bottom:1px solid #9cbcd1;}
#site-index .info { position:relative; float:left; width: 400px; background: transparent url(images/libro.jpg) no-repeat top left; padding-left: 24px; }
#site-index .summary { position:relative; width: 70px; float: right; }/***** transient/default.css end *****/



body, td, th, li {
    font-size: x-small;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}
li { list-style-type: square; list-style-position: outside; text-indent: 1px;}
b {  color: #023751}
select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF; border: thin #01324A solid}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #006699}
input {  border: 1px solid; border-color: #01324A #01324A #000000 #000000; background-image: url(imagenes/texturab2.gif)}
textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF; border: thin solid; border-color: #006699 #666699 #9999CC #9999CC}
   BODY {
      scrollbar-face-color: #D0E2EE;
      scrollbar-highlight-color: #D6DBF7;
      scrollbar-3dlight-color: #739FC4;
      scrollbar-darkshadow-color: #D0E2EE;
      scrollbar-shadow-color: #000000;
      scrollbar-arrow-color: #012E44;
      scrollbar-track-color: #ffffff;
      }
	
	
	
	
	
}

th {
    font-weight: bold; color:#333333;
    background-color: ;
}

a:link {
    color: #003399;
    text-decoration: none;
    font-variant: normal; 
    font-weight: bold;
}

a:visited {
    color: #003399;
    text-decoration: none;
    font-variant: normal; 
    font-weight: bold;
}

a:hover {
    color: #FFFFFF;
    background: #006699;
    text-decoration: none;
    font-weight: bold;
    font-variant: normal; 
}

form {

	  font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    margin-bottom: 0;
}



.highlight {
    background-color: ;
}

.headingblock {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 3px;
}

.navbar {
}

.generaltable {
}

.generaltableheader {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: bold;
}

.generaltablecell {
}

.sideblock {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
}

.sideblockheading {
}

.sideblockmain {
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;

	
}

.sideblocklinks {
	font-weight: bold;
	color:#222222;
}

.sideblocklatestnews {
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
}

.sideblockrecentactivity {
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;

}

.outlineheadingblock {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 3px;
}

.forumpost {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
}

.forumpostpicture {
}

.forumpostside {
    -moz-border-radius-bottomleft: 20px;
}

.forumpostmessage {
    -moz-border-radius-bottomright: 20px;
}


.weeklyoutline {
}

.weeklyoutlineside {
}

.weeklyoutlinesidehighlight {
}

.weeklyoutlinesidehidden {
    background-color: ;
}

.weeklyoutlinecontent {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.weeklyoutlinecontenthighlight {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.weeklyoutlinecontenthidden {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.weeklydatetext {
    font-size: medium;
    font-weight: bold;
    color: ;
}

.topicsoutline {
}

.topicsoutlineside {
}

.topicsoutlinesidehighlight {
}

.topicsoutlinesidehidden {
    background-color: ;
}

.topicsoutlinecontent {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.topicsoutlinecontenthighlight {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.topicsoutlinecontenthidden {
    border-color: ;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
}

.siteinfo {
}

.siteinfocontent {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 20px;
    padding: 10px;
}


.generalbox {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.generalboxcontent {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.noticebox {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 3px;
}

.noticeboxcontent {
    text-align: center;
}


.feedbacktext {
    color: ;
}

a.dimmed:link {
    text-decoration: none;
    color: ;
}

a.dimmed:visited {
    text-decoration: none;
    color: ;
}

a.dimmed:hover {
    text-decoration: underline;
    color: red;
}

.dimmed_text {
    color: #AAAAAA;
}

.forumpostheader {
}

.forumpostheadertopic {
}

.forumpostheaderpicture {
}

.forumpostheadername {
    font-size: small;
}

.forumpostheaderreplies {
    font-size: small;
}

.forumpostheaderdate {
    font-size: small;
}

.logininfo {
    font-size: x-small;
	color: #003366;
    font-weight: bold;
}

.homelink {
    font-size: x-small;
}

.teacheronly {
    color: #990000;
}

.header {  font-size:  small;
    font-weight: bold;
}

.headermain {
    font-size:  x-small;
    font-weight: bold;
}

.headermenu {
}

.headerhome {
}

.headerhomemain {
    font-size: x-small;
    font-weight: bold;
}

.headerhomemenu {
    font-weight: bold;
}


.categorybox {
}

.categoryboxcontent {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 20px;
}

.subcategoryname {
    font-size: x-small;
    
}


.categoryname {
    font-size: small;
    font-weight: bold;
}

.categorynumber {
    font-size: x-small;
    font-weight: bold;
}

.coursename {   font-size: x-small;
  
}

.coursebox {
}

.courseboxcontent {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 20px;
}

.courseboxinfo {
}

.courseboxsummary {
}

a.autolink:link {
    text-decoration: none;
    color: #000000;
    background-color: ;
}

a.autolink:visited {
    text-decoration: none;
    color: #000000;
    background-color: ;
}

a.autolink:hover {
    text-decoration: underline;
    color: red;
}

.userinfobox {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    margin-bottom: 5px;
}

.userinfoboxside {
    -moz-border-radius-bottomleft: 20px;
}

.userinfoboxcontent {
    -moz-border-radius-bottomright: 20px;
}

.userinfoboxsummary {
}

.userinfoboxlinkcontent {
    -moz-border-radius-bottomright: 20px;
}

.generaltab {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}

.generaltabselected {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}

.forumheaderlist {
    border-width: 1px;
    border-color: ;
    border-style: solid;
}

.smallinfo {
}

.smallinfohead {
    color: #555555;
}

.tabledivider {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.headingblockcontent {
}

TABLE.calendarmini {
	width: 100%;
    border-width: 1px;
    border-color: ;
    border-style: solid;
    font-size: .7em;
    margin: 0px;
    padding: 2px;
    -moz-border-radius: 10px;
}

TABLE.calendarmonth {
	width: 100%;
    border-width: 1px;
    border-color: ;
    border-style: solid;
    margin: 0px;
    padding: 2px;
    -moz-border-radius: 10px;
}

TABLE.calendarmini TBODY TD {
    text-align: center;
    vertical-align: center;
    width: 7%;
    border-width: 0px;
    border-color: ;
    border-style: solid;
	font-size: .9em;
	-moz-border-radius: 4px;
}

TABLE.calendarmonth TBODY TD {
    width: 14%;
    border-width: 2px;
    border-color: ;
    border-style: solid;
    vertical-align: top;
}

.cal_event_global {
	background-color: #99cc99;
	border: 2px #99cc99 solid !important;
}

.cal_event_course {
	background-color: #ff9966;
	border: 2px #ff9966 solid !important;
}

.cal_event_group {
	background-color: orange;
	border: 2px orange solid !important;
}

.cal_event_user {
	background-color: #ffcc99;
	border: 2px #ffcc99 solid !important;
}

.cal_duration_global {
	border-top: 2px #99cc99 solid !important;
	border-bottom: 2px #99cc99 solid !important;
}

.cal_duration_course {
	border-top: 2px #ff9966 solid !important;
	border-bottom: 2px #ff9966 solid !important;
}

.cal_duration_user {
	border-top: 2px #ffcc99 solid !important;
	border-bottom: 2px #ffcc99 solid !important;
}

.cal_duration_group {
	border-top: 2px orange solid !important;
	border-bottom: 2px orange solid !important;
}

.cal_weekend {
    color: red;
}

.cal_today {
	border: 2px black solid !important;
}

TABLE.calendarmonth TBODY TD TABLE {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
}

TABLE.calendarmonth TBODY TD TABLE TD {
    border: none;
}

TABLE.calendarmonth TBODY TD DIV {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.95em;
	line-height: 1.2em;
}

TABLE.calendarmini THEAD TD {
    font-size: .95em;
    text-align: center;
    vertical-align: center;
}

TABLE.calendarmonth THEAD TD {
	text-align: center;
    vertical-align: center;
    padding-bottom: 3px;
    border-bottom: 2px  solid;
}

.sideblockmain .cal_event {
	font-size: 0.8em;
	font-weight: bold;
}
.sideblockmain .cal_event_date {
	font-size: 0.6em;
}

.mycalendar {
	-moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
}

.mycalendar .cal_event {
	font-weight: bold;
}
.mycalendar .cal_event_date {
	font-size: 0.8em;
}

.mycalendar TABLE.cal_filters {
	width: 100%;
    border-width: 1px;
    border-color: ;
    border-style: solid;
    margin: 0px;
    padding: 2px;
    -moz-border-radius: 10px;
}

.mycalendar .cal_filters THEAD TD {
	border-bottom: 2px  solid;
    margin: 0px;
    padding: 2px;
}


.mycalendar .cal_event_table {
	width: 100%;
    border-width: 1px;
    border-color: ;
    border-style: solid;
    margin: 0px;
    padding: 2px;
    -moz-border-radius: 10px;
}

.mycalendar .cal_event_table THEAD {
	background-color: ;
	text-align: center;
	font-weight: bold;
}

.sideblockmain HR {
	height: 1px;
	border: none;
	border-top: 1px #999 solid;
	margin-top: 4px;
	margin-bottom: 4px;
}

.mycalendar HR {
	height: 1px;
	border: none;
	border-top: 1px #999 solid;
	margin-top: 4px;
	margin-bottom: 4px;
}

.calendarexpired {
	color: red;
	font-weight: bold;
}

.calendarreferer {
	font-weight: bold;
}

TD.cal_event_description {
	width: 80%;
	border-left: 2px  solid;
	vertical-align: top;
	padding: 5px;
}

.cal_popup_fg {
    background-color: ;
}

.cal_popup_bg {
    border-top: 2px  solid;
    border-left: 2px  solid;
    border-right: 2px  solid;
    border-bottom: 2px  solid;
    background: ;
    padding: 0px;
    margin: 0px;
}

.cal_popup_caption {
    font-size: 75%;
    font-weight: bold;
    font-family: verdana;
}

.cal_popup_close {
	font-size: 75%;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
	margin-right: 5px;
}

.sideblock .cal_controls {
	text-align: center;
	font-size: 8px;
}

A IMG {
	border: none;
}

TABLE.formtable TD {
	padding: 9px;
}

.eventfull {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.eventfullheader {
}

.eventfullpicture {
    padding:8px;
}

.eventfullside {
    -moz-border-radius-bottomleft: 15px;
}

.eventfullmessage {
    -moz-border-radius-bottomright: 15px;
}

#block_course_summary, #block_course_summary .sideblockmain {
    -moz-border-radius: 20px;
}
 
#block_course_summary .sideblockmain {
    padding: 10px;
}

.sitetopic {
    border-width: 1px;
    border-color: ;
    border-style: solid;
    -moz-border-radius: 15px;
}

.sitetopiccontent {
    -moz-border-radius: 15px;
}


