﻿html
{
	background-color: Black !important;
}
input[type="text"],
input[type="password"]
{
	width: 200px;
}
div.toolBar
{
}
div#container
{
	width: 960px;
	margin: auto;
}
div.TALoginHeader 
{
    width: 960px;
    height: 100px;
    overflow:hidden;
    background:url('../Images/Logos/talogo2.png') no-repeat #000;
    color:#777;
    text-align:center;
    font-family:Helvetica, Arial, sans-serif;
}
div.TALoginHeader .lLoginHeader
{
    display:block;
    margin-top:40px;
    text-transform:uppercase;
    font-size:30px;
    font-weight:bold;
    letter-spacing:2px;
    line-height:0;
    margin-bottom:10px;
}
div.TALoginHeader .lLoginSubHeader 
{
    text-transform:uppercase;
    font-size: 16px;
}
a:link
{
	color: #d0d0d0;
}
a:visited
{
	text-decoration: none;
	color: #d0d0d0;
}
a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
a:active
{
	text-decoration: none;
	color: #ffffff;
}