/* CSS Document */

.TableEvenRow {
	background-color: #E6E6C6;
}

.TableOddRow {
	background-color: #FFFFFF;
}

.PageInfo {
	color: #888888;
	font-weight: bold;
	font-size: 9pt;
}

.FieldHelp {
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;
	font-size: 8pt;
}

.CurrencyCell {
	font-size: 12px;
	/* font-family: "Courier New", Courier, monospace; */
	font-family: Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

#tweets {
	margin-top: 16px;
}

#facebook {
	margin-top: 16px;
}

.FormFieldLabel {
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
}

.FormFieldHelp {
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
}

.FormInput {
	padding: 2px;
}

.SearchFormInput {
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.FormBox, .ViewBox {
	border: 1px solid #303030;
}

.ViewBox {
	width: 100%;
}

.FieldBox {
	width: 100%;
}

.FormBoxDivider {
	padding: 0;
	margin: 0;
	height: 2px;
	background-color: #303030;
}

.FormTitleBox, .ViewBoxTitle {
	background-color: #6e95c0;
	background-image: url(../../images/box_title_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.FormSubTitleBox {
	background-color: #444444;
	color: #CCCCFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


.FormTitleBoxSmall {
	background-color: #6e95c0;
	background-image: url(../../images/box_title_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 6px;
}

.FormTitleBox, .FormTitleBoxSmall {
	border-bottom: 2px solid #303030;
}

.ViewBoxTitle td {
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #303030;
}

.ViewBoxTitle td a:link, .ViewBoxTitle td a:visited, .ViewBoxTitle td a:active {
	color: #FFFFFF;
	border: 1px solid #F6F6F6;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
}

.ViewBoxTitle td a:hover {
	color: #FFFF88;
}

.ViewBoxFooter {
	background-color: #FFFFFF;
}


.ViewBoxFooter td {
	padding: 4px 4px 4px 4px;
	border-top: 2px solid #303030;
}

table.TableSearch th, table.TableSearch td {
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0 0 8px;
	margin: 0;
}