/**************************************
 * THEME NAME: lk_oe
 *
 * Files included in this sheet:
 *
 *   lk_oe/lk_oe.css
 *   lk_oe/navbuttons.css
 **************************************/

/***** lk_oe/lk_oe.css start *****/

a:link,
a:visited {
  color:#00824A;
}

a:hover {
  color:#00824A;
}

hr {
  color: #999999;
  height: 1px;
}

body {
   margin: 0px;
   background-color: #FFFFFF;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient2.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

ul.tabrow1 li a {
	font-size: 110%; color: #00824A
}
ul.tabrow1 li a:link {
	font-size: 110%; color: #00824A
}
ul.tabrow1 li a:visited {
	font-size: 110%; color: #00824A
}
ul.tabrow1 li.selected a {
	color: #444
}

.coursebox {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-width:1px;
  border-style:solid;
}

.coursebox .summary {
  float: right;
  text-align:left;
  width: 42%;
  padding:5px;
}

.coursebox .info {
  float: left;
  text-align:left;
  width: 48%;
  padding:5px;
}

.coursebox .teachers {
  clear: both;
  text-align:left;
  width: 90%;
  padding-left:20px;
}

.my .coursebox .overview .info {
  font-size:0.8em;
  padding-top:0px;
  padding-bottom:4px;
  padding-left:15px;
  float: none;
  width: 80%;
}

.my .coursebox .overview {
  padding-left: 5px;
}

.my .coursebox hr {
  color: #eeeeee;
  border-style: solid;
  height: 1px;
}

.my .headingblock {
  margin-bottom: 9px;
}

#my-index .coursebox .info {
  float: left;
}

#my-index .name {
  margin-left: 5px;
  padding-bottom:4px;
  clear: both;
}

#my-index .icons li {
  display: inline;
  margin-left: 6px;
}

#my-index .icons {
  margin: 0px;
  padding-bottom: 2px;
  padding-top: 0px;
  margin-left: -32px;
  clear: both;
}

.my .coursebox.hidden {
  background-color:#EEEEEE;
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.breadcrumb a:link
{
  color:#ffffff;
}
.breadcrumb a:visited
{
  color:#ffffff;
}
.breadcrumb a:hover
{
  color:#ffffff;
  text-decoration:underline;
}


.breadcrumb li {
  color:#e8e8e8;
}

.breadcrumb .arrow.sep {
  color:#ffffff;
}

.logininfo {
  margin-bottom: 6px;
}

.loginpanel {
  background-color: #FFFFFF;
}

.signuppanel {
  background-color: #FFFFFF;
}

.loginbox.twocolumns .loginpanel {
  border-color: #999999;
}


.loginbox {
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-color: #999999;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:0px;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../theme/lk_oe/pix/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../theme/lk_oe/pix/switch_plus.gif') no-repeat bottom;
}

.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1em;
    font-weight:normal;
    border-bottom: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding-top: 5px;
}

.content {
    line-height: 1.2em;
}

#site-index .hidden {
  background-color:#EEEEEE;
}

#footer {
  clear: both;
}

.activity.label h1,h2,h3,h4 {
     line-height: 1.3em;
}

#course-import .plugin {
    margin-left: 2%;
    margin-right: 2%;
}

#course-category .singlebutton {
    text-align: inherit;
}

#notice.generalbox {
    margin-top:15px;
}

.noticebox {
    border-top-color: #fb3232;
    border-right-color: #fb3232;
    border-bottom-color: #fb3232;
    border-left-color: #fb3232;
    border-width: 3px;
    margin-top:15px;
    color: #000000;
    background-color: #ffffaa;
}

.errorbox {
    border-top-color: #fb3232;
    border-right-color: #fb3232;
    border-bottom-color: #fb3232;
    border-left-color: #fb3232;
    background-color: #fb3232;
    border-width: 3px;
}

.errorboxcontent {
    color: #000000;
    background-color: #ffffaa;
}

.skip-block-to, #maincontent {
    font-size:0px;
    height:2px;
    padding:0px;
    margin:0px;
}

#course-view .weekscss .hidden, #course-view .hidden td.side {
    background-color: #eeeeee;
}

#moddialog.noticebox {
    background-color: #ffffaa;
    padding: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/***** lk_oe/lk_oe.css end *****/

/***** lk_oe/navbuttons.css start *****/

.navbar {
    background-color: #006a3a;
    border: none;
    clear: both;
    height:25px;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.navbar li {
    font-weight: normal;
    font-size: 0.9em;  
    color: #ffffff;
}

.navbar a {
    color: #ffffff;
}

.navbar a:visited {
    color: #ffffff;
}

.navbar .arrow.sep {
    color: #ffffff;
    margin-left: 4px;
}

#uwheader {
    background-image: url('../../theme/lk_oe/logo.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 77px;
    margin-top: 0px;
}

#uwheader .moodlelogo {
    float: left;
    text-align: left;
    width: 19%;
    height: 77px;
    margin-top: 0px;
    vertical-align: top;
}

#uwheader .globalnavbar {
    float: left;
    text-align: right;
    white-space: nowrap;
    color: #000000;
    padding-top: 10px;
    width: 80%;
    font-size: 1.1em;
    margin-top: 0px;
    vertical-align: top;
}

#uwheader .globalnavbar a:link,
a:visited {
    color: #006a3a;
    text-decoration: none;
}

#uwheader .globalnavbar a:hover {
    color: #006a3a;
    text-decoration: underline;
}

#uwheader .globalnavbar .logininfo select, input {
    font-size: 0.8em;
}

#uwnavbuttons {
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 10px;
    padding-bottom: 2px;
    height: 25px;
    background-image:url(gradient2.jpg);     
}

#uwnavbuttons .leftbutton {
    float: left;
    text-align: left;
    white-space: nowrap;
    width: 34%;
}

#uwnavbuttons .middlebutton {
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 32%;
}

#uwnavbuttons .rightbutton {
    text-align: right;
    float: right;
    white-space: nowrap;
    width: 34%;
}

#uwnavbuttons .clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

#uwnavbuttons input {
    font-size: 0.8em;
}

#uwnavbuttons select {
    font-size: 0.8em;
}

.navigation select {
    width: 150px;
    height: 24px;
}

.navigation button {
    width: 26px;
}

/***** lk_oe/navbuttons.css end *****/


