/* CSS Document */
#main_content {
  padding-top: 0px;
  padding-bottom: 2rem;
  display: block;
  margin: auto 15% auto 15%;
}

#loginButton {
	display: none;
}

#debug {
  background-color:white;
}

/*Sergio's*/
.Box_links {
  color: black;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  cursor: auto;
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
  text-align: left;
}

.warning_bg {
  background-color:#F93;
  color:#3366CC;
  padding:6px;
  margin:6px;
}

.grid-box {
	padding:20px;
	overflow:hidden;
}
.box-title {
	font-size: 1.7em;
	color: #003998;
	font-weight: bold;
}
.box-label {
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
}
.box-input {
	background-color: #f4f4f4;
	border: 1px solid #000000;
	color: #003399;
}
.grid-box-half {
	width:50%;
	float:left;
}
.grid-box-half-left {
	padding-right:20px;
	border-right: 1px solid #d1d0d5;
	margin-right:-1px;
}
.grid-box-half-right {
	padding-left:20px;

}
.box-row {
	padding-top:10px;
}
.box-label {
	display:block;
}
.box-input {
	display:block;
}
.box-submit {
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(center top , #4d90fe, #2e5bac);
	border: 1px solid #3079ed;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	transition: all 0.218s ease 0s;
}
.login_link {
	font-size: 1em;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	display:block;
	color:#000;
	font-weight: bold;
	line-height:2.2em;
}
