@CHARSET "UTF-8";

/*---------- MAY BE SHOULD BE EXTERNALIZED for background user customizasion ---------------*/
body {
	font-size: small;
	font-family: arial, sans-serif;
}

img {
	border: none;	
}

/* used for headings that help SEO but are styled with classes */
.hreset {
	font-size: inherit;
	font-weight: inherit;
	margin: 0px;
	font-size: 1em; 
}

.gj-divlink {
	cursor:pointer;
}

.gj-coloredText {
	color:black;
}

.gj-unread {
	color:red;
}
/********************** TITLE  ************************/
.gj-title {
	color : #e47023;
	font-size: large;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
	margin-bottom: 4px;
}

/********************** RUNTIME ***********************/
	/*---- BLUE BOXES ----*/ /*table*/
.gj-box { /* root box table */
	border-width: 1px;
	border-style: solid;
	border-color: #b6c7eb;
	background-color: white;
	width:100%;
	/** keep at end */
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gj-box-even { /* tr in root table */
	background-color: #e5eefb;
}

.gj-box-odd { /* tr in root table */
	background-color: #FFFFFF;
}

.gj-box-unread { /* tr in root table */
	background-color: #e5eefb;
}


.gj-box-da {
    background-color: #FCED9D;
}
.gj-box-unread {
    background-color: #E5EEFB;
}

.gj-box-folder {
    /*background-color: #E7E7E7;*/
}
.gj-box-fold {
    /*background-color: #F1F1F1;*/
}

.gj-box-td { /* td in root table*/
	border-top-color: #b6c7eb;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}

.gj-box-icon {
	border-top: 1px solid #B6C7EB;
	vertical-align: top;
	width: 50px;
	padding: 6px;
}

.gj-box-header { /* header table*/
	color: #516288;
	background-image: url('/resources/murena/img/bg-section-blue.png');
	padding-left: 2px;
	/** keep at end */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
}
.gj-box-action { /* header table*/
	color: white;
	background-image: url('/resources/murena/img/bg-section-blue-action.png');
	background-repeat: repeat-x;
	background-color: #6381C1;
	padding-left: 2px;
	height: 25px;
	/** keep at end */
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.gj-box-action-yellow {
	color: black;
	background-image: url('/resources/img/index/button/button_small_tile.png');
	padding-left: 2px;
	height: 25px;
	/** keep at end */
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}
.gj-box-th { /* th in header table */
	text-align:center;
}

.gj-box-th-separator { /* separator in header table */
	width: 1px;
	border-left-color: #b6c7eb;
	border-left-style: solid;
	border-left-width: 1px;
}
.gj-box-item {
	color: black;
	background-image: url("/resources/murena/img/orange_arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

/*div*/
.gj-title-box { /* a title div */
	border-width: 1px;
	border-style: solid;
	border-color: #b6c7eb;
	background-color: white;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color : #516288;
	/** keep at end */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gj-content-box { /* a div to put content */
	border-width: 1px;
	border-style: solid;
	border-color: #b6c7eb;
	background-color: white;
	margin-top:5px;
    margin-bottom:5px;
	/** keep at end */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gj-content { /* a div to put content */
	margin:5px;
}

.gj-content-title { /* a title in a gj-content-box */
	text-align: left;
	padding-left: 8px;
	color: #516288;
	font-weight: bold;
	background-image: url('/resources/murena/img/bg-section-blue.png');
	/** keep at end */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.gj-separation { /* A separation div */
	border-color: #B6C7EB;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
}
.gj-error {
	color: red;
	margin-bottom: 5px;
}	
/** links */
.gj-header-link {
	padding-left: 6px;
	text-decoration: none;
	color: #516288;
	display: block;
}

/** ---------------- BreadCrumb ----------- */
#breadcrumb {
    font: 10px Arial, Helvetica, sans-serif;
    background-image:url('/resources//murena/img/breadCrumb/bc_bg.png'); 
    background-repeat:repeat-x;
    height:20px;
    line-height:20px;
    color:#9b9b9b;
    border:solid 1px #b6c7eb;
    width:100%;
    overflow:hidden;
    margin: 5px;
    padding: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
    height:20px;
    display:block;
    background-image:url('/resources//murena/img/breadCrumb/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home {
    border:none;
    margin: 2px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

/** News links */
.gj-news-link-txt {
	color: blue;
}

.gj-news-link-img {
	border: none;	
	text-decoration: none;
	color: black;
}
.gj-action {
    color:blue;
    text-decoration:none;
}

.gj-news-link-div {
    cursor:pointer;
    font-size:0.857em;
}

.gj-news-link-div-no-pointer {
    font-size:0.857em;
    cursor: auto;
}

.gj-news-source-link-div {
    cursor:pointer;
}

.gj-fxnews-links {
    color:#5f739f;
    text-decoration:none;
    font-weight:bold;
}
.gj-fxnews-links-da {
    color:#5f739f;
    text-decoration:none;
    font-weight:bold;
}

.gj-fxnews-trailing-links {
    color:black;
    text-decoration:none;
    margin:0px;
    padding:0px;
}

.gj-fxnews-da {
    background-color: #FFFF99;
}

.gj-fxnews-action-bar {
    font-size: 0.857em;
    margin-bottom: 6px;
}

.gj-fxnews-action-bar-link {
    color: #677697;
    text-decoration:none;
}

.gj-fxnews-filter-enabled {
    text-align:center;
    color: white;
    padding:2px 5px 5px 7px;
    background-color:#677697;
    margin-left:10px;
    margin-bottom:2px;
    margin-top:2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.gj-fxnews-filter {
    padding:2px 5px 5px 7px;
    text-align:center;
    margin-left:10px;
    margin-bottom:2px;
    margin-top:2px;
}
.gj-fxnews-filter-link {
    text-decoration:none;
    color:#677697;
    font-weight:bold;
    font-size: 0.857em;
}
.gj-fxnews-filter-link-enabled {
    text-decoration:none;
    color:white;
    font-weight:bold;
    font-size: 0.857em;
}

.gj-fxnews-attachement {
   margin-top: 5px;
}
.gj-fxnews-attachement-img {
   margin-top: 4px;
}
.gj-fxnews-icon-box {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B6C7EB;
    vertical-align:top;
    padding: 7px;
    margin: 0px;
}

.gj-fxnews-box-td { /* td in root table*/
    font-family: arial, helvetica, verdana, sans-serif;
    border-top-color: #b6c7eb;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 7px;
    text-align: left;
}
.gj-fxnews-action-box {
    text-align:center;
    font-size:0.714em;
    border: solid 1px #5f739f;
    padding:0px;
    width:9.5em;
    color: #959595;
    padding:2px;
}


.gj-fxnews-action-box-n {
    background-color:#5f739f;
    color:#ffffff;
    padding:0px;
}

.gj-fxnews-buzzit-box {
    text-align:center;
    font-family: arial,helvetica,sans;
    font-size:0.714em;
    background-image: url('/resources/murena/img/news/bg_button_buzzer.png');
    background-repeat: repeat-x;
    padding:0px;
    width:9.5em;
    color: white;
    padding:2px;
}

.gj-fxnews-buzzit-box-icon {
    background-color:white;
    color:black;
    padding:0px;
    padding-top:2px;
    margin-bottom:2px;
    test-align:center;
}



.displayNone {
    display:none;
}
.displayNoneAndCursor {
    display:none;
    cursor:pointer;
}

.cursorPointer {
    cursor:pointer;
}
.cursorPointerAndFloatRight {
    cursor:pointer;
    float:right;
}

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


.gj-fxnews-date {
    text-align:left; 
    color: #808080; 
    vertical-align:center; 
    font-size:0.714em;
    float:left;
}
.gj-fxnews-footer {
    margin-top:5px; 
    clear:both;
}

.gj-fxnews-attachement-desc {
    color: #5d5d5d;
}

.gj-fxnews-attachement-source {
    font-size: 0.857em;
    color: #5d5d5d;
    text-decoration:none;
}

.gj-fxnews-source-content {
    margin-bottom:0.2em;
}

.gj-gxnews-action-div {
    float:right;
    margin-left:5px;
}

.grayText {
    color: #808080;
}
.orangeText {
    color: #e95d0f;
}
