@media print {
	a.printThis {
		display: none;
	}
}

table.CommonTable 
{
	color: #000000;
	padding:0;
	margin:0;
	border-collapse: collapse; /* Отображать только одинарные линии */
}

table.Bordered
{
	BORDER-RIGHT: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
}	

body, form, table, input {
	font-family: Arial, sans-serif; 
	font-size: 8pt; 
	color: #000000;
}

select
{
	float: left;
	border: 1px solid #999;
	font-size: 1em;
	font-family: Arial, sans-serif; 
	width: 12em;
	color: #000;
	text-align: left;
}
a {
	color: #004a9c;
	text-decoration: none;
}
a:hover {
	color: #ee3a42;
}

button, input.submit 
{
	background-color: #cddbec;
	color: #004a9c;
	border: solid 1px #004a9c;
	padding: 2px;
	width: 100px;
}

input.button
{
	font-family: Arial, sans-serif; 
}

button, input.submit1 {
	background-color: #083163;
	color: #ffffff;
	border: solid 1px #004a9c;
	padding-left: auto;
}

td{
	padding: 2px;
}

td.zeropadding{
	padding: 0px;
}

div.alertPanel {
	background-color: LightGrey;
	padding: 4px;
	margin-bottom: 4px;
	color: #004a9c;
	font-weight: bold;
}

.note {
	color: Gray;
	font-style: italic;
	font-size: larger;
}

.noInfo {
	color: Black;
}

/* SplitPanel.blockWithBack */
table.blockWithBack tr td {
	vertical-align: top;
}

/* SplitPanel */
table.splitPanel {
	height: 100%;
	width: 100%;
	border-left: dashed 0px blue;
}
table.splitPanel tr td.leftPanel{
	width: 80%;
	vertical-align: top;
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
}
table.splitPanel tr td.rightPanel{
	width: 20%;
	vertical-align: bottom;
	border-left: dashed 0px lightgrey;
}

/* Panel */

table.panel {
	margin-top: 0px;
	padding: 0px;
	vertical-align:top;
	border-left: dashed 0px black;
}

table.panel tr {
	margin: 0px;
	padding: 0px;
}

table.panel tr td.panelCell {
	margin: 0px;
	padding: 0px;
}

/* FieldList */
table.fieldList tr.fieldListItem{	
	background-color: #cddbec;
}

table.fieldList tr td.fieldListHeader{
	font-weight: bold;
}
table.fieldList tr td {
	padding-left: 4px;
	padding-right: 4px;
	color: Black;
}
tr.fieldList td {
	padding:0px;
}

/* Header */
div.header table, div.fullHeader table{
	margin-bottom: 10px;
}

div.header table tr td, div.fullHeader table tr td{
	text-align: center;
	vertical-align: middle;
	color: #004a9c;
	font-weight: bold;
}

td.headertext, td.headertext span
{
	color: #083163;
	line-height: 0.94em;
	font-weight: bold;
	font-size: 12pt;
}

.headertext1
{
	color: #00509E;
	line-height: 0.94em;
	font-weight: bold;
	font-size: 11pt;
}

div.header table tr td.headerText, div.fullHeader table tr td.headerText{
	font-size: 12pt;
}

div.header table tr td a, div.fullHeader table tr td a{
	margin-left: 2px;
	margin-right: 2px;
}
div.header table tr td.headerHelpLink{
	padding-left: 20px;
	background-color: #004a9c;
}
td.headerLinks{
	background-color: #004a9c;
}

td.fundsheetHeader, .fundsheetHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: #FFFEFF;
	background-color: #083163;
	
}

td.fundsheetHeader a.Dictionary
{
	color: #FFFEFF;
	text-decoration:underline;
}

td.underline
{
	text-decoration:underline;
}

td.fundsheetBorder
{
	border: thin solid; border-color:#BBBBBB;
}	

/* CrownsCheckList */

/* backButton */
input.backButton {
	border: solid 1px black;
	color: Black;
	background-color: Transparent;
	padding: 5px;
	margin-bottom: 10px;
}

/* PieChart */
table.pieChart, table.pieChart tr, table.pieChart tr td {
	margin: 0px;
	padding: 0px;
}
table.pieChart tr td.pieChartHeader {
	font-weight: bold;
	padding-left: 5px;
	color: #004a9c;
}
table.pieChart tr td.pieChartSubHeader {
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
}

.error
{
	color: #f50000;	
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.AddFundDestination
{
	color: #093c88;	
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

hr.selector
{
	width:100%;
	height:1px;
	color:#999999;
	text-align:center;
}

table.EUSD
{
	border-collapse: collapse; /* Отображать только одинарные линии */
	border-color: #447ab6;
	padding:0;
	margin:0;
}

table.EUSD td
{
	border-color:#a6b8ca;
	border-width:thin;
	color : #083163;
	
}

table.EUSD tr.Text td
{
	color:black;
}		

ul.dict
{
	background-color: white;
	width: 230px;
	height: 280px;
	/*overflow: auto;*/
	list-style-type:none;
	margin:0px;
	padding:0px;
}	

ul.dict li
{
	padding-left: 4px;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color:#77787a;
	border-top:solid 1px white;
	cursor:hand;
	cursor:pointer;	
}

.MouseOver
{
	border: 1px solid #216bac;
	padding-right:6px;
	background-color: #083163;	
}

.MouseOut
{
	border: 0px;
}

ul.dict li a, ul.dict li a:hover
{
	color:Black;
}
.hide
{
	display:none;
	visibility:hidden;
}

table.collapse
{
	border-collapse:collapse;
	border:0px;
}

.hr
{
	height:1px;
	width:100%;
	margin-top:0px;
}

a.menu
{
	color:#083163;
}

.line
{
	color:#083163;	
}
a.line
{
	color:#083163;
	font-family: Arial, sans-serif; 
	text-decoration:underline;
}

a.line:hover
{
	color:#083163;
}

a.menu:hover
{
	font-weight:bolder;
	color:#083163;
}

a.menu_current
{
	color:4483b9;
	font-weight:bolder;
}

a.menu_current:hover
{
	font-weight:bolder;
	color:#4483b9;
}
	
.tbm
{
color:#083163;
font-size:12pt;
font-weight:bolder;
}

.button
{
height:25px;
width:80px;
font-family:Arial;
font-size:10pt;
}

.tab
{
	font-size:8pt;
}

a.tab:hover
{
	color:#ece9d8;
}

.text
{
	color:black;
	font-size:8pt;
}

.bold
{
	font-weight:bold;
}

A.top_btn_links {
	DISPLAY: block; PADDING-BOTTOM: 2px; FONT: bold 11px Arial, Sans-serif; VERTICAL-ALIGN: middle; WIDTH: 120px; COLOR: white; PADDING-TOP: 2px; BACKGROUND-COLOR: #65a9e2; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.top_btn_links:hover {
	DISPLAY: block; PADDING-BOTTOM: 2px; FONT: bold 11px Arial, Sans-serif; VERTICAL-ALIGN: middle; COLOR: #ffffff; PADDING-TOP: 2px; BACKGROUND-COLOR: #c1cc89; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.top_btn_links:visited {
	COLOR: white
}

.separator
{	
	background-image:url(../Images/dot2.gif);
	background-repeat:repeat-x;
	height:5px;
}

td.TopBordered
{
	BORDER-TOP: 2px solid; 
}	

td.BottomBordered
{
	BORDER-BOTTOM: 2px solid; 
}	

td.LeftBordered
{
	BORDER-LEFT: 2px solid; 
}	

td.RightBordered
{
	BORDER-RIGHT: 2px solid; 
}

table.SalmonBorder td
{
	border-color: #eff0f1;
}

table.SalmonBackground, td.SalmonBackground
{
	background-color: #eff0f1;
}

td.header_less_sign
{
	VERTICAL-ALIGN: middle;
	HEIGHT: 20px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 1px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 0px;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 12pt; 
	WIDTH: 15px;
	COLOR: #feffff;
	BACKGROUND-COLOR: #ada4a5;
	TEXT-ALIGN: left;
}