/* CSS Document */

html, body {
	background-color: white;
	font-family: Arial, 'Geneva CY', sans-serif;
	color: #333333; 
	margin: 0px;
	height: 100%
}


.header_line {

}

.hNavigation {
	font-size: 1.3em;
	color: #cc0033;
	//border-top: 1px solid #d1d9b5;
}

.hNavigation i {
	position:relative; 
	bottom: 0.6em; 
	left: 2px;
	padding: 2px;
	font-size: 60% 
}

.currencies {
	font-size: 0.8em;
	padding: 2px
}

.c_plus {
	font-size: 0.85em;
	color:green
}

.c_minus {
	font-size: 0.85em;
	color:red
}

.calendar_str_active {
	font-weight: bold;
	color: #999999;
}
.calendar_str_inactive {
	font-weight: bold;
	color: #3366CC;
	cursor: pointer;
	cursor: hand;
}

#calendar_NowMonthName {
	display:block;
}

#calendar_NextMonthName {
	display:none;
}

.ptd_links ul {
	margin: -1px;
	padding: 0px;
	list-style: none;
}

.ptd_links li {
	padding: 1px;
}

.rTitle, .pTitle {
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0px;
	margin-bottom: 20px;
	color: black

}

.rTitle {
	font-size: 1.5em;
}

.pTitle {
	font-size: 2em;
	font-weight: bold
}


.emptyField {
	color: #999999
}

.hr {
	color:#cccccc; 
	height:1px; 
	border-style:none; 
	background-color:#cccccc; 
	margin:0px
}