/* Simple 2-Column CSS Page */

body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #69c;
}

#container {
	text-align: left;
	border: 4px solid #369;
	padding: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: auto;
	width: 600px;
	overflow: auto;
	background: white url(../images/corp/bg_keys.jpg) no-repeat 300px top;
	/* background: white url(../images/corp/bg.jpg) no-repeat left bottom; */
}

#col1 {
	float: left;
	width: 45%;
	text-align: center;
	padding-left: 1em;
	padding-bottom: 4em;
	background: url(../images/corp/bg_keys.jpg) no-repeat left top;
	height: 430px;
}

h1 {
	font-weight: bold;
	font-size: 5em;
}

h1 span {
	font-size: .25em;
	position: relative;
}

h2 {
	color: gray;
	font-style: italic;
}

p {
	font-size: .8em;
}

table {
	border-collapse: collapse;
	width: 50%;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

th {
	background: #a0a9b2;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	white-space: nowrap;
}

th.header {
	background-image: url(../images/chrome/icons/th-sort.png);
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	border-right: 1px solid #dad9c7;
	margin-left: -1px;
}

th.headerSortUp {
	background-image: url(../images/chrome/icons/th-dn.png);
	background-color: #b7c2cc;
}

th.headerSortDown {
	background-image: url(../images/chrome/icons/th-up.png);
	background-color: #b7c2cc;
}

td {
	padding: 6px 11px;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

tr.alt td,
tr.odd td {
	background: #edeff1;
}

tr.over td, tr:hover td {
	background: #c9d4df;
}

a.button {
	display: block;
	width: 120px;
	text-align: center;
	padding: .5em;
	background-color: #bdc7d2;
	border: 1px outset #a0a9b2;
	font-weight: bold;
	color: white;
	margin: 0 .5em .5em 0;
}

.controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section {
	border-top: 1px solid #BBB;
	margin-top: 15px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	padding-bottom: 0px;
	background-color: white;
}

.right {
	float: right;
	margin-left: 1em;
}

p.smallprint {
	color: gray;
	font-size: .5em;
}

em {
	font-style: italic;
}

.section ul {
	list-style: none;
	margin-top: 5px;
}

.section ul li {
	display: inline;
}

.section ul a {
	background-color: #ECECEC;
	border: 1px solid #999999;
	padding: 5px 5px 10px;
	display: block;
	float: left;
	margin: 5px;
}

.section ul a:hover {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.section ul a img {
	border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
	border: 1px dotted #999999;
}

.section span.code {
	font-family: "Courier New", Courier, monospace;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 11px;
	border-left: 1px solid #000;
}

.section .link {
	font-size: 12px;
	font-style: italic;
	padding-left: 10px;
	margin-left: 10px;
}

.section .important {
	text-decoration: underline;
}

.section .title {
	font-weight: bold;
	font-size: 16px;
}

.clear {
	clear: left;
}

.section.header {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	border-top: none;
}

.section.footer {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
