﻿/*	i9a 
	MOSS2007 
	Instalação: Depois do core.css e controls.css, mas antes dos styles custom 
*/

body,form{
margin:0;
}
body{
background-color:#FFFFFF;
font-family:Arial, Geneva, sans-serif;
color:#666666;
}
/* controls.css */
.cbq-layout-main{
width:100%;
padding:0;
margin:0;
border:0;
}
.toc-layout-main {
width:100%;
padding:0;
margin:0;
border:0;
}
/* Fix: Bug do Controlo DateTime */ 
.ms-dtinput,.ms-dttimeinput{
font-size:1.0em;
}
/* //controls.css */
.ms-WPBody
{
font-size:1.0em;
font-family:Arial, Geneva, sans-serif;
}
.ms-WPBody TABLE,.ms-TPBody TABLE
{
font-size:1em;
}
.ms-WPBody A:link,.ms-WPBody A:visited
{
color:#444444;
text-decoration:underline;
}
.ms-WPBody A:hover
{
color:#444444;
text-decoration:underline;
}
.ms-WPBody th,.ms-TPBody th
{
font-weight:normal;
}
.ms-WPBody td
{
font-size:1;
font-family:Arial, Geneva, sans-serif;
}
.ms-WPBody h1,.ms-TPBody h1
{
font-weight:lighter;
font-size:1.7em;
}
.ms-WPBody h2,.ms-TPBody h2
{
font-weight:lighter;
font-size:1.6em;
}
.ms-WPBody h3,.ms-TPBody h3
{
font-weight:bold;
font-size:1.2em;
}
.ms-WPBody h4,.ms-TPBody h4
{
font-weight:lighter;
font-size:1.2em;
}
.ms-WPBody h5,.ms-TPBody h5
{
font-weight:bold;
font-size:1.0em; 
}
.ms-WPBody h6,.ms-TPBody h6
{
font-weight:lighter;
font-size:1.0em;
}

/** SEARCH **/

.srch-Page
{
COLOR:#666666;
FONT-WEIGHT:bold;
FONT-SIZE:1.0em;
FONT-FAMILY:Arial, Geneva, sans-serif;
background-color:#ffffff;
text-align:right;
}
/* PESQUISA */

#HeaderSearch { padding: 0 0 1px 0 }
#HeaderSearch table{ text-align: right; margin-left: auto }
#HeaderSearch td { border: 0 }
#HeaderSearch td.ms-sbtext { width: 80px; font-weight: normal }
#HeaderSearch td.ms-sbtext span { margin-bottom: 3px; padding-right: 5px }
#HeaderSearch td.ms-sbcell { width: 130px } 
#HeaderSearch td.ms-sbgo { background-color: transparent; width: 20px }
#HeaderSearch td.ms-sbLastcell { display: none }