﻿@import url("libraryMenu.css");

body, p, ul, li, td {
	font-size: 12px;
	color: #000;
}

div#content ul {
	margin-left: 15px !important;
	margin-top: 10px;
}

div#content ul li {
    list-style-image: url(../img/bullet-platform.gif);
	list-style-position: outside;
	padding-bottom: 10px;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	/* color: #2369a2; */ 
	color: #666;
}

.head2 {
	font: 14px/22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #b43866;*/
	color: #666;
}

.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #679ec4;*/
	color: #666;
}

a.invisible {
	cursor:text;
}

.helpBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
.style1 {
	color: #800040;
}

.source {
	font-family: "Courier New", monospace;
}

.subTitle {
	color: #008000;
}

.indent0 {
	margin-left: 0;
}

.indent1 {
	margin-left: 24px;
}

.indent2 {
	margin-left: 48px;
}

.alphabetical { 
	list-style: lower-alpha;
}

.tipBox1 { 
	color: #7b7b7b;
	background-color: #f3f3f3;
	padding: 5px 10px;
	border: 1px solid #e2e2e2;
	width: 92.5%;
	overflow: auto;
}

.tipBox2 { 
	color: #fff;
	background-color: #7a8fa2;
	padding: 5px 10px;
	width: 92.5%;
	border: 1px solid #728596;
}
.tipBox2 a:link,
.tipBox2 a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.tipBox2 a:active,
.tipBox2 a:hover {
	color: #fff;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.tipBox3 {
	color: #7b7b7b;
	border:1px solid #FFD671;
	background:#F8F6D7;
	width: 92.5%;
	padding: 5px 10px;
}

.imgBox {
	border: 1px solid #e2e2e2;
}

table.bcHelpSection {
	border-collapse: collapse;
}

table.bcHelpSection td {
	border-style: solid;
	border-width: 1px;
	border-color: #eceaeb #eceaeb;
	padding: 5px 10px;
	vertical-align: top;
}

.twoColumnsProportional .col1 {
	width: 50%;
}

.twoColumnsProportional .col2 {
	width: 50%;
}

.twoColumns .col1 {
	width: 25%;
}

.twoColumns .col2 {
	width: 75%;
}

.threeColumns .col1 {
	width: 20%;
}

.threeColumns .col2 {
	width: 40%;
}

.threeColumns .col3 {
	width: 40%;
}

.fourColumns .col1 {
	width: 20%;
}

.fourColumns .col2 {
	width: 50%;
}

.fourColumns .col3 {
	width: 15%;
}

.fourColumns .col4 {
	width: 15%;
}
