/* global classes */
select
{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
  color: #000000; 
  background-color: #FFFAFA;
}
a:link {color: #3333ff}     /* unvisited link */
a:visited {color: #3333ff}  /* visited link */
a:hover {color: #ffffff}    /* mouse over link */
a:active {color: #3333ff}   /* selected link */

/* body classes */
.main
{
	margin: 0px;
	background: #333399;
}
.body.availableSession
{
	margin: 0px;
	background: #ff3300;
}

/* header classes */
.headerTd2
{
	background: url(/images/tm.jpg)
}
.headerTd3
{
	background-repeat:repeat-x; 
	background-image:url(/images/tr_background_repeat.jpg);
}

/* left pane classes */
.leftcolumn 
{
  background: url(/images/left_bg.jpg) repeat-x;
  background-color: #3366CC;
  width: 220px;
	height: 100%;
  max-width: 200px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	border-right: white solid 4px;
}
.logonTable
{
  background-color: #095eb3;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  margin-top: 16px;
  vertical-align: top;
  border: 0pt ;
  padding: 0pt ;
}
.logonTitleLabelTdTag
{
	color: #ffffff;
  background-color: #187aca;
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  text-align: center;
}
.logonLabelTdTag
{
	color: #ffffff; 
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  max-width: 10pt;
}
.logonTextBox
{
  font-size: 14px;
  width: 115px;
	font-family: arial, helvetica, sans-serif;
  background-color: #cccccc;
}
.logonSelectTag
{
  font-size: 14px;
  width: 121px;
	font-family: arial, helvetica, sans-serif;
  background-color: #cccccc;
}
.logoutLabelTdTag
{
	color: #ffffff;
  background-color: #187aca;
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  text-align: center;
}
.logoutDataTdTag
{
	color: #ffffff;
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  text-align: left;
}
a.logout:link {color: #ffffff}         /* unvisited link */
a.logout:visited {color: #ffffff}      /* visited link */
a.logout:hover {color: #cccccc}        /* mouse over link */
a.logout:active {color: #ffffff}       /* selected link */
.regTerminalTable
{
  background-color: #095eb3;
  width:200px;
  max-width: 200px;
  min-width: 200px;
  -ms-word-wrap:break-word; 
  margin-top: 16px;
  vertical-align: top;
}
.regTerminalTitleLabelTdTag
{
	color: #ffffff;
  background-color: #187aca;
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  text-align: center;
  width:200px;
  max-width: 200px;
  min-width: 200px;
  -ms-word-wrap:break-word;
}
.regTerminalLabelTdTag
{
	color: #ffffff; 
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
  width:200px;
  max-width: 200px;
  min-width: 200px;
  -ms-word-wrap:break-word;
}

/* main menu classes */
.mainMenuNotLoggedIn
{
	background: url(/images/bg_login.jpg) no-repeat center;
  background-color: #3366CC;
  vertical-align: top;
  text-align: center;
  height: 436px;
}
.mainMenuLoggedIn
{
/*	background: url(/images/bg_login.jpg) no-repeat center; */
  background-color: #3366CC;
  vertical-align: middle;
  text-align: center;
  height: 436px;
}
.mainMenuTitleBarLabel
{
  color: #ffffff;
  background-color: #3366CC;
	font-weight: bold; 
	font-size: 20px; 
	font-family: arial, helvetica, sans-serif;
  text-align: center;
  vertical-align: top;
}
.mainMenuAppsVisible
{
  width: 550px;
  visibility: visible;
  text-align: justify;
}
.mainMenuAppsHidden
{
  width: 550px;
  visibility: hidden;
  text-align: justify;
}

/* error classes */
.loginErrorsSection
{
  background-color: #3366CC;
  color: yellow;  
  vertical-align: top;
  text-align: center;
	font-family: arial, helvetica, sans-serif;
}
.loginErrorsSectionHeader
{
	font-size: 20px;   
        color: yellow;  
        font-weight: bold; 
}
.loginErrorsSectionList
{
	font-size: 16px;        
  list-style-type: none;
}
.loginErrorsSectionLabel
{
  color: #ffffff;
  background-color: #3366CC;
	font-weight: bold; 
	font-size: 20px; 
	font-family: arial, helvetica, sans-serif;
  text-align: center;
  vertical-align: top;
}  
.criticalExceptionSection
{
  background-color: #3366CC;
  color: yellow;
  vertical-align: top;
  text-align: center;
	font-family: arial, helvetica, sans-serif;
}
.criticalExceptionSectionHeader1
{
	font-size: 28px;   
}
.criticalExceptionSectionHeader2
{
	font-size: 20px;
}
.criticalExceptionSectionList
{
	font-size: 16px;
  list-style-type: none;
  margin-bottom: 10px;
}
a.criticalExceptionSection:link     {color: White; text-decoration: none;}
a.criticalExceptionSection:visited  {color: White; text-decoration: none;}
a.criticalExceptionSection:hover    {color: White; text-decoration: none;}
a.criticalExceptionSection:active   {color: White; text-decoration: none;}

/* footer classes */
.footerTd1
{
/*	border-top: white solid 4px;  */
  width: 214px;
}
.footerTd2
{
/*	border-top: white solid 4px;  */
  width: 178px;
}
.footerTd3
{
	background: url(/images/br_background_repeat.jpg) repeat-x;  
  width: 100%;
}
a.footerLink:link     {color: White; text-decoration: none;}
a.footerLink:visited  {color: White; text-decoration: none;}
a.footerLink:hover    {color: White; text-decoration: none;}
a.footerLink:active   {color: White; text-decoration: none;}