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:none;
}
a:hover{ 
	color:#AEBCCA;
	text-decoration:none;
}
a:active{ 
	color:#AEBCCA; 
	text-decoration:none;
}
/*FIM LINKS GERAIS*/

/*###############################################################################*/
.areasite{
	margin:0 auto;
	/*width:980px;*/
	width:100%;
}

/*topo*/
.topo{
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:115px;
}

.boasvindas{
	/*float:left;*/
	border: 5px solid #008b8b;
	width:100%;
	height: 25px;
	background-color:#008b8b;
}
.boasvindas-left{
	float:left;
	color:#fff;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.boasvindas-right{
	float:right;
	color:#fff;
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
}

.logo{
	float:left;
	margin-top:15px;
	margin-left:50px;
}

.alertas{
	float:left;
	color:#fff;
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:30px;
}


/*fim topo*/

/*footer*/
.footer{
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	padding-top:20px;
}
#footerbody {
	margin:0 auto;
	overflow:auto;
	display:block;
	/*height:auto;*/
	height:80px;;
	/*width: 958px;*/
	width: 95%;
	font-family:Verdana;
	font-size:14px;
	text-align: center;
	color: #585858;
	background: #292929; 
	border: 1px solid #000;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(css/border-radius.htc);
}
/*fim footer*/


/*navegação*/
.navmenu{
	width:100%;
	height:51px;
	border: 0px solid #c00;
}

/*fim navegação*/


/*content page*/
#actualbody {
	margin:0 auto;
	overflow:auto;
	display:block;
	height:auto;
	width: 958px;
	background: #f1f1f1; 
	border: 1px solid #c2c2c5;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;
	behavior: url(css/border-radius.htc);
}

.lefttab{
	float: left;
	width:240px;
	height: 300px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	/*background:#6a6a6a;*/
	padding:0 0 0 0;
}

.dirtab{
	float: right;
	width:680px;
	height:auto;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.centredtab{
	float: left;
	width:940px;
	height:auto;
	margin-left:10px;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

#titlemain {
	border-bottom: 2px dotted #ff9900;
	margin-bottom: 20px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 25px;
	color: #000;
}

/*fim content page*/

/*LEFT PAGE*/
.destaque{
	float: left;
	width:230px;
	height:40px;
	margin-top: 0px;
	margin-left: 2px;
	background-color: #262A2D;
	border: 3px solid #262A2D;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	behavior: url(css/border-radius.htc);
}
.mybox{
	float: left;
	width:230px;
	height:auto;
	margin-top: 0px;
	margin-left: 2px;
	background-color: #99B2CC;
	border: 3px solid #99B2CC;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px; 
	behavior: url(css/border-radius.htc);
}

.box-header {
	background: #ececec url("../images/trabalhos.png") no-repeat left top;
	height: 48px;
	border: 0px solid #d8d8d8;
	line-height: 50px;
	padding: 0 0 0 55px;
	margin:0;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
	/*color: #0669af;*/
	color: #000;
}




/*FIM LEFT PAGE*/





/*clientes page*/
.addusername{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/add_user.png);
	background-repeat:no-repeat;
	display: block;
}
.addpassword{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/add_pass.png);
	background-repeat:no-repeat;
	display: block;
}
.headertable {
  color: #fff;
  font-family:verdana;
  font-size: 14px;
  font-weight: bold;
} 
.clientestable {
  color: #353535;
  /*color: #A9A9A9;*/
  font-family:verdana;
  font-size: 14px;
}
.clientesdate {
  color: #A9A9A9;
  font-family:verdana;
  font-size: 18px;
  font-weight: bold;
}
.clientestitle{
	font-family: verdana;
	font-size:16px;
	color:#A9A9A9;
	font-weight: bold;
}
.progressofont{
	font-family: verdana;
	font-size:18px;
	color:#fff;
	font-weight: bold;
}

.textdesc{
	font-family: verdana;
	font-size:14px;
	color:#000;
	font-weight: bold;
}

.textdatas { 
  color: #DC143C; 
  font-size: 16px;
  font-family: verdana;
  font-weight: bold;
}


.pesquisarcliente{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/search_clientes.png);
	background-repeat:no-repeat;
	display: block;
}
/*fim clientes page*/

/*produtos page*/
.showeuro{
	float:left;
	width:28px;
	height:28px;
	background-image:url(../images/euro.png);
	background-repeat:no-repeat;
	display: block;
}
.showeuroleft{
	float:left;
	width:28px;
	height:28px;
	background-image:url(../images/euro.png);
	background-repeat:no-repeat;
	display: block;
}
.uploadimages{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(../images/up_image1.png);
	background-repeat:no-repeat;
	display: block;
/*fim produtos page*/

/*pedidos*/
.titlepedidos {
  color: #05819B;
  font-family:arial;
  font-size: 16px;
  font-weight: bold;
}
.textpedido_title {
  color: #000;
  font-family:arial;
  font-size: 12px;
  font-weight: bold;
}
.textpedido_desc {
  color: #424342;
  font-family:arial;
  font-size: 12px;
  font-weight: bold;
}
/*fim pedidos*/

/*gestão serviços/produtos*/
.title-tabela{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
  	color: #fff;
  	font-weight: bold;
	
}

a.big	{
	/*background: url(../images/arrow-not.png) no-repeat 0 0px;*/
	/*bottom: 30px;*/
	color: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font-weight: bold;*/
	/*line-height: 10px;*/
	/*padding: 0 0 0 5px;/
	/*position: absolute;*/
	/*right: 20px;*/
	border-bottom:2px solid #AEBCCA;
	text-decoration:none;
	}
a:hover.big {
	color: #AEBCCA;
	/*text-decoration: undeline;*/
	border-bottom:2px solid #af2b8d;
	/*border: 2px solid #AEBCCA;*/
	}

.data-renova{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
  	color: #CF0426;
  	font-weight: bold;
	
}



.geraltext{
	font-family:arial;
	font-size:15px;
	color:#000;
}

.titlesforms{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	/*text-transform:uppercase;*/
	font-weight: bold;
}

/*INICIO ADICIONAR CLIENTES*/
.addusername{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(images/add_user.png);
	background-repeat:no-repeat;
	display: block;
}
.addpassword{
	float:left;
	width:32px;
	height:32px;
	/*margin-left:170px;*/
	background-image:url(images/add_pass.png);
	background-repeat:no-repeat;
	display: block;
}
/*FINAL ADICIONAR CLIENTES*/











/*fim global HEADINGS*/

















