body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Helvetica,Arial,sans-serif;
    background: #CEE;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}




/*hashflo*/

ul.action_icons {
    list-style:none;
}
ul.action_icons > li {
    display:inline;
}
ul.action_icons > li > a > img {
    width:16px;
    height:16px;
    margin-left:8px;
}


img.tallmap {
    float:right;
    margin-right:-200px;
}

#footer ul {
    list-style:none;
}
#footer ul li {
    float:left;
    margin-right:15px;
}


.column_box {
	float:left;
	display:block;
	width:445px !important;
	height:210px;
	margin:10px 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.column_box_first {
	margin-right:10px;	
}

.scroll_box {
	width:442px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 210px;
}

.wide_box {
	width:900px;
}

.time_intervals {
	list-style:none;
	padding:0;
	display:block;
}

.time_intervals > li {
	float:left;
	margin-right:5px;
	padding:5px 7px;
	background:#00c;
	color: #6399cd;
	background-color:#eff4fa;
}

.time_intervals > li a {
	color: #6399cd;
	text-decoration:none;
}

.time_intervals > li.on {
	background:#c9e0ed;
}

.time_intervals > li.on a {
	color: #169;
}

.hidden {
	display:none;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: block;
}
.cf:after {
    clear: both;
}


#home-slides {
	position:relative;
	background:url(/images/home-slides-bg.jpg) no-repeat;
	padding:20px;
	padding-left:100px;
	height:220px;
}

#home-slides > h1 {
	font-weight:900;
	width:290px;
	font-size:30px;
	line-height:32px;
	color:#fff;
	position:absolute;
	top:65px;
	
}
#home-slides-join {
	position:absolute;
	display:block;
	top:140px;
	text-decoration:none;
	font-size:24px;
	background:rgba(64,224,64,.3);
	border:1px solid #6c6;
	padding:5px 7px;
	border-radius:15px;
	color:#fff;
	font-weight:900;
	transition:background .3s;
}
#home-slides-join:hover {
	background:rgba(128,256,128,.5);
}
#home-slides > #home-slides-container {
	float:right;
	padding:10px;
	border:1px solid #666;
	background:rgba(0,0,0,.3);
	width:425px;
	height:200px;
}
#home-slides > #home-slides-container > .home-slides-slide {
	display:none;
}
#home-slides > #home-slides-container > .home-slides-slide:first-child {
	display:block;
}
#home-boxes {
	list-style:none;
	padding:0;
	display:block;
	margin:20px 0;
}
#home-boxes > li {
	display:block;
	float:left;
	width:290px;
	height:130px;
	margin:0 20px 20px 0;
}
#home-boxes .home-box-right {
	margin-right:0;
}

#home-boxes > li > h2 {
	margin:0;
}








.chart_prices_bar {
	padding:10px;
	display:block;
	margin:20px 0;
	background:#eee;
	border:1px solid #ddd;
}
.chart_prices_bar time {
	float:right;
}
.chart_prices {
	list-style:none;
	padding:0;
}
.chart_prices li {
	float:left;
	margin-right:20px;
	font-size:15px;
}


.list-currency {
	position:relative;
}
.list-currency img {
	position:absolute;
	bottom:10px;
	right:10px;
}


.scroll_box table tr,
table.nice tr {
	background:#eee;
}
.scroll_box table tr:nth-child(even),
table.nice tr:nth-child(even) {
	background:#ddd;
}
.scroll_box table tr:hover,
table.nice tr:hover {
	background:#ccc;
}
.scroll_box table tr th,
table.nice tr th {
	background:#666;
	color:#eee;
}

.transfer-qr {
	height:215px;
	width:215px;
	float:right;
}
