body
{
	color: #000000;
	background: #ebebeb url(../img/white/bg_body.png) no-repeat fixed bottom left;
}
div.wrapper
{
	background: url(../img/white/bg_wrapper.png) top right no-repeat;
}
a.arrow
{
	background: url(../img/white/arrow_purple.png) no-repeat right;
}
a.arrow:hover
{
	color: #3a7a8c;
}
a.moreinfo,
a.archive,
div#selector a
{
	color: #0e5569;
}

/* HEADER */

div.logo_gama img
{
	background-image: url(../img/white/logo_gama.png);
}
ul#mainmenu li
{
	border-left: 2px solid #0e5569;
}
ul#mainmenu li a
{
	color: #0e5569;
}
ul#mainmenu li.active a
{
	border-bottom: 2px solid #9b2e9b;
}
ul#mainmenu li a:hover
{
	color: #3a7a8c;
}
ul#mainmenu ul.level2
{
    background: #b1bfc3;
}
ul#mainmenu ul.level2 a
{
	color: #000000;
}
ul#mainmenu ul.level2 a:hover
{
	color: #3a7a8c;
}

/* SEARCHBAR */

div.searchbar div div a
{
	color: #000000;
}
div#searchmenu div
{
	background: url(../img/white/bg_divider.png) no-repeat;
}
div#searchmenu div a
{
	background: url(../img/white/arrow_black.png) no-repeat right;
}
div#searchtabs div
{
	background: #b1bfc3 url(../img/white/bg_searchtab_left.png) no-repeat;
}
div#searchtabs div a
{
	background: url(../img/white/bg_searchtab_right.png) no-repeat top right;
}
div#searchtabs div.active
{
	background: #0e5569 url(../img/white/bg_searchtab_active_left.png) no-repeat;
}
div#searchtabs div.active a
{
	color: #FFFFFF;
	background: url(../img/white/bg_searchtab_active_right.png) no-repeat top right;
}
div.searchbar form
{
	background-color: #0e5569;
}
div.searchbar form p
{
	color: #FFFFFF;
}
div.searchbar form fieldset
{
/*	background: url(../img/white/bg_fieldset_divider.png) no-repeat top right; */
}
div.searchbar form fieldset a
{
	color: #b1bfc3;
}
div.searchbar form div#rel_data h3
{
    color: #FFFFFF;
}

/* CONTENT */

div.block h2,
div.browse div.block h3
{
	color: #0e5569;
}
div.browse div.block h2
{
	color: #000000;
}
div.browse div.block form
{
	background: url(../img/white/bg_browse_form.png) repeat-x bottom;
}
div.block a
{
	color: #0e5569;
}

/* HOMEPAGE */

div#carousel a#prev img
{
	background: url(../img/white/arrow_black_prev.png) no-repeat center left;
}
div#carousel a#next img
{
	background: url(../img/white/arrow_black.png) no-repeat center right;
}

div#carousel div.selected img
{
	border-top: 4px solid #0e5569;
	border-bottom: 4px solid #0e5569;
}

div#popular_tags a.tagsize0 { color: #555; }
div#popular_tags a.tagsize1 { color: #444; }
div#popular_tags a.tagsize2 { color: #333; }
div#popular_tags a.tagsize3 { color: #222; }
div#popular_tags a.tagsize4 { color: #111; }
div#popular_tags a.tagsize5 { color: #000; }

/* FACETS */

div#facets p
{
	color: #0e5569;
}

div#facets a,
div#facets a:hover
{
	color: #000000;
}

/* SEARCH RESULTS */

div#results table.pntable td
{
	background: url(../img/white/bg_divider.png) no-repeat right;
}
div#results table.pntable img.first
{
	background: url(../img/white/arrow_black_first.png) no-repeat;
}
div#results table.pntable img.last
{
	background: url(../img/white/arrow_black_last.png) no-repeat;
}
div#results table.pntable img.prev
{
	background: url(../img/white/arrow_black_prev.png) no-repeat;
}
div#results table.pntable img.next
{
	background: url(../img/white/arrow_black.png) no-repeat;
}
div#results table.pntable td.toggleView a
{
	background: url(../img/white/arrow_black.png) no-repeat right;
	color: #000000;
}
div#results thead th
{
	background: #cbcbcb url(../img/white/bg_divider.png) no-repeat right;
}
div#results thead th.sortedTag
{
	background-color: #b1bfc3;
}
div#results thead th.sortedTag img.up
{
	background: url(../img/white/arrow_black_up.png) no-repeat;
}
div#results thead th.sortedTag img.down
{
	background: url(../img/white/arrow_black_down.png) no-repeat;
}
div#results tbody td.bordertd,
div#showrelation tbody td.bordertd
{
	border-bottom: 3px solid #b1bfc3;
}

/* POPUPS */

div#loader {
    border: 3px solid #b1bfc3;
    background: #0e5569;
    color: #FFFFFF;
}
div#popupimg 
{
    color:#000000;
    background: url(../img/white/bg_popup_small.png) no-repeat;
}
div#popupimg a.close,
div#selector a.close,
div#extras a.close
{
	color: #000000;
}
div#extras a
{
	color: #0e5569;
}
div.popup_title
{
	background: url(../img/white/bg_popup_big_top.png) no-repeat top;
}
div.popup_body
{
	background: url(../img/white/bg_popup_big_bottom.png) no-repeat bottom;
}
div.medium_popup div.popup_title
{
	background: url(../img/white/bg_popup_medium_top.png) no-repeat top;
}
div.medium_popup div.popup_body
{
	background: url(../img/white/bg_popup_medium_bottom.png) no-repeat bottom;
}
div#extras a.acc_select
{
	color: #000000;
    background: #b1bfc3 url(../img/white/arrow_black_down.png) no-repeat 3px 5px;
}
div#extras a.acc_noselect
{
	color: #000000;
    background: #c2c2c2 url(../img/white/arrow_black.png) no-repeat 6px 3px;
}
div#extras a.acc_noselect:hover
{
	color: #0e5569;
    background: #c2c2c2 url(../img/white/arrow_purple.png) no-repeat 6px 3px;
}
