﻿body 
{
    font-family: Arial,sans-serif;
    font-size: 12px;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
}

a {font-weight: bold;}
A:link      { text-decoration:none; }
A:visited 	{ text-decoration:none; }
A:active 	{ cursor:pointer; text-decoration:none; }
A:hover 	{ cursor:pointer; text-decoration:underline; }
		
A.bodyLink:link     { text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ cursor:pointer; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ cursor:pointer; text-decoration:underline; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
 }

hr {
	border: 0;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
}

.menutextindent
{
	font-size: 11px;
}

.NoSpam
{
	font-size: large;
	font-weight: bold;
}
/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
}

h2
{
	font-size: medium;
	margin-top: 30;
	margin-bottom: -15;
}
	
h3
{
	font-size: small;
	margin-bottom: -15;
}

.LoginCell
{
	padding-bottom: 20px;
}

.LabelCell
{
	width: 120px;
}

.ValueCell, .LabelCell
{
	padding-bottom: 10px;
}

.RefreshLinkContainer
{
	width: 100%;
}

.RefreshLink, .RefreshLink a
{
	float: right;
	margin-top: -10px; 
	font-weight: bold;
}

.DeliverLink, .DeliverLink a
{
	float: right;
	margin-top: -10px; 
	font-weight: bold;
	padding-right: 50px;
}

.LogoutLink
{
	width: 100%;
	font-weight: bold;
	position: absolute;
	top: 90px;
}

.LogoutLinkCell
{
	text-align: right;
	padding-right: 40px;
}

.LogoutLink a
{
	font-weight: bold;
}

/*.Button
{
	background-position: center top;
	background-repeat: repeat-x;
	border-top-style: none;
	border-bottom-style: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
	border-right: #F7F8FA 1px solid;
	border-left: #F7F8FA 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}*/

.ButtonPanel
{
	margin-top: -10px;
}

.SpamListButtonPanel
{
	margin-top: 10px;
}


/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	background-repeat: repeat-x;
}

td.logo
{
	text-align: left;
	/*width: 210px;*/
}

td.title 
{
	text-align: center;
	font-size: x-large;
	font-weight: bolder;
}

.User
{
	font-size: large;
	text-transform: lowercase;
}

td.headerbar 
{
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
	height: 22px;
}

td.menu 
{
	width: 184px;
	height: 250px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-size:xx-small;
	font-weight: normal;
	text-align: right;
}

.PasswordLabel
{
	font-size: 24px;
	/*letter-spacing: 1px;*/
}

.RepeaterHeader
{
	font-weight: bold;
	height: 25px;
	padding-left: 4px;
	color: #ffffff;
}

.RepeaterItem
{
	height: 25px;
	padding-left: 4px;
}

.RepeaterAlternatingItem
{
	height: 25px;
	padding-left: 4px;
}

.Footer
{
	display: inline;
}

.Error
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}