@CHARSET "UTF-8";

/* No background image for runtime */
body {
	background-image: none;
}

.gj-box-td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.gj-box-icon {
	width: 30px;
	padding: 3px;
}
           
img {
	border: none;	
}
/*---------- MAY BE SHOULD BE EXTERNALIZED for background user customizasion ---------------*/
body {
	
}

div.simple {
	color: white;
}

.gj-home-a {
    color:white;
}

.gj-fxnews-filter {
    margin-left:3px;
    padding-left:2px;
    padding-right:2px;
}

.gj-fxnews-filter-enabled {
    margin-left:3px;
    padding-left:2px;
    padding-right:2px;
    color: black;
}

.gj-fxnews-filter-link-enabled {
    color: black;
}

.gj-fxnews-icon-box {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B6C7EB;
    vertical-align:top;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 6px;
    margin: 0px;
    width:36px;
}
.gj-fxnews-action-box {
    font-size:10px;
    width:120px;
    margin-bottom:2px;
}

.gj-fxnews-action-box-n {
    margin:2px;
    /* this one is a huge hack: the margin-bottom of the gj-fxnews-action-box fucks the margin:2px (runtime issue) so we need this hack... */
    margin-bottom:4px;
}

.gj-fxnews-more-link {
    float:none;
    display:inline;
    color: #516288;
    font-size: 0.857em;
    text-decoration:none;
}

.gj-fxnews-date {
    float:none;
}
.gj-gxnews-action-div {
    float:none;
    text-align:right;
}

.gj-fxnews-action-bar-link {
    color: white;
    text-decoration:underline;
}
.gj-fxnews-action-bar {
    margin-top: 10px;
    margin-bottom: 3px;
    width:100%;
}

.gj-fxnews-source-content {
    margin-bottom:7px;
}



