/**************************************
 * THEME NAME: unasus_ufma_novo
 *
 * Files included in this sheet:
 *
 *   unasus_ufma_novo/unasus_ufma.css
 **************************************/

/***** unasus_ufma_novo/unasus_ufma.css start *****/

/**
  *  this is what makes the unasus_ufma (aardvark-lite) unique
  *
  */


/***
 ***	core: body
 ***/

body {
	behavior: url("csshover3.htc");
	background:#a9baca url(images/core/bg.jpg) center top no-repeat;
	color:#4b4b4b;
	font-family: arial, helvetica, sans-serif;
    font-size : 14px;
}

html, body {
    margin: 0;
    padding: 0;
    border: none;
}

html, body.notloggedin {
    height: 100%;
}

a:link,
a:visited {
	
    color:#008db0;
	
	/*
	color: #e77817;*/
	text-decoration: none;
}

a:hover {
    color: #ff2c00;
	text-decoration: none;

}

a.dimmed:link,
a.dimmed:visited {
	color:#aaaaaa;
	text-decoration: none;

}

#page {
	border: 5px solid #ffffff;
	margin: 10px;
	max-width: 100%;
	min-height: 95%;
	
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	border-radius: 15px; 

}

#pagelayout {
	width:100%;
	height: 95%;
	margin: 7px;
}

* html #page {  /* FOR IE6 */
    height: 100%;
}

#content {
    background: #ffffff;
    /* border-top: 5px solid #fff; */
    margin: 0px;
    padding: 0px;

}

.notloggedin #page #content {
    background: transparent;
}

.notloggedin #page #content #layout-table #left-column {
    display: none;
}

.notloggedin #page #content #layout-table #right-column {
    display: none;
}


#layout-table {
	margin:0;
	padding:5px 0;
}

#layout-table #middle-column{
  padding-left:10px;
  padding-right:0px;
}

#layout-table #left-column{
  padding-left:0px;
  padding-right:0px;
}

#layout-table #right-column{
  padding-left:10px;
  padding-right:0px;
}


hr {
	border-bottom:1px dotted gray;
	border-top:0px;
}

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 {
    background: #ffffff url(images/core/h2grad.jpg) top repeat-x;
	border: 0;
	color: #6f7da0;
}

.generalbox {
    background: transparent;
	border: 0px;
}

/***
 ***	core: header
 ***/



#header, #header-home {
	height: 100px;
}

#logo {
	background: url(images/header/logoufmaunasus.png) no-repeat left top;
	width: 100%;
	height: 100px;
	float: left;
	left: 0px;
}

/***
 ***	core: footer
 ***/

#footer {
	background: transparent;
	margin-top: 0px;
	padding:10px;
	border: 0;
	/* border-top: 5px solid #fff; */
}

.homelink {
    margin: 0;
}

.homelink a:link, .homelink a:visited {
    background-color: #e7ecf0;
}

#footer .footerlogos {
	margin-top: 5px;
	border-top: 1px dotted gray;
}

#footer .footerlogos ul li {
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	margin:2px;
}

#footer p.copyright {
	padding: 0;
	margin: 0;
	line-height: 2em;
	font-size: 0.8em;
}

/***
 ***	core: profileblock
 ***/

#profileblock {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	width: 600px;
	height: 100px;
}

#profilepic {
	text-align:right;
	float: right;
	margin: 9px;
	padding: 0;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

#profilename {
	text-align:right;
	width: 450px;
	height: 30px;
	margin-top: 5px;
    margin-right: 5px;
	padding: 0;
	float: right;
	font-family: impact;
	font-size: 2em;
}

#profilename a:link, #profilename a:visited {
        /** aki 
		color: #6f7da0;*/
		color: #102939;
        text-decoration: none;
		text-shadow:1px 1px white;
       /* text-shadow : 1px 1px 5px white;*/
}

#profilename a:hover, #profilename a:active {
	color: #e67717;
	text-decoration: none;
	text-shadow : 1px 1px 3px white;
}

#profileoptions {
	width: 450px;
	height: 25px;
	padding: 0;
	margin-top: 8px;
	float: right;
}

#profileoptions ul {
	float: right;
	text-align: right;
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#profileoptions li {
	display: inline;
	margin: 0 5px;
	text-transform: capitalize;
	font-weight: bold;
    /*text-shadow : 2px 2px 5px white;*/
}

#profileoptions li a:hover {
    color: #e67717;
}


#profileoptions #submit {
	background-color: transparent;
	background-image:url('images/header/login.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	border-width: 0;
	width: 73px;
	height: 25px;
	font-size: 1em;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: bold;
}

#profileoptions #submit:hover {
	background-color: transparent;
	background-image:url('images/header/hover.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	border-width: 0;
	width: 73px;
	height: 25px;
	font-size: 1em;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: bold;
}

#profileoptions .loginform {
	padding-right: 1px;
	margin: 0;
}

#profileoptions .loginform input {
	width: 5em;
}

#profileoptions .loginform label {
/** aki
	color: #008db0; 
	*/
	color: #e77817;
}

#profileothers {
	width: 450px;
	height: 25px;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	float: right;
}

#profileothers SPAN {
	text-align:right;
	font-family: impact;
	font-size: 1.6em;
	 
	color: black;
	/*color: #fff;*/
    text-decoration: none;
	text-shadow:1px 1px white;
    /*text-shadow : 2px 2px 5px white;*/
}

#languageoptions {
	width: 350px;
	padding: 0;
	float: right;
	margin-top: 9px;
	margin-right:-100px;
}

/***
 ***	core: navbar
 ***/

.navbar {
    background:#04A8CE;  
	/**background-image: url('images/core/top.jpg') repeat-x !important; */
	border-top:0px;
	border-bottom:solid 0px gray;
	border-left:0px;
	border-right:0px;
}

.breadcrumb li {
    color: white;
}

.breadcrumb a:link, .breadcrumb a:visited {
    color: #d8dc7c;
}

.breadcrumb a:hover {
    color: #e77817;
}

.breadcrumb .sep {
    color: #c0c0c0;
}

.navbar .navbutton {
    margin-top: 2px;
}

.navbar .mainheading {
    float: left;
    margin: 0.2em 0;
}

.mainheading {
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
}



/***
 ***	core: side block
 ***/

.sideblock {
	color:#555555;
	border-top: 1px solid #6f7da0 !important;
	border-left: 1px solid #6f7da0 !important;
	border-right: 1px solid #d9e1e7 !important;
	border-bottom: 1px solid #d9e1e7 !important;
  	background:#ECF7FF  url('images/sideblocks/degrade-sideboxx.jpg') repeat-x !important;
}

.sideblock .content {
	color:#555555;
	padding: 4px;
	border: 0px;
	background: transparent;
}

.sideblock .header {
  	background: transparent !important;
}

.sideblock .header h2 {
	padding-top: 4px;
  	background: transparent !important;

 }

.sideblock .header .hide-show-image {
	padding-top: 4px;
}

.sideblock .footer {
	border:0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:0.85em;
	text-align: left;
}

.sideblock .header, .sideblock .header h2 {
	/* modificado
	color: #6f7da0;*/
	color: #152A4D;
	font-size:1em;
	border: 0px;
  	background: transparent !important;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
	color: #555555;
}

/***
 ***	core: course (the middle bit)
 ***/

.coursebox {
    border-style: 1px solid green;
}

.coursebox {
	background: #e1eadd;
	border: 0px;
	margin-bottom: 5px;
	margin-right: 2px;
}

body#my-index .headingblock,
body#site-index .headingblock,
body#course-view .headingblock {
	margin-bottom: 5px;
	text-align: center;
	
	background:blue;
	background: #04A8CE   url('images/sideblocks/degrade-sideboxx.jpg') repeat-x !important;
	color: white;
	display:none;
}

#resource h1.courseheader {
    margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
	background: #ffffff url('images/sideblocks/degrade-verde-3.jpg') repeat-x !important;
	color: #6f7da0;
}

#resource ul.section {
	list-style-type: none;
	padding: 0;
}

.section {
	background: #ffffff;
}

#course-view .section td.content {
    padding: 10px;
    border:  0;
}

#course-view .section td.left {
    /* border: 1px solid #d7ada1; */
    background-color: #d9e1e7;
}

#course-view .section td.right {
    background-color: #d9e1e7;
}

#course-view .section td.side {
    border: 0;
}

#course-view .section td.spacer {
    background: #ffffff;
}

#course-view .topics tr.main {
    border: 1px solid #d9e1e7;
}



/***
 ***	modules: forum
 ***/

.forumpost {
	border: 0px;
	width: auto;
	overflow: hidden;
}

.forumpost .left {
	background:#ffffff /* url('images/forum/leftpost.png') no-repeat top left */;
	padding:0;
}

.forumpost .picture {
	background:#ffffff /* url('images/forum/forumheader.png') */;
	border:0px;
	border-top: 1px solid #ffffff;
}

.forumpost .topic {
	background:#e9ffd8 /* url('images/forum/forumheader.png') */;
	border:0px;
	border-right: 1px solid #6f7da0;
}

.forumpost .content {
	background:#e9ffd8 /* url('images/forum/forumheader.png') */;
	border:0px;
	border-right: 1px solid #6f7da0;
	border-bottom: 1px solid #6f7da0;
}

.forumpost .topic a:link,
.forumpost .topic a:visited {
}

.forumpost img {
    max-width: 100%;
	border-right: 1px solid #6f7da0;
	border-bottom: 1px solid #6f7da0;
}

/***
 ***	modules: calendar
 ***/

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
	border-color:#def2ba !important;
	background-color:#def2ba;
}

#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: red;
  }

/***
 ***	cabec
 ***/

div.cabec, div.cabec-min {
    color: rgb(114, 40, 37);
    background-color: rgb(215, 173, 161);
    padding: 5px 4px 3px 10px;
    margin: 0;
    font-size: 1.7em;
    font-weight: bold;
    text-align: left;
    line-height: 1.1em;
}

div.cabec-min {
	color: #00007f;
	background: #33ccff;
	text-shadow : 2px 2px 5px white;
}

div.maincabec, div.maincabec-min {
    color: #6f7da0;
    margin: 0 0 15px 0;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
}

div.maincabec-min {
	color: #33ccff;
}

.mod-resource .popupnotice {
    margin: 10px 0 0 0;
}

.generalbox {
    margin: 0px;
    padding: 2px;
}

#mod-resource-view .topics .content {
    padding: 10px;
}

#mod-resource-view .resourcecontent {
    margin: 0;
}

#maincontent {
    height: 0;
}

.mform fieldset {
    border: 1px solid #6f7da0;
}

.nomargins {
    margin: 0;
}

.boxwidthnormal {
   width: 60%;
   margin: 0 auto;
}

/*
 * Alternate login
 *****************
 */

#alternateloginbanner {
	margin: 0 auto 20px auto;
	width: 800px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 3px dotted green;
}

#alternateloginwrapper {
	margin: 0 auto;
	width: 800px;
}

#alternateloginleftcolumn {
	width: 162px;
	float: left;
}

#alternateloginmiddlecolumn {
	margin: 0 170px;
	text-align: center;
}

#alternateloginrightcolumn {
	width: 162px;
	float: right;
}
#alternateloginclear {
	clear: both;
}
#alternateloginmiddlecolumn #login {
	margin: 12px 0;
}
#alternateloginmiddlecolumn #login label {
    text-shadow : 2px 2px 2px white;
}
#alternateloginmiddlecolumn .desc {
    text-shadow : 2px 2px 2px white;
}

.partnersheader {
	font-weight: bold;
	margin-bottom: 4px;
    text-shadow : 3px 3px 3px white;
}

.partner {
	margin-bottom: 3px;
}

.partner img {
	border-right: 2px solid #789a78;
	border-bottom: 2px solid #789a78;
	width: 160px;
	height: 42px;
}

#partners .partner img {
	border-bottom: 1px solid #000000;
	border-right:  1px solid #000000;
	border-top:    0;
	border-left:   0;
	padding: 0;
	margin: 3px;
}

#partners .partnersheader {
	margin-left: 3px;
}

#welcome {
	font-family: impact;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 20px 0;
    text-shadow : 2px 2px 5px white;
}

#alternateloginlanguageoptions {
	width: 800px;
	margin: 10px auto 0 auto;
	text-align: right;
}

/* ************************************ */

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
    background:  #e9ffd8;
}
.arrowlistmenu .sub_menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: 0.9em verdana;
	font-weight: bold;
	background: none;
	margin-left: 20px;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 5px; /*header text is indented 10px*/
}
#mod-resource-view .boxaligncenter {
	text-align:center;
}

.groupmanagementtable select {
    width: 25em;
}
.divcoisada{
}
.coisado{
height:1px;
background:white;
}


#message-messages {
background:white;
}
/***** unasus_ufma_novo/unasus_ufma.css end *****/

