body {
        margin:0px;
	text-align:center;
        background:#121B3C repeat-x;
        color: #29366C;
	font-size:11pt;	
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	background:#FBFFB5 url('/resources/media/background_content.gif');
	background-repeat:repeat-x;
	display:block;
	padding:0;
	margin:0px;
}

#main {
	padding:10px 0 0 0;
	width:710px;
}
					
a {
	color:#666;
}
			
h1
	{
	font-size:14pt;
	}

input, select {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12pt;
}
.error {
	font-weight:bold;
	color:#3964A5;
}

#footer {
	height:200px;
        width:auto;
	font-family:Arial, Helvetica, Geneva, Sans-Serif;
	color:#FFF;
	background:#28356B url('/resources/media/background_footer.gif');
        background-repeat:repeat-x;
	font-size:9pt;
}

.center {
	text-align:center !important;
}

.forminput {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}

.thumbnail {
	padding:5px;
	border:1px solid #AAA;
}

table td {
	text-align:left;
}

/* Styles for form table layout views
----------------------------------------------- */

.table-form
	{
        border-width:1px;
        border-color:rgb(0,89,134);
        border-style:solid;"
	border-collapse:collapse;
	width:700px;
	padding:10px;
	margin-bottom:0px;
	border-spacing:0px;
	}

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:12pt;
	color:#FFF;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:33%;
	font-size:12pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-form tbody td
	{
	font-size:12pt;
	height:25px;
	vertical-align:middle;
	height:20px;
	padding:5px 0 5px 0;
	width:66%;	
	text-align:left;	
	}

.table-form tbody td td
	{
	padding:0px;
	}

.table-form tbody td p
	{
	font-size:12pt;
	}

.table-form tbody th td
	{
	padding:0px;
	}

.table-form tbody td label
	{
	cursor:pointer;
	}
	
.formbutton
	{
	font-size:11pt;
	padding:3px 10px 3px 10px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	}

/* Styles for Login member
----------------------------------------------- */
.camposinput {
        height: 17px;
        width: 70px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        background: #FFFFCC;
        border: thin solid #888888;
        text-indent: 3px;
}

.enviar {
          background: #ffc;
          border: thin solid #c00;          
          font: bold 11px Verdana, Arial, Helvetica, sans-serif;
          height: 20px;
          width: 60px;
          vertical-align: middle;
          text-align: middle;          
}
