/* TIPOGRAFIA */

/*Style Reset */
html, body {height: 100%;} 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }

p {text-indent: 20px;}

.item-page p {
padding-bottom: 10px;
}


/* Extra Fonts */
@font-face {
    font-family: 'Klavika';
    src: url('font/KlavikaRegular-TF.otf') format("opentype");
    
}
@font-face {
  font-family: 'Klavika';
  font-weight: bold;
  src: url('font/KlavikaBoldBold.otf') format("opentype");
}

/* Styling */
body {
	font-family: 'Klavika', Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 13px;
	line-height: 1.4em;
}

.main_container {
	background: url(../images/body_bg.jpg) #fff;
	width: 100%;
	min-width: 990px;
	min-height: 600px;
	position: relative;
}

a {
	outline: none;
	color: #102e4b;
}

.left_col {
 width: 300px;
 float: left;
 padding-bottom: 20px;
}

.left_col h3 {
font-weight: bold;
}

.main_content h3 {
text-align: center;
}

.main_content {
 width:620px;
margin-left: 300px;
padding-left:20px;
	margin-bottom: 20px;
}

/* Float and Align */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.right {
	float: right;
	display: block;
	overflow: hidden;

}

.left {
	float: left;
	display: block;
	overflow: hidden;

}

/* Grid System */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.grid2, .grid3, .grid9 {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.container_12 .grid3 {width: 183px;}
.container_12 .grid2{width: 120px;}
.container_12 .grid9 {width: 680px;}

/* Box styles */
.grid_12 .box {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}

 .grid_12 .box .inner {padding:15px}

/* Listas */
ul{list-style:disc outside; }
ol{list-style:decimal outside; }
li{margin:2px 0;}
ol li{margin-top:5px; margin-bottom:7px }
ul, ol, dd{margin-left:25px; }
ul ul, ol ul, ul ol, ol ol{margin-bottom:0; }

/*Borders & Dividers */
.divider{
	background:url(images/divider_line.gif) bottom repeat-x;
	padding-top:22px
}

/* Headers */
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:"Klavika", Helvetica, sans-serif;
	color:#102e4b;
	line-height:1.1em}
	
h1{
	font-size:25px;
	margin-bottom:15px;}

h2 {
	font-size: 22px;
	margin: 15px 0;}
	
h3{
	font-size:19px;
	margin:10px 0}
	
h4{
	font-size:17px;
	margin:10px;}
	
h5{
	font-size:14px;
	text-transform:uppercase;
	margin: 5px 0;
}
	
h6{
	font-size:13px;
	text-transform:uppercase;
	padding: 5px 0 8px;
}

h1 span, h2 span, h3 span ,h4 span, h5 span {font-weight:bold;}

.pInfo {
min-height:115px;
}

/* Imagens */
img.alignleft {margin:0px 20px 5px 0 !important;}
img.alignright {margin:1px 0 5px 20px !important;}

/* Formularios */
fieldset{
	padding:20px;
	border:1px solid #e0e0e0;
}

form .row {padding:5px 0}

input[type=text],input[type=password],textarea, select {
	color:#666;
	padding:5px;
	border:1px solid #dad7d4;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	resize:none
}

textarea{
	width:90%;
	font-size:12px;
	background:#fff;
	overflow:auto;
}

select, input, textarea,input[type="submit"]:focus{outline:0 none;font-family: "DroidSerifItalic", Arial, serif;}

input[type="radio"],input[type="checkbox"]{
	margin-right:10px; margin-left:10px;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
	
input[type="reset"],input[type="submit"],input[type="button"], button{
	border:none;
	line-height:19px;
	color:#fff;
width: 132px !important;
height: 27px;
background: url(../images/buttonBg.png) 0 0;padding-top:3px;
}	
	
input[type="reset"]:hover,input[type="submit"]:hover,input[type="button"]:hover, button:hover{
background: url(../images/buttonBg.png)0 27px;
}
	
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus{
	cursor:pointer;
}

.button {width:132px; height: 25px; background: url(../images/buttonBg.png) 0 0;padding-top:3px;}
.button:hover{background: url(../images/buttonBg.png)0 27px;}
.button a {font-size: 12px; color: #fff;padding: 5px 73px 5px 15px;text-decoration: none;font-family: "Klavika", Arial, serif;}
.button a:hover {color:#fff !important;}


/* ESTRUTURA */ 
/* Header*/
.header .container_12 {
	height: 91px;
	position: relative;
}

.header {
	font-family: "Klavika", Arial, serif;
	font-weight: bold;
}

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header li {
	width: 90px;
	margin: 0 auto;
	text-align: center;
}

.header a {
	text-decoration: none;
}

.header .logo {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 365px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.header nav {
	font-size: 14px;
}

.slider {position: relative;}

.header_slider {	background: url(../images/header_bg.jpg) center 0 no-repeat;}
.header_slider .container_12 {min-height: 387px;}

.header_slider_thin {background: url(../images/header_bg_thin.jpg) center 0 no-repeat;}
.header_slider_thin .container_12 {min-height: 134px; padding: 80px 0 40px 0;}

.topmenu {
	width: 320px;
	height: 30px;
	position: absolute;
	top: 58px;
}

.tmenu_left {left: 20px; font-size: 16px;}
.tmenu_left li {float: right;}
.tmenu_right {right: 80px; font-size: 16px;}
.tmenu_right li {float: left;}

/* Breadcrumbs */
.breadcrumbs {
	color:#fff;
	font-family:'Klavika', Helvetica, sans-serif;}

.breadcrumbs a {color:#fff}

.container_12 .breadcrumbs a:hover  {color:#fafafa}

.breadcrumbs .title {
	font-size:27px;
	line-height:1em;
	margin-bottom:10px
}

.breadcrumbs .title span {font-weight: bold;}

.breadcrumbs .path {font-size:15px}

.breadcrumbs .separator {margin:0 4px}

/* Centro */
.middle {
	padding: 0 0 50px 0;
	clear: both;
	position: relative;
}

.container_12 {line-height: 1.4em;}
.container_12 a:hover{color: #327bbf;}
.container:12 p{margin: 0 0 15px 0;}

/* Footer */
.footer {
	background: url(../images/footer_bg.jpg) 0 0 no-repeat #102e4b;
	color: #fff;
	font-family: "Klavika", Arial, sans-serif;
}

.footer .inner1 {
	background: url(../images/footer_topline.png) 0 0 repeat-x;
}

.footer .container_12 {
	min-height: 150px;
	padding: 60px 0;
	text-shadow: 1px 1px 1px #000;
}

.footer h3 {
	color: #fff;
	font-size: 19px;
	font-family: 'Klavika', Helvetica, sans-serif;
	text-shadow: 1px 2px 2px #000;
	background: url(../images/footer_title_line.png) left bottom no-repeat;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}
.footer h3 span {font-weight: bold;}

.footer ul{margin:0;}

.footer ul li {
	list-style:none;
	margin-bottom: 10px;
}

.footer a {
	color: #e5f7fe !important;
	text-decoration: none;
}
.footer a:hover {color: #e5f7fe !important;}

.copyright {
	padding:10px 0;
	font-size:12px
}
.copyright a {border-bottom:1px dotted #fff}

/* TIPOGRAFIA ADICIONAL */




#aside2 {
	padding-top: 20px;
	width: 100%;
margin-top: 25px;
}

#aside2 .moduletable {
 margin-top: 15px;
}

.inner {
	padding-bottom: 20px;
}

.plate {
text-align:center;
margin-bottom: 10px;
}

.plate img {
	padding: 5px;
	background: #fff;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.moduletablesideBut {
padding:5px;
}

.moduletableassist ul, .item-page ul {
list-style: square url(../images/b16.png);
padding-left: 15px;
}

.moduletablelocal, .moduletableassist{
 width: 260px;
 margin: 0 auto;
padding-bottom:15px;
}

.moduletablenews {
 width: 240px;
 margin: 0 auto;
}

.acysubbuttons {
text-align: right;
padding: 5px 15px;
}

.moduletablelocal .morada {
font-family: "Klavika", Arial, sans-serif;
font-size: 12px;
width: 200px;
margin: 0 auto;
}

.moduletableassist .morada {
font-family: "Klavika", Arial, sans-serif;
font-size: 12px;
}

hr {
  width: 100%; 
  height: 2px;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, rgb(221,221,221)),color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(center top,rgb(221,221,221) 50%,rgb(255,255,255) 50%);
}

hr.sep {
width:60%;
}

.main_content hr {
margin-bottom: 15px;
}

#ctnList {
list-style: none;
}

#ctnList li {
height: 24px;
padding: 2px 0 0 30px;
}

#ctnList a {
text-decoration: none;
}

.mail {background: url(../images/icoMail.png) no-repeat;}
.twit {background: url(../images/icoTwit.png) no-repeat;}
.skyp {background: url(../images/icoSkyp.png) no-repeat;}
.face {background: url(../images/icoFace.png) no-repeat;}

.left_col .article_anywhere {
 background: #f0f0f0;
border: 1px solid #dcdcdc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}

.fc_form #name, .fc_form #email {width: 250px;}
.fc_form #subject {width:550px;}
.fc_form .name {float: left; padding-right: 40px;}
.fc_form .email {}
.fc_form .subject {clear:both;}
.fc_form p {padding-bottom: 15px; text-indent: 0;}
.fc_form textarea {height: 110px;}

/* HELPDESK */

#hdp_filter_bar, #hpd_ticket_list {
padding-bottom: 10px;
}

#hdp_filter_bar ul, #hpd_ticket_list ul {
list-style:none;
width: 620px;
padding: 3px 0;
overflow: auto;
}

#hdp_filter_bar li {
display: inline;
padding: 0 2px;
}

#hpd_ticket_list li {
float:left;
display: block;
padding: 0 2px;
width: 190px;
}

#hpd_ticket_list li +li {
width: 100px;
text-align:center;
}

#hpd_ticket_list li +li +li {
width: 95px;
}

#hpd_ticket_list .pagination {
width: 600px;
margin: 0 auto;
padding-top: 10px;
}

#hpd_ticket_list .titles {
font-family: "Klavika", Arial, sans-serif;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color: #102e4b;
margin:0;
}

#hpd_ticket_list .titles a {
color: #fff;
text-decoration: none;
}

.btn-group ul {
overflow: auto;
}

.btn-group li {
background: url(../images/b16.png) 0 6px no-repeat;
float:left;
display: block;
padding-left: 18px;
width: 170px;
}

.btn-group {
padding: 2px 0 7px;
}

.cleanUL {
list-style:none;
text-align: center;
}

.cleanUL li {
display: inline;
padding: 0 10px;
}

/* XD SOFTWARE */

#compareTable {
width: 620px;
margin: 0 auto;
}

#compareTable ul {
list-style:none;
padding: 0;
margin: 0;
display: table;
height: 60px;
}

#compareTable ul + ul {
min-height: 40px;
}

#compareTable .cleanUL {
width: 390px;
padding-left:220px;
}

#compareTable ul li {
display: table-cell;
width: 220px;
vertical-align: middle;
}

#compareTable ul li + li {
width: 110px;
text-align: center;
}

.theads li {
font-family: "Klavika", Helvetica, sans-serif;
color: #102e4b;
font-weight:bold;
}

.theads li + li {
background: #fff;
border-left: 1px solid #e2e2e2;
}

.data li {
text-indent: 20px;
}

.data li + li {
background: #f4f4f4;
border-top: 1px solid #e2e2e2;
border-left: 1px solid #e2e2e2;
font-size: 11px;
text-indent: 0;
}

.desc {
border-top: 1px solid #e2e2e2;
}

.cleanUL li {
width:60px;
}

/* PHC SOFTWARE */

#phcTable {
width: 630px;
/*margin: 0 auto;*/
}

#phcTable ul {
list-style:none;
padding: 0;
margin: 0;
display: table;
height: 60px;
}

#phcTable ul + ul {
min-height: 40px;
}

#phcTable ul li {
display: table-cell;
width: 220px;
vertical-align: middle;
}

#phcTable ul li + li {
width: 140px;
text-align: center;
}









.main_content .product {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;
border:1px solid #dad7d4;
margin-bottom: 15px;
overflow: auto;
}

.main_content .product:hover {
background: #D9E5EC;
border-color: #9AA8CF;
}

.product h4 {
color: #4E68AC;
}

.pc ul {
list-style: none;
margin-left: 0;
}

.pc ul li {
display: inline-block;
width: 220px;
vertical-align: top;
padding-left: 10px;
}

.pc ul li +li {
width: 350px;
}

.pc table {
width: 180px;
margin: 0 auto;
}

.pc table tr {
height: 25px;
}

.pc table th {
width: 100px;
vertical-align: middle;
}

.pc table td {
width: 60px;
vertical-align: middle;
}