/* CSS Document */
body {
	margin: 0px;
}

.navBottomBorderOrange {
	border-bottom: 1px solid #F79A0E;
}

.lrBorderOrange {
	border-left: 1px solid #F79A0E;
	border-right: 1px solid #F79A0E;
}

a.navText:link, a.navText:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.navText:hover {
	color: #FF0000;
}

.textBox {	
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(../images/search_background.jpg);
}

.clockBox {
	border: 1px none #000000;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #EDEDED;
	font-weight: bold;
}

.searchButton {
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
}

.headingPanel {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
}

.contentPanel {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

.currencyRuler {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}

.rightLine {
	border-right: 1px solid #DDDDDD;
}

.bottomLine {
	border-bottom: 1px solid #DDDDDD;
}

.topLine {
	border-top: 1px solid #DDDDDD;
}

.networkIssueDate {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
}

.colorOrangeBold {
	color: #FF6600;
	font-weight: bold;
}

.border {
	border: 1px none #DDDDDD;
}

.titleBox {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
	font-weight: bold;
}

.clock {
	border: 1px none;
	background-color: #EEEEEE;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.registerTextBox {
	font-family: Tahoma;
	font-size: 11px;
	border:1px solid #CCCCCC;
}

.colorRedBolder {
	color: #FF0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a.footerLink:link, a.footerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

a.footerLink:hover {
	color: #FF0000;
}
