/* CSS Reset by Eric Meyer (meyerweb.com) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */ 

body {
        padding: 0 480px 0 480px;
}
#sizer {
        margin: 0 -480px 0 -480px;
	min-width: 940px;
}
#inner-sizer {
	width: 100%;   
}

#page-wrap { 
	width: 93%; 
	max-width: 2000px;
	min-width: 850px;
        margin: 0 auto 0 auto;
	position: relative;
/*	padding: 1% 1% 1% 1%; */
    background-color: #718393;
}
body {
	background-color: #f0f7fd;
	line-height: 1.5;
	font-family: sans-serif, Arial, Verdana;
	font-size: 75%;
}
#page {
	background-color: #718393;
	width: 95%; 
	margin: auto;
}
#contribs .page-content {
	background-color: #fff;
}
#page a {
        color: #004059;
        font-weight: bold;
        text-decoration: none;
}

#page a:hover {
        color: #004059;
        text-decoration: underline;
}

#clear-page-top, #clear-page-bottom {
	clear: both;
	background: #718393;
	width: 93%;
	height: 20px;
	max-width: 2000px;
	margin: auto;
	overflow: hidden;	
}
.clear-bg {
	clear: both;
	height: 2%;
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 1%;
	overflow: hidden;
}

#header {
	width: 100%;
	height: auto;
	min-height: 164px;
	height:auto !important;
	height:164px;
	max-width: 100%;
	min-width: 850px;
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 20px; 
	background-color: #000;
}

#header-left {
	width: 440px;
	min-width: 440px;
	height:auto !important;
  	height:164px;
	min-height: 164px;
	background-image: url('/gfis/img/header_left2.jpg');
        background-repeat: no-repeat;
        background-position: top left;
	background-color: #718393;
	float: left;
}
#header-right {
	min-width: 400px;
	width: 400px;
	height:auto !important;
	height:164px;
	min-height: 164px;
	background-image: url('/gfis/img/header_right2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #718393;
	float: right;
}
#header-left a {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 164px;
}
#header-right a {
        display: block;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100px;
}
.info-box {
	margin-bottom: 10px;
	overflow: hidden;
}
.info-box-title {
	/*padding: 1% 1% 0.5% 1%;*/
	padding: 4px 4px 2px 4px; 
	background-color: #fff; 
	background-image: url('/gfis/img/light-blue-bg.png');
	background-repeat: repeat-y;
}
.info-box-content {
	/*padding: 2%; */
	padding: 8px;
	background-color: #ebede1; 
}
.info-box-hover {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 5px solid #355777;
        margin-left: -5px;
	margin-right: -5px;
        margin-top: -5px;
	margin-bottom: 5px;
}
.page-content {
        padding: 2%;
	margin: 0 2% 2% 2%;
   /*     background-color: #eee;  */
	background-color: #ebede1;
	overflow: hidden;
}
.page-content pre {
	white-space: pre;
}
.page-content p {
	margin: 2% 0%;
}
.page-content ul {
	list-style-type: disc;
	margin-left: 5%;
}
.page-content ol {
	list-style-type: decimal;
	margin-left: 5%;
}
.page-content form {
	/*background-color: silver;*/
	/*background-color: #ebede1;*/
	background-color: #d3d7c5;
	padding: 1%;
	overflow: hidden;
}
.info-container {
	clear: both;
	float: left; 
	margin-bottom: 5px;
	width: 100%;
}
.clear-bg {
	clear: both;
	margin: 0;
}
.panel-border td {
	vertical-align: middle;
}
.key {	
	float: left;
	width: 30%;
}
.value {
	float: right;
/*	white-space: normal; */
	width: 70%;
}
.frame {
	border: 1px solid #000;	
	padding: 1%;
}
.frame td {
	border: 1px solid #000;
	padding: 1%;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.success-message {
	color: green;
	font-weight: bold;
}

.bottom {
	vertical-align: bottom;
}
.subscribe-link {
	margin-top: 10px;
}

#change-language-form {
        padding-bottom: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
	top: 0;
	left: 0;
	margin: 10px;
	color: #fff;
	
	text-align: right; 
	margin-bottom: 0px;
}

#change-language-form input:hover {
	border-color: orange;
}

.language-button {
	font-size: 100%;
        font-weight: bold;
        background: #9a9a9a;
        background-image: url('/gfis/img/gray_bg.jpg');
        background-repeat: repeat-x;
        padding-left: 2px;
        padding-right: 2px;
}

.language-button-selected {
	border-color: orange; 
	background-color: #B2B2B2;
	background-image: none;
}

.changeLang input:hover {
        border-color: orange;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Left-hand column */

#left-column {
	width: 17%;
	float: left;
	
	position: relative;
	margin: auto;
}


/* Navigation */

#navi {
	margin-bottom: 15px;
}
#navi ul li {
	border-bottom: 2px solid #fff;
}
#navi ul li a {
	display: block;
        color: #4D4D4D;
        padding: 1% 1% 1% 3%;
}
#navi ul li a:hover {
        color: #000;
	background-color: #ebede1;
	text-decoration: none;
}
#navi ul .calendar a, #navi ul .eplanner a {
	padding-left: 6%;
}
.navi-title {
	padding: 2% 2% 2% 3%;
	background-color: #355777;  
	color: #fff;
	border-bottom: 2px solid #fff;
}
.navi-title h3, .info-box-title h3, .action-box-title h3 {
	background: transparent;
}
.action-box-title h3 {
	color: #000;
}
.info-box-title h3 {
	color: #000;
}
.navi-content {
	color: #3f4449;
}
.left {
	width: 50%;	
	float: left;
	margin: 2% 0 4% 0; 
}
.right {
	width: 50%;
	float: right;
	margin: 2% 0 4% 0;
}
.grid-left {
	vertical-align: middle;
}
.grid-right {
} 
.item-grid {
	width: 100%;
}
.item-grid-left {
	font-weight: bold;
	padding-right: 5%;
}
.item-grid-right {
	padding-left: 5%;
}
.item-col {
	padding: 1%;
}
.item-even {
	background-color: #cecece;	
}
.item-odd {
	background-color: #bebebe;
}

.ol-fg {
	background-color: #f6f6f6;
}
.ol-bg {
	background-color: #666;
}
.ol-text {
	padding: 4%;
}
.ol-caption {
	color: #fff;
	font-weight: bold;
	padding: 2%;
}
.ol-caption a {
	color: #fff;
}
.branding {
	vertical-align: middle;
	font-size: 11px;
	color: gray;
	margin-top: 7px;
}
.branding img {
	padding-left: 1px; 
	vertical-align: middle;
}
.rss-icon {
	vertical-align: middle;
}
.clr {
	clear: both; 
	float: left; 
	width: 100%; 
	margin: 1% 0;
}
#feeds ul {
	list-style-type: none;
}
#home .home, #news .news, #events .events, #publications .publications, #jobs .jobs, 
#education .education, #projects .projects, #experts .experts, #datasets .datasets, #videos .videos, 
#calendar .calendar, #eplanner .eplanner, #create-account .create-account, 
#add-info .add-info, #guidelines .guidelines, #background .background, #documentation .documentation,
#contributors .contributors, #info-providers .info-providers, #feedback .feedback, #feeds .feeds, 
#search-help .search-help, #partner-home .partner-home, #add-feed .add-feed, #view-feeds .view-feeds, 
#user-account .user-account, #admin-home .admin-home, #admin-users .admin-users, 
#admin-feeds .admin-feeds, #admin-items .admin-items, #blog .blog {
	background-color: #ebede1;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}
.extra {
	background: #90EE90;
}
#login-navi {
	margin: 5%;
}
#login-navi li {
	padding: 1%;
}
#login-navi li a:hover {
	color: #000;
	text-decoration: none;
}
.sponsor {
	margin: 5px 0;
}
.sponsor2 {
	margin: 5px 0;
}
.sponsor-name {
	width: 50%;
	float: left;
	clear:both;
	font-weight: bold;
	margin-top: 10px;
}
.sponsor-logo {
	width: 45%;
	float: left;
	padding: 1%;
	text-align: center;
}

/* Main content */ 

#main-content {
	width: 59.9%; 
	float: left;
	position: relative;
	margin: auto;

	word-wrap: break-word; 
}


/* Sidebar (right) content */ 

#sidebar {
	width: 23%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right:-1px;
}
#slideshow { height: 150px; width: 100%; margin: auto; clear: both; display: none; overflow: hidden; }
#slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee;}

#search-box, #login-box, #slideshow img, #twitter-box, #most-popular, #sponsors, #contribs, #videos {
	width: 100%;
	float: left; 
	margin-bottom: 10px;
	overflow: hidden;
}

.action-box {
	width: 100%;
	background-color: #fff;
	background-image: url('/gfis/img/light-blue-bg.png');
	background-repeat: repeat-y;
	overflow: hidden;
}
.action-box-title {
	margin: 5px;
	font-weight: bold;
}
.action-box-content {
	margin: 5px;
}
.translate {
	cursor: help;
}
.translate:hover {
	color: #475D6B;
}
.translate-link {
	color: #4D4D4D;
	font-weight: bold;
	cursor: pointer;
	background-color: #d3d7c5;
	margin-left: 5px;
}
.twitter-footer {
	text-align: right;
}
.twitter-footer img {
	vertical-align: middle;
}
h1 {
	font-size: 150%;	
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

pre {
	font-size: 12px;	
}

#centertext p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#centerform {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#contentstext {
        text-align: justify;
        margin-left: 30px;
        margin-right: 30px;
}

.contentstext {
	text-align: justify;
        margin-left: 30px;
        margin-right: 30px;
}

#languages {
	text-align: right;
	background-color: #d1e6fc;	
}

#languages a {	     
	color: #004059;
}

#languagebar {
        font-weight: bold;
        text-align: right;
	background: #fbf9f5;
        background-image: url('/gfis/img/language_bg.gif');
        background-repeat: repeat-x;        
        position: relative;
        width: 100%;
	font-weight: bold;	
}

#languagebar input {
        border-color: #006400;
        border-width: 1px;
        border-style: solid;
}

#languagebar input:hover {
        border-color: orange;
}

#screenshot {
	clear: both;
	position:absolute;		
	border: 1px solid #ccc;
	background-color: #023802;
	padding:5px;	
	display:none;
	color:#FFFFFF;
	margin: auto;	
}

.more-link {
	font-size: 120%;
	text-align: right;
	float: right;
}
#more {
	color: #804000;	
	text-decoration: underline;	
}

#button hover {
	border-color: orange;
}

.morebutton {
	text-align: right;	
	/*padding-top: 3px;*/
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.morebutton input {
	font-weight: bold;        
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;
	float: right;	
}

.morebutton input:hover {
	border-color: orange;		
}

.searchbutton {
	margin-left: 2px; 
	margin-right: 5px;
	font-weight: bold; 
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;
}

.resgraybutton {
	font-size: 90%;
	font-weight: bold;	        
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;	
}

.graybutton {
	font-weight: bold;	        
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;	
}

.graybutton:hover {
	border-color: orange;	
}

#searchtitle {
	font-weight: bold;
	text-align: left;
	clear: both;
	float: left;
}

#searchtitle table {
	background: #e3a81d;
	background-image: url('/gfis/img/orange_bg.gif');
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	width: 80%;
}

.ev-cal {
	/*background: #ccc;*/
	background-color: #d3d7c5;
}
.cal-ctrl-left {
	float: left;
}
.cal-ctrl-right {
	float: right;
}

.calendarDay {
	font-size: 120%; 	
}

.calendarDayColumn {
	background: #FFFFFF;
}

.calendarDayColumn a:hover {		
	background: #FFFFFF;
}

.calendar-spatial {
    color: #4A4A6E; 
    font-style: italic;
}

p.result-info {
	/*background: #eee;*/
	background-color: #d3d7c5;
	padding: 3px;
}

.searchbox {
	margin-top: 35px; 
	margin-bottom: 35px;
	clear: both;
}

.ev-cal {
        background: #ccc;
	background-color: #d3d7c5;
	margin-bottom: 20px;
}
.cal-ctrl-left, .cal-ctrl-right {
	width: 48%;
	padding: 1%;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
}
.cal-ctrl-left {
	float: left;
}
.cal-ctrl-right {
        float: right;
	text-align: right;
}
.cal-year, .cal-month {
	padding: 2%;
	background-image: url('/gfis/img/light-blue-bg.png');
        background-repeat: repeat-y;	
}
.cal-day {
	background-color: #9a9a9a;
        background-image: url('/gfis/img/gray_bg.jpg');
        background-repeat: repeat-x;
	text-align: center;
}
.cal-day a {
	display: block;
}
.cal-day a:hover {
	background-color: #c4c4c4;
}
.cal-day-sel {
	background: #fff;
	text-align: center;
}
.sun {
	color: red;
}
.cal-day-pres {
        font-size: 120%;
        padding-left: 2px;
        padding-right: 2px;
        color: #fff;
        background-color: black;
}
.cal-day-any {
	font-size: 120%;
}
.select-month {
	clear: both;
	display: block;
        color: #4D4D4D;
}
.select-month ul {
	background-color: #d3d7c5;
	border-top: 1px solid #ebede1;
	margin: 0;
}
.select-month ul li {
	display: inline;
	margin: 1%;
	font-size: 110%;
}

.calendarChangeMonth {        
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.calendarChangeMonth input {	
	        
	font-weight: bold;        
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;
}

.calendarChangeMonth input:hover {
        border-color: orange;	
}


.calendarHeader {
	font-size: 120%;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: solid; 
	border-color: #006400; 
	border-width: 1px;
	background-color: #fff;
        background-image: url('/gfis/img/light-blue-bg.png');
        background-repeat: repeat-y;	
}

.calendarDayHeader {
	width: 100%;
	font-size: 100%;
	color: #000000;
	text-align: right;
	border-style: solid; 
	border-color: #006400; 
	border-width: 1px;
	background-color: #a7db25;        	
}


.calendarBorder {	
	color: #000000;
	background: #F3FFDE;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;		
	width: 100%;	
	text-align: left;	
}

.calendarRow {
	background: #F3FFDE;	
	text-align: center;			
}

.calendarRow2 {
	background: #F3FFDE;	
	text-align: center;	
}

.calendarRow a {
	color: #0000A0;	
}

.calendarColumn {		
	border-style: solid; 
	border-color: #006400; 
	border-width: 1px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;	
	width: 14%;
}

.calendarColumn2 {	
	font-weight: bold;
	border-style: solid; 
	border-color: #006400;
	border-width: 1px;	
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;
	width: 14%;
}

.typeColor1 {
	color: #000000;
}
.typeColor2 {
	/*color: #006400;*/
	color: #000000;
}

.feed-table {
    width: 100%;
	margin-top: 2%;
}
.feed-table-header {
	/*background-color: silver;*/
	background-color: #ebede1;
	padding: 1%;
}
.feed-table-footer {
	/*background-color: silver;*/
	background-color: #ebede1;
}
a {	
	text-decoration: none; 
}

a:hover { 
	color: #000000;
	/*background-color: #dbe9b4;*/
	text-decoration: none; 
}

#result {
	font-size: small;
	color: #000000;
}

#result a {
	font-size: small;
	color: navy;
}
.resultplayimg {
    position:relative;
    bottom: 70px;
    left: 35px;
    z-index: 3;
}
.recentplayimg {
    position:relative;
    bottom: 20px;
    right: 80px;
    z-index: 3;
}
.vthumbimg {
    position:relative;
    z-index: 1;
}
.videothumb {
    width: 25%;
    float: left;
    height: 120px;
}
.videothumb img:hover {
    cursor: pointer;
}
.videodescr {
    width: 74%;
    float: left;
}
#errormessage {
	color: red;
}
#footer {
	clear: both;
	height: 20px;
	/*background: silver;*/
	background-color: #ebede1;
	padding: 1%;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right; 
}

.info-box-title .expandBox {
	font-size: 120%;
        font-weight: bold;
	float: right;	
	display:none;
	cursor: pointer;
}
.info-box-title .collapseBox {
	font-size: 120%;
	font-weight: bold;
	float: right;
	display:none;	
	cursor: pointer;
}

#sponsors .info-box-content, #contribs .info-box-content {
	background-color: #fff;
	text-align: center;
}
.sponsors {
	width: 100%;
	/*margin-left: 10%;*/
	text-align: center;
	display: block; 
	clear: both;	
	vertical-align: bottom;
	margin: auto;	
}

.sponsors a {
	margin-left: 3%;
	margin-right: 3%;
}

div.boxes {
	padding:12px;
	padding-top: 0;
}

.column { 
	width: 50%; 
	float: left; 
	padding-bottom: 50px; 
}

.portlet { 
	margin-left: 1em; 
	margin-right: 1em; 
	margin-bottom: 1em; 
	margin-top: 0.5em;
}

.portlet-header { 
	margin: 0.3em; 
	padding-left: 0.2em; 
	padding-top: 0.2em; 
	padding-bottom: 0.2em;
}

.portlet-header .ui-icon { 
	float: right; 
}

.portlet-content { 
	padding: 0.4em; 
	text-align: left;
}

.ui-sortable-placeholder { 
	border: 1px dotted black; 
	visibility: visible !important; 
}

.ui-sortable-placeholder * { 
	visibility: hidden; 
}

.eventTableHeader {
	font-size: 100%;
	color: #006400;
	background: #fbf9f5;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}

.eventTableBorder {
	background: #dbe9b4;	
}

.eventTableEvenRow {
	background: #fbf9f5;
	text-align: left;	
}

.eventTableEvenRow a:hover {
	background: #FFFFFF; 
}

.eventTableOddRow {
	background: #fbf9f5;
	text-align: left;	
}

.eventTableColumn {	
	text-align: left;
	border: 1px solid black;		
	padding: 5px;		
}
.eventTableLastColumn {	
	text-align: center;			
}
.plevent {
    	border: 1px solid black;	
	/*background-color: #ddd;*/
	background-color: #d3d7c5;
	padding: 3px;  
	margin-top: 5px;  
	margin-bottom: 5px;	
}        
.e-header {
  	font-weight: bold;	
	border-bottom: 1px solid black;
	padding: 3px;
	font-size: 120%;
}
.e-content {
  	margin-top: 5px;
    	margin-bottom: 5px;
	padding: 3px;
}
.e-footer {    	
	font-weight: bold;
	padding: 3px;	
}   
.tabs {
	font-size: 75%;	
}
.tabs ul {
	margin: auto; padding: 0;
	text-align: left;
	margin-bottom: 10px;
	display: none;
}
.tabs li {
	border: 1px solid black;		
	display:inline; 	
	padding: 2px;
	background: #9a9a9a;
	background-image: url('/gfis/img/gray_bg.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;	
	cursor: pointer;
}

#comments ul {
	list-style-type: none;
}
.comment {
    	border: 1px solid green;
	background-color: #CBC39C;
	background-color: #f2ffc2;
	
	padding: 3px;  
	margin-top: 5px;  
	margin-bottom: 5px;
    }
.c-header {
    	font-weight: bold;	
	border-bottom: 1px solid green;
	padding: 3px;
}
.c-content {
   	margin-top: 5px;
    	margin-bottom: 5px;
	padding: 3px;
}
.c-footer {    	
	font-weight: bold;
	padding: 3px;
}        	    

#success {    	 
	margin-top: 10px; 
	font-weight: bold; 
	color: green;
	display: none;
}
.errmsg {
    	display: none;
	color: red;
	font-weight: bold;
}

#overDiv {
	text-align: left;	
}
.data-table td {
	padding: 1%;
}
.even-row {
	/*background-color: #ddd;*/
	background-color: #ebede1;
}
.odd-row {
	/*background-color: #ccc;*/
	background-color: #d3d7c5;
}
.error-message {
	color: red;
}

