/* GENERAL ELEMENTS */

/* Content */

label {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
#reminders label { font-weight: normal; }

table.tabbedtable { padding-left: 3em; }
table.tabbedtable td { padding-bottom: 5px; }
table.tabbedtable label { text-align: right; padding-right: 9px; }
.hiddenlabel { visibility: hidden; }
.largelink { border: 1px solid #cacaca; padding: 10px; background-color: #E8EEF7; font-size: 1.2em; font-weight: bold; }
.largelinkwrap { padding-top: 10px; padding-bottom: 10px; }



#signuptab {
	float:left;
	width:100%;
	font-size: 1.0em;
	line-height: normal;
	background-color: #fff;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#signuptab ul {
  margin:0;
  padding: 0px 10px 0px 10px;
  list-style:none;
}
#signuptab li {
  float:left;
  background:url("../images/left_white.png") no-repeat left top;
  margin:0;
  padding:0 3px 0 9px;
  border-bottom:1px solid #CACACA;
}
#signuptab a {
  float:left;
  display:block;
  width:.1em;
  background:url("../images/right_white.png") no-repeat right top;
  padding:2px 15px 0px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  white-space: nowrap;
  font-size: 12px;
}
#signuptab > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#signuptab a {float:none;}
/* End IE5-Mac hack */
#signuptab a:hover {
  color:#333;
}
#signuptab #signupcurrent {
  background-position:0 -150px;
  border-width:0;
}
#signuptab #signupcurrent a {
  background-position:100% -150px;
  padding-bottom:1px;
  color:#000;
}
#signuptab li:hover, #signuptab li:hover a {
  background-position:0% -150px;
  color:#000;
}
#signuptab li:hover a {
  background-position:100% -150px;
}

/* Signup box */

#signupbox {
  width: 100%;
  text-align: center;
  margin: 0em auto;
}

#signupwrap {
	border: 1px solid #CACACA;
	border-top: 0;
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/fundo_formulario.png);
	background-position:top;
	background-repeat:repeat-x;
}

/* Unsupported browsers */

.orange_rbcontent { padding: 0.4em; }
.orange_rbroundbox { width: 100%; }

#unsupported {
  font-weight: bold;
  text-align: left;
}

/*#content {
  padding-top: 15px;
}*/

/* Signup form */

#curriculoform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#curriculoform .label {
	padding-top: 2px;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	width: 100px;
	white-space: nowrap;
}

#curriculoform .field {
	padding-bottom: 5px;
	white-space: nowrap;
}

#curriculoform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#curriculoform .textfield {
  width: 150px;
}

#curriculoform label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-size: 9px;
  color: #EA5200;
}

#curriculoform label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

#curriculoform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#curriculoform #dateformatStatus, #signupform #termsStatus {
  margin-left: 6px;
}

#curriculoform #dateformat_eu {
 vertical-align: middle;
}

#curriculoform #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#curriculoform #dateformat_am {
  vertical-align: middle;
}

#curriculoform #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#curriculoform #termswrap {
  float: left;
}

#curriculoform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#curriculoform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#curriculoform #lsignupsubmit {
  visibility: hidden;
}
