@charset "UTF-8";
/* CSS Document */

/**
 * rp3.css


 */

body {
	background-color: #ffffff;
		background: #f9fafa;	
	background-image:url(http://www.lucianaoliveira.com.br/ceag/bg2.jpg);
	background-repeat:repeat;
	
}

a:link {
	color: #024986;
	background:none;
}

a:active {
	color: #00427b;
	background:none;
}

a:visited {
	color: #024986;
	background:none;
}

a:hover {
	color: #8293a2;
	background-color:#F1F1F1;
	background:none;
	text-decoration:underline;
	
}

ul.menu a{ font-size:1.5em; line-height:1.85em;}
a.action, a.file  { font-size:1em; color:#fff; background-color:#004187; padding:3px; text-decoration:none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px }
a.action, a.file:hover  { background-color:#0557b0; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }

#header {
	background: #f9fafa; 
	border-bottom: 2px solid #ccc;
}

#headerTitle {
	padding-bottom: 10px;
	padding-top: 50px;
	height: 97px;
	background: #f9fafa;	
	background-image:url(http://www.lucianaoliveira.com.br/ceag/bg.jpg);
	background-repeat:repeat;
}

#header h1 {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-bottom:20px;
}

#main h2 {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}

#main h3 {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}

#navbar {
	border-bottom: 1px solid #cccccc;
	background-color:#f1f1f1;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}

#content h4 {
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}


hr {
border: 0;
color: #9E9E9E;
background-color: #ccc;
height: 1px;
width: 100%;
text-align: left;
}


input.defaultButton {
    background-color: #9f9f9f;
    color: #333333;
    font-weight: bold;
}
input.button {
    background-color: #e1e4e4;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #ececec;
    border-bottom-color: rgb(232, 232, 225);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgb(102, 102, 102);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 2px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #ececec);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 2px;
    border-top-color: rgb(102, 102, 102);
    border-top-style: solid;
    border-top-width: 2px;
    color: rgb(0, 0, 0);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}

table tr td { background-color:#fff}