﻿.PageTitle
{
	color: #003478;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.PlainText
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Table
{
	width: 100%;
	border: 1px solid #d6d6d6;
	table-layout: auto;
	margin-top:8px;
}
.TableTitle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
	height: 24px;
}

.TableTitleCell
{
	width: 200px; 
	border-right: 1px solid #d6d6d6; 
	padding-left: 5px
}

.TableRow
{
	background-color: #ffffff;
	height: 20px;
}
.TableRowAlt
{
	background-color: #f5f5f5;
	height: 20px;
}
.TableCellText
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #d6d6d6;
	padding: 5px;
	vertical-align: top;
}

.TableCellTypeText
{
	color: #333333;
	font-family: Courier New, monospace;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #d6d6d6;
	padding: 5px;
	vertical-align: top;
}

.OperationLink A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.OperationLink A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.OperationLink A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003478;
	font-weight: normal;
	text-decoration: underline;
}

.TypeLink A:link
{
	font-family: Courier New, monospace;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.TypeLink A:visited
{
	font-family: Courier New, monospace;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.TypeLink A:hover
{
	font-family: Courier New, monospace;
	font-size: 12px;
	color: #003478;
	font-weight: normal;
	text-decoration: underline;
}

.ServiceLink A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.ServiceLink A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.ServiceLink A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003478;
	font-weight: normal;
	text-decoration: underline;
}

.BreadCrumbNonLinkItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6165;
	font-weight: bold;
}
.BreadCrumbLinkItem A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.BreadCrumbLinkItem A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c6165;
	font-weight: normal;
	text-decoration: underline;
}
.BreadCrumbLinkItem A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003478;
	font-weight: normal;
	text-decoration: underline;
}

.LeftMenuSelectedItem
{
	color: #C50084;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
}

.codeEXP {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-weight: normal;
color: #333333;
background-color: #CECFCB;
border: none;
padding: 6px 0 6px 6px;
}

.CodeExmapleTitle {
color: #003478;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
}
