/* Original style page found at http://css.maxdesign.com.au/listutorial/ */
/* This file will change to suit my aesthetic, but I thank them for a wonderful start! */
/* The sticky footer comes from http://ryanfait.com/sticky-footer/ */
/* I recommend checking his site to see it without my changes mixed in. */

*
{
	margin: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #E5EAF0;
	color: #000;
	height: 100%
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em;
}

header, h1 { display: none !important; }

h2, h3
{
	background-color: transparent;
	color: #2D5781;
}

h2 { font-size: 140%; }

h3
{
	font-size: 110%;
	margin-top: 20px;
}

.clearboth { clear: both; }

#header
{
	width: 100%;
	height: 72px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/fairtab_logo3.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

#contentblock
{
	width: 30em;
	margin-left: 30px;
	padding-top: 10px;
}

code
{
	display: block;
	border: 1px solid #666;
	background-color: #fff;
	padding: 10px;
	color: #333;
	font-family: courier, "courier new", monospace;
}

#nav
{
	margin: 0;
	font-size: 90%;
	background-color: #2D5781;
	padding: 2px 0;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#nav a:link, #nav a:visited
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #2D5781;
	background-color: #fff;
}

#nav2
{
	margin: 0;
	font-size: 90%;
	background-color: #89A0B8;
	padding: 1px 0;
}

#nav2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#nav2 a:link, #nav2 a:visited
{
	color: #036;
	background-color: transparent;
	text-decoration: none;
}

#nav2 a:hover, #nav2 a:active
{
	color: #fff;
	background-color: #2D5781;
}

.mainmenu
{
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

.mainmenu li
{
	padding-left: 10px;
	background: url(/listamatic/images/arrow.gif) no-repeat 0 .3em;
	font-size: 95%;
}

a:link
{
	color: #036;
	background-color: transparent;
}

a:visited
{
	color: #888;
	background-color: transparent;
}

a:hover, a:active
{
	color: #600;
	background-color: transparent;
}

table
{
	margin: 1em 0 0 1em;
	color: #333;
	background-color: #FFF;
	border-collapse: collapse;
}

th
{
/*	text-align: left;*/
	color: #000;
	background-color: #bbb;
	font-weight: bold;
}

tbody
{
	background-color: #fff;
	font-weight: normal;
}

.odd
{
	background: #e8edff; 
}

.tablefooter
{
	color: #000;
	background-color: #ced;
	font-weight: bold;
	border-top: 1px solid #000;
}

tbody .row2 th { background-color: #ddd; }
.row2 { background-color: #ddd; }
.foo { background-color: #98BAe0; }

caption
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666;
	background-color: transparent;
}

.submitlist li { margin-bottom: 1em; }

.new
{
	color: #900;
	background-color: transparent;
	font-weight: bold;
}

#content
{
	float: left;
	width: 500px;
	margin: 1em 0 0 20px;
}

#sidebar
{
	float: left;
	width: 200px;
	margin: 1em 0 0 20px;
	padding: 10px;
	background: #D9DEE4;
}

#tips
{
	position:absolute;
	top:0em;
	right:0em;
	max-width:30em;
	color:#77b;
	z-index:1;
}

#content h2, #content h3, #content p, #content ul, #content ol { margin-left: 0; }
#content p, #content ol { width: auto; }
#content ul, #content ol { padding-left: 0; }
#sidebar h2 { margin: 0; }
#sidebar h2, #sidebar h3, #sidebar p, #sidebar ul, #sidebar ol { margin-left: 0; }
#sidebar p, #sidebar ol { width: auto; }
#sidebar ul, #sidebar ol { padding-left: 0; }

.footer, .push {
	height: 1.5em;
}

footer
{
	clear: both;
	font-style: normal;
	width: 33em;
	border-top: 1px solid #666;
	margin: 20px 0 20px 30px;
	font-size: 90%;
	padding-top: 5px;
}

#footer p { margin-left: 0; }


.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform
{
font-size:100%;
margin:1em;
width:36em;
padding:1em;
}
/* ----------- Wide Form ----------- */
.wideform
{
font-size:100%;
margin:1em;
width:auto;
min-width:54em;
padding:1em;
border:solid 2px #036;
background:#def;
}
.wideform h4 {
font-size:100%;
font-weight:bold;
margin-bottom:8px;
margin-top:2px;
}
.wideform p {
font-size:90%;
color:#335;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
.wideform label{
display:block;
font-weight:bold;
text-align:right;
width:20%;
max-width:12em;
float:left;
padding:.1em;
margin:.1em 0 1em 1em;
clear:both;
}
.wideform .small{
float:right;
color:#666666;
display:inline;
font-size:80%;
font-weight:normal;
text-align:right;
width:auto;
}
.wideform input{
float:left;
padding:.1em;
border:solid 1px #aacfe4;
width:75%;
margin:.1em 0 2em 1em;
}
.wideform button{
float:left;
clear:both;
margin-left:150px;
width:12em;
height:3em;
background:#666666;
text-align:center;
line-height:3em;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #036;
background:#def;
}
#stylized h4 {
font-size:100%;
font-weight:bold;
margin-bottom:8px;
margin-top:2px;
}
#stylized p{
font-size:90%;
color:#335;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:4em;
float:left;
padding:.1em;
margin:.1em 0 1em 1em;
clear:both;
}
#stylized input{
float:left;
padding:.1em;
border:solid 1px #aacfe4;
width:28em;
margin:.1em 0 1em 1em;
}
#stylized .small{
color:#666666;
display:block;
font-size:50%;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized button{
float:left;
clear:both;
margin-left:150px;
width:12em;
height:3em;
background:#666666;
text-align:center;
line-height:3em;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
}