/********************************************************
**
** Theme name: Splash
** Creation Date: 30/06/09
** Author: Synergy Learning
** Author URI: http://synergylearning.com
**
*********************************************************/

/* Global 
------------------------*/
html {                /* Reset html page to 0 padding/margins */
    padding: 0;
    margin: 0;
    background: #fff;
}

body {                /* Define margins and background colour/image */
    background: url([[pix:theme|bg]]) top left repeat-x #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	min-width: 1200px;
}
#signup{
  position: absolute;
  margin-top: 150px;
}
.jsenabled .moodle-actionmenu[data-enhanced] .menu.align-tr-br{
    top: 100%;
  right: -480px;
  left: 40px;
  margin-top: 4px;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {   /* Set fonttype for site */ 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link {        /* Defining all link styles*/
    color: #000;
}

a:visited {        /* Setting all visited link styles */
    color: #000;
}

a:hover {        /* Setting all rollover link styles */
    
}

a:active {        /* Setting all active link styles */
    color: #000;
}

a img {        /* Image borders*/
    border: none;
}

a:active {
    outline: none;
}

.skiplinks {     /* hide skip link access keys*/
    display: none;
}

.skip-block {     /* hide skip link access keys in blocks*/
    display: none;
}

.loginpanel {
    background: url([[pix:theme|loginpanel]]) top center no-repeat;
    height: 480px;
}

.loginbox .loginpanel .subcontent {
    margin: 0 auto;
    clear: right;
    width: 300px;
}
/* fix issues conflicting with the floating columns */                 
.clearer {
    clear:left;
}

/* Header 
-----------------------*/

#page-header {  

          /* Set height for header */
    background: url([[pix:theme|header]]) top left repeat-x #fff;
    float: none;
    padding: 0;
    margin:0;
    color: #fff;
    height: 132px;
    
    /* antes 282px

    /* alteração
	background: url([[pix:theme|pageheaderbgred]]) top center no-repeat;*/
	width: 100%;
	min-width: 1200px;

}
.block_adminblock .content .singleselect {
text-align: left;
width:100%;
}
fieldset, img{
    max-width: 100%;
    height: auto;
}

#page-header h1 {        /* Style h1 tags for header */
    padding-top: 40px;
    font-size: 1.25em;
    text-align: left;
    margin: 0px;
}

#page-header h1.inside {
    font-size: 1.25em;
    margin: 0px;
}

#page-header {        /* Style h4 tags for header */
    font-size: 1.0em;
    text-align: left;
    margin-top: 0px;
    color: #333;
}

.headermain {
	color:#fff;
	 margin: 40px 0 -7px;}

#headermenu {    /* user info positioning and styles */
   float: left;
/* margin: 0 20%; */
/* font-size: 0.9em; */
/* text-align: right; */
/* width: auto; */
height: 126px;
/* padding: 5px; */
/* position: relative; */
width: 25%;
/* margin-left: 60%; */
/* float: left; */
border: 3px solid #fff;
}

#headermenu h1{    /* styling h1 for user welcome message*/
    margin:0;
    padding: 0;
    color: 202020;
}

.spacing {
    padding-top: 20px;
}

#userdetails { /* positioning of user login/outdetails */
    float: left;
    margin-right: 10px;
    width: auto;
    height: 60px;
}

#userdetails a:link { /* styling user detail links when logged in*/
    color: #202020;
}

#userdetails a:visited { /* styling user detail links when logged in */
    color: #202020;
}

#userdetails a:hover { /* styling user detail links when logged in*/
    color: #A1B8A8;
}

#userdetails_loggedout { /* positioning of user login/outdetails */
    float: left;
    margin-right: 10px;
    height: 60px;
}

#userdetails_loggedout h1{ /* positioning of user h1 tag*/ 
    padding-top:40px
}

#userdetails_loggedout a:link { /* styling user detail links when logged out*/
    color: #202020;
}

#userdetails_loggedout a:visited { /* styling user detail links when logged out */
    color: #202020;
}

#userdetails_loggedout a:hover { /* styling user detail links when logged out*/
    color: #A1B8A8;

}

.prolog {
    margin-top: 25px;
    margin-bottom: 0px;
}

.prolog a:link { /* styling user detail links */
    color: #202020;
}

.prolog a:visited { /* styling user detail links */
    color: #202020;
}

.prolog a:hover { /* styling user detail links */
    color: #202020;
}

.prolog a:active { /* styling user detail links */
    color: #202020;
}

#userimg { /* styling user profile picture*/
    float: right;
    margin-left: 4px;
}

#headermenu .langmenu {
  float: right;
  position: inherit;
  top: -179px;
  width: 210px;
}

#colourswitcher {  /* colour switcher styles */
    float: right;
    height: 30px;
    width: 210px;
    color: #000;
    background: url([[pix:theme|selectbg]]) top left repeat-x;
    text-align: left;
    padding: 2px 0px 0px 0px;
    position: absolute;
    top: 66px;
    right: 4px;
}

#colourswitcher ul {
    padding: 0;
    margin: 0;
}

#colourswitcher ul li {
    margin:0;
    padding: 0;
    display: inline;
    list-style: none;
	
}

#colourswitcher p {
    color: #7c3041;
}

nav ul li a{
	color: #fff;
}
nav ul li a:link{
    color: #fff;
}
nav ul li a:visited{
    color: #fff;
}
nav ul li a:hover{
 background: #000000;
    border: 0;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -webkit-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -moz-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -o-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -ms-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
-svg-background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
padding: 16px 16px;
margin: 0 auto;
color: #FFFFFF;
}

/*#logobox {  /* holder background for logo*/
  /*  height: 185px;
    width: 252px;
    margin: auto;
    text-align: center;
    background: url([[pix:theme|lbgv2]]) no-repeat;
    float: left;
}*/
#logobox{
    float: left;
    font-size: 0.9em;
    height: 70px;
    width: 20%;
    margin-left: 12%;
}
#logobox a.nologoimage {
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
}
#curso{
    position: relative;
    float: left;
    text-align: center;
    width: 31%;
    margin-left: 0%;
    height: 70px;
}
#curso img{
    width: 100%;
    max-height: 132px;
    height: auto;
}

#logobox img {
	/*alteração
	margin: 18px 20% -4px;
  margin: 61px 0 -5px;
  max-width: 230px;
  position: absolute;*/

}

#logobox h1{
    padding-top: 40px;
    font-size: 2.0em;
    color: #333;
    text-align: center;
}

#logobox h4{
    padding-top:2px;
    margin:0;
    text-align: center;
    font-size: 0.9em;
    color: #666;
}

/* Custom Menu
-----------------------*/

#dropdownmenu {        /* holder for custom menu */
    height:45px;
    margin: 0;
    padding-top: 0px;
}

#custommenu {
  font-size: 1.2em;
  height: 33px;
  padding-left: 6px;
  padding-top: 58px !important;
}

#custommenu * { 
    border:none;
}

#custommenu a:link, #custommenu a:visited { 
    text-decoration:none;
    color: #fff;
}

#custommenu a:active, #custommenu a:hover { 
    text-decoration:none;
    color: #fff;
    background: #A1B8A8;
}

#custommenu div.yui3-menu.custom_menu_submenu a:active, #custommenu div.yui3-menu.custom_menu_submenu a:hover { 
    text-decoration:none;
    color: #fff;
    background: #A1B8A8;
}

#custommenu .yui3-menu-content ul.first-of-type li {
    border-right: 1px solid #fff;
}

#custommenu div.yui3-menu.custom_menu_submenu .yui3-menu-content {
    background:#A1B8A8 no-repeat 2px;
    border:1px solid #fff;
    color: #fff;
	padding:13px 0 0 0;
	margin:5px 0;
}

#custommenu div.yui3-menu.custom_menu_submenu .yui3-menu-content a {
    color: #fff;
}

#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content,
#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {
    border-width:0;
}

.yui3-skin-sam .yui3-menu-label-active, 
.yui3-skin-sam .yui3-menu-label-menuvisible, 
.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-active, 
.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
    background-color: #A1B8A8;
}

/* Custom Menu2
-----------------------*/
.userlist table#participants td, .userlist table#participants th{
    vertical-align: -webkit-baseline-middle;
    height: 20px;

}

#custommenu2 {
  font-size: 1.2em;
  height: 33px;
  padding-left: 6px;
  padding-top: 0px !important;
  
}

#custommenu2 * { 
    border:none;
}

#custommenu2 a:link, #custommenu2 a:visited { 
    text-decoration:none;
    color: #fff;
}

#custommenu2 a:active, #custommenu2 a:hover { 
    text-decoration:none;
    color: #fff;
    background: #A1B8A8;
}

#custommenu2 div.yui3-menu.custom_menu_submenu a:active, #custommenu2 div.yui3-menu.custom_menu_submenu a:hover { 
    text-decoration:none;
    color: #fff;
    background: #A1B8A8;
}

.yui3-skin-sam .yui3-menu ul.first-of-type {
  background-color: #457F59;
  margin: -14px 0 0;
  padding: 0;
}
.yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label {
	 background-color: #457F59;
	 background:none;
	 }
	 
#custommenu2 .yui3-menu-content ul.first-of-type li {
    border-right: 1px solid #fff;
}

#custommenu2 div.yui3-menu.custom_menu_submenu .yui3-menu-content {
    background:#A1B8A8 no-repeat 2px;
    border:1px solid #fff;
    color: #fff;
	padding:13px 0;
	margin:5px 0;
}

#custommenu2 div.yui3-menu.custom_menu_submenu .yui3-menu-content a {
    color: #fff;
}

#custommenu2 .yui3-menu-horizontal.javascript-disabled .yui3-menu-content,
#custommenu2 .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {
    border-width:0;
}

.yui3-skin-sam .yui3-menu-label-active, 
.yui3-skin-sam .yui3-menu-label-menuvisible, 
.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-active, 
.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
    background-color: #A1B8A8;
}


/* Breadcrumb Navbar
-----------------------*/

.navbar {    /* moodles breadcrumb holder*/
    border-width: 0 0 1px 0;
    margin: 0;
    padding: 15px 12%;
    font-size: 0.9em;
    color: #FFF;
}

.navbar .navbutton {     /* Defining settings for navbutton within navbar */
    margin-top: 0px;
}

.navbar .navbutton input{
    background: #000000;
    border: 0;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -webkit-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -moz-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -o-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -ms-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
-svg-background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
padding: 17.9px 16px;
margin: 0 auto;
color: #FFFFFF;
margin-top: -17.5156px;

}
#logar{
     background: #000000;
    border: 0;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -webkit-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -moz-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -o-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -ms-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
-svg-background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
padding: 17.9px 16px;
margin: 0 auto;
color: #FFFFFF;
}
#logar a{
    color: #fff;
}

.breadcrumb .sep {    /* change colour and size of breadcrumb arrows */
    font-size: 0.8em;
    color: #999;
}

/* Content
-----------------------*/
#page {        /* Defining fluid or fixed theme.. for fluid theme change width to 100%*/
    width: 76%;
    margin: auto;
    min-height: 100%;
    position: relative;
    margin-top: 51px;
	min-width: 1200px;
}

#page-content {
 background: #F5F5F5;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
margin: auto;
/*position: relative;*/
cursor: auto;
width: 100%;
z-index: auto !important;
min-width: 1200px;

}
#page-content #region-main-wrap{
	right: 102%;
	width: 46%;
}

#page-content #region-pre{
	width: 250px;
	left: 210px;
}
#page-content #region-post{
	width: 250px;
	left: -49px;
}

#page-content2 {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 3px solid #FFFFFF;
  margin: auto;
  /*max-width:980px;*/
}

#page-content h1{
    font-size: 1.3em;
}

.box.generalbox {
    border: none;
    background: #fafafa;
    padding: 5px;
}

.coursebox {
    padding-left:5px;
    border-bottom: 1px dashed #e1d2d5;
}

td.left.side, td.side {
    border:none;
    background: none;
}

.path-course-view.section .left.side {
    background: none;
}
/* topics and weekly
-----------------------*/

ul.topics li.section, ul.weeks li.section {
    border: 1px dotted #cfdae3;
    background: #ffffff url([[pix:theme|ui-bg_inset-hard_100_ffffff_1x100]]) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

ul.topics li.section {
    border-style:solid;
}

/*ul.topics li#section-0, ul.weeks li#section-0 {
    border: 1px solid #bbc7ce;
    background: #d3dbe0;
    color: #222222;*/
}
ul.weeks li.section.current, ul.topics li.section.current  {
    border: 1px solid #999999;
    font-weight: normal;
    color: #212121;
}
div.summary {
    padding:5px 0px 5px 0px;
}

/* Sideblocks
-----------------------*/

.block_tree.list {    /* general settings for sideblocks */
    margin-bottom: 20px;
    border: none;
	color: #fff;
}
.block_tree.list a{
    color: #fff;
}
.block_tree.list a:hover{
    color: #000;
}
.block li p:hover{
    color: #000;
}
.block hr {   /* hiding the hr in sideblocks */
    display: none;
}

.commands {
    padding-bottom: 0px;
margin-top: -14px;
    clear: both;
}

.searchform {
    padding-top: 10px;
}

.block-region {
    /*background: #fff;/*/
}
input[type="button"] {
    font-family: inherit;
font-size: inherit;
font-weight: inherit;
background: green;
border: 1px red;
border-radius: 5px;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -webkit-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -moz-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -o-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -ms-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
-svg-background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
padding: 8px 16px;
margin: 0 auto;
color: #FFF;

}
input[type="submit"] {
    font-family: inherit;
font-size: inherit;
font-weight: inherit;
background: #000;
border: 1px red;
border-radius: 5px;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -webkit-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -moz-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -o-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: -ms-linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
-svg-background: linear-gradient(top, #262626 0, #404040 15%, #2B2B2B 50%, #0F0F0F 50%, #212121 100%) no-repeat;
padding: 8px 16px;
margin: 0 auto;
color: #FFF;

}

.block-region .block .header {  /*-- right block header   --*/
  /*  background: url([[pix:theme|sbheaderbg2]]) center no-repeat;
    height: 25px;
    color: #fff;
    padding: 12px 5px 5px 5px;*/
	background: #CB0B14;
	background: linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	background: -webkit-linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	background: -moz-linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	background: -o-linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	background: -ms-linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	background: linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	-svg-background: linear-gradient(top, #CB0B14 0, #D00B15 40%, #D00B15 85%, #AE0911 100%) no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 5px;
	margin: 0 auto 4px;
}

.block-region .block .header h2{  /*-- right block text --*/
    color: #fff;
    padding: 0 0 0 10px;
}

.block-region .block .content {  /*-- right block content   --*/
    background:  #6e6e6e;
    padding: 4px 5px 5px;
}

.block .title h2 {        /* Settings for h2 tags in sideblock headers */
    color: #35251B;
    font-weight: normal;
    font-size: 1.2em;
    margin: 0;
}

.tree_item {  /* tree item seperator for sideblocks */
    border-bottom: #e2e2e2 1px solid;
}

/* Mini Calendar
------------------------*/

.block .minicalendar {   /* setting background colour for mini cal*/ 
    background: #fff;
color: #000;

}
.block .minicalendar a{
    color: #D50B15 ;
}

.block .minicalendar td.weekend {    /* setting weekend date colour */ 
    color:#7c3041;
}

/* Forum
------------------------*/

.forumpost .topic {       /* forum topic header*/
    background: #fff;
    border-bottom-color: #da5013;
}

.forumpost .topic .subject {    /* forum subject section inside topic header */
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 5px;
    color: #333;
    background: #d3dbe0;
}

.forumpost .topic .author {  /* author area within topic header */
    font-size: 0.9em;
}

.forumpost .topic.starter {  /* content start point */
    border-bottom:1px dashed #e2e2e2;
}

.forumpost .content {  /* content area within forum  */
    background: #fff;
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #e2e2e2;
}

.path-mod-forum .forumheaderlist {
    width: 100%;
    border:none;
}

.path-mod-forum .forumheaderlist td {
    border: none;
}

tr.header td.starter {
    border: 1px solid #bbc7ce;
    background: #d3dbe0;
}

.forumheaderlist .header.topic {
    border-top: 1px solid #bbc7ce;
    border-left: 1px solid #bbc7ce;
    border-right: 1px solid #bbc7ce;
    border-bottom: 1px solid #bbc7ce;
    background: #d3dbe0;
}

.forumheaderlist .header.author {
    border-top: 1px solid #bbc7ce;
    border-right: 1px solid #bbc7ce;
    border-left: 1px solid #bbc7ce;
    border-bottom: 1px solid #bbc7ce;
    background: #d3dbe0;
}

.forumheaderlist .header.replies {
    border-top: 1px solid #bbc7ce;
    border-right: 1px solid #bbc7ce;
    border-bottom: 1px solid #bbc7ce;
    background: #d3dbe0;
}

.forumheaderlist .header.lastpost {
    border-top: 1px solid #bbc7ce;
    border-right: 1px solid #bbc7ce;
    border-bottom: 1px solid #bbc7ce;
    background: #d3dbe0;
}

/* Course
---------------------------*/

h2.headingblock {
    border-width: 0 0 1px 0;
    padding: 5px 5px 2px;
    font-weight: normal;
    font-size: 1.2em;
    background: none;
    color: #251c17;
}

.course-content .section.main {
    background: #fff;
    border: 1px solid #ddd;
}

.course-content .section.current {
    background: #666;
    color: #fff;
}

/*ul.topics li#section-0, ul.weeks li#section-0 {
    background: #8b383e;
    border: 1px solid #ccc;
}*/

.course-content .section.main .content {
    background: #fff;
}

/* dock left
---------------------------*/
#dock.dock.dock_left_vertical {  /* background style for dockpanel */
    background: #000;
    border: none;
}

.dockedtitle, .dockedtitle .activeitem { /* styles for docked item background */
    background: #fff;
    color: #333;
    border-right:  1px dashed #656565;
    border-left:  1px dashed #656565;
}

/* Footer
---------------------------*/
#page-footer {     /* settings for footer container */
    /*position:absolute;*/
    bottom: 0;
   /* background: url([[pix:theme|footerbg]]) left repeat-x #f4f4f4;*/
   background-color: #000;
    width: 100%;
    margin-top: 0%;
	color: #fff;

}

.helplink {
    padding-top: 30px;
}

#footer-wrapper {
    margin: auto;
    width: 960px;
}

#footnote {
    margin: 20px 0px;
    padding: 0px 5px;
    text-align: right;
}

.pagelayout-redirect {background-position:0 0;border-top:1px solid #457F57;}
.pagelayout-redirect #content {margin-top:150px;}

.pagelayout-report #page #page-header {
    width: 1200px;
    margin:0 auto;
}

.yui3-skin-sam .yui3-menu ul.first-of-type {
	
padding: 0px 0 0;
}


#decor{

	color:#090; text-decoration:none; border-bottom-style:dotted; border-bottom-color:#090; }

a:hover {

	background-color:transparent;

	text-decoration:none;

} /* background-color e necessario para o IE6 */

a.tooltip span {display:none; padding:10px; margin-left:-30px; width:300px;}

a.tooltip:hover span{

	display:inline-block;

	position:absolute;

	background:#f1f1f1;

	border:2px solid #cccccc;

	color:#333;

}

img.icon{
/*	display:none;*/
}



/* Splash Theme Specific settings for Administrators to customise css.
---------------------------*/
[[setting:customcss]]

/*header profile*/

.header-profileoptions .loginform {
  display: inline;
  margin-left: 4px;
  width: 6em;
}

.header-profilename, .header-profilename a {
  background-color:transparent;
  color: #202020;
}

.header-profilename a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  letter-spacing: 2px;
  text-decoration: none;
  margin:0 12px;
}

.header-profilename {
  text-align: right;
}

.header-profileoptions ul li {
  display: inline;
  padding-left: 15px;
}

.header-profileoptions {
  text-align: right;
}

.header-profileoptions, .header-profileoptions a {
  color: #202020;
}

.header-profileblock, #header-profileblock {
	/*margin:-25px 0 0 0;
    border: 3px solid #fff;
    width: 50%;
    margin-left: 50%;*/
}
	
#logoSaude {
  float: left;
  margin: 0;
  padding: 25px 0 10px 70px;
}

#logoMadri {
  float: right;
  margin: -62px 17px 0;
  padding: 0;
  text-align: left;
}
	
input[type="text"], input[type="password"], textarea {
  background-color: #FFFFFF;
  width: auto;
}
.pagelayout-report #page {
  width: 76%;
  position: relative;
}
.logininfo > a {
    color: #FFFFFF;
}

#page-footer .homelink, #page-footer .sitelink {
	padding:0px; 
}

.helplink > a {
    color: #cccccc;
}

.homelink > a {
    color: #CCCCCC;
}

table#user-grades {
  border-style: solid;
  border-width: 1px;
  font-size: 10px;
  margin: 20px 0 0 10px;
  width: 92%;
  position:relative;
}

.path-grade-report-grader form {
	
	padding:0 0 0 10px;
	}
