﻿/* 
CSS da IntraWeb do COFECI
Data de atualização: 25/03/2008
*/

/* PRINCIPAIS E GERAIS */

html { height: 100%}
body {
	height: 100%;
	margin-top:0px;
	padding: 0px;
	font-family: trebuchet ms, helvetica, tahoma, sans-serif;
	font-size: 12px;
	background: #fff;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.5em; color:white}
h3 {font-size: 1.35em;}
h4 {font-size: 1em;	text-transform: uppercase;}

a {text-decoration:none}
a:hover {text-decoration:underline; background-color: #5d7b9d; color:#FFFFFF}

#esquerda { display:block; float:left }

/* ESPECIAIS */
.grd {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	border: none;
	text-decoration:none;
}

.msnerror {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #CC3300;
	font-weight: normal;
}

.msnaguarde {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #5D7B9D;
	font-weight: bold;
}

/* FORMULÁRIO */

form {
	margin: 0;
	padding: 0;
}

textarea {
	padding-left: 2px;
}

.button {
	background: url("img/button-on-bg.gif") top;
	border: 1px solid #CCCCCC;
	padding: 2px 2px;
	color:#006699;
	height:20px;
	font-size:12px;
}

.inputbox {
/*	background: url("img/inputbox.gif") top; */
	width: 150px;
	border: 1px solid #CCCCCC;
}

select {
	font:12px trebuchet ms;
	width: 50px;
	border: 1px solid #CCCCCC;
	font-family: trebuchet ms;
	color:#006699;

}
<!--
.inputboxusr {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid  #333333;
	background:url(img/bginputusr.gif) no-repeat top right;
	}
.inputboxpwd {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid  #333333;
	background:url(img/bginputpwd.gif)  no-repeat top right;
	}
-->
/* menu */

.mPrincipal {
 position: relative;
 background-color: transparent;
 font-size: 12px;
 color: #ffffff;
 font-family: trebuchet ms, helvetica, sans-serif;
 background: #46461F url('../img/gradient_0.gif') repeat-x;
 /*font-weight: bold;*/
 }
 
.mOver {
 position: relative;
 background-color: transparent;
 font-size: 12px;
 color: #4A4A24;
 font-family: trebuchet ms, helvetica, sans-serif;
 background: #eeeeee url('../img/a18.gif') repeat-x top;
 text-decoration: none;
}

