
.usersform
{
	padding: 20px;
	min-height: 300px;
}
.usersform #createaccounttxt
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	color:#3d3d3d;
}
#msg_attention
{
	text-align: center;
	min-height: 20px;
	background-color: #EACC68; 
	border: 2px solid #E0B320;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#msg_sucess
{
	text-align: center;
	min-height: 20px;
	background-color: #D4FF7F; 
	border: 2px solid #89CA06;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#msg_error
{
	text-align: center;
	min-height: 20px;
	background-color: #FA6E6E; 
	border: 2px solid #BC0606;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.inputtext, .inputpassword, .inputselect, .submit
{
	width:250px;
	padding-bottom: 10px;
}


#formElems #UserUsername, #formElems #UserEmail, #formElems #UserPassword, #formElems #UserConfirmPassword
{
	color:#3d3d3d;
	width:200px;
	font-weight: bold;
}

#erroUserUsername, #erroUserEmail, #erroUserPassword, #erroUserConfirmPassword
{
	color:red;
	width:200px;
	font-weight: bold;
}


.tdsubmit
{
	border-top: 1px solid #3d3d3d;
}

.submitaccount input
{
	width:80px;
	margin-top: 10px;
	margin-bottom: 30px;
}

body 
{
	background-image: url(../img/background.gif);
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main
{
	position:absolute;
	width:970px;
	margin-bottom:0px;
	margin-left:-485px;
	margin-top:10px;
	left:50%;
	background-color:#FFFFFF;

}
#topo_branco
{
position:absolute;
width:970px;
height:243px;
top:10px;
left:0px;
background-color:#FFFFFF;
}

#topo
{
position:absolute;
width:950px;
height:223px;
top:10px;
left:10px;
background-image:url(../img/back_3.png);
background-repeat:repeat-x;
background-position:top left;
}

#flor
{
position:absolute;
width:130px;
height:165px;
top:0px;
left:690px;
background-image:url(../img/flor_3.png);
background-repeat:no-repeat;
background-position:top left;
}


#matplus
{
position:absolute;
width:527px;
height:155px;
top:0px;
background-position:left;
background-image:url(../img/titulo_projecto.png);

}





#login_user
{
position:absolute;
top:180px;
width:100%;
height:160px;
}

.criarconta
 {
 clear:both;
 position:absolute;
 width:220px;
 top:27px;
 left:185px;
 height:50px;
 font-size: 11px;
 font-weight: bold;
 color: #353535;
 }
.criarconta a
{
	color: #353535;
	cursor:pointer;
	text-decoration: underline;
}
 
#login_user2
{
position:relative;
float:right;
padding-right:8px;
}

#pass_form
{
position:absolute;
top:0px;
left:200px;
width:200px;
height:100px;
font-size:18px;
color:#FFFFFF;
}


#meio
{
position:relative;
width:950px;
height:auto;
overflow:hidden;
top:243px;
left:0px;
background-color:#FFFFFF;
padding:10px;
}

#footer
{
	position:relative;
	width:950px;
	height:80px;
	background-image:url(../img/back_footer.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}


.a:link, .a:visited,.a:active
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	
}

.a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}

.a img
{
border:none;
}

.b_link:link, .b_link:visited,.b_link:active
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	font-size:10px;
}

.b_link:hover
{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	font-size:10px;
}

.b_link img
{
border:none;
}




#kwicks_container 
{
	position:absolute;
	top:108px;
	left:5px;
	background-image:url(../img/spanner.png);
	background-repeat:repeat;
	height: 55px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}
#kwicks {
position:relative;
	
	
}
 
#kwicks .kwick {
	float: left;
	padding-left:10px;
	display: block;
	width: 178px;
	height: 55px;
	background-image:url(images/spanner.jpg);
	background-repeat:repeat-x;
	
}
 
#kwick_1 {float:right;}
#kwick_2 {float:right;}
#kwick_3 {float:right;}
#kwick_4 {float:right;}
#kwick_5 {float:right;}
#kwick_6 {float:right;}
#kwick_7 {float:right;}



fieldset {

   width:400px;
 
  /*font-weight:bold;*/
  }
legend {
width:194px;
height:30px;
color:#fff;
font-size:2em;
padding-left:0.5em;
background: transparent url("images/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br 
{
line-height:1px;

}  
  
.textfield {
font:0.8em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 6px 25px;
background: transparent url("images/utilizador_bg.gif") no-repeat fixed;
width:95px;
font-weight:bold;
}



.textfield_pass {
font:0.8em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 6px 25px;
background: transparent url("../img/password_bg.gif") no-repeat fixed;
width:95px;
font-weight:bold;
text-transform:uppercase;
}

.textfield_pesquisa {
font:0.8em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 4px 28px;
background: transparent url("../img/pesquisa_bg.gif") no-repeat fixed;
width:95px;
font-weight:bold;
text-transform:lowercase;
}

fieldset>input.textfield {
background: transparent url("../img/utilizador_bg.gif") no-repeat;
}

fieldset>input.textfield_pass {
background: transparent url("../img/password_bg.gif") no-repeat;
}
fieldset>input.textfield_pesquisa {
background: transparent url("../img/pesquisa_bg.gif") no-repeat;
}


textarea {
font:0.8em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("../img/textarea_bg.gif") no-repeat fixed;
width:200px;
width:190px;
}
fieldset>textarea {
background: transparent url("../img/textarea_bg.gif") no-repeat;
}
.submit {
cursor:pointer;
margin:3px;
background: transparent url("../img/login_btn3.png") no-repeat;
height:21px;
border:solid 0 #fff;
width:65px;
font:0.9em Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding-left:18px;
font-weight:bold;
 }
 .login_btn
 {
 position:absolute;
 width:100px;
 top:1px;
 left:300px;
 height:50px;
 }
 

.submit_ok {
margin:3px;
background: transparent url("../img/ok_btn.gif") no-repeat;
height:21px;
border:solid 0 #fff;
width:29px;
font:0.9em Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding-left:1px;
font-weight:bold;
 }

.block {
   border: 1px solid #0090DF;
   background-color: #68BFEF;
   width: 90px;
   height: 125px;
   margin: 4px;
   float:left;
   position:relative;
   padding:1em 1em 1em 1em;
   z-index:9999;
}

.block li{
font-family:tahoma;
color:#909090;
font-size:9px;
text-align:center;
list-style: none;
text-decoration:none;
}
.cursor_img{
	padding-right:6px;
}
#numbers span a{
	font-family:tahoma;
	font-size:12px;
	padding:0px 6px 2px 0px;
	color:#666666;
}
.current{
	font-family:tahoma;
	font-size:12px;
	padding-right:6px;
	font-weight:bold;
	color:#36c3ff;
}

/*DOWNLOADS*/

.d_title{
font-family: verdana;
font-size: 20px;
font-weight: bold;
color:#355FF3;
padding:0px 0px 0px 5px;
}
.d_content_title{
font-family: verdana;
font-size: 14px;
font-weight: bold;
color:#355FF3;
padding:0px 0px 10px 41px;
}
.d_content_title a{
font-family: verdana;
font-size: 14px;
text-decoration:none;
font-weight: bold;
color:#355FF3;
}
.d_content_title a:hover{
font-family: verdana;
font-size: 14px;
text-decoration:underline;
font-weight: bold;
color:#355FF3;
}
.d_content_text{
font-family: verdana;
font-size: 10px;
font-weight: bold;
color:#666666;
padding:0px 0px 10px 41px;
}
.d_file_title{
font-family: verdana;
font-size: 11px;
font-weight: bold;
color:#355FF3;
padding:0px 0px 0px 5px;
}
.d_file_title a{
cursor:pointer;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color:#355FF3;
padding:0px 0px 0px 5px;
}
.d_file_size{
font-family: verdana;
font-size: 10px;
font-weight: bold;
color:#99999A;
padding:0px 0px 0px 5px;
}
.d_files{
padding:0px 0px 10px 41px;
}
.d_file{
padding:0px 7px 0px 0px;
}
.scripts_menu{
font-family: verdana;
font-size: 10px;
font-weight: bold;
color:#666666;
padding:0px 5px 5px 5px;
}
.scripts_menu a{
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-decoration:none;
color:#666666;
padding:0px 5px 5px 5px;
}
.scripts_menu a:hover{
font-family: verdana;
font-size: 10px;
text-decoration:underline;
font-weight: bold;
color:#666666;
padding:0px 5px 10px 5px;
}
.scripts_menu_sel{
font-family: verdana;
font-size: 11px;
font-weight: bold;
color:#666666;
padding:0px 5px 5px 5px;
}
.scripts_menu_sel a{
font-family: verdana;
font-size: 11px;
font-weight: bold;
text-decoration:none;
color:#666666;
padding:0px 5px 5px 5px;
}
.scripts_menu_sel a:hover{
font-family: verdana;
font-size: 11px;
text-decoration:underline;
font-weight: bold;
color:#666666;
padding:0px 5px 10px 5px;
}
.sc_menu_barra{
font-family: verdana;
font-size: 10px;
font-weight: bold;
color:#666666;
padding:0px 5px 10px 5px;
}
.matplus{
border:4px solid #999999;
background-color:#3761F5;
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
}
.matplus a{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: none;
}
.matplus a:hover{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: underline;
}
.proj_desc{
border:0px;
font-family: verdana;
font-size:12px;
font-weight: bold;
color:#e5e5e5;
padding:10px 15px 5px 15px;
text-align:center; 
}
.matb{
border:4px solid #999999;
background-color:#519933;
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
}

.matb a{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: none;
}
.matb a:hover{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: underline;
}
.default{
border:4px solid #999999;
background-color:#CC6600;
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
}

.default a{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: none;
}
.default a:hover{
font-family: verdana;
font-size:32px;
font-weight: bold;
color:#e5e5e5;
text-align:center;
text-decoration: underline;
}

.texto_geral{
font-family:Verdana;
font-size: 12px;
letter-spacing:0px;
line-height:20px;
padding:10px 0px 0px 20px;
}
.texto_geral_email{
font-family:Verdana;
font-size: 12px;
font-weight:bold;
letter-spacing:0px;
line-height:20px;
color:#696969;
padding:10px 0px 10px 20px;
}

.d_content_text a{
font-size: 13px;
color:#333333;
text-decoration:none;
}
.d_content_text a:hover{
font-size: 13px;
text-decoration:underline;
color:#333333;
}

.div_down{
background-image: url("../img/d_mat.png");
background-repeat:no-repeat;
background-position: bottom right;
}
.img_down{
background-image: url("../img/downloads_mat.jpg");
background-repeat:no-repeat;
background-position: bottom right;	
}
.div_contacts{
	height:365px;
background-image: url("../img/contactos_matgeral.png");
background-repeat:no-repeat;
background-position: bottom right;
}
.img_contacts{
background-image: url("../img/contactos_matgeralt.png");
background-repeat:no-repeat;
background-position: bottom right;	
}

.texto_script{
font-family: verdana;
font-size: 14px;
text-decoration:none;
font-weight: normal;
color:#333333;
padding:0px 0px 0px 7px;
}

