/*
Nome: protocolo.css
Descrição: Arquivo CSS principal do layout
Autor: Guilherme Massonetto 
Ribeirão Preto, 8 de Junho 2010
Ordem e Progresso
*/

/* reset css */

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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*fim */

body {
    margin: 0 20px;
    background-position: center top;
}

h1,h2,h3 {
	margin: 15px 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}


table {
	width: 100%;
	margin: 10px 0;
}

th {
	text-align: center;
	border: 1px solid silver;
	padding: 4px;
}

td {
	text-align: left;
	border: 1px solid silver;
	padding: 2px;
}


#header {
	margin-bottom: 30px;
	margin-top: 20px;
}

#header img {
	float: left;
}

#header h1 {
	padding-top: 40px;
	padding-left: 160px;
}

#menu {
	clear: both;
	margin-top: 10px;
    height: 30px;
}

#menu .menu li {
	float: left;
	width: 160px;
	height: 25px;
	line-height: 25px;
	background-color: #6262FF;
	text-align: center;
    margin: 0 5px;
}

#menu .menu li a {
	text-decoration: none;
 	color: white;
}

#content {
	padding: 10px 5px 40px 5px ;
	clear: both;
	margin-top: 10px;
	border: 1px solid silver;
    background-color: white;
}

#footer {
	margin-top: 50px;
	text-align: right;
	margin-right: 30px;
}

.submit {
	margin-top: 20px;
}

a {
	color: #0000CA;
	text-decoration: none;
}

/** formulario */

label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

input {
	margin-bottom: 2px;
}

/* scaffold */

.paging * {
	display: inline;
}

.paging {
	margin: 10px 0;
}

#vazio table {
	margin: 10px 0;
}