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

/***** csuco_theme/styles_csuco.css start *****/

/***
 *** General CSS File
 ***/

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  padding: 10px;  /* This helps the dropdown menus to line up */
  background-color: #FFFFFF;
  border-bottom:7px solid #CF142B;
  border-top:7px solid #CF142B;
  margin:0;
  padding:0;
}

/**
 * Header Styles
 **/
#header-home .headermain,
#header .headermain {
  display: none;
}

div#header-home,
div#header {
  background: transparent url(pix/header.png) no-repeat left top;
  height: 52px;
  margin-top: 10px;
  margin-left: 10px;
}

#heading-hr {
  display: none;
}

.navbar .breadcrumb {
  margin-top: .8em;
}

/**
 * Footer Styles
 **/

#footer .sitelink,
#footer .helplink,
#footer .homelink {
  display: none;
}

#footer .logininfo {
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  font-size: 90%;
}

/**
 * Link colors
 **/
a:link
{
  color: #000066;
  text-decoration: underline; 
  font-weight: bold;
}
a:visited,
a:hover {
  color: #630000;
  text-decoration: underline; 
  font-weight: bold;
}

/**
 * Heading colors
 **/
h1, h1.main {
  color: #990000;
  font-size: 16pt;
}
h2, h2.main{
    font-size: 11.5pt;
}
h3, h3.main,
h4, h4.main,
h5, h5.main,
h6, h6.main {
  color: #990000;
}

h2.headingblock {
  font-size: 11.5pt;
}

/**
 * Tabs
 **/
.tabtree {
  margin-top: 10px;
}

.tabrow0 a {
  font-size: 105%;
  font-weight: bold;
  line-height 1.13em;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 0px;
  background: transparent url(pix/tab/main.gif) repeat-x left top;
  padding:8px 0pt 0.22em 13px;
  text-decoration: none;
}

.tabrow0 a span {
  background: transparent url(pix/tab/main.gif) repeat-x right top;
  padding:8px 14px 0.20em 0px;
  text-decoration: none;
  
}

/* Hover Styles */
.tabrow0 .last a:hover,
.tabrow0 a:hover {
  background: transparent;
  text-decoration: none;
}

.tabrow0 .last a:hover span,
.tabrow0 a:hover span {
  background: transparent;
  text-decoration: none;
}

.tabrow0 .here a:hover {
 background: transparent;
 text-decoration: none;
}

.tabrow0 .here a:hover span {
background: transparent;
}

.tabrow0 .here a,
.tabrow0 .here a:hover {
  color: #444;
  text-decoration: none;
}

/* Sub tab link coloring */
ul.tabrow1 li a,
ul.tabrow1 li a:link,
.tabrow0 ul a {
  color: #000066;
  text-decoration: none;
}
ul.tabrow1 li a:visited,
.tabrow0 ul li a:hover span{
  color: #630000;
  text-decoration: none;
}

.tabrow0 ul li.here a:hover span {
  color: #444;
}

/* Header tabs */
.header-tabs .tabtree {
  margin-top: 0;
  padding: 10px 0 4px 0;

  /* Fixes overlap problem with navbar */
  position: relative;
  z-index: 0;
}

/* Keeps top of navbar visible */
.navbar {
  position: relative;
  z-index: 1;
}

.header-tabs {
  margin: 0 0 -1px 0;
}

#header-tabs .tabrow0 {
  padding-bottom: 0;
  text-align: left;
  line-height: normal;
  margin-top: 0;
}

#header-tabs .tabrow1 {
  display: none;
}

#site-index .header-tabs {
  margin-bottom: 10px;
}

#site-index .header-tabs .tabtree {
  border-bottom: 1px solid #DDDDDD;
}

/**
 * Format Page
 **/

.format-page {
  margin-left: 0;
}

/**
 * Page menu
 **/

.mod-pagemenu .menutree {
  padding-left: 0;
}

.mod-pagemenu .menutree,
.mod-pagemenu .menutree .childtree {
  list-style-type: none;
}

.mod-pagemenu .menutree .menuitem a {
  text-transform: uppercase;
  text-decoration: none;
}

.mod-pagemenu .menutree .childtree .menuitem a {
  text-transform: none;
  text-decoration: none;
}

.mod-pagemenu .menutree .menuitem a:hover {
  text-decoration: none;
}

.mod-pagemenu .menutree .menuitem {
  padding-left: 5px;
  border-bottom: 1px solid #ACC2CD;
  text-decoration: none;
}

.mod-pagemenu .menutree .childtree {
  margin-left: -5px;
}

.mod-pagemenu .menutree .childtree .menuitem {
  border-bottom: none;
}

.mod-pagemenu .menutree .menuitem a.current,
.mod-pagemenu .menutree .menuitem a.current:hover {
  color: #630000;
  text-decoration: none;
}

/* Crazy styles to have a light blue bar for the current menu item */
.mod-pagemenu .menutree li.current {
  background-color: #E5E5E5;
}

.mod-pagemenu .menutree li.current .childtree {
  margin-bottom: -3px;
}

.mod-pagemenu .menutree li.current .childtree,
.mod-pagemenu .menutree li.current .childtree .menuitem {
  background-color: #FFFFFF;
}

/**
 * Blocks
 **/

/* OK, weird setup, but makes it so no background behind edit widgets so it looks mucho nicer */
.sideblock div.header .title h2 {
  background-color: #CF142B;
  margin: -4px -4px -4px -4px;
  padding: 4px;
}
/* Needed to get the top line above the sideblock */
.sideblock div.header {
  padding-top: 4px;
}

.sideblock div.header .title .commands {
  margin-top: 7px;
}

.sideblock div.header .title .commands img {
  height: 11px;
  width: 11px;
}

.sideblock div.header .title h2 {
  color: #FFFFFF;
}

.sideblock .content {
  background-color: #FFFFFF;
}

.sideblock .hide-show a {
  border: none;
}

/* List blocks */
.sideblock .content ul.list li {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* No border for module type blocks */
.block_page_module .content,
.block_page_module .header,
.block_page_module h2.header {
  border: none;
}

.block_page_module .content {
  padding-left: 0;
  padding-right: 0;
}

/* Forum Block Fix */
.mod-forum.sideblock th.header {
  border-style: none;
}

/**
 * YUI Drop-down menu
 **/

div.yuimenu {
  border-top: 1px solid #C9CBCD;
  border-left: 1px solid #C9CBCD;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0;
}

div.yuimenu ul {
  padding: 0;
}

/* Rollover color */
div.yuimenu li.selected,
div.yuimenubar li.selected {
  background-color: #E5E5E5;
}

div.yuimenu .yuimenuitem a {
  color: #000066;
  font-weight: bold;
}
div.yuimenu .yuimenuitem a:hover {
  color: #630000;
  font-weight: bold;
}

div.yuimenu li.selected a.selected {
  color: #630000;
  font-weight: bold;
}

div.yuimenu .yuimenuitem a.yuicurrent,
div.yuimenu .yuimenuitem a.yuicurrent:hover {
  color: #630000;
  font-weight: bold;
}

div.yuimenu li.yuimenuitem {
  border-bottom: 1px solid #D5E0E6;
  display: block;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 90%;
}

div.yuimenu li.yuilastmenuitem {
  border-bottom: none;
}

div.yuimenu .yuichildtree .yuimenuitem {
  font-size: 100%;
}

.yuimenuitemlabel {
  padding: 2px 24px 2px 3px;
  outline:none;
}

/* Forum changes */
.forumheaderlist .discussion .starter {
    background:#D8D9E7 none repeat scroll 0 0;
}

/* Calendar changes */
#calendar .maincalendar .filters table, 
#calendar .sidecalendar .filters table, 
.block_calendar_month .filters table {
  background-color:#E5E5E5;
}

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

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

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

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

.sideblock.block_calendar_month a{
  text-decoration: none;
}
.block_admin_tree.sideblock a{
  text-decoration: none;
}
.logininfo a{
  text-decoration: none;
}/***** csuco_theme/styles_csuco.css end *****/

