body
{
    font-family:Arial;
    color:#444d3e;
    text-align:center;
}
div.centered
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}
table
{
	margin-left:auto;
	margin-right:auto;
    border-collapse:collapse;
    border-style:solid;
    border-color:#444d3e;
}
th
{
    background-color:#e9ecdc;
    font-weight:bold;
}
th,td
{
    border-width:1px;
    border-color:#444d3e;
    border-style:solid;
    padding:3px;
}
td
{
    font-size:smaller;
}



.spacer
{
    float:none;
    clear:both;
}
.inline
{
    margin:0px;
    padding:0px;
}
.inline li
{
    display:inline-block;
    vertical-align:top;
    *display:inline;    /* IE weirdness */
}
.heading
{
	font-size:14pt;
	font-weight:bold;
}
.inviteLinkHeadingBlue
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
	color : rgb(18, 137, 205);
	vertical-align: inherit;
	text-decoration: none;
}
.error
{
	font-size:smaller;
	color:Red;
}
.entryForm
{
	border:0;
	text-align:right;
}
.entryForm td
{
	border:0;
}
.note
{
	font-size:smaller;
	font-style:italic;
}
.footer
{
	font-size:10pt;
}
.greyBox
{
    background-color:#F2F2F2;
    border-style:solid;
    border-width:1px;
    padding:10px;
}
.inviteLinkFooterBlue
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
	color : rgb(18, 137, 205);
	vertical-align: inherit;
	text-decoration: none;
}
table.borderlessList
{
    margin-left:0px;
}
.borderlessList td
{
    border-style: none !important;
}

.clip_button { width:150px; text-align:center; border:1px solid black; background-color:#ccc; margin:10px; padding:10px; cursor:default; font-size:9pt; }
.clip_button.hover { background-color:#eee; }
.clip_button.active { background-color:#aaa; }

a:link, a:visited, a:active
{
	text-decoration:none;
	color:#0088CC;
}
a:hover
{
	text-decoration:underline;
	color:#0088CC;
}
.nullLink
{
	text-decoration:none !important;
	color:inherit !important;
}

.greenButton
{
    color:White;
    font-weight:bold;
    font-size:18px;
}
