﻿*
{
	margin: 0;
}

html, body, form
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: Black;
	color: White;
	text-align:center;
	background: black;
	margin: 0;
}

div.contentWrapper, div.footer
{
	max-width: 1024px;
	min-width: 640px;
}

div.contentWrapper
{
	max-width: 1024px;
	min-width: 640px;
	text-align: left;
	clear: both;
	background: #111;
	overflow: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -50px;
}

.footer, .footerPush {
	height: 50px;
}

div.menu
{
	width: 100px;
	float: left;
	padding: 5px;
}

div.mainContent
{
	margin-left: 105px;
	padding: 5px;
}

div.footer
{
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}

.copyrightNotice
{
	text-align: center;
	display: block;
	height: 31px;
	line-height: 31px;
}

.absoluteHorizontal
{
	position: absolute;
	left: 0;
	width: 100%;
}

div.w3ValidIcons
{
	float: right;
	padding: 0 5px 5px 5px;
}

div.w3ValidIcons img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6, h7, p
{
	margin-top: 0px;
	margin-bottom: 0.4em;
}

h1 { font-size: 18px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }

p + h2, p + h3, p + h4, p + h5, p + h6, p + h7
{
	margin-top: 1em;
}

a
{
	color: #900;
}

dd
{
	margin-bottom: 0.5em;
}

/* Login page */

div.directIdentities
{
    margin-top: 25px;
}

div.directIdentities img, div.directIdentities input
{
    margin-right: 25px;
    margin-bottom: 25px;
}


/* End Login page */

/* Gig statistics */

table.gigStatistics
{
	margin-bottom: 15px;
}

table.gigStatistics tr td:nth-child(4n-1),
table.gigStatistics tr td:nth-child(4n+1)
{
	/* Amount and rank columns */
	text-align: right;
}

/* End gig statistics */

div.loginStatus
{
	margin-top: 20px;
}

div.bannerOpenId
{
	margin-top: 20px;
}

div.loginBox h2
{
	margin-top: 34px;
}

table.infoTable
{
	border-collapse: collapse;
}

table.infoTable td
{
	vertical-align: top;
}

table.infoTable h3
{
	margin-top: 0.4em;
	margin-bottom: 0;
}

table.infoTable tr td
{
	padding-right: 5px;
}

/* Forms */
table.form
{
	border-collapse: collapse;
}

table.form td
{
	vertical-align: middle;
}

table.form tr.multiline td
{
	vertical-align: top;
}

table.form h3
{
	margin-top: 0.4em;
	margin-bottom: 0;
}

table.form tr td
{
	padding-right: 5px;
}

table.form tr.buttons td 
{
	text-align: center;
	padding-top: 5px;
}

/* End forms */

/* Floating blocks */

div.floatRight
{
    float: right;
    text-align: right;
    margin: 10px 0px 10px 10px;
}

div.floatRight div.caption
{
    font-size: 80%;
}

div.floatRight div.caption a
{
    color: inherit;
}

/* End floating blocks */
