.widget {
	text-align: left;
	margin-bottom: 10px;
}
	
.widget h3{
		font-size: 10pt;
}

.widget h2{
		font-size: 11pt;
}

.widgets p {
	font-size: 8pt;
}

.widget a{
	color: #666666;
}

.widget a:hover{
	color: black;
}
/********* WIDGETS ***********/
.widget h2 {
	background-color: #666;
	color: white;
	font-size: 14px;
	padding: 5px;
}

.widget p {
	font-size: 12px;
	padding: 5px;
	color: #666666;

}
.widget ul {
	padding: 5px;

}

.widget li {
	list-style-image:url("images/list-bullet.png");
	margin-left: 20px;
	font-size: 12px;
	color: #666;
}

.widget a {
	text-decoration: none;
	color: #333333;
}

.widget a:hover {
	text-decoration: underline;
	color: #000;
}

.widget label {
	font-size: 11px;
}

.widget input#s {
	width: 80%;
	border: 1px solid #cccccc;
	color: #333333;
	margin: 5px 0;
}

.widget #searchform div {
	text-align: center;
	background:url(images/postit.gif);
	height: 83px;
	width: 175px;
	text-align: center;
	padding: 40px 0 25px 0;
	margin-left: 10px;
}
.widget_search{
	margin-bottom: 20px;
}
.widget div {

	font-size: 12px;
}
.widget #searchform #searchsubmit {
	border : 1px solid #cccccc;
}

.widget_calendar #wp-calendar{
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 5px;
}
.widget_calendar #calendar_wrap {
	padding: 5px;
}

.CJLastEditionsPerJournal ul{
	padding: 5px;
}

.CJLastEditionsPerJournal li{
	padding: 0px 0 5px 0;
}

.widget-image, .widget-banner{
	text-align: center;
}

/********** POST IT *****************/

.PostIt{
	
	height: 113px;
	width: 175px;
	text-align: center;
	padding: 12px 0 25px 0;
	margin-left: 10px;
}

.PostIt img{
	width: 120px;
	
}

.PostIt p{
	text-align: left;
	margin-left: 25px;
}

/********** Moodle-login *************/
.Moodle_login{
	background:url(images/postit_moodle.gif);
	height: 113px;
	width: 175px;
	text-align: center;
	padding: 7px 0 25px 0;
	margin-left: 10px;
}
.moodle-login-container{
	text-align: left;
	margin: 0 20px;
	padding-top: 40px;
}

.Moodle_login input{
	border: none;
	
}

.Moodle_login label {
	font-size: 7pt;
	color: #666666;
	display: block;
	
}
.Moodle_login input#moodlelogin{
	
	width: 130px;
	height: 18px;
}

.Moodle_login input#moodlepassword{
	width: 96px;
	height: 18px;
	vertical-align: 3px;
}

.Moodle_login input#moodlesubmit{
	width: 21px;
	height: 21px;
	background:url(images/moodle-login-submit.png);
	cursor: pointer;
}

.Moodle_login p{
	margin-top: 5px;
	font-size: 7pt;
	color: #666666;
}
/********** Imagem *****************/
.Image {
	text-align: center;
}

/********** Destaque *****************/
.Highlight {
      height: 72px;
	  text-align: left;
      background:url(images/widget-bg.gif) no-repeat;
	  margin: 0 0 10px 0;
	  padding: 0;
	  
    }

.container-highlight{
	background-color: white;
	position: absolute;
	width: 180px;
	height: 61px;
	margin: 5px 0 0 7px;
	text-align: left;
	padding-left: 2px;
	
}

.container-highlight img {
	float: right;
}

.container-highlight p {
	font-size: 8pt;
}
