body  {
  color : #000000;
  background-color: #999933;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;   /*For Opera*/
  padding-top: 0px;   /*For Opera*/
  font-family: verdana,arial,georgia,helvetica,"sans serif","times new roman";

  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#FFFFFF;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  
}


body.body {
  text-align: center;
  /*background: url(images/main_bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #999933;*/
  background-color: #FFFFFF;
}

<!-- CLASSES DE FRONT-OFFICE -->
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold;}
.titleCurso{font-weight:bold;color:#774F33;}
.titleCel{font-weight:bold;color:#774F33;background:#F0ECE3;padding:3px;font-size:12px;border:1px solid #FFF;}
.presCel{color:#774F33;background: #F9F7F2;font-size:11px;border:1px solid #FFF;padding:3px;}

a {color: #774F33; text-decoration: none}
a:active {color: #774F33}
a:hover {color: #774F33; text-decoration: underline}

img {border: 0px;}
form {margin:0px;}

html>body #imgLogo {
  background: url(images/logo.png);
}

/*----------------  LAYOUT --------------------*/
#layout {
  margin: auto;
  /*width:748;*/
  width:100%;
  text-align: left;
}


#caixa_login{
	
}

#caixa_login .login{
	display:block;
	color:#774F33;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	margin-top:15px;
}

#caixa_login .user{
	background:#E5DED0;
	margin-top:10px;
}

#caixa_login .pass{
	background:#E5DED0;
	margin-top:10px;
}

#caixa_login .box{
	margin-left:15px;
	width:115px;
	height:16px;
	//height:20px;
	border:1px solid #D3C8AE;
	font-family:arial;
	font-size:11px;
	color:#666;
}

#caixa_login .button{
	border:0px;
	background:#774F33;
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	width:45px;
	height:20px;
	margin-left:5px;
}

#caixa_login .registo{
	display:block;
	color:#774F33;
	font-family:arial;
	font-size:11px;
	margin-left:15px;
	margin-top:10px;
}

#caixa_login a{
	color:#774F33;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#container {
  display:block;
  position: relative;
  width:100%;
  background: #FFFFFF url(images/bg_leftcol.gif) left repeat-y;
}


#header {
  display:block;
  width:100%;
}


#leftcolumn {
  float: left;
  display:block;
  width:200px;
 /* min-height:475px;
  //height:475px;*/
  position: relative;
  
  background: url(images/bg_leftcol.gif) right repeat-y;
}

#tab_left_col{
	background: url(images/img_left.jpg) no-repeat bottom left;
	padding-bottom: 100px;
}

#main {
	position:relative;
	padding:20px;
	//width:100%;
}

#footer {
	clear:both;
	background: url(images/bg_footer.jpg) repeat-x top left;
	height:30px;
}

#testes .button{
	border:0px;
	background:#774F33;
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin-left:5px;
}

/* --------------------------------------- */
/* -------------- HEADER ----------------- */

/*#header {
	
	
	overflow: hidden;
}
*/
#header .topo{
	background: url(images/bg_header.gif) repeat-x top left;
	height:90px;
}

#header .logo{
	margin-left:20px;
}

#header .img{
	margin-right:27px;
}


#header_menu{
	background: url(images/bg_menu.jpg) repeat-x top left;
	width:100%;
	height:25px;
	
	border-top: 6px solid #4E3829;
}

/*------------DESTAQUE--------------*/

#destaque_sec{
	background: #F0ECE3;
	width:100%;
}

#destaque_sec p{font-size:12px;}

#destaque{}


/* --------------------------------------- */



/* ---------------- POLL ----------------- */

#poll {
  background-color: #CCCCCC;
  width: 243px;
}

#poll h2 span {
  display:none;
}

#poll h2 {
  background: url(images/poll_title.jpg) no-repeat;
  width: 243px;
  min-height: 45px;
  height: 45px;
  float: left;
}

#poll h3 {
  padding: 4px;
}

#poll ul {
	MARGIN: 0px;
	PADDING: 4px;
	LIST-STYLE-TYPE: none;
}

#poll div {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

/* --------------------------------------- */
/* ------------- MENU LEARNING ----------- */

#learning_obj_box {
  width: 200px;
  text-align:left;
  color:#FFFFFF;
}

#learning_obj_box h2 span {
  display:none;
}

/*------------------------------------------*/

#breadcrumb{
	width:100%;
	border-bottom:1px dotted #774F33;
	padding-bottom:12px;
}

#breadcrumb .descrSmall{
	color:#774F33;
	font-family:Trebuchet MS;
	font-size:11px;
}


#barra_icons{
}

#barra_icons a{
	color:#774F33;
	font-size:12px;
	font-family:Trebuchet MS;
	font-weight:bold;
}

#barra_icons a img{
	margin:0 3px -3px 0;
}

/* --------------------------------------- */


<!-- CLASSES DE BACK-OFFICE -->
.list {font-size:10px;}
.listHeader {
  font-size:10px; 
  background-color:#FF9900; 
  font-weight: bold
}
.table_bk {background-color: white;}
.field {font-size:9px; font-weight: bold}
.value {font-size:9px;}
.box
{
  background-color: #EEEEEE;
  font-size: 9px;
  color: #000080;
  border: solid 1px #000000;
}

/* MENU BACK-OFFICE */

#container_menubo {z-index: 2000000000; position: absolute; text-align: left;}

#menu_bo {
	width:100px;
	margin: 0; padding: 0;
	list-style: none;
	
	border: 1px solid #9A9A9A;
	border-top: none; border-bottom: none;
}

#menu_bo_off {
	padding: 7px 0 0 7px;
	width: 51px;
	height: 31px;
	background: url(images/bg_menubo_off.gif) no-repeat;
}

#menu_bo_on {
	margin: 0;
	padding: 7px 0 0 7px;
	width: 100px;
	height: 24px;
	//height: 31px;
	background: url(images/bg_menubo_on.gif) no-repeat;
}

#menu_bo li{
	margin: 0; padding: 0;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	
	width: 100px;
}

.menubo_title {text-align: left;}

.menubo_title a{
	display: block;
	margin:0;
	padding: 2px; padding-left: 6px;
	//width: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(images/bg_title_bo.gif) repeat-x;
	
	color: #333;
	
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #9A9A9A;
}

.menubo_item a{
	display: block;
	//width: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background: #999999;
	color: #FFFFFF;
	
	text-decoration: none;
	text-align: left;
	margin: 0; padding: 0;
	padding-left: 6px;
}

.menubo_item a:hover {background: #666;}

.menubo_title {
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 100%;
}
.menubo_item {
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 100%;
}



/*----------FORM REGISTO ---------------*/

#form_registo {

	position: relative;
	
	margin: 0 auto;
	padding:20px;
	
	width:400px;
	//width:440px;
		
	text-align: left;
	border:1px solid #E4DDCE;

	
}

#form_registo h3{
	font-size: 16px;
	font-weight: bold;
	color: #774F33;
	
	border: 1px solid #CCC;
	
	border-width: 1px 0;
}

#form_registo h4{
	margin-top:10px;
	font-size: 14px;
	color: #333;
	font-weight:bold;
}

#form_registo p {
	font-weight: bold;
	margin-top: 8px;
	font-size:12px;
	color:#333;
}

.obriga {font-weight: bold; color: #774F33;}

#form_registo textarea {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999; width:400px;}
#form_registo .select {background: #FFFFFF url(../images/bg_forms.gif) repeat-x; border: 1px solid #999; width:400px;}
#form_registo .box {background: #774F33; border:none; color: white; font-weight: bold; height:20px;}
#form_registo option {background: white;}


/*--- MAILINGLIST ---*/

#mailing_box {
	display: relative;
	margin: 30px 0;
	padding: 0;
}

#mailing_box .titulo_caixa {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #774F33;
	font-family:Verdana;
}

#mailing_box .descr {
	margin: 0; padding: 6px 0;
	color: #774F33;
	font-size: 11px;
	text-align: left;
	line-height: 125%;
	font-family:Verdana;
}

#mailing_box .caixas {
	background:#E5DED0;
}

#mailing_box .textbox {
	margin-left:15px;
	width:115px;
	height:16px;
	//height:20px;
	border:1px solid #D3C8AE;
	font-family:arial;
	font-size:11px;
	color:#666;
	background: #EEEEEE;
}

#mailing_box .submit {
	border:0px;
	background:#774F33;
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	width:45px;
	height:20px;
	margin-left:5px;
}

.unsubscribe {background: #774F33; border:none; color: #FFFFFF; font-weight: bold; font-size:11px; text-align:center;font-family:Arial; width:65px; height:20px; text-transform:lowercase;}

#msg_ml {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:800;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#info_cursos{
	float:left;
	width:165px;
	//width:175px;
	border:1px solid #FF913A;
	padding:5px;
}

#info_cursos .info{
	background:url(images/bul_cursos.gif) left top no-repeat; 
	color:#000000; 
	font-size:11px; 
	padding:0 0 15px 20px;
}

#info_cursos .info p{
	font-size:12px; 
	color:#663300; 
	font-weight:bold;
	line-height:125%;
}

#info_cursos .info .data{margin-top:5px;}

#info_cursos .info .data span{
	display:block;
	color:#663300; 
	font-size:11px; 
	background:url(images/bul_turmas.gif) left 7px no-repeat; 
	padding-left:10px;
	margin-top:2px;
}

#info_cursos .bt{
	background:#BDAC84;
	border:1px solid #9E8854;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	display:block;
	text-align:center;
	text-decoration:none;
}

#resumo_cursos{
	padding-left:200px;
}

#resumo_cursos p{font-size:12px; color:#000000;}
#resumo_cursos p a{font-size:12px; color:#000000;}
#resumo_cursos h3{font-size:13px; color:#000000; font-weight:bold;}

/*------------------------------------------------*/



/*------ AUTO-GENERATE ------*/


body
  {
            				            font : normal normal 14px Trebuchet MS;      color : #666666;  }
body,td
  {
      font : normal normal 14px Trebuchet MS;      color : #666666;  }
h1
  {
      font : normal bold 20px Trebuchet MS;            color : #774F33;            margin-top: 0em;
      margin-bottom: 0em;
  }
h2
  {
      font : normal bold 16px Trebuchet MS;            color : #774F33;            margin-top: 0em;
      margin-bottom: 0em;
  }
h3
  {
      font : normal bold 14px Trebuchet MS;            color : #774F33;            margin-top: 0em;
      margin-bottom: 0em;
  }
h4
  {
      font : normal normal 16px Trebuchet MS;            color : #774F33;            margin-top: 0em;
      margin-bottom: 0em;
  }
h5
  {
                  color : #000000;            margin-top: 0em;
      margin-bottom: 0em;
  }
li,ul,p
  {
      font : normal normal 14px Trebuchet MS;            color : #666666;                  margin-top: 0em;
      margin-bottom: 0em;
  }
a
  {
      font : normal normal 14px Trebuchet MS;            color : #666666;        }
