﻿TABLE.LoginBaseTable {
    background-color: #EDEDED;
    border-top: solid 1px White;
    border-left: solid 1px White;
    border-right: solid 1px ButtonShadow;
    border-bottom: solid 1px ButtonShadow;
}

IMG.ImageInset {
    border-top: solid 1px ButtonShadow;
    border-left: solid 1px ButtonShadow;
    border-right: solid 2px White;
    border-bottom: solid 2px White;
    margin: 4px;
}

DIV.AboveLogin {
    height: 200px;
}

.LogoutPageHeader
{
	BORDER-bottom: 		#9b9b9b 1px solid;
	font-family: 		Arial, Tahoma;
	font-size :         9pt;
	FONT-WEIGHT: 		bold; 
	height : 			22px;
    text-align:         left;
	TEXT-DECORATION: 	none;
	COLOR: 				Black;
    background-image:   url("Tabs/TabToolTextBG.gif");
    background-repeat:  repeat-all;
}

.greysmall {
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#666666;
	font-weight:bold;
    BACKGROUND-COLOR: #F4F4F4;
}
.greysmall a:link
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#cd5e0c;
	text-decoration:underline;
}
.greysmall a:active
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#f7971c;
	text-decoration:underline;
}
.greysmall a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#cd5e0c;
	text-decoration:underline;
}
.greysmall a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
