html {
    height: 100%;
}
body {
    /*height: 100%;*/
    margin: 0;
    font: 12px "Tahoma",sans-serif;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}
/*LINKS GERAIS*/
a{ 
	color:#006699; 
	text-decoration:undeline;
}
a:hover{ 
	color:#AEBCCA;
	text-decoration:none;
}
a:active{ 
	color:#AEBCCA; 
	text-decoration:none;
}

.geraltext{
	font-family:Tahoma;
	font-size:15px;
	color:#000;
	/*font-weight: bold;*/
}
.titlesforms{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	/*text-transform:uppercase;*/
	font-weight: bold;
}

.bigtext {
	font-family:Tahoma;
	font-size:20px;
	color:#000;
	font-weight: bold;
	/*padding-top: 5px;*/
}


a.otherlink:link{
	color:#006699;
	font-family:Tahoma;
	font-size:12px;
}
a.otherlink:visited{
	color:#006699;
	font-family:Tahoma;
	font-size:12px;
}
a.otherlink:hover{
	color:#AEBCCA;
	font-family:Tahoma;
	font-size:12px;
}

/*FIM LINKS GERAIS*/

/*###############################################################################*/

/*content page*/
#main_table {
	margin:0 auto;
	/*overflow:auto;*/
	/*display:block;*/
	/*height:auto;*/
	width: 958px;
	/*background: #f1f1f1; */
	border: 1px solid #c2c2c5;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(styles/border-radius.htc);
}

#table_docs {
	margin:0 auto;
	/*overflow:auto;*/
	/*display:block;*/
	/*height:auto;*/
	width: 850px;
	/*background: #f1f1f1; */
	border: 2px solid #c2c2c5;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(styles/border-radius.htc);
}




/*produtos page*/
.showeuro{
	float:left;
	margin-top:6px;
	width:28px;
	height:28px;
	background-image:url(../images/graficos/euro.png);
	background-repeat:no-repeat;
	display: block;
}


.addusername{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/icons/add_user.png);
	background-repeat:no-repeat;
	display: block;
}
.addpassword{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/icons/add_pass.png);
	background-repeat:no-repeat;
	display: block;
}
.uploadimages{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/icons/up_image1.png);
	background-repeat:no-repeat;
	display: block;
}









