/* Links
   ********/
   
#contents a:link, #contents  a:visited, #contents  a:active, #contents a:hover{
	color: #1C69A8;
	text-decoration: none;
	border-bottom: #ccc 1px dotted; 
}

#contents a:hover{
	color: #CA0002;
}

#contents a:visited{
	color: #4988BC;
}


/*	Nodes
	******/

.rtl .file-node-wrapper{
	direction: rtl;
}
.file-node{
	border: 1px solid #ccc;
	padding: 5px 20px 5px 50px;
	background: #FCFCF1;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	display: inline-block;
	color: #666;
	
	min-width: 30%;
	margin: 3px 0;
}

.file-node div{
	padding: 5px 0;
}

.rtl .file-node{
	padding: 5px 50px 10px 20px;
	direction: rtl;
}

.file-node img{
	padding: 5px;
	float: left;
	margin-left: -48px;
}

.rtl .file-node img{
	padding: 5px;
	float: right;
	margin-right: -48px;
}

.image-node{
	border:1px solid #eee;
	margin:6px 20px;
	text-align:center;
	overflow: hidden;
}

.image-node img{
	margin: 10px;
}

.image-node p{
    background: #EEE;
    color: #666;
    padding: 3px;
    margin: 0;
}

.page-node {
	font-size: 12px;
	margin:12px 3px;
	color:#646565;
}

.rtl .page-node {
	direction: rtl;
}

.ltr .page-node a:link, .ltr .page-node a:visited, .ltr .page-node a:active{
	background:url("../images/arrow.png") no-repeat scroll -2px -1px transparent;
	border-bottom:1px dotted;
	margin-left:0;
	padding-left:20px;
	text-decoration:none;
}

.rtl .page-node a:link, .rtl .page-node a:visited, .rtl .page-node a:active{
    background: url("../images/arrow-ar.png") no-repeat scroll right center transparent;
    border-bottom: 1px dotted;
    font: 14px/28px Droid Arabic Naskh,Tahoma;
    margin-right: 6px;
    padding-right: 25px;
    text-decoration: none;
}
 
.basic-node {
	margin:12px 3px;
	color:#333; 
	line-height:18px;
	
}


.basic-node li {
    margin-bottom: 10px;
    list-style-image: url("/gso-website/images/barro-dgrey.gif");
}

.rtl .basic-node li {
    margin-bottom: 10px;
    list-style-image: url("/gso-website/images/barro-dgrey-ar.gif");
}

.rtl .basic-node {
    direction: rtl;
    font: 14px/32px Droid Arabic Naskh,Tahoma;
    margin-right: 6px;
    text-align: justify;

}
.ltr .basic-node {margin-left: 6px; line-height: 24px; font-size: 14px; }



/* News
   ******/

.news-archive{
	float:right;
	clear: right;
	width:250px;
	padding: 10px;
	margin: 3px; 
	
	color: #666;
	background: #FCFCFC;
	border: 1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.rtl .news-archive{
	float:left;
	width:300px;
}

.news-item-node{
	color: #666666;
    line-height: 180%;
    
    margin-bottom: 30px;
    text-align: justify;
    font:13px Droid Arabic Naskh,Tahoma;
}
.ltr .news-item-node{
	margin-right: 350px;
    direction: ltr;
}
.rtl .news-item-node{
	margin-left: 350px;
    direction: rtl;
}

.news-item-node p{
	margin: 0;
	padding: 0;
}

.ltr .news-link-node a:link, .ltr .news-link-node a:visited, .ltr .news-link-node a:active{
	background:url("../images/external_link_icon.gif") no-repeat scroll 1px 3px transparent;
	margin-left:0;
	padding-left:15px;
}

.rtl .news-link-node a:link, .rtl .news-link-node a:visited, .rtl .news-link-node a:active{
	background:url("../images/external_link_icon.gif") no-repeat scroll right 3px transparent;
	margin-right:0;
	padding-right:20px;
}

#contents .news-item-node a:link, #contents .news-item-node a:visited, #contents .news-item-node a:active, #contents .news-item-node a:hover {
border: none;
}

.news-item-node img{ 
	margin-top: 10px;
}

.ltr .news-item-node img{ 
	float: right;
    margin-left: 10px;
    max-width: 180px;
}

.rtl .news-item-node img{
	float: left;
    margin-right: 10px;
    max-width: 180px;
}
	
	
.content-node{
	padding: 5px;
	color: #aaa;
} 

/* Search 
   ********/

.rtl .search-results{
	direction: rtl;
}

.search-results-item{
	color: #666666;
    line-height: 180%;
    
    margin: 15px 0;
}

.search-result-link{
    color: green;
    display: block;
    font-size: 80%;
    overflow: hidden;
    white-space: nowrap;
}

.search-result-excerpt{
	color: #666;
}

/*	Bread Crumbs
	*************/
.breadcrumbs{
	font-size:90%;
	line-height: 200%;
	padding: 5px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	color: #ccc;
}

.rtl .breadcrumbs{
	direction: rtl;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active{
	color: #999;
}

.orginal-trace {
    background: none repeat scroll 0 0 #EEEEEE;
    
    font-size: 80%;
    padding: 5px;
    display: inline-block;
    
    margin-top: 30px;
}

.rtl .orginal-trace {
    direction: rtl;
}
