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

/***** rcc/user_styles.css start *****/

body {
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #b2c2d9;
	background-image: url(pix/rcc/back.gif);
	background-repeat: repeat-x;
}
div#page {
	margin: 5px 10px;
	padding: 0;
	background-color: #FCFCFC;
 }
div#content {
	background-image: url(pix/rcc/pageback.png);
	border: 1px solid #FCFCFC;
}
div.clearer {
  clear: both;
}
h1 {
	font-size: 1.4em;
	color: #00539f;
}
h2 {
	font-size: 1.2em;
	color: #00539f;
}
h3 {
	font-size: 1.1em;
	color: #00539f;
}
h4 {
	font-size: 1.0em;
	color: #00539f;
}
a {
	text-decoration: none;
}
a:link {
  color: #0000FF;
}
a:visited {
  color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a.dimmed:link {
  color: #9999FF;
}
a.dimmed:visited {
  color: #9999FF;
}
a.dimmed:hover {
  color: #FF9999;
}
span.arrow {
  font-family: Arial, Helvetica, Courier, sans-serif; 
}
p.arrow_button input {
  font-family: Arial, Helvetica, Courier, sans-serif; 
}
img.resize {
  width: 1em;
  height: 1em;
}
p.helplink {
  margin: 0.5em 0;
}
h1.headermain {
  color: #e5b54f;
}
.loginbox.twocolumns .loginpanel {
  border-right-color: #00539f;
}

.loginbox,
div.noticebox,
table.generaltable td,
div.generalbox,
div.coursebox,
table.generalbox,
table.generaltable th.header,
table.forumheaderlist th.header,
.forumheaderlist,
.forumpost,
.forumheaderlist td,
.forumpost .topic,
div.informationbox,
div.sideblock div.content,
td.courseboxcontent,
div.courseboxcontent,
body#course-index table.generalbox,
body#course-user .section,
.categorylist,
#adminsettings fieldset,
body#grade-index table.grades,
table.userinfobox {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(pix/rcc/boxback3.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top-color: #00539f;
	border-right-color: #00539f;
	border-bottom-color: #f4f4ff;
	border-left-color: #00539f;
}

tr.main {
	background-image: url(pix/rcc/boxback4.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #f4f4ff;
}

table.generaltable th.header,
table.generaltable td {
	background-color: #FFFFFF;
	border-color: #b2c2d9;
}

table.generaltable th.header,
table.forumheaderlist th.header {
	background-color: #e3dcd6;
	background-image: none;
}

div.sideblock div.content {
	background-image: url(pix/rcc/boxback.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div.author,
div.activitydate {
	font-size: 0.9em;
}

#dates.generalbox,
.forumpost .topic,
div.courseboxcontent {
	background-image: url(pix/rcc/boxback4.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div.noticebox,
div.generalbox,
div.coursebox,
.unread .topic,
div.informationbox {
	background-image: url(pix/rcc/boxback2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.forumpost .topic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

p.copyright {
  text-align: center;
}
.errorbox {
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  background-color: #e15215;
  color: #fff;
}
div.headermenu {
  font-size: 0.75em;
}
div.headermenu div.logininfo {
  margin-bottom: 0.2em;
}
div.breadcrumb  {
	font-size: 0.75em;
	padding-left: 0.3em;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.breadcrumb a {
	padding-left: 0.3em;
	color:#FFC300;
        font-family: Arial, Helvetica, sans-serif;
}

div.breadcrumb a:hover {
	color:#FF0000;

}
div.navbar div.navbutton form {
  float: left;
}
div.navbar div.navbutton {
  margin-top: 4px;
  position: relative;
  z-index: 10;
}
div.navbar {
	padding: 4px;
	margin: 0px;
	border-style: none;
}
div.navbar .fpdate {
	margin-top: 10px; 
	font-size: 0.75em;
	color: #00539f;
	text-align: center;	
}
div#footer {
  margin-top: 10px;
  font-size: 0.75em; 
  border-top-width: 10px;
  border-style: solid none none;
  border-top-color: #b2c2d9;
}
div#content {
  padding: 0px 0px;
  font-size: 0.75em; 
  line-height: 1.4em;
  margin-top: 0px;
  clear: both;
}
div.info,
div.content div.footer {
	font-size: 12px;
}
ul.section li {
  margin: 0.2em 0;
}
div.sideblock div.content * {
  text-align: left;
}

tr.current td.left,
tr.current td.right {
  background-color: #e5b54f;
}

div.sideblock div.content input[type="submit"] {
  width: auto;
}
button#searchform_button {
  width: auto;
}
div.sideblock div.content div.btn input {
  width: auto;
}
.block_login .loginform .fld {
  text-align: right;
}
div.sideblock div.calendar-controls a.next {
  text-align: right;
}
div.sideblock ul.list span.c1 {
  padding-left: 0;
}
div.sideblock div.title h2 {
	padding: 0.3em;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: 800;
	color: #FFFFFF;
}
h2.headingblock,
div.sideblock div.header {
	color: #FFFFFF;
	border: 1px solid #b2c2d9;
	background-color: #00539f;
	background-image: url(pix/rcc/headerback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h2.main {
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2c2d9;
}
.header h2 {
	color: #FFFFFF;
}

div.sideblock div.content {
  padding: 0.3em 0.3em;
}
div.sideblock table.minicalendar td.day {
  text-align: center;
  font-size: 0.9em;
}
div.sideblock table.minicalendar {
	border: 1px solid #b2c2d9;
}
body#admin-lang h2.main {
  font-size: 1em;
  text-align: left;
}
table.minicalendar td.today {
  line-height: 1.4em;
  border: 2px solid #990000;
}
div.sideblock table.minicalendar tr.weekdays {
  font-size: 0.8em;
}
.sideblock .content .message {
  text-align: left;
}
.sideblock .header .hide-show-image {
	margin-top: 0;
	background-color: #b2c2d9;
}
.sideblock.hidden .header .hide-show-image {
	margin-top: 2px;
	background-color: #b2c2d9;
}
.forumthread.unread,
span.unread a {
	background-color: #e5b54f;
}
#calendar .event_global {
	background-color: #e5b54f;
	border-color: #e5b54f;
}
.minicalendar .event_global {
  background-color: #e5b54f;
  border-color: #e5b54f;
}
.block_calendar_month .event_global {
  background-color: #e5b54f;
  border-color: #e5b54f;
}
#calendar .event_course {
	background-color: #D5F1A0;
	border-color: #D5F1A0;
}
.minicalendar .event_course {
  background-color: #D5F1A0;
  border-color: #D5F1A0;
}
.block_calendar_month .event_course {
  background-color: #D5F1A0;
  border-color: #D5F1A0;
}
#calendar .event_group {
	background-color: #D8F0FA;
	border-color: #D8F0FA;
}
.minicalendar .event_group {
  background-color: #D8F0FA;
  border-color: #D8F0FA;
}
.block_calendar_month .event_group {
  background-color: #D8F0FA;
  border-color: #D8F0FA;
}
#calendar .event_user {
	background-color: #F9F7C8;
	border-color: #F9F7C8;
}
.minicalendar .event_user {
	background-color: #F9F7C8;
	border-color: #F9F7C8;
}
.block_calendar_month .event_user {
  background-color: #F9F7C8;
  border-color: #F9F7C8;
}
table.cal_popup_bg {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #00539f;
}
div.sideblock div.calendar-controls span.current {
  text-align: center;
}
div.sideblock div.commands a.roles img {
  width: 11px;
  height: 11px;
}
div.sideblock span.icon {
  display: block;
  float: left;
  margin-right: 0.3em;
}
div.sideblock ul.list li {
  clear: left;
}
div.sideblock div.header div.commands {
  height: 16px;
  background-color: #ffffff;
}
table.generaltable td.cell {
  white-space: normal;
}
body.admin table.generaltable {
  width: 100%;
}
body#course-view tr.section td.side {
  border-style: none;
}
body#course-view tr.section td.content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #00539f;
}
div.que {
  border-style: none;
}
td.sitetopiccontent {
  border-style: none;
}
body#site-index td.categoryboxcontent {
  border-style: none;
}
.categorylist {
  padding: 4px;
}
body#admin-roles-manage td.generalboxcontent table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
body#admin-roles-override td.capcurrent {
  background-color:#FFFFFF;
  border: 1px solid #cecece;
}
div.breadcrumb span.sep {
  font-family: verdana, arial, helvetica, sans-serif;

}
div.calendar-controls span.previous {
  font-family: verdana, arial, helvetica, sans-serif;
}
div.calendar-controls span.next {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: right;
}
table#calendar td.maincalendar {
  border-color: #00539f;
}
table#calendar td.sidecalendar {
  border-color: #00539f;
  background-color: #f8f8f8;
}
#calendar .event_global,
#calendar .event_course,
#calendar .event_group,
#calendar .event_user,
.minicalendar .event_global,
.minicalendar .event_course,
.minicalendar .event_group,
.minicalendar .event_user {
  border: 1px solid !important;
  border-color: #b2c2d9;
}
table.minicalendar {
  border-color: #b2c2d9;
  background-color: #f8f8f8;
}
table#calendar td.today,
div.minicalendar td.today {
  border-color: #fff;
}
#adminsettings fieldset span.form-shortname {
  color: #cccccc;
  font-size: 90%;
}
form.mform div.textarea textarea {
  width: 35em;
}
body#grade-index .grades td {
  border-color: #FFFFFF;
}
table.glossarypost {
  border-color: #00539f;
  background-color: #f8f8f8;
}
table.glossarypost div.concept h3 {
  display: inline;
}
table.glossarypost.continuous div.concept {
  display: inline;
}
div.entrybox {
  border-color: #b2c2d9;
  background-color: #fffff9;
}
/* @group tabs */
.tabrow0 {
  font-size: 100%;
  padding: 0;
}
.tabtree {
  margin-bottom: 3%;
}
.tabrow0 li {
  border: 1px solid #00539f;
  margin: 0;
  padding: 4px;
  background-color: #f8f8f8;
  font-weight:600;
}
.tabrow0 li.first {
  margin-right: 0;
}
.tabrow0 li.selected,
.tabrow0 li.here {
  background-color: #e5b54f;
}
.tabrow0 a span {
  background-image: none;
  padding: 0;
}
.tabrow0 a {
  background-image: none;
  padding: 5px;
}
.tabrow0 a:hover {
  background-image: none;
}
.tabrow0 .here a:hover {
  background-image: none;
}
.tabrow0 a:hover span {
  background-image: none;
}
.tabrow0 .here a:hover span {
  background-image: none;
}
.tabrow0 div,
.tabrow0 ul {
  background-image: none;
  top: 100%;
  padding: 0 0 0.25em;
  line-height: 200%;
  border-width: 2px;
  border-top-color: #00539f;
}
.tabrow0 ul {
  background-color: #b2c2d9;
  padding: 0;
}
.tabrow0 ul li.selected,
.tabrow0 ul li.here {
  background-color: #e5b54f;
}
.tabrow0 ul li {
  background-color: #f8f8f8;
}

.unread .content {
	border-color: #e5b54f;
} 

input[type="submit"], 
input[type="button"] {
	font-size: 12px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	background-image: url(pix/rcc/boxback4.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
input[type="submit"]:disabled, 
input[type="button"]:disabled {
	font-size: 12px;
	color: #666666;
	border: 1px solid #7f9db9;
	background-color: #EEEEEE;
	background-image: url(pix/rcc/boxback5.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
input[type="file"],
textarea {
	font-size: 12px;
	border: 1px solid #7f9db9;
}
select, input[type="text"] {
	font-size: 12px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: auto;
}
input[type="text"] {
	padding-bottom: 2px;
}
select {
	margin-right: 1em;
}
select:disabled, input[type="text"]:disabled {
	font-size: 12px;
	border: 1px solid #7f9db9;
	background-color: #f8f8f8;
	width: auto;
}
.singlebutton {
	font-size: .75em;
}

#topheader {
	background-color: #FFFFFF;
	width: 100%;
	height: 78px;
	padding: 0px;
	margin: 0px;
	background-image: url(pix/rcc/logoback.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#popuplogo {
	background-color: #FFFFFF;
	width: 100%;
	height: 78px;
	padding: 0px;
	margin: 0px;
	background-image: url(pix/rcc/popuplogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.popuptrim {
	margin-top: -4px;
	padding: 0px;
	background-image: url(pix/rcc/popuptrim.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 8px;
}
#toplogo {
	float: left;
	margin: 0px;
}
#topmenu {
	float: left;
	background-image: url(pix/rcc/menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topcrest {
	float: right;
	margin: 0px;
}

.topmenutext {
	font-size: .72em;
	color: #fae892;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.topmenutext img {
	height: 12px;
}
.topmenutext a {
	color: #FFFFFF;
}
.topmenutext a:hover {
	color: #FFFF00;
}

#topbuttons {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 5px;
	z-index: 20;
	white-space: nowrap;
}
#topbuttons a:hover .topicon {
	background-color: #0092de;
	background-image: url(pix/rcc/btnback-on.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
.topicon {
	background-color: #006bb7;
	background-image: url(pix/rcc/btnback.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
#topbutton_about {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 20;
	background-image: url(pix/rcc/rndwhite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#topbutton_about input {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0092de;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 320px;
	margin-right: 8px;
	padding: 0px;	
}
/* @end */
/***** rcc/user_styles.css end *****/

