﻿#mainDiv
{
	text-align: center;
}

/* Login page: CERN Authentication */
table.MainTable
{
/*	background-color: #00274C; */
	background-image: url(/images/cernbg6.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 800px;
	height: 400px;
	text-align: center;
}

tr.first 
{
	height: 20px;
	vertical-align: top;
}

tr.second
{
	height: 342px;
	vertical-align: top;
}

tr.third
{
	
	vertical-align: top;
}

table.LoginTable
{
	border: solid 1px #f0f0f0;
	width: 370px;

	background-image: url(/images/bluebg2.jpg); 
	background-repeat: repeat-x; 
	/*background-color: #eff7ff;	*/
	background-color: #E7EEF9;
}

table.SecondTable
{
	border: solid 1px #f0f0f0;
	width: 370px;
	background-image: url(/images/bluebg2.jpg); 
	background-repeat: repeat-x; 
	/*background-color: #eff7ff;	*/
	background-color: #E7EEF9;
}

hr.hacheair
{
	color: white;
}

.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: 370px;
	background-image: url(/images/graybg.jpg); 
	background-repeat: repeat-x; 
	/*background-color: #F4FBF7;*/ 
	background-color: #f8f8f8; 
	border: solid 1px #f0f0f0;
}

.Automate
{
	font-family: Verdana, Helvetica, Arial;
	vertical-align: middle;
	color: #00732E;
}
.Automate a
{
	font-weight: bold;
	text-decoration: none;
	color: #005097;
}
.Automate a:hover
{
	text-decoration: none;
	color: red;
}
.Automate a:visited
{
	text-decoration: none;
	color: #005097;
}

table.LeftInfoTable
{
	width: 370px;
	background-image: url(/images/graybg.jpg); 
	background-repeat: repeat-x; 
	/*background-color: #F4FBF7;*/ 
	background-color: #f8f8f8; 
	border: solid 1px #f0f0f0;
}

.LeftInfo
{
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	vertical-align: middle;
	color: black;
	text-align: center;
	font-size: 12px;
}
.LeftInfo a
{
	text-decoration: none;
	color: #005097;
}
.LeftInfo a:hover
{
	text-decoration: none;
	color: red;
}
.LeftInfo a:visited
{
	text-decoration: none;
	color: #005097;
}

.helpdesk
{
	color: black;
}
.helpdesk a
{
	color: #3861aa;
	text-decoration: none;
}
.helpdesk a:hover
{
	color: #454545;
	text-decoration: underline;
}


/* Signout page */
td.SignoutLeft
{
	width: 50%;
	border-bottom: dotted 1px black;
	font-weight: bold;
}
td.SignoutCenter
{
	border-left: dotted 1px black;
}
td.SignoutRight
{
	width: 50%;
	border-bottom: dotted 1px black;
	font-weight: bold;
}

