.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}
.row {
	width: 800px;
	margin: 0 auto;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1e1e1e;
	background: #75b5f8 url(sun-bg.gif) no-repeat top right;
	height: auto;
}

h1 {
	font-family: 'Reenie Beanie', Arial, sans-serif;
	font-size: 44px;
}

h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

#header {
	height: 70px;
	margin-top: 10px;
	color:  #FFF;
}

#airlock {
	background-color: #FFF;
	padding: 25px;
	margin-left: -12px;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-transition:color,background-color .1s ease-in;
}

input, textarea {
	font-size: 14px;
    color: #7c7972;
    border: solid 1px #e0c7a0;
    background: #f9ead2;
    padding: 8px;
	width: 200px;
}

input.button {
	width: auto !important;
	cursor: hand;
}

#emailform input, #emailform textarea {
	width: auto !important;
}

.hidden {
	display: none;
}

.right {
	text-align: right;
}

/* Tables */

table.def {
	text-align: left;
	width: 100%;
}
table.def thead tr th, table.def tfoot tr th {
	padding: 4px;
	border-bottom: solid 2px #393;
}
table.def thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.def tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.def tbody tr.odd td {
	background-color:#F0F0F6;
}
table.def thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.def thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.def thead tr .headerSortDown, table.def thead tr .headerSortUp {
background-color: #eefbec;
}
table.smallTable {
	font-size: 8pt;
}
