/******************************************************************************
/*PURPOSE:  Defines styles for various elements, classes, and ids 
/*-----------------------------------------------------------------------------
/*PROJ_ID: 7775
/*MODEL:  20100630
/*CHANGE_DESCR:  Corrected styles for login pages.
/*-----------------------------------------------------------------------------
/*MODEL:  20100630
/*CHANGE_DESCR:  Corrected styles for login pages.
/*****************************************************************************/


a.navlinks:link	{color: blue; font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a.navlinks:active	{color: blue; font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a.navlinks:visited	{color: blue; font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a.navlinks:hover	{color: blue; font-family: Trebuchet MS, Arial, Verdana, sans-serif;font-size: 12px; font-weight: bold;}

a.Metlink:link	{color: blue; font-family: Frutiger, Frutiger Linotype, Arial, sans-serif; font-size: small; font-weight: bold;}
a.Metlink:active	{color: blue; font-family: Frutiger, Frutiger Linotype, Arial, sans-serif; font-size: small; font-weight: bold;}
a.Metlink:visited	{color: blue; font-family: Frutiger, Frutiger Linotype, Arial, sans-serif; font-size: small; font-weight: bold;}
a.Metlink:hover	{color: blue; font-family: Frutiger, Frutiger Linotype, Arial, sans-serif; font-size: small; font-weight: bold;}

/*XXXX*/
a.menubtn{
background-color: white; 
border: none;
color: black; 
cursor: pointer;
font-family: Trebuchet MS, Arial, Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
outline: none; 
text-decoration: none;
}

a.menubtn:link,
a.menubtn:active,
a.menubtn:visited {
background-color: white; 
color: black; 
cursor: pointer;
}
a.menubtn:hover {
color: blue; 
font-size: 16px;
}
/*XXXXx*/

html,
body
{
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	height: 95%; /*XXXX*/
	min-height: 95%;
	width: 100%;
	min-width: 100%;
	text-align: center;   /* kludge to center divs in IE 6 and earlier */
}

html>body #container
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}
html>body #TLHeader
{
	position: fixed;
	z-index: 10;
}
html>body #content-container
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}
html>body #content
{
	border-top: 50px #C6D2E5 solid; /*XXXX*/
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}

html>body #TLContent
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	padding-top: 65px;
}

/*XXXX*/
input.menubtn {
background-color: white; 
border: none;
color: black; 
cursor: pointer;
font-family: Trebuchet MS, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
outline: none; 
width: 150px;
text-decoration: none;
}
/*XXXXx*/

div#TLHeader
{	background-color: #bdc6de;
	border-bottom: medium #C6D2E5 solid;
	color: blue;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 0;
	height: 55px;
	max-height: 55px;
	min-height: 55px;
	width: 100%;
	min-width: 100%;
}
#TLHeader .logo
{	background-color: inherit;
	border-bottom: inherit;
	color: inherit;
	height: inherit; /*XXXX*/
	float: left;
	padding: 0; /*XXXX*/
	padding-left: 10px;
	text-align: left;
	vertical-align: baseline;
}
#TLHeader .links
{	background-color: inherit;
	border-bottom: inherit;
	color: inherit;
	height: inherit;
	float: right;
	padding: 0;
	padding-left: 8px;
	padding-right: 2px;
	text-align: right;
	vertical-align: top;
}
#TLBody
{	background-color: white;
	color: black;
	font-family: Frutiger, Frutiger Linotype, Arial, sans-serif;
	font-size: small;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	padding: 0;
	overflow: hidden;
	text-align: center;  /* kludge to center divs in IE 6 and earlier */
}
#TLBody h1
{
	background-color: white;
	border-bottom: thin #C6D2E5 solid;
	font-family: inherit;
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}
#TLBody .borders
{
	border-left: 130px #dce6ff solid;
	border-right: 130px #dce6ff solid;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0 5px;
	padding-top: 15px;
	text-align: left;
}
#TLBody .left
{
	background-color: #dce6ff;
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 14%;
	min-width: 130px;
	margin: 0;
	padding: 10px 2px;
	overflow: auto;
	text-align: left;
}
#TLBody .center
{
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 70%;
	min-width: 70%;
	margin: 0;
	padding: 0 5px;
	padding-top: 10px;
	text-align: left;
}
#TLBody .right
{
	background-color: #dce6ff;
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 13%;
	min-width: 130px;
	margin: 0;
	padding: 10px 2px;
	overflow: auto;
	text-align: left;
}
#TLBody .cleft
{
	/*	border: thin black solid;*/
	background-color: #dce6ff;
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 14%;
	min-width: 130px;
	margin: 0;
	padding: 10px 2px;
	overflow: auto;
	text-align: center;
}
#TLBody .ccenter
{
/*	border: 5px white solid;*/
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 70%;
	min-width: 70%;
	margin: 0;
	padding: 1em 10px;
	text-align: center;
}
#TLBody .cright
{
	/*	border: thin black solid;*/
	background-color: #dce6ff;
	float: left;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	min-height: 100%;
	width: 13%;
	min-width: 130px;
	margin: 0;
	padding: 10px 2px;
	overflow: auto;
	text-align: center;
}
#TLBody .pagetitle
{
	font-family: inherit;
	font-size: large;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: thin #C6D2E5 solid;
}
#TLBody .pagecontent
{
	padding: 10px 0;
}

#TLIntro
{
	padding: 0;
	padding-top: 20px;
	padding-left: 10%;  /*7775*/
	padding-right: 10%;  /*7775*/
	text-align: center;
	vertical-align: top;
}
#TLIntro .spacer
{
	float: left;
	height: 100%;
	min-height: 50px;
	width: 15%;
	min-width: 15%;
	padding: 0;
	vertical-align: top;
}
#TLIntro .welcome
{
	color: black;
	font-family: Frutiger, Frutiger Linotype, Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	height: 100%;
	min-height: 50px;
	width: 70%;
	min-width: 70%;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
#TLIntro .maintenance
{
	color: red;
	font-family: Frutiger, Frutiger Linotype, Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 100%;
	min-height: 50px;
	width: 70%;
	min-width: 70%;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
#TLwelcome
{
	color: black;
	font-family: Frutiger, Frutiger Linotype, Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 200px;
	min-height: 200px;
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
}

div#TLLogin
{
	background-color: white;
	border: thin solid black;
	min-height: 150px;
	padding: 10px 00;
	text-align: center;
	vertical-align: top;
	width: 99%;
	min-width: 99%;
}
#TLLogin h2
{
	background-color: white;
	color: blue;
	font-family: inherit;
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}
#TLLogin .row
{
	height: 2em;
	min-height: 2em;
	width: 100%;
	min-width: 100%;
	padding: 0;
	text-align: center;
}
#TLLogin .lspace
{
	float: left;
	height: 100%;
	min-height: 2em;
	width: 15%;
	min-width: 15%;
	padding: 0;
}
#TLLogin .label
{
	float: left;
	height: 100%;
	min-height: 2em;
	width: 25%;
	min-width: 25%;
	padding: 0;
	text-align: right;
}
#TLLogin .input
{
	float: left;
	height: 100%;
	min-height: 2em;
	width: 60%;
	min-width: 60%;
	padding: 0;
	text-align: left;
}
div#actions
{
/*	border-color: blue;
	border-width: medium;
	border-style: groove;*/
	color: black;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 0;
	width: 100%;
}

div#actions .row
{
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}
div#actions .rowborder
{
	vertical-align: middle;
	text-align: center;
	border: thin solid black;
}

div#actions .left
{
	float: left;
	width: 33%;
	vertical-align: middle;
	text-align: right;
}
div#actions .right
{
	float: right;
	width: 65%;
	vertical-align: middle;
	text-align: left;
}

div#actions .centerbox
{
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
div#actions .centerrow
{
	vertical-align: middle;
	text-align: center;
	padding: 5px 0;
}

div#actions .centerleft
{
	float: left;
	width: 49%;
	vertical-align: middle;
	text-align: right;
}
div#actions .centerright
{
	float: right;
	width: 49%;
	vertical-align: middle;
	text-align: left;
}

div#added
{
	color: black;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
}
div#addemp
{
	color: black;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
}
div#screen {
	display : block !important;
}
div#print {
	display: none;
}
div#printtable {
	display: none;
}
div#printPageHeader {
	display: none;
}

/*XXXX*/
div#reports_page h2
{
	background-color:#dce6ff;
	color: black;
}
div#filter_container
{
	width: 100%;
	height: 150px;
}
div#filter_box
{
	width: 250px;
	height: 150px;
	float: left;
	margin-left: 10px;
}
/*XXXXx*/


