﻿#txtUser, #txtPassword
{
	width : 98%;
	height : 17px; 
	font-size : 8pt;
	border-style : inset;
	border-width : 1px;
	border-color : Black;
	font-family : century gothic;
}
.loginButton
{
	background-color : Gray;
	color : White;
	font-weight : bold;
	border-color : Gray;
	border-width : thin;
	font-family : century gothic;
}
.logintbl
{
	width : 214px;
	height : 125px;
    background-color : transparent;
}
.loginhdrcell
{
	font-family : Century Gothic;
	font-size : 16pt;
	font-weight : 500;
	color : Black;
}
.usernamelabel, .passwordLabel
{
	font-family : century gothic;
	font-size : 10pt;
	font-weight : 500;
	color : black;
}

.loginCell
{
	text-align : right;
}
a.lnkforgotpassword
{
	color : Black;
	font-family : century gothic;
	font-size : 8pt;
}
.tcForgotPword
{
	
}
span.forgotEmailLabel
{
	font-family : Century Gothic;
	font-size : 10pt;
	color : Silver;
	font-weight : bold;
}
span.forgotHeaderText
{
	font-family : Century Gothic;
	font-size : 14px;
	color : White;
	font-weight : bold;
}
input.txtForgotEmail
{
	height : 20px;
	width : 210px;
	font-size : 8pt;
}

span.retrieveTextFail
{
	font-family : Century Gothic;
	font-size : 16px;
	color : Red;
	font-weight : bold;
}
span.retrieveTextSuccess
{
	font-family : Century Gothic;
	font-size : 14px;
	color : White;
	font-weight : bold;
}

.lgnFailed
{
	font-family : century gothic;
	font-size : 10pt;
	color : #FF0000;
	font-weight : 500;
}

.loggedInTableHeader
{
	font-family : century gothic; 
	font-size : 10pt; 
	font-weight : bold; 
	color : Black;
	background-color : transparent;
	text-align : Left;
}

table.loggedInTable
{
	width : 215px;
}

td.loggedInLeftCol
{
	font-size : 10pt; 
	font-weight : 400; 
	color : Black;
	font-family : century gothic;
	background-color : transparent;
}
td.loggedInRightCol
{
	text-align : right;
	background-color : transparent;
	color : Black;
	font-family : century gothic;
	font-size  : 10pt;
	font-weight : 400;
}
td.loggedInCenterCol
{
	background-color : transparent;
	text-align : center;
	font-family : century gothic;
	font-size  : 10pt;
	font-weight : 400;
}
input.emailInput
{
	font-family : century gothic;
	font-weight : 400px;
	color : Black;
	width : 96%;
	height : 20px;
	font-size : 9pt;
	border-style : inset;
	border-width : 1px;
	border-color : Black;
	background-color : White;
}
a.logoutLink, a.referralLink
{
	font-family : century gothic;
	font-size : 10pt;
	color : #cc0000;
}
a.logoutLink:hover
{
	font-family : century gothic;
	font-size : 10pt;
	color : #cc0000;
	text-decoration: line-through;
}
a.toolsLink
{
	text-decoration : underline;
	font-family : century gothic;
	font-size  : 10pt;
	font-weight : 400;
	color : Black;
}
a.toolsLink:hover
{
	text-decoration : line-through;
	font-family : century gothic;
	font-size  : 10pt;
	font-weight : 400;
	color : Black;
}
