﻿body 
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

textarea 
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

a
{
	color: #003366;
}

em
{
	font-weight: bold;
	color: #D85E06;
}

table.layout
{
	width: 980px;
	border: solid 0px;
}

table.layout .content
{
	height: 400px;
	vertical-align: top;
}

a.logonLink
{
	color: #D85E06;
	font-weight: normal;
}

a.searchLink
{
	border: #66A9CC 1px solid; 
	padding: 3px 6px; 
	background: #f8fbfc;	
	color: #069;	
	text-decoration: none;
	font-weight: bold;
}

a.disSearchLink
{
	padding: 3px 6px; 
	color: #000;	
	text-decoration: none;
	font-weight: bold;
}

a.topNavLink
{
	color: #FFFFFF;
	font-weight: bold;
}

a.active
{
	text-decoration: none;
}

.footerTable
{
	width: 100%;
	border: solid 0px;
}

hr.hrFooter
{
	height: 4px;
	background-color: #EFEFEF;
	color: #EFEFEF;
	border: 0;
}

hr.hrBankDetails
{
	height: 4px;
	background-color: #4D6E80;
	color: #4D6E80;
}

hr.hrDivider
{
	height: 1px;
	background-color: #66A9CC;
	color: #66A9CC;
}

/* Image buttons */

.buttonSmallRed
{
	text-align: center;
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/small-red-btn.gif');
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;	
	width: 112px;
	height: 22px;
}

.buttonSmallSmallRed
{
	text-align: center;
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/small-small-red-btn.gif');
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;	
	width: 90px;
	height: 18px;
}

.buttonBigRed
{
	text-align: center;
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/big-red-btn.gif');
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;	
	width: 96px;
	height: 24px;
}

.ibEdit
{
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/icon_edit.gif');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ibCopy
{
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/icon_copy.gif');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.ibDelete
{
	background-color: transparent; 
	border: 0pt solid; 
	background-image: url('Img/icon_delete.gif');
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/* */

table.loginBoxTable
{
	border: solid 0px;
	width: 100%;
}

table.loginBoxTable label
{
	text-align: right;
	font-weight: bold;
}

table.toolbarTable
{
	width: 100%;	
}

.toolbarTableSubmitButtons
{
	text-align: center;	
}

/* Geo filter panel */

.geoFilterPanelHeader
{
	background-color: #66A9CC;
	color: White;
	font-weight: bold;
}

.geoFilterCollpasePanel
{
	background-color: #D4EBF7;
}

/* Branch info panel */

div.pnlBranchHdr
{
	background-color: #F1F3F3;
	color: Black;
	font-weight: bold;
	height: 24px;
}

div.pnlBranchHdr div
{
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

div.pnlBranchCnt
{
	background-color: #F1F3F3;
}

/* Deposit info table */

table.depTbl
{
	border-collapse: collapse;
	width: 96%;
}

table.depTbl thead tr th
{
	border: solid 1px #4D6E80;
	background-color: #B3D5E6;
	color: Black;
	font-weight: bold;
	height: 24px;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

table.depTbl tr td
{
	border: solid 1px #4D6E80;
	background-color: #DBE9F0;
	color: Black;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

.depTblSumm
{
	text-align: left !important;
	padding-left: 20px !important;
}

.depTblCur td
{
	background-color: #F0E4DB !important;
	text-align: left !important;
	padding-left: 20px !important;
}

.depositInfoTableLabel
{
	text-align: right;
	width: 200px; 
	vertical-align: top;
}

.depositInfoTableValue
{
	text-align: left; 
	vertical-align: top;
}

/* Currencies info table */

table.currTbl
{
	border-collapse: collapse;
	width: 100%;
}

table.currTbl tr.hover td, table.currTbl tr:hover td
{
   	background-color: #F0E2DB; 
}

table.currTbl TD
{
	border: solid 1px #4D6E80;
}

table.currTbl TH
{
	border: solid 1px #4D6E80;
	background-color: #B3D5E6;
	color: Black;
	font-weight: bold;
	height: 24px;
	padding: 1px 1px 1px 1px;
	text-align: center;
}

table.currTblRow TD
{
	background-color: #DBE9F0;
	color: Black;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
}

table.currTbl .label
{
	text-align: left; 
	vertical-align: top;
	padding-left: 12px;
	background-color: #DBE9F0;
	color: Black;
	font-weight: bold;
}

table.currTbl .value
{
	background-color: #DBE9F0;
	color: Black;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
}

table.currTbl .valueBst
{
	background-color: #DBE9F0;
	color: #20AC2C;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
}

.currTblRowCurr TD
{
	background-color: #F0E4DB;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: Black;
	font-weight: bold;
}

H1.CurrencyTitle
{
	border-top: #66A9CC 4px solid;	
	margin-top: 0px;	
	padding-left: 16px;	
	margin-bottom: 0.5em;	
	padding-bottom: 0.25em;	
	padding-top: 0.2em;	
	background-color: #F1F3F3;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}

/* Table form edit */

table.table_form_edit
{
	background-color: #D4EBF7;
}

table.table_form_edit .label
{
	text-align: right;
	font-weight: bold;
}

.table_form_buttons
{
	background-color: #D4EBF7;
}

H1.BankTitle
{
	BORDER-TOP: #4D6E80 4px solid;	
	MARGIN-TOP: 0px;	
	PADDING-LEFT: 16px;	
	MARGIN-BOTTOM: 0.5em;	
	PADDING-BOTTOM: 0.25em;	
	PADDING-TOP: 0.2em;	
	BACKGROUND-COLOR: #F1F3F3;
	font-size: 18px;
	font-family: Tahoma, Verdana;
}

H1.SectionTitle
{
	BORDER-TOP: #66A9CC 4px solid;	
	MARGIN-TOP: 0px;	
	PADDING-LEFT: 16px;	
	MARGIN-BOTTOM: 0.5em;	
	PADDING-BOTTOM: 0.25em;	
	PADDING-TOP: 0.2em;	
	BACKGROUND-COLOR: #F1F3F3;
	font-size: 16px;
	font-family: Tahoma, Verdana;
}

/* Table bank details */

.table_bank_details
{
	border-collapse: collapse;
	width: 100%;	
}

.table_bank_details TD#lbl 
{ 
	font-weight: bold;
	border-bottom: solid 1px #C8CDD0;
	width: 260px;
	text-align: right;
	padding-right: 8px;
}

.table_bank_details TD#val
{ 
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	border-bottom: solid 1px #C8CDD0;
	border-left: solid 1px #C8CDD0;
}

.table_bank_details_footer
{ 
	padding-left: 8px;
	font-weight: normal;
	border-left: solid 1px #C8CDD0;
}

/* Search form */

table.searchFormTable
{
	color: White;
	font-weight: bold;
	border: solid 0px;
	width: 100%;
}

table.searchFormTable TD
{
	white-space: nowrap;
}

a.inLnk
{
	color: #D85E06;
	text-decoration: underline;
	font-weight: normal;
}

a.depositLink
{
	color: #D85E06;
	text-decoration: underline;
	font-weight: normal;
	font-weight: bold;
}

/* Bank Info table */

table.branches
{
	width: 90%;
	border: 0;
}

table.branches .label
{
	text-align: right; 
	width: 140px; 
	padding-right: 6px;
	vertical-align: top;
	padding: 4px;
}

table.branches .val
{
	text-align: left; 
	padding-left: 8px;
	vertical-align: top;
	padding: 4px;
}

.commentTypeRect
{
	width: 12px; 
	height: 12px;
}

input.btnSearch
{
	background-color: #66A9CC;
	border: 1px solid #2E566B;
	color: White;
	font-weight: bold;
}

input.btnSearch[disabled]
{
	color: Gray;
	border: 1px solid Gray;
}

/* Credit calculator */

.ccLabel
{
	color: #D85E06;
	background-color: Transparent;
	border: 0px solid black;
	width: 100px;
	font-weight: bold;
	text-decoration: none;
}

.ccLabel[disabled]
{
	color: Black;
}

.ccTableFooter
{
	font-weight: bold;
	color: #4D6E80;
}

/* Google search */

a.l
{
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

.a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: Green;
}

.r 
{	
	DISPLAY: block;	
	FONT-WEIGHT: normal;	
	margin: 0;
}

.watermarkText
{
	color: Gray;
}

table.branchContacts
{
	border: 0;
	border-collapse: collapse;
}

table.branchContacts TD
{
	padding-left: 4px;
	text-align: right;
}

.lblTotal
{
	font-weight: bold;
}

img.bankLogo
{
	border: solid 1px #F1F3F3; 
	vertical-align: middle;
}

h3.mapBankTitle
{
	margin: 2px;
	padding-left: 2px;
	margin: 0px;
	margin-bottom: 4px;
	background-color: #F1F3F3;
	border-top: #4D6E80 2px solid;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}

img.mapBankLogo
{
	border: solid 1px #F1F3F3; 
	vertical-align: middle;
	width: 130px;
	height: 80px;
}

table.mapBankInfo
{
	width: 600px;
	border: 0px;	
}

table.mapBankInfo tr td
{
	vertical-align: top;
	padding: 2px;
}

table.mapBankInfo tr td a
{
	margin-bottom: 8px;
	display: block;
}

/* Deposit info panel */

div.pnlDepHdr
{
	background-color: #66A9CC;
	color: Black;
	font-weight: bold;
	padding: 5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.pnlDepCnt
{
	background-color: #66A9CC;
}

a.linkBtn
{
	color: #D85E06;
}

div.modalBkgnd
{
	width: 100%; 
	height: 100%; 
	z-index: 10000; 
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	background-color: Gray; 
	position:absolute; 
	top: 0; 
	left: 0;
}

div.mapPnlHdr
{
	background-color: #4D6E80;
	color: White;
	font-weight: bold;
	height: 24px;
	margin-right: 4px;
}

div.mapPnlHdr div
{
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

div.mapPnlHdr a
{
	color: White;
	text-decoration: none;
	cursor: pointer;
}

div.mapPnlCnt
{
	background-color: #F1F3F3;
	color: Black;
	padding: 8px 20px;
	margin-right: 4px;
}

/* Editor grid */

table.grdEdt
{
	border-collapse: collapse;
}

table.grdEdt tr.hover td, table.grdEdt tr:hover td 
{ 
	background-color: #C8CDD0; 
}

table.grdEdt thead tr
{
	background-color: #66A9CC;
	text-align: left;
	color: White;
	font-weight: bold;
}

table.grdEdt thead tr th
{
	padding: 6px 8px 6px 8px;
	white-space: nowrap;
}

table.grdEdt tr th
{
	padding: 6px 8px 6px 8px;
	white-space: nowrap;
	background-color: #66A9CC;
	text-align: left;
	color: White;
	font-weight: bold;
}

table.grdEdt tr td
{ 
	padding: 6px 6px 6px 6px; 
	vertical-align: middle; 
	background-color: #F0F0F0; 
}

table.grdEdt .val
{
	text-align: center;
	font-weight: bold;
}

table.grdEdt h4
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
	color: #1074A8;
}

.grdEdtFtr td
{
	background-color: #66A9CC !important;
	text-align: left;
	color: White;
	font-weight: bold;
	padding: 6px 8px 6px 8px !important;
}

/* Links grid */

table.grdLinks
{
	border-collapse: collapse;
}

table.grdLinks tr.hover td, table.grdLinks tr:hover td 
{ 
	background-color: #C8CDD0; 
}

table.grdLinks tr td
{ 
	padding: 10px 6px 10px 6px; 
	vertical-align: middle; 
	background-color: #F0F0F0;
	border-bottom: solid 1px #D0C8C8;
	border-top: solid 1px #D0C8C8;
}

table.grdLinks tr td img
{ 
    border: 0px;
}

/* Grid Contacts */

table.grdCnt
{
	border-collapse: collapse;	
}

table.grdCnt th
{
	padding: 2px 8px 2px 8px;
	background-color: #66A9CC;
	text-align: left;
	color: White;
	font-weight: bold;
}

.grdCntRowEvn td
{ 
	padding: 2px 8px 2px 8px; 
	vertical-align: middle; 
	background-color: #EDF4F8;
}

.grdCntRow td
{ 
	padding: 2px 8px 2px 8px; 
	vertical-align: middle;
	background-color: #D4EBF7;
}

.grdCntBtn
{ 
	text-align: center;
	width: 16px;
}

/* Grid comments */

table.grdComm
{
	border-collapse: collapse;	
}

table.grdComm TH
{
	padding: 2px 6px 2px 6px;
	background-color: #66A9CC;
	text-align: left;
	color: White;
	font-weight: bold;
}

table.grdCommFtr
{
	background-color: #66A9CC;
	text-align: left;
	color: White;
	font-weight: bold;
	padding: 2px 4px 2px 4px; 
}

.grdCommFtr TD
{ 
	padding: 2px 4px 2px 4px; 
}

.grdCommRow 
{ 
	vertical-align: middle;
	background-color: White;
	padding: 2px 4px 2px 4px; 
}

.grdCommRow TD
{
	padding: 2px 4px 2px 4px; 
}

.grdCommRowEvn 
{ 
	vertical-align: middle; 
	background-color: rgb(240, 240, 240);
	padding: 2px 4px 2px 4px; 
}

.grdCommRowEvn TD
{ 
	padding: 2px 4px 2px 4px; 
}

/* Информер */

h1.informerSection
{
	border-top: #66A9CC 4px solid;	
	margin: 0px;
	padding: 0.2em 16px;
	background-color: #F1F3F3;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}

ul.informerParams
{ 
	list-style: none;
	padding: 0px;
	margin: 4px 16px;
}

select.banks
{
}

select.banks optgroup option
{
	background-color: #FFF;
	color: Black;
}

select.banks optgroup
{
	background-color: #F0F0F0;
	color: #1074A8;
}

hr.bankNews
{
	height: 1px;
	background-color: #4D6E80;
	color: #4D6E80;
	border: 0;
	margin: 12px 0px;
}

/* Work time table */

table.workTime
{
	border-collapse: collapse;
}

table.workTime thead tr th
{
	padding: 4px;
}

ul.creditCalc
{ 
	list-style: square;
	padding: 0px;
	margin: 4px 16px;
}

/* newses */
h1.NewsTitle
{
	border-top: #66A9CC 4px solid;	
	margin: 0px 4px 4px 4px;	
	padding: 4px;
	background-color: #F1F3F3;
	font-size: 12px;
}

.newsDate
{
    color: #4D8080;
    font-weight: bold;
}

/* Raiting */

.raitingSel
{
   	color: #20AC2C;
}