/* main elements */

body, div_, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

body_ {
	background-color: #222222;
/*	background-image: url(../images/banner-graphic.png); */
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
*	min-width: 600px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div_ {
	margin: 5px 25px 5px 25px;
	text-align: left;
}

/* header and footer elements */

/*#main {
	margin: 0 auto;
	position: relative;
	top: 13px;
	left: 0px;
	width: 560px;
	text-align: left;
}*/

.header {
	background: #ffffff;
	border: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
	width: 100%;
}
.footer {
	background: #ffffff;
	border: none;
	margin-top: 20px;
	border-top: 1px solid #999999;
	width: 100%;
}
.footer td {color: #999999;}
.footer a:link {color: #999999;}

	
/* text styles */

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
/*	color: #7db223;*/
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color: #555555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.error {
	color: red;
}
.error2 {
	color: red;
	font-weight: bold;
}
.errorBold {
	color: red;
	font-weight: bold;
}
.errorStrikeOut {
	color: red;
	text-decoration: line-through;
}

.highlight {
	color: green;
}

a {
	text-decoration: underline;
	font-size: 13px;
}

/*
a:link {
	color: #7db223;
}

a:hover {
	color: #456314;
}

a:active {
	color: #7db223;
}

a:visited {
	color: #7db223;
}
*/

ul {
/*	list-style: disc url(../images/bullet-arrow.png);*/
}

li {
	padding-top: 5px;
	text-align: left;
}

li ul {
/*	list-style: square url(images/sub-bullet.gif);*/
}

li ul li ul {
	list-style: circle none;
}

/* table elements */

table {
	background: #c6c7d3;
	width: 100%;
/*	margin: 3px 0 0 0;*/
	border: 4px solid #c6c7d3;
	border-collapse: collapse;
	text-align: left;
}

table table {
/*	margin: -5px 0;*/
	border: 0px solid #d6d7c3;
/*	width: 100%;*/
}

table.outer {
	background: #f7f7f7;
	width: 800px;
/*	margin: 2px 0 0 0;*/
	border: 1px solid #777777;
	border-collapse: collapse;
}

table.listall {
	background: #f7f7f7;
	width: 100%;
/*	margin: 2px 0 0 0;*/
	border: 1px solid #777777;
	border-collapse: collapse;
}

table.form {
	background: #efefef;
	width: auto;
/*	margin: 2px 0 0 0;*/
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.inner {
/*	margin: -5px 0;*/
	border: 0px solid #d6d7c3;
/*	width: 100%;*/
}

table.partners {
	background: #c7c7c7;
	width: 800px;
/*	margin: -5px 0;*/
}

table td, table th {
	padding: 8px;
}

table th {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

table.inner td, table.inner th {
	padding: 4px;
}

table.listall_inner td, table.listall_inner th {
	padding: 3px;
	font-size: 11px;
}
table.listall_inner td.rKey, table.listall_inner th.rKey, table.listall_inner td.leaseDate, table.listall_inner th.leaseDate {
	background: #e0e0e0;
}

table.partners td {
	padding: 0px;
}

table.partners a {
	color: #707070;
	text-decoration: none;
	font-size: 10px;
/*	text-transform: none;
	font-variant: normal;*/
}

/*
table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #c2ceaf;
}

table a:link {color: #303030;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color: #ffffff;
	border: none;
}

.table-buttons td {
	border: none;
}

.submit input {
*/
/*	background:url(../images/submit-bg.png) repeat-x;*/
/*
	border: 2px outset #d7b9c9;
	color:#383838;
	padding:2px 10px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}
*/