﻿/***
	Controls the formatting of all the table cells down the left hand side
	of the login.aspx page.

	.SideLinks3 resides in Common.css
***/

.SideLinks1
{
	background-color:#FF1100;
	padding:8px;
	color:White;
	font-weight:bold;
}

.SideLinks2
{
	background-color:#CCCCCC;
	padding:8px;
}

.SideLinks2 a
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.SideLinks2 a:hover
{
	text-decoration:underline;
	color:#000000;
}