﻿

html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

p
{
	margin: 2px 0px 8px 0px;
}

div, td
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
}

h1
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 16pt;
	font-weight: bold;
	line-height: 15pt;
}

h2
{
	font-family:Tahoma,Verdana,Arial;
	font-size: 16pt;
	font-weight: bold;
}

h3
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 2pt 0;
}

h4, h5
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 2pt 0;
}

/*
a:link, a:visited, a:active
{
	color: #002CBD;
	text-decoration: underline;
}

a:hover
{
	color: Red;
}
*/

.contentHolder
{
	padding: 20px;
}

th
{
}

td
{
}

td.tdMsgNoRecords
{
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border: 1pt solid gray;
}


/* master table */
.masterCorner
{
	height: 6px;
	width: 6px;
	font-size: 1px;
}

.masterTable
{
	height: 100%;
	width: 100%;
}

.masterTableTopLeft
{
	background: url('../Images/Borders/main_border_left_top.gif') no-repeat;
	height: 6px;
	width: 6px;
}

.masterTableTop
{
	background: url('../Images/Borders/main_border_top.gif') repeat-x;
}

.masterTableTopRight
{
	background: url('../Images/Borders/main_border_right_top.gif') no-repeat;
	width: 6px;
}

.masterTableLeft
{
	background: url('../Images/Borders/main_border_left.gif') repeat-y;
}

.masterTableCenter
{
}

.masterTableFooter
{
	border-top: 1px solid #AEAEAE;
	text-align: center;
	height: 1px;
	font-size: 7pt;
}

.masterTableRight
{
	background: url('../Images/Borders/main_border_right.gif') repeat-y;
}

.masterTableBottomLeft
{
	background: url('../Images/Borders/main_border_left_bottom.gif') no-repeat;
	height: 6px;
}

.masterTableBottom
{
	background: url('../Images/Borders/main_border_bottom.gif') repeat-x;
}

.masterTableBottomRight
{
	background: url('../Images/Borders/main_border_right_bottom.gif') no-repeat;
}


/* main menu */
.mainMenu
{
	background-color: #D2E3F3;
}
.mainMenuItem
{
	margin: 0px;
	padding: 0px;
}

.mainMenuItem img
{
	width: 0px;
	visibility: hidden;
}

.mainMenuItem td
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #D2E3F3;
}

.mainMenuItem td a
{
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	display: block;
	cursor: pointer;
	margin: 0px;
}

.mainMenuItemHover td a, .mainMenuItemSelected td a
{
	background-color: #002CBD;
	border: 1px solid #A9B9C6;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.mainMenuItemHover td a:hover, .mainMenuItemSelected td a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

.mainMenuDynamic
{
	border-left: 1px solid #002CBD;
	border-right: 1px solid #002CBD;
	border-bottom: 3px solid #002CBD;
	border-top: 3px solid #ffbd42;
}

.mainMenuDynamicItem
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 13px;
	background-color: #D2E3F3;
}

.mainMenuDynamicItem td
{
	border-bottom: 3px solid #f5e9d2;
	vertical-align: middle;
	height: 15px;
	text-align: left;
}

.mainMenuDynamicItem td a
{
	color: Black;
	font-weight: Bold;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}

.mainMenuDynamicItemHover td a
{
	background-color: #002CBD;
	border: 1px solid #A9B9C6;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


/* private menu */
.privateMenu
{
	background-color: #002cbd;
}

.privateMenuItem img
{
	display: none;
}

.privateMenuItem td
{
	cursor: pointer;
	font-family: Tahoma,Verdana,Arial;
	font-size: 13px;
}

.privateMenuItem td a
{
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	display: block;
	cursor: pointer;
	margin: 0px;
}

.privateMenuItemHover td a, .privateMenuItemSelected td a
{
	background-color: #D2E3F3;
	border: 1px solid #A9B9C6;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.privateMenuItemHover td a:hover
{
	text-decoration: none;
	color: #000000;
}

.privateMenuDynamic
{
	border-left: 1px solid #002CBD;
	border-right: 1px solid #002CBD;
	border-bottom: 3px solid #002CBD;
	border-top: 3px solid #ffbd42;
}

.privateMenuDynamicItem
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 13px;
	background-color: #002cbd;
}

.privateMenuDynamicItem td
{
	border-bottom: 3px solid #f5e9d2;
	vertical-align: middle;
	height: 15px;
	text-align: left;
}

.privateMenuDynamicItem td a
{
	color: White;
	font-weight: Bold;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}

.privateMenuDynamicItemHover td a
{
	background-color: #D2E3F3;
	border: 1px solid #A9B9C6;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}


/*login*/
.loginTable
{
}

.loginText
{
	color: #999999;
	font-family: Tahoma,Verdana,Arial;
	font-size: 8pt;
}

.loginInputBox
{
	border: 1px solid #999999;
	height: 20px;
	line-height: 16px;
	width: 250px;
}

.letterInputBox
{
	border: 1px solid #999999;
	height: 20px;
	line-height: 16px;
	width: 20px;
}


.loginText2
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 8pt;
}

/*miscellaneous*/

.UnableToProcessTitle
{
	float: left;
	font-size: 13pt;
	font-weight: bold;
	padding: 0px;
}

.UnableToProcessText
{
	padding: 10px 0px 10px 0px;
	color: Red;
}

.UnableToProcessDetails
{
	padding-top: 10px;
	font-size: 8pt;
}

table.capTBL
{
	background: #5D86CE none repeat scroll 0 0;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-top: 1px solid #AEAEAE;
	width: 100%;
}

table.tmuTBL
{
	background: white url('../Images/tmu.gif') repeat-x scroll center top;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	height: 10px;
	width: 100%;
}

td.loTD
{
	background: white none repeat scroll 0 0;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

td.lobTD
{
	background: white none repeat scroll 0 0;
	border-color: #CECECE #AEAEAE #AEAEAE;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

div.cprDIV
{
	color: Gray;
	font-family: Tahoma,Verdana,Arial;
	font-size: 7pt;
	padding: 6px;
}

table.btmTBL
{
	background: #002CBD none repeat scroll 0 0;
}

a.cprdvA, a.cprdvA:visited
{
	color: black;
	text-decoration: none;
}
a.cprdvA:hover
{
	color: Red;
	text-decoration: underline;
}

/* Filters */
div.filterPanel
{
	background-color: #D2E3F3;
	border: 1px solid #84B3DE;
	padding: 10px;
}

div.filterPanel span.filterText
{
	font: 10pt Tahoma,Verdana,Arial;
	color: #778899;
	padding-left: 5pt;
}

div.filterPanel span.separator
{
	background: url('../Images/dot.gif') repeat-y left top;
	padding-left: 6px;
	width:6px;
	height:40px;
	margin-top:-10px;
	margin-bottom:-15px;
	display:inline-block;	
	
}

div.filterPanel span.filterHeader
{
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	font-size: 13px;
	color: #445588;
	text-align: center;
}

div.filterPanel input
{
	height: 19px;
}

.tundra .filterPanel .dijitBorderContainer
{
	background-color: #D2E3F3;
	border: 1px solid #84B3DE;
	padding: 10px;
}

.tundra .filterPanel .dijitSplitContainer-dijitContentPane, .tundra .filterPanel .dijitBorderContainer-dijitContentPane
{
	background-color: #D2E3F3;
	border: 0px;
}

.tundra .filterPanel .dijitSplitterV, .tundra .filterPanel .dijitGutterV
{
	background-color: #D2E3F3;
	background-image: none;
}

.tundra .filterPanel .dijitToolbar
{
	background-color: #D2E3F3;
	background-image: none;
	border-bottom: 0px;
}

.tundra .dijitTreeNodeHover
{
     background-image: none !important;
     background-repeat: no-repeat;
}

.tundra .dijitTreeNodeSelected .dijitTreeLabel
{
	background-color: #fff !important;
}

form.FiltersForm
{
	margin: 0 0 0 0;
	font: 8pt Tahoma,Verdana,Arial;
}

td.filtermain
{
	font: bold 8pt Tahoma,Verdana,Arial;
	vertical-align: top;
	padding: 1pt 5pt;
	color: #445588;
}

td.ctfilterfield
{
	font: 8pt Tahoma,Verdana,Arial;
	vertical-align: top;
	padding: 6pt 0 0 2pt;
	color: #778899;
}

td.filterLeftField
{
	font: 8pt Tahoma,Verdana,Arial;
	vertical-align: top;
	padding: 1pt 3pt 0 5pt;
	color: #778899;
}

td.filterbottom
{
	font: 8pt Tahoma,Verdana,Arial;
	vertical-align: bottom;
	color: #778899;
}

/* toolbars*/
.btnCommon
{
	width: 14px;
	height: 14px;
}

.btnApply
{
	background-image: url('../Images/ToolbarButtons/ico_apply_filter.gif');
}

.dijitDisabled .btnApply
{
	/*background-image: url('../Images/ToolbarButtons/ico_apply_filter.gif');*/
}

.btnReset
{	
	background-image: url('../Images/ToolbarButtons/ico_clear_filter.gif');
}

.dijitDisabled .btnReset
{
	/*background-image: url('../Images/ToolbarButtons/ico_clear_filter.gif');*/
}

.btnHelp
{
	background-image: url('../Images/ToolbarButtons/ico_help.gif');
}

/* Grid */

td.centerTr
{
	text-align: center;
}

tr.gridRow
{
	background: #F4F3E8 none repeat scroll 0 0;
}

tr.gridRowAlt
{
	background: white none repeat scroll 0 0;
}


td.gridGroupRow
{
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	background: #EDF2FA none repeat scroll 0 0;
	border-bottom: 1px solid #D5DBE3;
	border-top: 2px solid #B4C1D0;
}

table.grid
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	border-bottom: 1pt solid #AEAEAE;
	border-top: 1pt solid #AEAEAE;
}

table.grid th
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	padding: 2pt 3pt;
	vertical-align: top;
	background: white none repeat scroll 0 0;
	border-bottom: 1px solid gray;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	text-align: left;
}

table.grid td
{
	/* Класс используется */
	padding: 2pt 3pt;
	vertical-align: top;
}


/* Home Page */

.hpTable tr td
{
	vertical-align: top;
}

.hpPanel
{
	padding: 0px 30px 0px 30px;
}

.hpHeader
{
	font-family: Tahoma,Verdana,Arial;
	width: 100%;
	text-align: center;
	padding: 4px 0px 16px 0px;
	margin: 0px;
}

.hpBrownList
{
	margin: 0px 0px 0px 16px;
	list-style-image: url('../Images/HomePage/bullet_brown.gif');
}

.hpBlueList
{
	margin: 0px 0px 0px 16px;
	list-style-image: url('../Images/HomePage/bullet_blue.gif');
}

.hpBrownList li
{
	margin-bottom: 8px;
}

.hpBlueList li
{
	margin-bottom: 20px;
	font-weight: bold;
}

.hpBlueList li a
{
	float: right;
}


.hpCounterBlueList
{
	margin: 0px 0px 0px 16px;
	list-style-image: url('../Images/HomePage/bullet_blue.gif');
}

.hpCounterBlueList li
{
	margin-bottom: 6px;
	font-weight: bold;
}


.newsListItem
{
	border-top: 1px solid #AEAEAE;
	background-color: #F4F3E8;
	padding: 4px;
}

.newsListItemAlt
{
	border-top: 1px solid #AEAEAE;
	padding: 4px;
}

.newsListTitle
{
	margin: 0px 0px 0px 16px;
	list-style-image: url('../Images/HomePage/bullet_brown.gif');
}

.newsListBody
{
	margin-bottom: 8px;
}


.faqContents
{
}

.faqCaption
{
	font-weight: bold;
}

.faqQuestion
{
	color: Green;
}

.faqAnswer
{
}

.alphabetIndexTitle
{
	font-weight: bold;
}

.alphabetIndex
{
}

.alphabetSectionTitle
{
	background: #808080;
	padding: 5px 8px 5px 8px;
	color: White;
	font-weight: bold;
}

.alphabetItem
{
	font-weight: bold;
	width: 15%;
	vertical-align: top;
	padding-top: 11px;
}

.alphabetDefinition
{
	vertical-align: top;
	text-align: justify;
	padding-top: 10px;
}


.bold
{
	font-weight: bold;
}

.reqForm
{
	width: 850px;
}

.reqFormBlock
{
	border: 1px solid black;
}

.reqFormBlock td
{
	border: 0px;
	padding: 2px;
}

.reqFormNote
{
	font-size: 8pt;
}

.reqFormTextBox
{
	width: 100%;
}

.reqFormTextArea
{
	width: 100%;
	height: 60px;
}

.reqFormTextArea180
{
	width: 100%;
	height: 180px;
}

.reqFormListBox
{
	width: 100%;
}

.reqFormBlockTitle
{
	font-size: 14pt;
}

.reqFormTextBox2
{
	width: 400px;
}

.reqFormTextBox3
{
	width: 200px;
}

.reqFormDdl2
{
	width: 400px;
}

.reqFormWarning
{
	border: 1px solid Red;
	background: #ffe4e4;
	color: Red;
	padding: 6px;
}

.tooltip
{
	background-color: #FFFBCC;
	border: 1px solid #a0a0a0;
	padding: 3px 5px 3px 5px;
	width: 390px;
	font-size: 8pt;
	text-align: left;
}

.navigatorHelpMessage
{
	color: Green;
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-style: italic;
	padding-left: 20px;
}

.asterisk
{
	color: Red;
}

.dialogForm
{
	margin: 10px;
}

.dialogForm .buttons
{
	padding-top: 10px;
	text-align: right;
}

/* Custom buttons: */

.customBtn
{
	color: navy;
	border: 1px solid navy;
	background: url(../Images/payment_btn_bg.png) repeat-x top;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	margin: 5px;
	padding: 2px;
	cursor: pointer;
}

.customBtnHover
{
	color: navy;
	border: 2px solid navy;
	background: url(../Images/payment_btn_bg.png) repeat-x top;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	margin: 5px;
	padding: 1px;
	cursor: pointer;
}

.customBtnPress
{
	color: navy;
	border: 2px solid navy;
	background: url(../Images/payment_btn_bg.png) repeat-x top;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	margin: 5px;
	padding: 2px 0px 0px 2px;
	cursor: pointer;
}

.paymentBtn
{
	width: 80px;
	height: 96px;
	float: left;
}

.paymentBtn .icon
{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Tabs: */
.tabbedContent
{
	margin: 10px;
}

.tip
{
	color: Gray;
	font-size: 11px;
}
