@charset "UTF-8";
@import "nav.css";

/*--------------------------------------------------*/
/* DEFAULT
/*--------------------------------------------------*/

body {
	color: #666;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#template {
	margin: 25px auto;
	width: 640px;
}

p {
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-align: justify;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dt {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

dt.first {
	margin-top: 0px;
}

dd {
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px 12px 0px;
}

a {
	color: #666;
}

a:hover {
	color: #888;
}

#errorDiv {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 15px 110px;
}

/*--------------------------------------------------*/
/* HEADER
/*--------------------------------------------------*/

#header h1 {
	height: 58px;
	margin: 0px;
	padding: 0px;
	background: url(../img/lampl_enterprises.png) no-repeat;
}

#header h1 span {
	display: none;
	visibility: hidden;
}

#header h1 a {
	display: block;
	height: 58px;
	width: 160px;
}

/*--------------------------------------------------*/
/* CONTENT
/*--------------------------------------------------*/

#content {
	background: url(../img/content_bg.png) repeat-y;
	padding: 0px;
	width: 640px;
}

#contentHeader,
#content3,
#content4,
#contentFooter {
	visibility: hidden;
	display: none;
}

#content1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 162px;
}

#content2 h1 {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: -45px 0px 0px 0px;
	padding: 0px;
}

#content2 {
	background: url(../img/content_logo_bg.png) no-repeat;
	margin: 0px 0px 0px 162px;
	min-height: 260px;
	padding: 18px 15px;
	width: 448px;
}

#content2.noHeader {
	padding-top: 16px;
}

/*--------------------------------------------------*/
/* FOOTER
/*--------------------------------------------------*/

#footer {
	margin: 0px;
	padding: 0px;
	height: 18px;
}

/*--------------------------------------------------*/
/* FORMS
/*--------------------------------------------------*/

fieldset {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
	display: none;
}

#form1 {
	margin: 0px;
	padding-bottom: 0px;
}

#form1 label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin: 0px 7px 0px 0px;
	font-weight: bold;
}

#form1 label.note {
	width: auto;
	text-align: left;
	margin: 0px;
	float: none;
	font-size: 9px;
	font-weight: normal;
}

#form1 label.checkbox {
	float: none;
	width: auto;
	margin: 0px 0px -10px 0px;
	text-align: left;
	display: block;
	padding-top: 2px;
}

#form1 label.required {
	font-weight: bold;
}

#form1 label.invalid {
	color: #FFF;
}

#form1 label.valid {
	color: #666;
}

#form1 input.withLabel {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#form1 input[type="text"],
#form1 textarea {
	width: 300px;
}

#form1 textarea {
	height: 150px;
}

#form1 input[type="text"],
#form1 input[type="password"],
#form1 input[type="file"],
#form1 textarea,
#form1 select {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #AAA;
	border: 1px solid #555;
	background: #222;
	margin-bottom: 6px;
	padding-left: 3px;
}

#form1 select optgroup,
#form1 select optgroup option {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999;
}

#form1 input[type="submit"],
#form1 input[type="button"] {
	background: #333;
	border: 1px solid #555;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
}

#form1 input[type="submit"]#submit {
	color: #aaa;
}

#form1 input[type="button"]#cancel {
	color: #600;
}

