/* 
    Document   : grera_default
    Created on : 27-jul-2009, 10:14:17
    Author     : Tuatara Aplicacions TIC
    Description:
        Project styles
*/

/* 
   Base
*/

.prepend-top
{
    margin-top: 10px;
}

a
{
    color: #444;
}

input[type="text"].required, input[type="password"].required, input.required, textarea.required
{
    background: #fff url('../img/icons/required.png') no-repeat right top;
}

/*
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
        -moz-border-radius:5px;
    border-radius: 5px;
    -webkit-border-radius:5px;
}
*/
.box
{
    background-color: white;
}

.photo
{
    border:1px solid #E6E6E6;
    display:block;
    padding:2px;
}

select.required
{
    background-color: #ffffcc;
}

.error p
{
    margin: 0;
    font-size: 0.9em;
}

.f-small
{
    font-size: 0.8em;
}

.f-large
{
    font-size: 1.2em;
}

.f-red
{
    color: #b90000;
}

.options-list
{
    margin: 0;
    list-style-type: none;
    /*background-color: white;*/
}

.bolder
{
    font-weight: bold;
}

.normal-padding
{
    padding: 10px;
}

.big-padding
{
    padding: 20px;
}


input.btn-70-l {
background:url("../images/themes/basicgrey/btn70.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#666666;
cursor:pointer;
float:right;
height:24px;
margin-top:10px;
padding-bottom:2px;
text-align:center;
width:70px;
}
input.btn-70-l:hover {
background:url("../images/themes/basicgrey/btn70-hover.png") no-repeat scroll 0 0 transparent;
color:#222222;
}
input.btn-140 {
background:url("../images/themes/basicgrey/btn140.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:#666666;
cursor:pointer;
float:right;
height:24px;
margin-top:0;
padding-bottom:2px;
text-align:center;
width:140px;
}
input.btn-140:hover {
background:url("../images/themes/basicgrey/btn140-hover.png") no-repeat scroll 0 0 transparent;
color:#222222;
}

thead th
{
    background-color: #F7F7F7;
}

tr.thTableOddRow td
{
    background-color: #FCFFEF;
}

tr.thTableEvenRow td
{
    background-color: white;
}

ul#user-nav li#help-button a
{
    color: #00BB5E;
}

/*
  Forms
*/

h2.form
{
    background:url("../img/dotted-line.png") repeat-x scroll left bottom transparent;
    text-transform: uppercase;
    font-size: 0.85em;
    margin-bottom: 1.5em;
}

p.form label
{
    font-size: 1em;
}

p.form input, p.form select
{
    margin: 0;
}

span.hotspot
{
    padding: 0.5em;
}

#header {
    margin: 10px 0 0 0;
    height: 43px;
}

.header-logged-in
{
    background: #212121 url('../img/header-bg-corner-right-loggedin.png') no-repeat top right;
}

.header-not-logged-in
{
    background: #212121 url('../img/header-bg-corner-right.png') no-repeat top right;
}

.header-title
{
    margin-bottom: 7px;
    /*background-color: #646464;*/
    /*background: url("../img/dotted-line.png") repeat-x scroll left bottom transparent;*/
    padding: 5px 0px 5px 0px;
    color: #444;
}

.header-title h1
{
    font-size: 0.9em;
    margin: 0;
    color: #444;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.header-title a
{
    color: #444;
    font-weight: bold;
}

.breadcumbs
{
    font-size: 0.8em;
    color: #ccc;
    padding: 5px 5px 0px 5px;
}

.breadcumbs a
{
    color: #ccc;
}

.breadcumbs a:hover
{
    color: #444;
}

.search-title
{
    background-color: #212121;
    text-align: center;
    color: white;
}

input[type="text"].input-search
{
    margin: 0;
    background: #fff url('../img/icons/icona_lupa_buscar_freeze.gif') no-repeat top right;
    padding-right: 21px;
    margin-right: 10px;
}

input[type="text"].input-autocomplete
{
    margin: 0;
    background: #fff url('../img/icons/icona_llapis_editar.gif') no-repeat top right;
    padding-right: 21px;
    margin-right: 10px;
}


a.advanced-search
{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    text-decoration: none;
}

a.advanced-search:hover
{
    text-decoration: underline;
}

.simple-field label {
    /*margin-left:-60px;*/
    width:70px;
    float:left;
    margin-right:10px;
    text-align:right;
}

.nested-fields fieldset
{
    margin:0;
    padding:0;
    position:relative;
    border:1px solid #FFFFFF;
    margin-bottom:17px;
    overflow:hidden;
    padding-bottom:9px;
}
.nested-fields legend
{
    font-size: 1em;
    float: left;
    display: block;
}

.nested-fields legend span
{
    line-height:1.4em;
    font-weight:bold;
    /*
    top:0;
    left:0;
    position:absolute;*/
    text-align:right;
/*    float: left;*/
}
.nested-fields ul
{
    /*margin-left: 80px;*/
    margin: 5px 0 0 0;
}

.list-scroll
{
    border: 1px solid #ccc;
    height: 15em;
    overflow: auto;
    margin-bottom: 10px;
}

.multi-checkbox {
    border: 1px solid #ccc;
    list-style: none;
    height: 14em;
    overflow: auto;
    width: 16em;
}

.multi-checkbox, .multi-checkbox li { margin: 0; padding: 0; }

.multi-checkbox label {
    display: block;
    padding: 6px 4px 4px 6px;
    /*text-indent: 10px;*/
    border-bottom:		1px solid #DDD;
    font-size: 0.90em;
}

/*
ul.multi-checkbox {
        height:				160px;
        overflow: auto;
        overflow-y:			auto;
        overflow-x:			hidden;
        list-style:			none;
        padding: 			0;
        border:				1px solid #CCC;

}

ul.multi-checkbox li label{

        display:			block;
        border-bottom:		1px solid #DDD;
        padding:			4px 4px 4px 26px;
        color:				#000;
        outline: 			none;
        position:			relative;
        font-size: 0.85em;
}
*/
.multi-checkbox li label:hover{

        color:				#000;
        background-color:	#EEE;

}

.multi-checkbox li label.selected{

        color:				#FFF;
        background-color:	#CCC;

}

ul.multi-checkbox li label .multi-checkbox-item {
    margin-left: 2px;
    margin-right: 3px;
}


#footer {
    /*height: 28px;*/
    margin-top: 100px;
    /*background-color: black;*/
    /*background: black url('../img/footer-bg.jpg') no-repeat top left;*/
    /*padding-top: 130px;*/
    border-top: 1px solid #CCC;
    margin-bottom: 20px;
}

#header #logo-grera
{
    padding-left: 19px;
    background-color: #050002;
}

#mini-form-login label
{
    text-transform: uppercase;
    font-size: 0.9em;
}

#master-menu
{
    vertical-align: middle;
    padding-top: 14px;
}
#master-menu a
{
    font-size: 0.9em;
    text-transform: uppercase;
    padding-left: 20px;
    text-decoration: none;
    color: white;
}

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

#column-register
{
    margin-top: 7px;
}

#mini-form-login
{
    margin-top: 5px;
}

#mini-user-panel
{
    margin-top: 7px;
}

#mini-user-panel a
{
    color: white;
}

#mini-form-login input[type="text"],#mini-form-login input[type="password"]
{
    width: 78px;
    height: 15px;
    vertical-align: middle;
    font-size: 0.9em;
    margin-top: 3px;
    padding: 2px;
}

#mini-form-login label
{
    color: white;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

#mini-form-login .forgot-password
{
    color: white;
    padding-right: 10px;
    text-decoration: none;
}

#btnLogin
{
    margin-top: 5px;
}

#language-menu
{
    vertical-align: middle;
    padding-top: 14px;
    color: white;
    font-size: 0.9em;
    font-weight: normal;
}

#language-menu a
{
    color: white;
	text-decoration:none;
}


ul#master-tabs {
    list-style-type:none;
    overflow:hidden;
    margin: 0;
    padding: 0px 0px 0px 19px;
    background:#fff url(../img/master-tabs-bg.gif) top left no-repeat;
}

ul#master-tabs li {
    margin: 0px 0px 7px 0px;
    padding: 0;
}

ul#master-tabs li a {
    background-color:#f7f7f7;
    color: #527478;
    font-weight: bold;
    display: table-cell;
    padding:0px 12px 0px 12px;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 36px;
    width: 132px;
    vertical-align: middle;
}

ul#master-tabs li#tab-taulerofertes a:focus, ul#master-tabs li#tab-taulerofertes a:hover, ul#master-tabs li#tab-taulerofertes.active a  {
    background-color:#FF4C4C;
    color: white;
}

ul#master-tabs li#tab-actesnetworking a:focus, ul#master-tabs li#tab-actesnetworking a:hover, ul#master-tabs li#tab-actesnetworking.active a {
    background-color:#70DBFF;
    color: white;
}

ul#master-tabs li#tab-acordspreferencials a:focus, ul#master-tabs li#tab-acordspreferencials a:hover, ul#master-tabs li#tab-acordspreferencials.active a {
    background-color:#FFFF4C;
    color: #444;
}

ul#master-tabs li#tab-xarxasocial a:focus, ul#master-tabs li#tab-xarxasocial a:hover, ul#master-tabs li#tab-xarxasocial.active a {
    background-color:#4CDB4C;
    color: white;
}

ul#master-tabs li#tab-ajutssubvencions a:focus, ul#master-tabs li#tab-ajutssubvencions a:hover, ul#master-tabs li#tab-ajutssubvencions.active a {
    background-color:#944CB7;
    color: white;
}

ul#master-tabs li#tab-newsletter a:focus, ul#master-tabs li#tab-newsletter a:hover, ul#master-tabs li#tab-newsletter.active a {
    background-color:#4C70DB;
    color: white;
}

ul#master-tabs li#tab-agendaformacioactes a:focus, ul#master-tabs li#tab-agendaformacioactes a:hover, ul#master-tabs li#tab-agendaformacioactes.active a {
    background-color:#94704C;
    color: white;
}

ul#master-tabs li#tab-websinteres a:focus, ul#master-tabs li#tab-websinteres a:hover, ul#master-tabs li#tab-websinteres.active a {
    background-color:#949494;
    color: white;
}

ul#master-tabs li#tab-workinggroups a:focus, ul#master-tabs li#tab-workinggroups a:hover, ul#master-tabs li#tab-workinggroups.active a {
    background-color:#ff9900;
    color: white;
}

ul#master-tabs li#tab-suggerencies a:focus, ul#master-tabs li#tab-suggerencies a:hover, ul#master-tabs li#tab-suggerencies.active a {
    background-color:#4C4C4C;
    color: white;
}

ul#top-menu li
{
    display: inline;
}

#footer img
{
    vertical-align: middle;
}

/* Menu Add */
#toggle-box-1 {
    clear:both;
    display:none;
    float:left;
    height:60px;
    margin:0;
    width:910px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
}

#toggle-box-container
{
    float:left;
    height:50px;
    margin:10px 0 0 10px;
    width:900px;
}

.toggle-box-1-icon
{
    display:block;
    float:left;
    height:35px;
    margin-bottom:10px;
    margin-right:15px;
    text-align:left;
    width:165px;
    background-color: white;
}

.toggle-box-1-icon img
{
    margin: 3px 5px 5px 10px;
    /*float: left;*/
    vertical-align: middle;
}

.toggle-box-1-icon a
{
    border: 1px solid #CCC;
    display: inline-block;
    height:35px;
    width:165px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    margin-bottom:12px;
    margin-right:17px;
    font-size: 0.9em;
}

.toggle-box-1-icon a:hover
{
	border: 1px solid #fff;
    color: white;
}

.toggle-offer a:hover
{
	background-color: #FF4C4C;
}
.toggle-networking a:hover
{
	background-color: #70DBFF;
}
.toggle-grant a:hover
{
	background-color: #944CB7;
}
.toggle-learning a:hover
{
	background-color: #94704C;
}
.toggle-web a:hover
{
	background-color: #949494;
}

#toggle-open-btn {
    background:url("../img/toggle-open-btn.jpg") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    float:left;
    height:24px;
    /*margin:72px 0 0 5px;*/
    width:24px;
    z-index:1000;
}

#toggle-close-btn {
    background: url("../img/toggle-close-btn.jpg") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    float:left;
    height:24px;
    /*margin:72px 0 0 5px;*/
    width:24px;
    z-index:1000;
}


h2.news-ticker-title
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: #527478;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px;
    background-color: white;
    margin: 0;
}

div#news-ticker
{
    background: #f5f5f5 url('../img/dte.gif') no-repeat top left;
}

div#news-ticker-offers
{
    background: #f5f5f5 url('../img/news-ticker-icon-offers.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-networking
{
    background: #f5f5f5 url('../img/news-ticker-icon-networking.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-agreements
{
    background: #f5f5f5 url('../img/news-ticker-icon-agreements.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-grants
{
    background: #f5f5f5 url('../img/news-ticker-icon-grants.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-web
{
    background: #f5f5f5 url('../img/news-ticker-icon-web.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-community
{
    background: #f5f5f5 url('../img/news-ticker-icon-community.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

div#news-ticker-learning
{
    background: #f5f5f5 url('../img/news-ticker-icon-learning.gif') no-repeat top left;
	font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

#news-ticker .news-ticker-item
{
    font-size: 0.9em;
    padding: 1px 5px 1px 25px;
}

#news-ticker .news-ticker-item a
{
    color: #444;
    text-decoration: none;
    display: block;
}

#news-ticker .news-ticker-item a:hover
{
    color: #000;
    text-decoration: underline;
}

#footer .footer-que-es
{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #ffffff;
    padding: 0px 0px 0px 10px;
}

#footer .footer-que-es:hover
{
    text-decoration: underline;
}

#content-message
{
    margin: 5px 0 5px 0;
}

#footer #footer-links
{
    font-size: 0.8em;
    color: #444;
    vertical-align: middle;
    text-align: right;
}

#footer #footer-links a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    letter-spacing: 1px;
}

#footer #footer-links a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 1.2em;
    font-weight: bold;
}

h2
{
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    color: #444;
}

h3
{
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
}

.tabular-data
{
    border-collapse:collapse;
    border: none;
    font-size: 0.9em;
}
.tabular-data tr.hover td
{
    background-color: #f1f1f1;
    cursor: pointer;
}

.tabular-data a, .tabular-data a:hover
{
    text-decoration: none;
    color: #006699;
}

/* Home */

.home-flash
{
    background: white url('../img/home/home-bg.gif') no-repeat right top;
}

.home-flash p
{
    font-size: 1.3em;
}
/******/

.home-statistics
{
    margin: 30px 0px 5px 0px;
    padding: 20px 20px 0px 20px;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Georgia, Arial;
}

.home-statistics a
{
    color: #0066CC;
    text-decoration: none;
}

.home-presentation
{
    font-size: 1.3em;
    margin: 20px 0px 3px 0px;
}

h2.home-title, h1.home-h1
{
    margin: 10px 0px 18px 0px;
    padding: 3px 3px 3px 10px;
    color:#444444;
    border-bottom: 2px solid #CCC;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Georgia, Arial;
    font-weight: bold;
}

.activity-river
{
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 470px;
    height:90px;
    float:left;
    margin-left: 20px;
}

.activity-river .items
{
    /* this cannot be too large */
    height:20000em;
    position:absolute;

}

.activity-river-item
{
    /*float: left;*/
    width: 470px;
    height: 90px;
}

.activity-river-item .photo
{
    margin: 3px 35px 3px 3px;
    border:1px solid #CCCCCC;
    padding:3px;
    width: 90px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
    float: left;
}

.activity-river-description
{
    float: left;
    margin: 5px 0 0 10px;
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
    color: #444;
    line-height: 1.1em;
    text-align: left;
    vertical-align: middle;
}

.activity-river-description a
{
    color: #0066CC;
    text-decoration: none;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }


/* left */
a.left				{ margin-left: 0px; }
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

.agreements-river
{
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 830px;
    height:200px;
    float:left;
    margin: 0px 20px 0px 20px;
}

.agreements-river .items
{
    /* this cannot be too large */
    width:20000em;
    position:absolute;

}

.agreements-river-item
{
    float: left;
    width: 840px;
}

h2.video-presentation
{
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0px 3px 0px;
}

.grera-advantage-list
{
    margin: 0;
    padding: 3px 0 0 0;
    overflow: hidden;
}

.grera-advantage-list li
{
    list-style-type: none;
    background: url('../img/home-img-bullet.gif') no-repeat left top;
    height: 41px;
    margin: 7px 0 0 0;
    padding: 0px 0px 0px 53px;
}

.grera-advantage-list li a
{
    text-decoration: none;
    color: white;
}

.grera-advantage-list li h2
{
    margin: 0;
    padding: 7px 5px 1px 5px;
    font-size: 1.3em;
    line-height: 1.2em;
    color: white;
}

.grera-advantage-list li h3
{
    margin: 0;
    padding: 0px 5px 0px 5px;
    font-size: 0.85em;
    line-height: 0.8em;
    font-weight: bold;
    color: #CCC;
}

.bg-black
{
    background-color: #020202;
    color: white;
}

.bg-white
{
    background-color: white;
}

.why-grera
{
    font-size: 2em;
    color: #666;
    line-height: 2.5em;
    font-weight: bold;
    text-align: center;
}

.home-img-1
{
    background: url('../img/home-1.jpg') no-repeat left top; width: 391px; height: 331px;
    padding: 9px 18px 9px 18px;
}

.home-img-1 p
{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1em;
    color: #111;
    line-height: 1.3em;
}

a.btn-home-register
{
    padding-left: 73px;
    display: block;
    text-decoration: none;
    background: url('../img/button-home-register.gif') no-repeat left top;
    width: 454px;
    height: 80px;
    margin-bottom: 35px;
}

.btn-home-register .big
{
    margin: 0;
    padding: 18px 5px 1px 5px;
    font-size: 1.7em;
    line-height: 1.3em;
    color: white;
    display: block;
    font-weight: bold;
}

.btn-home-register .small
{
    margin: 0;
    padding: 0px 5px 0px 5px;
    font-size: 1em;
    line-height: 0.7em;
    font-weight: bold;
    color: white;
    display: block;
}

.text-big
{
    font-size: 1.5em;
}

button.button
{
    text-transform: none;
}

/* REQUIRED BUTTON STYLES: */
button.button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible; /* removes extra side padding in IE */
}


button.button span {
  position: relative;
  display: block;
  white-space: nowrap;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  button span {
    margin-top: -1px;
  }
}
*/

.button
{
    -moz-border-radius:10px;
    border-radius: 10px;
    -webkit-border-radius:10px;
    font-size: 0.9em;
    font-family: Verdana,Arial,Helvetica,sans-serif;

    /*letter-spacing: 1px;*/
}

.button span
{
    padding: 3px;
}

a.button
{
    padding: 4px;
}

a.button-red, button.button-red
{
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #00BB5E;
    border: 2px solid #005F31;
}

a.button-black, button.button-black
{
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 2px solid #444;
}

a.button-grey, button.button-grey
{
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #646464;
    border: 2px solid #555;
}

a.button-white, button.button-white
{
    text-decoration: none;
    color: #444;
    font-weight: bold;
    background-color: white;
    border: 2px solid #444;
}

/* Offers */

.results-summary
{
    font-size: 0.8em;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.results-summary p
{
    padding: 5px;
    margin: 0;
}

.pagination-nav
{
    font-size: 0.8em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: right;
}

.pagination-nav p
{
    padding: 5px;
    margin: 0;
}

.tabular-data
{
    /*border: 2px solid #333333;*/
}

.narrow td
{
  
}

.tabular-data th
{
    background-color: #ededed;
    border-bottom: 2px solid #CCC;
    color: #333;
    line-height: 1em;
    font-weight: bold;
}

.tabular-data th, .tabular-data td
{
    padding: 4px 8px 4px 5px;
}

.tabular-data tr td
{
    border-bottom: 2px solid #fff;
}

.tabular-data tr td span.title
{
    color: #000099;
    font-weight: 700;
}

.tabular-data td
{
    /*background-color: #f1f1f1;*/
    background:url("../img/dotted-line.png") repeat-x scroll left bottom transparent;
}


.narrow
{
  padding: 1px 8px 4px 1px;
}

.panell
{
    background-color: #f7f7f7;
}

#offer-search
{
    margin-bottom: 0px;
}

.grey
{
    background-color: #f1f1f1;
}

.quarter-box-fl
{
    float: left;
    width: 160px;
    padding: 10px;
    margin-right: 10px;
}



.activity-item
{
    background:url("../img/line-999999.png") repeat-x scroll left bottom transparent;
    margin-bottom:5px;
    overflow:hidden;
    padding-bottom:10px;
    width:100%;
	color: #999999;
	font-size: 10px;
}

.icon
{
    padding: 0 4px;
}

.sendpm-icon
{
    background:url("../img/icons/letter.png") no-repeat scroll left center transparent;
    margin-left: 2px;
    margin-right:0px;

    display:block;
    height:16px;
    line-height:16px !important;
    overflow:hidden;
    width:16px;

    cursor: pointer;
    float: left;
}

.facebook-icon
{
    background:url("../img/icons/facebook.gif") no-repeat scroll left center transparent;
    margin-left: 2px;
    margin-right:0px;

    display:block;
    height:16px;
    line-height:16px !important;
    overflow:hidden;
    width:16px;

    cursor: pointer;
    float: left;
}

.twitter-icon
{
    background:url("../img/icons/twitter.gif") no-repeat scroll left center transparent;
    margin-left: 2px;
    margin-right:0px;

    display:block;
    height:16px;
    line-height:16px !important;
    overflow:hidden;
    width:16px;

    cursor: pointer;
    float: left;
}


/* company */

.company-contact-info span
{
    font-weight: bold;
}

#company-video-link
{
    border: 1px solid #CCC;
    color: #444;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
	height: 115px;
}

#company-video-link img
{
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 110px;
    border: 1px solid #CCC;
}

#company-video-link span
{
}

/* agreements */

div.agreement-item
{
    font-size: 0.8em;
    cursor: pointer;
    margin-bottom: 12px;
}

div.agreement-item a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div.agreement-item p
{
    padding: 0.3em;
}


div.agreement-item img
{

}

.agreement-item-container
{
    border: 1px solid #ededed;
    text-align: center;
    padding-top: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	height: 170px;
}

.agreement-item-container-small
{
    border: 1px solid #ededed;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.hover
{
    
}


.checkbox-group-list
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.checkbox-group-list li
{
    list-style-type: none;
    display: block;
    width: 200px;
    float: left;
    height: 20px;
}


/* begin css tabs */

ul.nav-tabs { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0.4em 0 0 0;
/*margin: 0.2em 0 1em 0;*/ /* set margins as desired */
font: bold 12px Helvetica,Verdana,arial,sans-serif; /* set font as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.nav-tabs li { /* do not change */
display: inline;
/*border-bottom: 1px solid #fff;*/ /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul.nav-tabs li a { /* settings for all tab links */
padding: 4px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-color: white; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul.nav-tabs li.active a {
border: 2px solid #444; /* set border COLOR as desired; usually matches border color specified in #tabnav */
border-bottom: 0px;
background-color: #646464; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul.nav-tabs li.desctive a {
border: 2px solid #444; /* set border COLOR as desired; usually matches border color specified in #tabnav */
border-bottom: 0px;
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul.nav-tabs li a:hover { /* settings for hover effect */
background: #444; /* set desired hover color */
color: #fff;
}

/* end css tabs */

/* register page */

.h3-upper
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
}

div#register-options
{
   background: white url('../img/register-options-bg.gif') repeat-y top left;
}

/* pantalles modal */
.modal, .modal-no-close {
    background-color:#fff; 
    display:none; 
    padding:15px;
    border:2px solid #333; 

	z-index:90000;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc;
	/*overflow-y:auto; */
}

.modal-medium
{
    width: 450px;
    height: 400px;
}

.modal .close {
    background-image:url(../img/overlay-modal/close.png);
    position:absolute;
    right:4px;
    top:0px;
    cursor:pointer;
    height:19px;
    width:40px;
}

/* RSS */
ul.rss_font
{
	color: #666666;
	line-height: 150%;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.rss_enquadrar
{
	padding: 2px 0px 2px 10px;
	border: 1px solid #999999;
}
li.rss_link 
{
    list-style-type: none;
	margin: 2px 0px 2px 13px;
	padding: 0;
}
li.rss_link  a
{
	text-decoration:none;
}

/* ACCOUNT */

#cnae-list-results
{
    height: 120px;
    overflow: auto;
}

.cnae-item, .company-cnae-item
{
    font-size: 1em;
    border-bottom: 1px dotted #666;
    background-color: white;
}

.company-cnae-item
{
    padding: 15px 10px 10px 10px;
}

.company-cnae-item .delete
{
    float: right;
}

.cnae-item a
{
    display: block;
    text-decoration: none;
}

.cnae-add
{
    background: transparent url('../img/icons/cnaeicon.gif') no-repeat left center;
    padding-left: 20px;
}

#cnaelist li
{
	list-style-type: none;
}

#cnaelist .menuTree:before {
	content: "[+] ";
}

#cnaelist .expanded:before {
	content: "[-] ";
}

#cnaelist .collapsed {
	display: none;
}

/* Titols dels detalls */
.info_title
{
	padding: 2px 0px 2px 10px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #555555;
        margin-bottom: 10px;
}

/* Tags */

SPAN.tagMatches {
    margin-left: 10px;
    display: block;
}

SPAN.tagMatches SPAN {
    padding: 2px;
    margin-right: 4px;
    background-color: #0000AB;
    color: #fff;
    cursor: pointer;
}

span.tag-item
{
    background-color: white;
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.tag-container
{
    margin-bottom: 20px;
}

.tagcloud
{
    margin: 10px 0;
}

/* Growl */

.blockMsg h1
{
    padding: 10px;
}

.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(img/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

a.working-group  {
color:#009900;
text-decoration:none;
}

a.network  {
color:#FF9900;
text-decoration:none;
}

a.company-name {
color:#006699;
text-decoration:none;
}

a.request  {
	color:#990000;
	text-decoration:underline;
}

/* Friend river*/

.friends
{
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 310px;
    height:50px;
    float:left;
    margin: 10px 20px 10px 20px;
}

.friends .items
{
    /* this cannot be too large */
    width:10000em;
    position:absolute;
}

.friends-item
{
    float: left;
    width: 340px;
}


/* Friends */


div.friends-item a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div.friends-item p
{
    padding: 0.3em;
}


div.friends-item img
{

}

.friends-item-container
{
    text-align: center;
    border-radius: 10px;
	height: 50px;
	width:63px;
	float:left;
}

.friends-item-container-small
{
    border: 1px solid #ededed;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}



.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* INVITE */

.contacts-table
{
    border: 1px solid #CCC;
}

#like-box
{
    width:250px;
    height:25px;
    padding-top:15px;
    padding-bottom:5px;
    overflow:hidden;
}

#like-box .like-button-container
{
    position:relative;
    float:left;
    overflow:hidden;
}

#like-box .twitter-share-button
{
    cursor: pointer;
}

#like-box .facebook-iframe
{
    border:none;
    overflow:hidden;
    width:110px;
    /*height:px;*/
}

/* gmail */

.linia_grera_mail
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.linia_grera_mail .company-name
{
	font-size: 0.8em;
}

.linia_grera_mail_noread {
    background: white url(../img/mail/toread-bg.jpg) repeat-x top left;
    border-top: 1px solid #00BB5E;
}

.linia_grera_mail_read {
    border-top: 1px solid #DFDFDF;
    background-color:#FFFFFF;
}

.greramail-title
{
        color:#006699;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
}

.greramail-indicators
{
    padding-left: 10px;
}

.greramail-when
{
	font-size: 0.8em;
}

.gmail
{
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 690px;
    height:50px;
    float:left;
    margin: 10px 20px 10px 20px;
}

.gmail .items
{
    /* this cannot be too large */
    width:10000em;
    position:absolute;
}

.gmail-item
{
    float: left;
    width: 720px;
}

div.gmail-item a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

div.gmail-item p
{
    padding: 0.3em;
}


div.gmail-item img
{

}

.gmail-item-container
{
    text-align: center;
    border-radius: 10px;
	height: 50px;
	width:63px;
	float:left;
}

.gmail-item-container-small
{
    border: 1px solid #ededed;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}



.botoP {
	background-color: #246195 !important;
	border: 1px solid #246195 !important;
	font-size: 1.5em;
	text-align: center;
	color: white;
	padding: 4px 7px 3px 7px;
	display: inline;
	margin: 0 0 0 5px;
	cursor: pointer;
}

