@charset "UTF-8";

* {
margin: 0;
padding: 0;
}

html, body { 
	height: 100%;
  margin: 0;
	padding: 0; 
}

p { 
	margin-bottom: 1em; 
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1 {
 font-weight: normal;
 text-indent: 5px;
 letter-spacing: -1px;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #669900;
}

a:hover {
	text-decoration: none;
}

a:active, a:focus{
	text-decoration: none;
	outline:none;
} 

hr {
	display: none;
}

pre {
	font-size: 10px;
	color: #000000;
}
fieldset {
	border: 1px solid #7D7D7D;
  width:97%;
  padding: 2px 2px 2px 2px;
  position: relative;
  top: 6px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
legend  {
 	color: #ffffff;
	background: #4682B4;
	border: 1px solid #585858;
	padding: 2px 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
label {
	display: block; 
	float: left; 
  text-align: right;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4682B4;
	width: 130px;
	position: relative;
	padding-right: 5px;
	margin-bottom: 5px;	
}
textarea {
  border: 1px solid #696969;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #696969;
	margin-bottom: 5px;	
}
select, option {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #696969;
	width: 150px;
}
select {
    border: 1px solid #696969;
	margin-bottom: 5px;	
}
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}


/* ---------------- Global Classes ----------------- */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.margin-0 {
	margin: 0;
}
.margin-top {
	margin: 1em 0 0;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*------- Special -------*/
#lay {
	position:absolute; 
	visibility:hidden; 
	display:none;
}

.dropdown-upward {
 margin-top: 400px !important;
}

