
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img01.jpg) no-repeat;
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

h4.preto {
	color:#000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

hr {
	border-bottom-style:dotted;
	border-bottom-color:#000000;
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #999999;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 252px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	height: 252px;
	background: url(../images/img05.gif) no-repeat left bottom;
}

#logo h1 {
	padding: 110px 0 0 100px;
	text-transform: uppercase;
	font-size: 3em;
	color:#888888;
}

#logo h2 {
	margin: 0;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0px;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenulogin {
	width: 35px;
	background: url(../images/login.gif) no-repeat left center;
}

#topmenulogout {
	width: 35px;
	background: url(../images/logout.gif) no-repeat left center;
}

#topmenu1 {
	width: 35px;
	background: url(../images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(../images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: -10px 0;
}

/* Content > Main */

#main {
	float: left;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 40px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: -200px 0 0 0;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0 60px 0;
	background: #000000;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size:14px;
}

.fundo {
	width: 700px;
	margin: 0 auto;
	font-size:medium;
	letter-spacing:10px;
	color:#FFFFFF;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#000000;
	border:1px solid #CCCCCC;
	text-decoration:none;
	color:#FFFFFF;
}

.boxx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
}

.boxAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	border:1px solid #FFFFFF;
	background-position:right;
	text-decoration:none;
	color:#FFFFFF;
}

.botao {
	background-color:#000000;
	border:1px solid #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

.tabela_neddiec  { 
	
}

.form_par {
	font-size: 10px;
	background-color:#ffffff;
	border:solid 1px #000000;
	text-decoration:none;
	color:#000000;	
}
.form_impar {
	font-size: 10px;
	background-color:#dddddd;
	border:solid 1px #000000;
	text-decoration:none;
	color:#000000;	
}

/*calendário*/
.mainTable {
	border: 1px solid #000000;
	width: 175px;
}

.monthRow {
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #000000;
	height: 25px;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #cccccc;
}

.monthRow a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.dayNamesText {
    font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #333333;
	height: 15px;
	width: 25px;
}

.rows {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
}
