#mainDiv
{
	position: absolute;
	top: 20px;
	left: 50px;
}

/* Login page: CERN Authentication */
table.MainTable
{
	background-image: url(../../images/authbgedh.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 460px;
	height: 442px;
}

tr.first 
{
	height: 70px;
	vertical-align: top;
}

tr.second
{
	height: 342px;
	vertical-align: top;
}

tr.third
{
	visibility: hidden;
	height: 0px;
	vertical-align: top;
}


table.LoginTable
{
	border: solid 1px #79A7E3;
	width: 100%;
}
table.SecondTable
{
	width: 400px;
}

hr.hacheair
{
	color: #3861aa;
}

.LoginTitle
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	text-align: center;
	font-size: larger;
}

.Links
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
}
.Links a
{
	text-decoration: none;
	color: #005097;
}
.Links a:hover
{
	text-decoration: none;
	color: red;
}
.Links a:visited
{
	text-decoration: none;
	color: #005097;
}

table.AutomateTable
{
	width: 400px;
	border: solid 1px #79A7E3;
}

.Automate
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	color: #00732E;
}
.Automate a
{
	text-decoration: none;
	color: #005097;
}
.Automate a:hover
{
	text-decoration: none;
	color: red;
}
.Automate a:visited
{
	text-decoration: none;
	color: #005097;
}

.helpdesk
{
	color: Black;
}
.helpdesk a
{
	color: blue;
}

/* Signout page */
td.SignoutLeft
{
	width: 50%;
	border-bottom: dotted 1px #79A7E3;
	font-weight: bold;
}
td.SignoutCenter
{
	border-left: dotted 1px #79A7E3;
}
td.SignoutRight
{
	width: 50%;
	border-bottom: dotted 1px #79A7E3;
	font-weight: bold;
}
