/* Global styles */

body, td {
	font-family: Arial;
	font-size: 10pt;
}

body {
	margin: 25px;
	margin-top: 0px;
}

/* Widget adv */

.widgetAdvTD {
	padding: 20px 0px 15px 80px;
}

.widgetAdv {
	padding: 20px 20px 10px 20px;
	font-size: 13pt;
	background-color: #f1f1f1;
}

/* Shared */

.captionLabel {
	font-size: 16pt;
}

/* Courses table */

.coursesTable {
	margin-top: 10px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.coursesTableRow {
	background-color: #f1f1f1;
	height: 26px;
}

.coursesTableItem {
	padding: 3px 5px 3px 5px;
	width: 100px;
}

.coursesTableCourse {
	padding: 3px 5px 3px 5px;
	width: 50px;
	text-align: center;
}

.coursesTableCourseUSD {
	padding: 3px 5px 3px 5px;
	width: 50px;
	text-align: center;
	background-color: #fafafa;
}

.coursesTableCurrency {
	text-align: center;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	width: 50px;
}

.coursesTableCurrencyUSD {
	text-align: center;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	width: 50px;
	background-color: #fafafa;
}

.coursesTableOperation {
	text-align: center;
	color: #999;
	padding: 3px 5px 3px 5px;
	width: 50px;
}

.coursesTableOperationUSD {
	text-align: center;
	color: #999;
	padding: 3px 5px 3px 5px;
	width: 50px;
	background-color: #fafafa;
}

.coursesTableBank {
	padding: 3px 5px 3px 5px;
	width: 50px;
	font-weight: bold;
}

/* Converter form */

#converter {
	margin-top: 13px;
}

.converterTD {
	padding-left: 100px;
}

.converterLabel {
	padding: 0px 10px 10px 0px;
	width: 60px;
}

.converterInput {
	padding: 0px 0px 10px 5px;
}

.resultLabel {
	font-size: 13.5pt;
}

.resultLabelDiv {
	margin-top: 5px;
}

.converterResult {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding: 5px;
}

.converterResultTD {
	padding-left: 5px;
}

/* Converter currency selector */

.aConvTab {
	background-color: #e1e1e1;
	margin: 0px 5px 0px 0px;
	padding: 3px;
}

.pConvTab {
	margin: 0px 8px 0px 3px;
	border-bottom: 1px dashed #003399;
}

.aConvTab a:link, .aConvTab a:visited {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

.pConvTab a:link, .pConvTab a:visited {
	text-decoration: none;
	color: #003399;
}

/* Forms */

.wideInput {
	width: 100%;
}

input, select, textarea {
	font-size: 10pt;	
	font-family: Arial;
}

.converterSumm {
	width: 100px;
}

/* Footer */
.footerHR {
	border-top: 1px solid #9b9b9b;
	padding-top: 5px;
	margin-top: 15px;
}

/* Ads */

.advLayer {
	margin: 20px 0px;
}

/* NBU Converter */
.result { font-size: 13.5pt; margin-bottom: 0.4em; }
.rtext { margin-top: 0.2em; }
input.b { font-size: 10pt; font-family: Arial; width: 100%; }
input.is { font-size: 10pt; font-family: Arial; width: 100%; }