﻿.CaptionTable
{
	color: #606060;
	width: 100%;
	border: 0px;
	-moz-user-select: none;
	background: #FAD40B;
}


.CaptionTable td
{
	height: 32px;
	vertical-align: top;
}
.Logo
{
	padding: 1px 0px 1px 4px;
}
.Logo img
{
	max-width: 565px;
    border: 0;
}
.CaptionTable td.Text
{
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 22px;
	vertical-align: middle;
	font-weight: bold;
	cursor: default;
}

.ContainerBoxClient
{
	border: #D6DBDE 1px solid;
	width: 580px;
	margin-top: 10px;
	background-color: White;
	position: relative;
	top: 1px;
}

.ContextCaptionTable
{
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	background-color: #F1F3F4;
	height: 30px;
	text-align: center;
	margin-bottom: 1px;
}
.ContextCaptionTable td a
{
	text-decoration: none;
	cursor: pointer;
}
.ContextCaptionTable td.ContextCaptionBack
{
	width: 28px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-user-select: none;
}
.ContextCaptionTable td.ContextCaptionText
{
	vertical-align: middle;
	padding: 5px;
}
.ContextCaptionTable td.ContextCaptionText span
{
	font-size: 20px;
	color: Gray;
}

.ClientPoweredBy
{
    text-align: right;
    width: 100%;
    padding: 3px 10px;
    background: #ECEFF1;
    color: #666666;
    border-top: lightgrey 1px solid;
    font-size: 120%;
}
.tin-powered-logo
{
    width: 40px;
    height: 40px;
}