/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
	
	/* --- BASE --- */
	
body {
	font-family: Helvetica, Arial, Sans Serif;
	text-align: left;
}

table {
  margin-bottom: 10px;
}

a {
	color: #006068;
	font-family: Helvetica, Arial, Sans Serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: none;
	margin: 0 auto;
	width: 976px;
}

#back-container {
	min-height: 465px;
}

#content-wrapper {
	margin: 0 auto;
	padding: 7px;
	width: auto;
}

body #content-wrapper {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
}

.ie #content-wrapper {
	zoom: 1;
}

#content-wrapper #layout-grid {
	margin: 0 auto;
}

#banner {
	height: 99px;
	position: relative;
}

#banner h1.logo {
	background: none;
	margin: 0;
	position: static;
}

div#page-search input[type="text"] {
	font-size: 14px;
	width: 23%;
}

/* ---- NAVIGATION ---- */
#navigation {
	background: transparent;
	border: none;
	height: 20px;
	margin-top: -8px;
	overflow: visible;
	padding: 1px 0 0 2px;
	position: relative;
	width: 100%;
	z-index: 10;
}

#navigation ul {
	float: left;
	width: auto;
	padding: 0px;
}

#navigation li {
	background: #006068;
}

#navigation li.parent-nav-item {
	background: none;
	border: none;
	list-style-position: inside;
	border-right: 1px solid #1F242A;
        line-height: 13px;
	margin: 0;
	padding: 8px 25px;
}

#navigation li a {
	background: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans Serif;
	padding: 0;
}

#navigation li:hover {
	background: #72b8b4;
        color: #006068;
}

#navigation li:hover a {
	color: #006068;
}

#navigation li a span {
	background: none;
	padding: 0;
}

#navigation li a:hover {
	background: none;
	color: #006068;
	padding-bottom: 0;
}

#navigation li a:hover span {
	background: none;
}

#navigation ul li.selected {
	background: #003034 url(http://ripe59.ripe.net/images/navigation/bullet_selected.png)
		no-repeat 12px 50%;
}

.ie6 #navigation li.selected {
	background: #003034;
}

#navigation li.selected:hover {
	background: #003034;
}

.ie6 #navigation li.init {
	background: #D8DDE0;
}

#navigation li.selected a {
	background: none;
	color: #FFF;
	padding: 0;
}

#navigation li.selected a span {
	background: none;
	font-size: 1em;
	padding: 0;
}

#navigation li.selected a:hover {
	border-bottom: #ABAFB2;
	padding-bottom: 0;
}

#navigation li.init a {
	color: #fff;
}

.js #navigation .enter-page {
	background: none;
	margin-top: -2px;
	padding: 0;
}

.js #add-page a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
}

.js #add-page {
	background: none;
	float: right;
	font-weight: normal;
	border: none;
	margin-right: 5px;
	margin-top: 3px;
	padding-top: 0px;
	position: static;
}

.js #add-page a:hover span {
	background: none;
}

.js #add-page a span {
	background: none;
	padding: 0;
}

/* --- DOCK --- */
.js .interactive-mode h2 {
	background: none;
}

.js .lfr-dock.interactive-mode {
	postion: absolute;
	right: 0px;
	top: 0px;
}

.js .interactive-mode {
	background: none;
}

.js .interactive-mode h2 span {
	background: transparent url(http://ripe59.ripe.net/images/ripe-theme/blackblue_gradient.gif)
		repeat-x scroll 0 0;
}

/* --- SEARCH --- */
#banner .search {
	position: absolute;
	right: 13px;
	top: 35px;
}

#banner .search form {
	padding-right: 49px;
	padding-top: 2px;
	position: relative;
}

.ie6 .search input.text {
	background: #FFF;
	border: none;
	color: #211C19;
	font-size: 16px;
	font-weight: normal;
	margin: 0px -10px 0px 0px;
	padding: 3px;
	width: 150px;
}

#banner .search input[type=text] {
	background: #FFF;
	border: none;
	color: #211C19;
	font-size: 16px;
	font-weight: normal;
	margin: 0px -10px 0px 0px;
	padding: 3px;
	width: 150px;
}

#banner .search input[type=image] {
	display: none;
}

#banner .search input.focus {
	background: #FFF;
}

#banner .search .search-input-link {
	background: url(http://ripe59.ripe.net/images/common/search_btn.png) no-repeat;
	display: block;
	height: 26px;
	position: absolute;
	right: 0;
	top: 2px;
	width: 39px;
}

.ie #banner .search .search-input-link {
	top: 3px;
}

/* ---------- Language ---------- */
#banner .lfr-dock .lang {
	position: absolute;
	right: 110%;
	text-align: right;
	top: 4px;
	width: 350px;
}

/* --- PORTLET --- */
.portlet,.portlet-topper,.portlet-content,.portlet-title {
	border: none;
	margin: 0;
}

.portlet {
	margin: 12px;
	padding: 0;
}

.ie7 .portlet {
	zoom: 1;
}

.portlet-content {
	padding: 12px;
}

.portlet-topper {
	
}

.portlet-title {
	
}

.ie6 .portlet-icons {
	padding-right: 10px;
}

/* --- LAYOUT SPECIFIC --- */
#portlet-wrapper- { /* -- liferay old -- */
	background: transparent;
	margin: 0;
	padding: 14px;
}

#portlet-wrapper-sign-in { /* -- liferay new -- */
	background: transparent;
	margin: 0;
	padding: 14px;
}

#layout-grid .lfr-portlet-column.empty {
	display: none;
}

#content-wrapper.columns-max {
	padding: 2px;
}

.columns-max #column-1 {
	margin: 11px;
	width: 948px;
}

.lfr-portlet-column {
	background: none;
	border: none;
	margin-bottom: -100001px;
	padding-bottom: 100000px;
	position: static !important;
}

#layout-grid .lfr-column {
	overflow: hidden;
}

.columns-1 #column-1 .lfr-portlet-column {
	margin-bottom: 0;
	padding-bottom: 0;
}

#wrapper .columns-1 .lfr-column {
	padding: 5px;
	width: 950px;
}

.columns-2 #column-1 {
	padding: 5px;
}

.columns-2 #column-2 {
	padding: 5px;
}

.portal-popup #content-wrapper {
	background: none;
	margin: 0;
}

.portal-popup .columns-max #column-1 {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.portal-popup {
	padding: 0;
}

.portal-popup #p_p_id_15_ {
	background: #FFF;
	padding: 2px;
}

/* --- DROP DOWN MENU --- */
#navigation .child-menu {
	height: auto;
	left: 0px;
	overflow: visible;
	padding-bottom: 0px;
	position: absolute;
	top: 23px;
	width: 209px;
	z-index: 79;
	background: #593160;
	padding: 0px;
}

.ie #navigation .child-menu {
	height: auto;
}

.ie6 #navigation .child-menu {
	height: 1%;
}

#navigation .child-menu ul {
	height: auto;
	padding-bottom: 2px;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
}

#navigation .child-menu ul,#navigation .child-menu li,#navigation .child-menu a
	{
	background: transparent none;
}

#navigation .child-menu ul,#navigation .child-menu li {
	float: none;
}

#navigation .child-menu li:hover {
	background: #EAEAEA;
}

#navigation .child-menu li {
	border: none;
	display: block;
	padding: 5px 10px;
}

#navigation .child-menu li a {
	color: #fff;
	padding: 0 10px;
}

#navigation .child-menu a:hover {
	background: #EAEAEA;
	color: #fff;
}

/* --- BOTTOM NAV --- */
#footer .copyright-notice,#footer ul {
	bottom: -45px;
	padding-bottom: 10px;
	position: absolute;
}

#footer .copyright-notice {
	color: #FFF;
}

#footer ul {
	right: 0;
}

#footer li {
	border-right: 1px solid #FFF;
	display: inline;
	float: left;
	margin-left: 9px;
	padding-right: 8px;
}

#footer li.last-child {
	border: none;
	padding: 0;
}

#footer li a {
	color: #FFF;
	text-decoration: none;
}

#footer li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer .lang {
	bottom: -60px;
	padding-bottom: 10px;
	position: absolute;
}

/* --- BLOGS --- */
.portlet-blogs .entry-body {
	font-size: 12px;
	line-height: 1.3;
}

.portlet-blogs .entry-author {
	font-size: 11px;
	margin-bottom: 1em;
}

.portlet-blogs .entry-title {
	font-size: 1.5em;
	margin-bottom: 3px;
}

/* --- MESSAGE BOARDS --- */
.portlet-section-body .message-board-thread-top {
	border-bottom-color: #3A4E66;
}

.portlet-section-alternate .message-board-thread-top {
	border-bottom-color: #212C3A;
}

.message-board-message-container .portlet-section-alternate td {
	border: 1px solid #212C3A;
}

.message-board-message-container .portlet-section-body td {
	border: 1px solid #3A4E66;
}

#content-wrapper .message-board-thread-controls {
	border: none;
}

#content-wrapper .message-board-title {
	border: none;
	color: #151C25;
	padding: 5px;
}

#content-wrapper .toggle_id_message_boards_view_message_thread {
	border: none;
	margin-bottom: 10px;
}

.message-board-message-container table {
	color: #E7EEF6;
}

.mac.firefox .portlet-message-boards .message-container table {
	table-layout: auto;
}

.message-board-code,.message-board-quote {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}

.lfr-highlighted,.lfr-highlighted a {
	color: #ffc;
}

ul.message-board-edit-controls {
	list-style: none;
}

/* --- WORLD OF LIFERAY -- */
#top-menu {
	bottom: 6px;
	font: bold 10px Arial, Verdana, sans-serif;
	position: absolute;
	right: 12px;
}

#top-menu a {
	color: #000;
	padding: 0 3px;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
}

#navigation.profile li {
	background: #fff;
	position: relative;
	z-index: 100;
}

#navigation.profile .group {
	position: relative;
	z-index: 10000;
}

#navigation.profile .group .group-indicator {
	height: 10px;
	position: absolute;
	right: -7px;
	top: 8px;
	width: 8px;
}

#navigation.profile ul li a {
	color: #593160;
}

#navigation.profile ul li.selected {
	background-image: none;
}

#navigation.profile ul li.selected a,#navigation.profile ul li.selected:hover a
	{
	color: #fff;
}

#navigation.profile ul li:hover {
	background: #593160;
}

#navigation.profile ul li.group {
	background: #deedf4;
	border-bottom: #ABAFB2;
	font-size: 11px;
}

#navigation.profile ul li.group span {
	cursor: default;
	font-weight: bold;
}

#navigation.profile ul li.selected:hover {
	
}

#navigation.profile ul li a:hover span {
	text-decoration: underline;
	color: #fff;
}

#navigation.profile ul li:hover a span {
	color: #fff;
}

.portlet-activities .day-separator,.portlet-activities .first-day-separator
	{
	font-size: 12px;
	font-weight: bold;
}

.ie .portlet-recent-bloggers .taglib-search-iterator {
	width: 190px;
}

.taglib-search-iterator .user-name {
	display: block;
	font-size: 12px;
	font-weight: bold;
	min-width: 100px;
}

.taglib-search-iterator .user-profile-image {
	
}

.taglib-search-iterator .user-details {
	font-size: 11px;
	line-height: 1.3;
}

.taglib-search-iterator .portlet-section-body td,.taglib-search-iterator .portlet-section-alternate td,.taglib-search-iterator .portlet-section-body-hover td,.taglib-search-iterator .portlet-section-alternate-hover td
	{
	border: none;
	padding: 5px 10px;
}

.taglib-search-iterator .portlet-section-body td td,.taglib-search-iterator .portlet-section-alternate td td,.taglib-search-iterator .portlet-section-body-hover td td,.taglib-search-iterator .portlet-section-alternate-hover td td
	{
	padding: 0;
	padding-right: 5px;
}

.taglib-search-iterator .portlet-section-body td {
	background: #eef0f2;
}

.taglib-search-iterator a {
	text-decoration: none;
}

.wol-portlet-svn .revision-actions {
	min-width: 110px;
	text-align: left;
}

.wol-portlet-svn .revision-actions li {
	margin-right: 0.5em;
}

/* ---------- Facebook API key page ---------- */
.portlet-configuration .facebook-api .api-input {
	padding-right: 15px;
}

.ie .portlet-configuration .facebook-api .api-input {
	padding-right: 20px;
}

/* ---------- Tabs ---------- */
.ie body #content-wrapper .tabs li {
	line-height: 1;
}

div {
	text-align: left;
}

div.portletHeader {
	text-align: left;
	width: 100%;
	padding: 0px;
	background: url(http://ripe59.ripe.net/images/portlet/portletTitleBackground.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006068;
}

div.headerBanner {
	width: 960px;
	margin: 0 auto;
	height: 86px;
	background: url(http://ripe59.ripe.net/images/ripe-theme/bannertop.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 0px;
        padding-bottom: 13px;
}

.lfr-add-content h2 {css .jsp?...528214000 (line 1) cursor:pointer;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#rightHalf {
	background: white none repeat scroll 0 0;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: -1;
}

.feedbackPanelERROR {
	color: red;
	font-size: 11px;
	float: right;
}

select {
	width: 135px;
}

.selectable td,.selectable th {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #72b8b4;
	height: 30px;
}

thead tr {
	background: #006068 url(http://ripe59.ripe.net/images/ripe-theme/blackblue_gradient.gif);
        background-repeat: repeat-x;
	color: #ffce00;
}

tbody tr.odd td {
        color: #202020;
        /* background-color: #ffffff; */
		border-bottom:1px solid #72b8b4;

}

tbody tr.even td {
	color: #202020;
	/*	background-color: #c0e4e4; */
	border-bottom:1px solid #72b8b4;
}

table.selectable tbody tr:hover {
	background-color: #72b8b4;
}

table.selectable {
	border-right: 1px solid #72b8b4;
	padding: 1px;
	color: #5272a8;
	min-width: 300px;
}

thead tr a {
        color: #ffce00;
	text-decoration: underline;
}
