/* - ploneCustom.css - */
@media all {
/* http://www.opimec.com/portal_css/ploneCustom.css?original=1 */
/* */
/* */
body {
    background: #B5B5B5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: black;
}

strong {
   font-weight: bold;
}

pre {
   width: 530px;
   clear: right;
}

h1 {
    text-decoration: none;
    margin-left: 0;
    padding-left: 5px;
    border-bottom: 2px solid #76258A;
    color: #76258A;
    font-size: 1.50em;
}

h2 {
    font-size: 1.33em;
}

h3 {
    font-size: 1.17em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

#main-column .document-body .opi-section h1,
#main-column .document-body .opi-section h2,
#main-column .document-body .opi-section h3,
#main-column .document-body .opi-section h4,
#main-column .document-body .opi-section h5,
#main-column .document-body .opi-section h6 {
    font-size: 10pt;
    color: black;
   /* font-family: helvetica ;*/
    border-bottom: 1px solid black;
    padding: 0px;
    letter-spacing: 0;
    margin-bottom: 1em;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color:#76258a;
    text-decoration: none;
}

a:hover {
    color:#BA7FC8;
    text-decoration: underline;
}

input {
    border: 1px solid gray;
}

input[type="submit"]:hover {
	cursor: pointer;
	color: black;
}

input.vDateField, input.vTimeField {
    width: 80px;
}

select {
    width: 94%;
}

select.mceSelectList {
    width: auto;
}

legend {
    padding: 0.5em;
    font-size: 0.9em;
    color: #76258A;
    font-weight: bold;
}

.threeColumns fieldset,
.threeColumns-edit fieldset {
    width: 490px;
}

fieldset  {
    background: #F3F3F3;
}

.hide,
.hidden-label {
    display: none;
}

/* usefull class */
.visualClear {
    display: block;
    clear: both;
}

.alignRight {
    text-align: right;
}

.line {
    border-bottom: 2px solid #DBD7D6;
}

.link-external {
    background:transparent url(/media/img/link_icon.gif) center right scroll no-repeat;
	padding:0 13px 0 0;
}

.checkBox {
    border: none;
}

dt.visualIcon {
    min-height: 24px;
    padding-left: 24px;
}

h2.visualIcon a {
    padding-left:25px;
}

.tileItem {
    margin-top: 0.5em;
}

.text_right{
	float: right;
	padding-right:15px;	
}

#see_more, #see_less {
    display: none;
}

div.seeMoreWrapper {
    padding-bottom: 0.8em;
    text-align: right;
    font-size: 0.92em;
}

div.teamextrainfo {
    float: right;
}

div.extrainfo {
    font-size: 10px;
    padding-right: 80px;
    position: relative;
}

div.extrainfo div.moreinfo {
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

div.moreinfo a {
    color:#431748;
}

.discreet {
    color: #76797C;
    font-size: 85%;
    font-weight: normal;
}

.discreetColor {
    color: #76797C;
    font-weight: normal;
}
div.document-head {
    clear: left;
}

div.documentContent {
    margin-bottom: 1em;
    padding: 0 10px;
/*    position: relative;*/
}

div.documentContent p {
    font-size: 1em;
}

.threeColumns div.documentContent img {
    max-width: 500px;
}


.threeColumns div.documentContent dl dd img {
    max-width: 468px;
}

div.document-index ul {
    display: block;
    font-size: 11px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
}

div.document-index ul li {
    display: block;
    margin: 2px 0 4px;
    padding: 0;
}

div.doc_history .history-collapsable-table {
    display: none;
}

img.history-collapsable-collapse {
    display:none;
}

#visual-portal-wrapper {
    background: #FFFFFF url(../img/bg_general2.gif) repeat-y scroll 0 0;
    height: auto;
    margin: 0 auto;
    padding-left: 5px;
    min-height: 100%;
    width: 1000px;
    position: relative;
}

#visual-portal-wrapper2 {
    background: #FFFFFF url(../img/bg_general3.gif) repeat-y scroll right 0;
    display: block;
    height: auto;
    padding-right: 5px;
    margin: 0;
    text-align: left;
}

#visual-portal-wrapper2 .bg_left {
    background: #FFFFFF url(../img/bg_general4.gif) repeat-y scroll left center;
    z-index: 5;
}

#visual-portal-wrapper2 .bg_right {
    background:  #FFFFFF url(../img/bg_general.gif) repeat-x scroll right top;
    z-index: 5;
}

#visual-portal-wrapper2 #portal-header {
    background: #F4F4EC url(../img/bg_cabecera.gif) no-repeat scroll 99% top;
    display: block;
    min-height: 130px;
    _height: 130px;
    margin: 0;
    position: relative;
    text-align: left;
}
/* main column */
#main-column {
    width: 755px;
    padding: 0 20px;
}

#main-column.threeColumns,
#main-column.threeColumns-edit {
    width: 540px;
}

#main-column.oneColumn {
    width: 100%;
}

/* HEADER BLOCK */
/* siteactions */
#portal-siteactions {
    float: right;
    margin: 110px 6px 0 0;
    list-style-image: none;
    list-style-type: none;
}

#portal-siteactions li {
    display: inline;
}

#language-selector {
    display: block;
    float: right;
    margin: 114px 5px 0 0;
    width: auto;
}

#language-selector form {
    float: left;
}

#language-selector input {
    border: none;
    color: #BA8CC6;
    padding: 0;
    background: transparent;
    font-size: 1em;
}

#language-selector .language-active {
    color:#76258A;
	font-weight: bolder;
}

#user-login {
    background: #B5B5B5 none repeat scroll 0 0;
    display: block;
    float: left;
    color: #666666;
    width: 180px;
    padding: 6px 10px 0 10px;
    position: relative;
    text-align: center;
}

#user-login form,
#user-login div.join {
    text-align: left;
}

#user-login form {
    margin-top: 10px;
}

#user-login input {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    border: none;
    padding: 2px;
    margin: 2px 0 0 0;
    width: 130px;
}

#user-login input.submit {
    float: right;
    width: auto;
}

#user-login a.tile {
    display: block;
    font-size: 9px;
}

#login-div form div {
    margin: 0.5em;
    clear: both;
}

#login-div label {
    display: block;
    float: left;
    width: 150px;
}
/* personal tools */
#portal-personaltools-wrapper {
    height: 60px;
}
#portal-personaltools-photo{
float:left; padding: 10px 10px 0 0;
}
#portal-personaltools-wrapper #portal-personaltools  {
    padding-top: 0.5em;
}

#portal-personaltools-wrapper #portal-personaltools li {
    text-align: left;
    margin-left: 0;
    display: block;
    padding-left: 40px;
}

#portal-logo {
    float: left;
    padding: 5px 0 0 8px;
    background: transparent url(../img/bg_logo.png) no-repeat left top;
}

#personList .portraitPhoto {
    float:left;
    margin:0 20px 20px 0;
}

/* END OF HEADER BLOCK */

/* COLUMNS CONTENT */
#portal-columns {
    clear: both;
    border-collapse: collapse;
}

#portal-columns td {
    vertical-align: top;
}

/* column one */

#portal-column-one {
    background: #F8F5F9 url(../img/bg_left.png) no-repeat scroll left bottom;
    display: block;
    float: left;
    height: auto;
    margin: 0;
/*    overflow: hidden;*/
    padding: 0 0 120px 0px;
    text-align: left;
    width: 200px;
}

#portal-column-one #community_tag_portlet {
    margin-left: 21px;
    width: 155px;
}

/* search box */
#portal-searchbox {
    background: #B5B5B5;
    padding: 5px;
}

input.searchButton {
    width: 22px;
    height: 20px;
    background: #B5B5B5 url(../img/buscar.gif) no-repeat left top;
    border: 1px solid gray;
}

input#search_text {
    border: 1px solid gray;
}

#livesearchLegend {
    line-height: 1em;
    margin-top: -2em;
    margin-left: -0.1em;
    border: 1px solid gray;
    border-bottom: 0;
    background: White;
    color: black;
}

.LSResult {
    position: relative;
    left: 41px;
    top: 44px;
    display: block;
    text-align: right;
    padding: 0;
    margin: 0;
    z-index: 3;
}

.LSTable{
	margin: 5px 0 0 0;
}

#content #search_form form {
    height: auto;
    margin-bottom: 0.5em;
}

.list-table-search{
	float: right;
}

/* portlets */
dl.portlet {
    margin: 0 0 1em 0;
}

.portletHeader {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: black;
    height: 23px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1em;
    text-transform: uppercase;
    font-weight: normal;
}

.portletHeader span.moreItems {
    background: transparent url(/media/img/reading_down.png) no-repeat left top;
    height:9px;
    padding-left:17px;
}

.portletHeader span.moreItems.expanded {
    background-image: url(/media/img/reading_up.png);
}

.portletItem {
    margin: 0 0 0 35px;
    padding: 0 0 0.5em 0;
    font-size: 0.9em;
}
	
.portletItem:hover {
	background: white url(/media/img/light_grey_degradated.jpg) repeat-x scroll 0% 0%;
}

dd.portletFooter {
}

/* navigation portlet */
#navigation-portlet ul {
    padding: 5px 0 5px 20px;
}

#navigation-portlet ul li,
div.documentContent ul li.team {
    line-height:19px;
    padding-left:20px;
}

#navigation-portlet ul li ul {
    padding-left: 0;
}

#navigation-portlet ul li a {
    color:#76258A
}

#navigation-portlet ul li ul, #navigation-portlet ul li ul ul {
    display:none;
}

body.home #navigation-portlet ul li#nav-home > ul,
body.index #navigation-portlet ul li#nav-index > ul,
body.novelties #navigation-portlet ul li#nav-novelties > ul,
body.whoweare #navigation-portlet ul li#nav-whoweare > ul,
body.practices #navigation-portlet ul li#nav-practices > ul,
body.organizations #navigation-portlet ul li#nav-organizations > ul,
body.persons #navigation-portlet ul li#nav-persons > ul,
body.news #navigation-portlet ul li#nav-news > ul,
body.events #navigation-portlet ul li#nav-events > ul,
body.bulletin #navigation-portlet ul li#nav-bulletin > ul,
body.documents #navigation-portlet ul li#nav-documents > ul,
body.highlighted #navigation-portlet ul ul li#nav-highlighted > ul,
body.links #navigation-portlet ul li#nav-links > ul,
body.participants #navigation-portlet ul li#nav-participants > ul,
body.rss #navigation-portlet ul li#nav-rss > ul,
body.users #navigation-portlet ul li#nav-users > ul,
body.language #navigation-portlet ul li#nav-language > ul,
body.corporate-info #navigation-portlet ul li#nav-corporate-info > ul,
body.help #navigation-portlet ul li#nav-help > ul,
body.questions #navigation-portlet ul li#nav-questions > ul,
body.newsletter #navigation-portlet ul li#nav-newsletter > ul,
body.database #navigation-portlet ul ul li#nav-documents-database > ul,
body.add #navigation-portlet ul ul li#nav-documents-add > ul,
body.rss #navigation-portlet ul ul li#nav-documents-rss > ul,
body.glossary #navigation-portlet ul ul li#nav-documents-glossary > ul,
body.participate #navigation-portlet ul ul li#nav-participants-participate > ul {
    display:block;
}


/* contenttype navigation icons */
#navigation-portlet ul li#nav-persons,
#navigation-portlet ul li#nav-practices,
#navigation-portlet ul li#nav-organizations,
dt.contenttype-practice, h2.contenttype-practice,
dt.contenttype-organization, h2.contenttype-organization  {
    background:transparent url(../img/ico_innovaciones.png) no-repeat scroll left top;

}

#navigation-portlet ul li#nav-news,
#navigation-portlet ul li#nav-links,
#navigation-portlet ul li#nav-events,
#navigation-portlet ul li#nav-documents,
dt.contenttype-link, h2.contenttype-link,
dt.contenttype-file, h2.contenttype-file,
dt.contenttype-document, h2.contenttype-document,
dt.contenttype-newsitem, h2.contenttype-newsitem,
dt.contenttype-eventitem, h2.contenttype-eventitem  {
    background:transparent url(../img/ico_contenidos.png) no-repeat scroll left top;
}

#navigation-portlet ul li#nav-whoweare{
    background:transparent url(../img/ico_opimec.png) no-repeat scroll left top;
}

div.documentContent ul li.team,
#navigation-portlet ul li#nav-glossary,
#navigation-portlet ul li#nav-participants {
    background:transparent url(../img/ico_comunidad.png) no-repeat scroll left top;
}

#navigation-portlet ul li#nav-city {
    background:transparent url(../img/ico_ciudadania.png) no-repeat scroll left top;
}

#navigation-portlet #nav-rss,
#navigation-portlet #nav-newsletter {
    display: block;
    font-size:12px;
    height:19px;
    margin:10px auto;
    padding:5px 0 0 24px;
    text-decoration:none;
    width:130px;
}

#navigation-portlet #nav-rss {
 background:transparent url(../img/brss.gif) no-repeat scroll left top;
}

#navigation-portlet #nav-newsletter  {
 background:transparent url(../img/bcorreo.gif) no-repeat scroll left top;
}

#assign-evaluator-form dt.visualIcon  {
    padding-left: 50px;
    background-position: 35px center;
}

#assign-evaluator-form dt.visualIcon .checkbox {
    margin-left: -35px;
    border: none;
}

#assign-evaluator-form dt.visualIcon a {
    padding-left: 20px;
}

#selectEval select {
    margin-bottom: 1em;
    width: 90%;
}

#selectEval select option {
    padding: 0 0 0 0.5em;
    border-right: 1px solid black;
    width: 98.8%
}


.evalPhase_ {
    background: transparent url(/media/img/no_eval.gif) no-repeat scroll left center;
   	padding: 2px 0 0 2px;
}	

.evalPhase_1 {
    background: transparent url(/media/img/pending_eval.gif) no-repeat scroll left center;
   	padding: 2px 0 0 2px;
}
	
.evalPhase_2 {
    background: transparent url(/media/img/being_eval.gif) no-repeat scroll left center;
	padding: 2px 0 0 2px;
}
	
.evalPhase_3 {
    background: transparent url(/media/img/positive_eval.gif) no-repeat scroll left center;
	padding: 2px 0 0 2px;
}
.evalPhase_4 {
    background: transparent url(/media/img/negative_eval.gif) no-repeat scroll left center;
 	padding: 2px 0 0 2px;
}

a#nav-rss:hover,
a#nav-newsletter:hover {
    color:#AF69C0;
}

/* calendar */
.calendarBody {
    background:transparent url(../img/bg_calendar_body.gif) repeat-y scroll 0 0;
    color:#666666;
    height:auto;
    margin:5px auto 8px;
    overflow:hidden;
    width:154px;
}
.calendarBody .calendarTitle {
    background: transparent url(../img/bg_calendar_title.gif) no-repeat scroll 0 0;
    color: #332F30;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 4px 0 0 10px;
}

.calendarBodyFull {
    color:#666666;
    height:auto;
    margin:5px auto 8px;
    overflow:hidden;
}
.calendarBodyFull .calendarTitleFull {
    color: #332F30;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 4px 0 0 4px;
}

.cal_month_calendar th, 
.cal_month_calendar td {
    padding: 0;
}

.cal_month_calendarFull th, 
.cal_month_calendarFull td {
    padding: 0;
	 width: 14%;
}

.cal_month_calendarFull th
{
	background-color: rgb(200, 200, 200);
}

.cal_month_calendarFull td {
	 height: 80px;
	 border: #C8C8C8 1px solid;
}

.cal_month_calendarFull td a,
.cal_month_calendarFull td span
{
	float: right;
}

td.cal_not_in_month {
    color: rgb(200, 200, 200);
}

td.cal_in_month {
	font-weight: bold;
}
td.cal_today {
	background-color: #DCDCDC; /*FIXME */
}
td.cal_event{    
	background-color: #E7DFEF;
}


td.cal_event a {    
    font-weight: bolder;
}

div#download_cal {
    float: left;
    margin: 0 0 0 6px;
}

div#next-prev-month {
    color: #436976;
    float: right;
    margin-right: 8px;
}

.cal_month_calendar {
    background: transparent url(../img/bg_calendar_footer.gif) no-repeat scroll center bottom;
    border-top: 1px solid #436976;
    font-size: 10px;
    margin-top: 2px;
    padding: 0 0 5px 0;
    text-align: center;
    width: 100%;
}

.cal_month_calendarFull {
	border: #C8C8C8 1px  solid;
    margin-top: 2px;
    padding: 0 0 5px 0;
    text-align: center;
    width: 100%;
}

#vcal, #ical {
    display: inline;
    float: right;
    padding-right: 5px;
}

/* calendar and clock popups */
.calendarbox, .clockbox {
   z-index: 30;
}

/* end column one */

/* breadcrumbs */
.breadcrumbs-separator {
    display: inline;
    position: relative;
    top: 1px;
    padding: 0 2px;
    background: transparent url(/media/img/bc_separator.gif) no-repeat scroll 0 0;
}


/* social-icons */
#social-icons-wrapper {
    float: right;
}

#social-icons {
    float: right;
}

#social-icons ul, #inner-social-icons ul {
    margin-top: 0;
    margin-left: 1em
}

#inner-social-icons {
    float: right;
    text-align: right;
}

#social-icons-wrapper #inner-social-icons{
    width: 70px;
}

#social-icons ul {
   margin-left: 0px;
}

#social-icons li, #inner-social-icons li {
   list-style: none;
   float: left;
   margin-left: 2px;
   height: 18px;
}

#inner-social-icons li {
   padding-right: 1px;
}

ul.icons li a {
    display: block;
    float: left;
    height: 15px;
    padding-left: 6px;
}

ul.icons li a:hover {
    text-decoration: none;
}

#social-icons ul.icons li a {
    padding-left: 15px;
}

#meneame a {
   background: transparent url(/media/img/meneame.gif) no-repeat scroll 0px 0px;
}

#digg a {
   background: transparent url(/media/img/ico_digg.gif) no-repeat scroll 0 top;
}

#facebook a {
   background: transparent url(/media/img/ico_face.gif) no-repeat scroll;
}

#myspace a {
   background: transparent url(/media/img/myspace.gif) no-repeat scroll;
}

#delicious a {
   background: transparent url(/media/img/ico_deli.gif) no-repeat scroll;
}

#linkedin a {
   background: transparent url(/media/img/ico_linked.gif) no-repeat scroll;
}

#rss a {
   background: transparent url(/media/img/ico_rss.gif) no-repeat scroll;
}

/* index */
#community_tabs {
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #DBD7D6;
    border-left: 5px solid #DBD7D6;
}

#community_loader{
	width: 100%; 
	height:230px;
 	text-align:center; 

}
#community_loader img{
	padding-top: 110px;
}

#community_tabs .single_tab {
    height: 230px;
}

#community_tabs .limited-list {
    height: 90%;
    overflow: hidden;
}

#community_tabs .seemore {
	float: right;
	padding-right: 1em;
}

.folder-selector {
    height: 22px;
    margin-left: 7px;
}

#community_tabs ul.discreet {
    font-size: 11px;
    margin: -2px 0 0 -5px;
}

#community_tabs ul.discreet li {
    padding-bottom: 0px !important;
    margin: 2px 0px 4px;
    height: 23px;
    line-height: 23px;
}

.documentContent .folder-selector ul {
    margin-top: 1em;
    margin-left: -7px;
    font-size: 11px;
}

#community_tabs ul.discreet li a,
#community_tabs ul.discreet li a:hover { 
    background: transparent !important;
    border: none;
    padding-bottom: 0;
}

.documentContent .folder-selector ul li {
    border: none;
    float: left;
    display: block;
    height: 24px;
    padding: 0px 1.4em !important;
    margin: 0px !important;
    line-height: 24px;
}

.documentContent .folder-selector ul li a {
    padding: 0px !important;
    margin: 0px !important;
    float: left;
}

#community_tabs ul.discreet li.first {
    padding-bottom: 3px;
}

#community_tabs ul.discreet li {
    padding: 0 5px 4px 5px;
}

.documentContent .folder-selector ul li {
    padding: 0 5px 2px 5px;
}

#community_tabs ul.discreet li,
.documentContent .folder-selector ul li {
    background: transparent url(/media/img/bg_navisubmenu.gif) no-repeat scroll left top;
    border: none;
    margin-bottom: 0;
}

.folder-selector ul li.one,
#community_tabs ul.discreet li.first {
    background: transparent url(/media/img/bg_navisubmenu_first1.gif) no-repeat scroll left top;
    padding-left: 9px;
}

.folder-selector ul li.active,
#community_tabs ul.discreet li.ui-tabs-selected,
div.profile-folder-selector ul.selected-contents li.two,
div.profile-folder-selector ul.selected-teams li.three,  
div.profile-folder-selector ul.selected-colleagues li.four,
div.profile-folder-selector ul.selected-inbox li.five,
div.profile-folder-selector ul.selected-preferences li.six,
div.profile-folder-selector ul.selected-blog li.seven,
div.profile-folder-selector ul.selected-documents li.eight,
div.profile-folder-selector ul.selected-evaluator li.nine {
    background: #EEEDEB url(/media/img/bg_navisubmenuactive.gif) no-repeat scroll left top;
}

.folder-selector ul li.one.active,
#community_tabs ul.discreet li.first.ui-tabs-selected,
div.profile-folder-selector ul.selected-profile li.one {
    background: #EEEDEB url(/media/img/bg_navisubmenu_first_active.gif) no-repeat scroll left top;
}

.folder-selector ul li.last,
#community_tabs ul.discreet li.last {
    border-right: 1px solid #DBD7D6;
}

#community_tabs .ui-tabs-panel {
    border-left: none;
    border-bottom: none;
    padding: 10px 10px 5px 5px;
    margin-bottom: 0.5em;
    background: transparent url(/media/img/bg_contenido1.png) repeat-x scroll center top;
}

#community_tabs .line,
.folder-selector .line {
    border-bottom: 1px solid #DBD7D6;
    display: block;
    height: 24px;
}

.folder-selector .line {
    height: 22px;
}

.friendsMenu {
    float: right;
    width: 200px;
    margin-left: 10px;
}

a.beFriends{
	background:url("/media/img/friends_ico.gif") no-repeat scroll 0 10px transparent;	
	padding: 10px 0 0 25px;

}
.lastFriends,
.friendsInvitations {}

#main-column .friendsMenu h2,
#main-column .lastFriends h2,
#main-column .friendsInvitations h2 {
    padding-bottom: 2px;
    margin: 0.8em 0 0.5em 0;
}

.user-profile div.lastFriends ul li{
    float: left;
    width: 100%;
    margin-bottom: 0.5em;
}

.user-profile div.lastFriends img.portraitPhoto { 
    margin-top: 0;
}

#community_tabs .ui-tabs-panel {
    border-top: none;
}

#community_tabs #parch2 {
    background:transparent url(/media/img/bg_navisubmenu_parch1.gif) no-repeat scroll 0 0;
    bottom: -3px;
    height: 24px;
    position: absolute;
    right: 0;
    width: 23px;
    z-index: 5;
}

.mediumportlet {
    float: left;
    width: 47%;
    display: block;
}

.mediumportlet h1 {
    font-size: 1.4em;
}

.fullportlet h1 a  {
    background: transparent url(/media/img/enlace_title.png) no-repeat right 5px;
    padding-right: 17px;
}

.mediumportlet h1 a{
    background: transparent url(/media/img/enlace_title.png) no-repeat right 5px;
    padding-right: 17px;
}
	
.mediumportlet h2 a{
    background: transparent url(/media/img/enlace_title.png) no-repeat right 3px;
    padding-right: 17px;
}

.highLight {
    padding-right: 15px;
}

.lastNews {
    padding-left: 15px;
}

.mediumportlet ul li {
    margin:2px 0 4px;
}

.mediumportlet ul li a {
    color: #333333;
    padding: 2px 2px 2px 14px;
    text-decoration: none;
}

.highLight ul li a {
    background: transparent url(/media/img/bg_list_destacado.png) no-repeat scroll left top;
}

.lastNews ul li a {
    background: transparent url(/media/img/bg_list_noticias.png) no-repeat scroll left top;
}


/* organizaction */


/* end maincolumn*/

/* column extra */
#portal-column-extra {
    width: 200px;
    padding: 0 15px 0 0;
}

/* tags */
#community_tag_portlet h1,
#community_tag_portlet h2,
#community_tag_portlet h3 {
    background:transparent url(/media/img/bg_tags.gif) no-repeat scroll 0 0;
    border-right: 1px solid #C3B5CD;
    border-bottom: none;
    color:#440C55;
    display:block;
    font-size:14px;
    font-weight:100;
    height:23px;
    margin:0;
    padding:6px 0 0 8px;
}

#community_tag_portlet #community_tag_cloud {
    background:transparent url(/media/img/bg_tags2.gif) repeat-y scroll 0 0;
    display:block;
    margin:0;
    overflow:hidden;
    padding:0;
    border-right: 1px solid #C3B5CD;
    border-bottom: 1px solid #C3B5CD;
}

.tag_cloud {
    padding: 5px;
    text-align: center;
}

#community_tag_portlet #community_tag_cloud .tag-color-1{
    color: #02a2dc;
}

#community_tag_portlet #community_tag_cloud .tag-color-2{
    color: #ff5f10;
}

#community_tag_portlet #community_tag_cloud .tag-color-3{
    color: #b3152c;
}

#community_tag_portlet #community_tag_cloud .tag-color-4{
    color: #b4c23b;
}

#community_tag_portlet #community_tag_cloud .tag-color-5{
    color: #155a57;
}

#community_tag_portlet #community_tag_cloud .tag-color-6{
    color: #4a1f55;
}

#community_tag_portlet #community_tag_cloud .tag-color-7{
    color: #a11224;
}

#community_tag_portlet #community_tag_cloud .tag-color-8{
    color: #164b5d;
}

#community_tag_portlet #community_tag_cloud .tag-color-9{
    color: #7c7c7a;
}

#community_tag_portlet #community_tag_cloud .tag-color-10{
    color: #ff5124;
}

.tag-size-1 {
    font-size: 1em;
}

.tag-size-2 {
    font-size: 1.2em;
}

.tag-size-3 {
    font-size: 1.4em;
}

a.community-link {
    color: #440C55;
    display: block;
    height: 45px;
    font-size: 14px;
    padding: 2px 0 0 8px;
    margin-bottom: 8px;
    background: transparent url(/media/img/community_link.gif) no-repeat scroll center top;
}

a.innovators-link {
    color: #440C55;
    display: block;
    height: 45px;
    font-size: 14px;
    padding: 2px 55px 0 8px;
    margin-bottom: 8px;
    background: transparent url(/media/img/innovators_link.gif) no-repeat scroll center top;
}

a:hover.community-link,
a:hover.innovators-link {
    background-position: center bottom;
    text-decoration: none;
}

/* OPIMEC buttons */
.contentViews {
	padding: 1px 0 1px 0;
	margin: 1em 0 1.7em 0;
}

.contentViews dd {
    display: inline;
    float: left;
    margin-left: 0.5em;
}

.contentViews  a {
    cursor: pointer;
}

.contentViews  a:hover {
    color: black;
    text-decoration: none;
}


.contentViews .opibutton {
    height: 16px;
    line-height: 17px;
    background: transparent url(/media/img/buttons_left.gif) no-repeat left center;
}

.contentViews .opibutton a {
    height: 16px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 10px;
    font-size:0.8em;
    display: block;
    background: transparent url(/media/img/b_editar.gif) no-repeat right center;
}

.folder .contentViews {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

.folder .contentViews .opibutton a {
    background:transparent url(/media/img/default_button_right.gif)  no-repeat scroll right center;
	 text-align: center;
	 vertical-align: middle;
}

.contentViews .opibutton.contentview-add a {
    background:transparent url(/media/img/b_anadir.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-rss a {
    background:transparent url(/media/img/b_rss.gif) no-repeat scroll right center;
}
.contentViews .opibutton.contentview-metadata a {
    background:transparent url(/media/img/traducir.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-move a {
    background:transparent url(/media/img/b_mover.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-hide a,
.contentViews .opibutton.contentview-delete a {
    background:transparent url(/media/img/b_retirar.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-list a{
    background: transparent url(/media/img/b_directorio.gif) no-repeat right center;
}
.contentViews .opibutton.contentview-map a{
    background: transparent url(/media/img/b_mapa.gif) no-repeat right center;
}

.contentViews .opibutton.contentview-view a {
    background: transparent url(/media/img/b_vista.gif) no-repeat right center;
}

.contentViews .opibutton.contentview-calendar a {
    background: transparent url(/media/img/b_calendar.gif) no-repeat right center;
}

.contentViews .opibutton.contentview-mark a {
    background:transparent url(/media/img/destacar.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-publish a {
    background: transparent url(/media/img/b_disponible.gif) no-repeat right center;
}

.contentViews .opibutton.contentview-odt a,
.contentViews .opibutton.contentview-pdf a {
    background:transparent url(/media/img/b_exportar.gif) no-repeat scroll right center;
}

.contentViews .opibutton.contentview-move form {
    position: absolute;
    top: 0px;
    width: 300px;
}

.contentViews .opibutton.contentview-move form label {
    display: block;
    font-size: 10px;
}

.contentViews .opibutton.contentview-move form p {
    padding: 0px;
}


.contentViews .opibutton.contentview-move form input {
    margin-left: 0.25em;
    padding-bottom: 1px;
    font-size: 10px;
    float: left;
}

.contentViews .opibutton.contentview-move form input#id_new_position {
    float: left;
    margin-top: 1px;
}

.formControls {
    margin:1em 0 0 -4px;
}

.formControls input#save,
.formControls input#cancel,
.formControls input#cancel_to_url {
    width: 71px;
    color: #76258A;
  /*  padding: 0.1em 0 2px 0.5em;*/
    display: inline;
    text-align: left;
    font-size:0.8em;
    border: none;
    cursor: pointer;
}

.formControls input#save:hover,
.formControls input#cancel:hover,
 .formControls input#cancel_to_url:hover  {
    color: black;
}

.formControls input#cancel,
.formControls input#cancel_to_url {
    background: transparent url(/media/img/retirar.gif) no-repeat scroll left top;
}

.formControls input#save {
    background: transparent url(/media/img/anadir.gif) no-repeat scroll left top;
}

span.action,
.submit-row span.login,
.submit-row span.register {
    float: left;
    margin-right: 1em;
    height: 16px;
    background: transparent url(/media/img/buttons_left.gif) no-repeat left center;
}

span.action input,
.submit-row span.login input,
.submit-row span.register input {
    font-size: 0.8em;
    height: 16px;
    border: none;
    cursor: pointer;
    padding: 0 6px;
    background: transparent url(/media/img/default_button_right.gif) no-repeat right center;
}

/*  date */
.ModificationDate {
    background: transparent url(/media/img/back_modification_date.gif) no-repeat scroll 0 0;
    float: right;
    height: 48px;
    margin: 10px 10px 0 0;
    width: 40px;
}

.commentDate {
    background: transparent url(/media/img/back_comment_date.gif) no-repeat scroll 0 0;
    float: right;
    height: 60px;
    margin: 0 0 5px 5px;
    width: 39px;
}

.commentDate span, .ModificationDate span {
    display: block;
    line-height: 11pt;
    text-align: center;
}

.commentDate .day, .ModificationDate .day {
    color: #CB6BB2;
    font-size: 10pt;
}

.commentDate .month, .ModificationDate .month {
    color: #416B77;
    font-size: 9pt;
}

.commentDate .year, .ModificationDate .year {
    color:black;
    font-size:8pt;
}

.commentDate .time {
    color: #666666;
    font-size: 8pt;
    line-height: 9pt;
}

div.global-comment,
div.document-comment {
    padding: 10px;
    border-bottom: 1px dotted #229966;
}

div#opi-comment-window div.ajax-loader {
    width: 380px;
    height: 185px;
    text-align: center;
    padding-top: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: white;
    display: none;
}

div.global-comment-extra-actions,
div.document-comment-extra-actions {
    padding: 10px;
    padding-bottom: 0px;
}

div.global-comment-extra-actions div.global-comment-confirm-delete,
div.document-comment-extra-actions div.document-comment-confirm-delete {
    display: none;
}

div.global-comment-extra-actions input,
div.document-comment-extra-actions input {
    font-size: 10px;
}

/* practice view */
#practice_view > div {
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}

#practice_view div dt {
    color: #999999;
}

.field {
    margin: 0 1em 1em;
}

.field .field {
  margin: 1em 0 0 0;
}

#location-block {
    float: left;
    width: 230px;
}

div.singleMap {
    float: right;
    height: 300px;
    margin: 10px;
    width: 300px;
}
.mapLink {
    float: right;
    margin-bottom: 10px;
    text-align: center;
    width: 300px;
}


#main-column h2 {
    border-bottom: 2px solid #76258A;
    color: #76258A;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 0 5px 2px;
}

.list-table-content {
    margin-top: 25px;
}

.list-table-item-list dt,
.list-table-item-list dd {
    font-size: 0.92em;
}

.list-table-item-list dd {
    margin-bottom: 1em;
}


/* novelties */
#novelties .tileItem {
    margin: 0.5em 0 0 1em;
}

/* comments */

div.comment_odd, div.comment_even {
  /*margin-bottom:25px;*/
}

.practiceComments {
    margin-bottom: 25px;
}

#comment-form label {
    clear: both;
    float: left;
    margin-top: 0;
    width: 200px;
    font-size: 0.8em;
    position: static;
}

#comment-form .mceLayout {
    clear: both;
}

#comment-form input {
    border: 1px solid gray;
}

#comment-form .mceEditorContainer {
    display: block;
    clear: both;
    width: 100%;
}

.div_as_p {
    line-height: 14px;
    font-size: 1em;
    padding: 5px 0px;
}


p.submit input {
    background-color: #E4ECEB;
    color: #897998;
    float: left;
    font-size: 1em;
    margin: 0 5px 0 0;
    width: auto;
}

/* pagenavigation */
div.documentContent .pageNavigationLayout {
    color: #76258A;
    margin-top:20px;
}

div.documentContent .pageNavigationLayout div.detailedinfo {
    margin-bottom:10px;
    margin-top:5px;
	display: inline;
}

div.documentContent .pageNavigationLayout div.detailedinfo span.intro {
    font-weight:bold;
}

#product-list div.pageNavigationLayout ul {
    float: right;
    margin-top: -0.5em;
}

div.documentContent .pageNavigationLayout ul li.actual {
    border: medium none;
    color: #76258A;
    padding: 1px;
}

div.documentContent .pageNavigationLayout ul li {
    border: 1px solid #9A9A9A;
    display: block;
    float: left;
   /* font-size: 12px;*/
    margin-right: 5px;
    padding: 0;
/*	font-weight: bold;*/
}

div.documentContent .pageNavigationLayout ul li a {
    color: #696969;
    padding: 0px 4px;
    text-decoration: none;
}

div.documentContent .pageNavigationLayout ul li a:hover {
    background-color: #E4DCEB;
    color: white;
    text-decoration: none;
}

div.documentContent .pageNavigationLayout ul li.image {
    border: none;
}

div.documentContent .pageNavigationLayout ul li.image a:hover {
    background: none;
}

.current_score {
    float: left;
}

.organizationMap {
    height: 500px;
    position: relative;
    width: 100%;
}

/* person profile */
div.folder {
    background: white url(/media/img/light_grey_degradated.jpg) repeat-x scroll left top;
    border-color: #DBD7D6;
    border-style: solid;
    border-width: 0px 1px 3px 5px;
    clear: both;
    margin-bottom: -1px;
    margin-top: 0;
    padding: 10px 20px;
    position: relative;
    top: -1px;
    z-index: 1;
}
.user-profile .portraitPhoto {
    float: left;
  /*margin: 1em; */
}

.portraitPhoto {
    border: 1px solid black;
}

div.user-profile dl.user-information {
    margin: 0 0 1em 1em;
    padding: 0;
}

div.user-profile .user-about {
    float: left;
    width: 80%;
}

div.user-profile .user-about dd {
    margin-left: 6em;
}
 
.user-profile .user-information dt {
    margin-bottom: 1em;
    margin-top: 0;
}

.user-profile .user-about dt {
    width: 5em;
}

.user-profile .user-information dt,
.member .user-information dt {
    color: #76258A;
    float: left;
    padding-right: 0.5em;
}

.member .user-information dd,
.user-profile .user-information dd {
    margin-bottom: 1em;
}

.user-profile .user-information dt.illnesses {
    float: none;
}

.es .user-profile .user-information dd.illnesses {
    line-height: 1em;
    margin-left: 20em;
    margin-top: -26px;
}

.en .user-profile .user-information dd.illnesses {
    line-height: 1em;
    margin-left: 16em;
    margin-top: -26px;
}

.selector-chooseall {
    display: block;
}

.user-profile dd p {
    padding: 0 0 10px 0;
}
.user-profile div.singleMap {
    float:left;
    height: 300px;
    margin-left: 10px;
    margin-top: 10px;
    width: 400px;
}

.user-profile .mapLink {
    float: left;
    width: 400px;
    margin-left: 50px;
}

input#id_new_password1,
input#id_new_password2 {
    margin: 0.5em 0 1em 0;
}

/* messages */
ul.messages-folder-selector {
    height: 20px;
    line-height: 1.5em;
    list-style-image: none;
    list-style-type :none;
    margin: 0 0 1em;
    padding: 0;
}

div.documentContent ul.messages-folder-selector li {
    background: transparent url(/media/img/inbox.png) no-repeat scroll left top;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0 0 0 20px;
}

div.documentContent ul.messages-folder-selector li.select_outbox {
    background: transparent url(/media/img/outbox.png) no-repeat scroll left top;
    float: right;
}

.message-header {
    margin-bottom: .1em;
    min-height: 40px;
}

.list-table-item-list {
    margin: 0 0 1em 1em;
}

.message-reply a {
    border: 1px solid #76258A;
    margin-right: 1em;
    padding: 0 0.4em;
    background: #B5B5B5;
}

.message-reply a:hover {
    text-decoration: none;
}

.message_item_head th{
	border-bottom: 1px solid #ede0f1;
}

.message_item td{
	vertical-align: middle;
	padding: 7px 5px 7px 0;
	border-bottom: 1px solid #ede0f1;
}

.unread_message_item {	        
	font-weight: bold;
}

/* workteam */
div#new-team {
    text-align: right;
    width: 100%;
}

.workspace .highLight,
.workspace .lastNews {
    width:100%;
}

div#new-team a {
    color: #666666;
    font-size:  0.8em;
    font-weight: bold;
    padding-right: 10px;
}

div.send-mail-team input#id_subject {
    width: 100%;
}

div.documentContent ul.feeditem-list {
    margin-bottom: 2em;
}

div.documentContent ul li.team {
    color: #9982AE;
    clear: both;
    margin-top: 1em;
    min-height: 40px;
    _height: 40px; /* ie6 fix */
}

div.documentContent ul li.team div.description {
    float: left;
  /*  width: 500px; */
}

ul.feeditem-list li {
    margin-bottom: 30px;
}

ul.feeditem-list li div.description {
    padding-left: 30px;
}

div.documentContent ul li.team a {
    color: #431748;
    text-decoration: underline;
}

div.documentContent ul li.team a:hover {
    color: #666666;
    text-decoration: none;
}

.workteamPortlet {
    width: 190px;
    margin: 0 0 0 10px;
}

.workteamPortlet h2 {
    font-size: 1.1em;
    background: transparent url(/media/img/bg_group_top.png) no-repeat scroll left top;
    color: #532766;
    border-bottom:2px solid #76258A;
    display: block;
    height: 20px;
    margin: 0;
    padding: 3px 10px 0px 8px;
}

.workteamPortlet h2 img {
   /* margin-top: 5px;*/
}

.workteamPortletBody {
    background: transparent url(/media/img/bg_group_body.png) repeat-x scroll center top;
    border-left: 3px solid #D9D6D2;
    border-right: 3px solid #D9D6D2;
    border-bottom:2px solid #D9D6D2;
    padding:3px 0 10px 10px;
    display: block;
    height: auto;
    margin: 0;
}

#members-portlet .portraitPhoto {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

ul li.workteamMember {
    margin-top: 0.5em;
}

.workteamMember img.portraitPhoto {
    width: 30px;
}

.workteamMember p {
    padding-left:30px;
    padding-top:12px;
}

.workteamPortletBody ul li a,
.workteamPortletBody div.visualClear div.personInfoBoxMini  {
    color:#9E89AA;
/*  padding-left: 5px; */
    font-size: 0.9em;
}

#menu .workteamPortletBody ul li a {
    background: transparent url(/media/img/bg_list_documentos.png) no-repeat scroll left top;
    padding: 2px 0 2px 15px;
}

a.team-internal{
	background:  url('../img/required.gif') center right scroll no-repeat;	
	padding: 2px 10px 0 0;
	z-index: 90;
}

a.team-private{
	background:url('../img/lock_icon.gif')	center right scroll no-repeat;	
	padding:0 13px 0 0;
}

a.team-message{
	    background: url(/media/img/contact_team.gif) 0 1px  scroll no-repeat;	
		 padding:0 13px 0 0;
}

/* editor */
.portalMessage {
    background:#e7dfef url(/media/img/info_icon.gif) 5px 50% no-repeat;
    border: none;
    color: Black;
    font-size: 0.87em;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
}

.creator_fields,
.adding-content-chunk {
    padding-left: 48px;
    background: transparent url(/media/img/help_icon.gif) no-repeat 11px 17px;
    margin: 11px 0 1.5em;
}

.adding-content-chunk.closed{
	height: 5px;
}

.adding-content-chunk a#close{
	background: transparent url("/media/img/close_icon.gif") no-repeat scroll top right ;
	padding-left:14px;	
	text-decoration: none;
}

.adding-content-chunk a#close.closed{
	background: transparent url("/media/img/info_icon.gif") no-repeat scroll top right ;
	padding-bottom:4px;
	z-index: 90;
	text-decoration: none;
}

.creator_fields {
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    margin-bottom: 1em;
    padding: 1em;
}

.creator_fields .creator_fields-bottom .creator_fields-top,
.adding-content-chunk span.chunkBottom span.chunkTop {
    min-height: 41px;
    display: block;
    padding: 10px 20px 0 25px;
    background: transparent url(/media/img/help_top.gif) no-repeat left top;
}

.creator_fields .creator_fields-bottom,
.adding-content-chunk span.chunkBottom {
    background: transparent url(/media/img/help_bottom.gif) no-repeat left bottom;
    padding: 0 0 16px 0;
    display: block;
}

.threeColumns .adding-content-chunk span.chunkBottom span.chunkTop,
.threeColumns .creator_fields .creator_fields-bottom .creator_fields-top,
.threeColumns-edit .creator_fields .creator_fields-bottom .creator_fields-top,
.threeColumns-edit .adding-content-chunk span.chunkBottom span.chunkTop {
    background: transparent url(/media/img/help_top_3col.gif) no-repeat left top;
}

.threeColumns-edit .creator_fields .creator_fields-bottom .creator_fields-top {
    padding-right: 40px;
}

.threeColumns .creator_fields .creator_fields-bottom,
.threeColumns .adding-content-chunk span.chunkBottom,
.threeColumns-edit .creator_fields .creator_fields-bottom,
.threeColumns-edit .adding-content-chunk span.chunkBottom {
    background: transparent url(/media/img/help_bottom_3col.gif) no-repeat left bottom;
}

.threeColumns .adding-content-chunk tr.mceLast {
    display:block;
    height:202px;
    overflow-x:hidden;
    overflow-y:scroll;
    width:425px;
}
.threeColumns .adding-content-chunk tr.mceLast td {
    display: block;
    width: 100%;
}

.Required label {
    background: transparent url(/media/img/required.gif) no-repeat scroll right center;
    padding: 0 8px 0 0px;
}

.fieldRequired {
    background: transparent url(/media/img/required.gif) no-repeat scroll left center;
    color: black;
    font-size: 0.8em;
    padding: 0 0 0 8px;
}

.error,
.WithErrors,
div.documentContent ul.errorlist {
    background-color: #FDB406;
    border: 1px solid #FFA500;
    padding: 0.2em 1em;
    width: 95%;
}

 div.documentContent .form_div ul.errorlist {
    border: none;
}

#main-column .selector-available h2,
#main-column .selector-chosen h2 {
    border-bottom: none;
    color: #555555;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}

ul.selector-chooser {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
}

.selector ul.selector-chooser {
    height: 20px;
    margin: 0.5em 3px 0;
    padding-left: 200px;
}

.selector-add, .selector-remove {
    border-bottom: medium none !important;
    display: block;
    float: left;
    text-indent: -3000px;
    width: 30px;
}
.selector-add {
    background: transparent url(/media/img/admin/selector_stacked-add.gif) no-repeat scroll center top;
}

.selector-remove {
    background: transparent url(/media/img/admin/selector_stacked-remove.gif) no-repeat scroll center top;
}

/* documents */
div.document-index {
    border: 2px solid #EEEEEE;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-top: 20px;
    padding: 20px;
}

div.document-index ul li {
    display:block;
    margin:2px 0 4px;
    padding:0;
    padding-left: 60px;
}

div.document-index ul li a {
    color: #333333;
    display: block;
    margin: 0;
    padding: 2px 2px 2px 14px;
    text-decoration: none;
}

div.document-index ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

div.document-index ul li.section-6 {
    padding-left: 70px;
}

div.document-index ul li.section-5 {
    padding-left: 60px;
}

div.document-index ul li.section-4 {
    padding-left: 50px;
}

div.document-index ul li.section-3 {
    padding-left: 40px;
}

div.document-index ul li.section-2 {
    padding-left: 20px;
}

div.document-index ul li.section-1 {
    padding-left: 0px;
    font-weight: bold;
}

div.return-to-index {
    font-style: italic;
    text-align: right;
    font-size: 0.9em;
}

.documentContent  .commentBody {
    margin-right: 50px;
}

.opi-section{
 	border-left: 2px solid #EEEEEE;	 
	padding-left: 10px;
}
.opi-section:hover{
	border-left: 2px solid #CCCCCC;	 
}

.opi-section img {
    max-width: 700px;
    height: auto;
}

.document-comment-body img {
    max-width: 445px;
}

/* document translation */
.document-section-translation-div {
    background: #F9F9F9 none repeat scroll 0 0;
    border: 2px solid #E9E9E9;
    padding: 5px 10px;
    left: 20%;
    position: fixed;
    top: 10%;
    z-index: 50;
}

.translation-div-head {
    color:#CCCCCC;
    font-weight:bold;
    margin-bottom:1em;
    text-align:right;
}

a.close-translation-div {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.translation-table {
    border-collapse: collapse;
    width: 800px;
}

.translation-table iframe {
    height: 200px !important;
}

.translation-table td.canonical-language {
    background: #E7DFEF url(/media/img/translate_arrow.jpg) repeat-y scroll right top;
    padding: 0 50px 0 0 !important;
    width: 355px;
}
.translation-table td.canonical-language div.canonical-language-container {
    border-color: #8D4D72;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    height: 320px;
    overflow: none;
    padding: 10px 20px;
}

.translation-table tr.mceLast {
    height: 200px;
    overflow: none;
    display: block;
}
.translation-table tr.mceLast td {
    display: block;
    overflow: auto;
    height: 200px;
}

.translation-table td.translation-language {
    background-color: #CC9DC7;
    border: 1px solid #01874A;
    padding: 10px 20px;
}

.translation-div-footer {
    margin-top: 1em;
    text-align: right;
}
/* Manual comments */
div.opi-comment-bar {
    float: right;
    position: relative;
}

div.opi-comment-bar .opi-comment-ico {
    background: url(/media/img/icono_comentario.gif) no-repeat scroll 0 0;
    border:medium none;
    cursor:pointer;
    display:block;
    font-size:10px;
    height:24px;
    line-height:20px;
    margin-left:15px;
    padding-left:4px;
    text-decoration:none;
    width:90px;
}

div#opi-comment-window {
    background-color: #E4DCEB;
    border: 1px solid #76258A;
    display: none;
    height: 350px;
    position: absolute;
    right: 100px;
    top: 0;
    width: 400px;
    z-index: 100;
}

div#opi-comment-window h1 span.close {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

ul.opi-folder-nav {
    bottom: 294px;
    height: 20px;
    list-style-type: none;
    margin: 0;
    padding:10px 0 0 10px;
    z-index: 200;
}

ul.opi-folder-nav li {
    display: inline;
}

ul.opi-folder-nav li a {
    background: white none repeat scroll 0 0;
    border: 1px solid #777777;
    color: black !important;
    display: inline;
    font-size: 12px;
    padding: 5px 10px 0;
    text-decoration: none;
}

ul.opi-folder-nav li.active a {
    border-bottom: 1px solid white;
}

div.opi-folder {
    border: 1px solid #777777;
    height: 285px;
    background: white;
    margin: -3px 10px 0 10px;
    top: 52px;
    width: 380px;
}

div.opi-content-zone {
    background: white none repeat scroll 0 0;
    height: 285px;
    overflow: auto;
    width: 380px;
}

#main-column h2.document-comment-group {
    border-bottom: none;
    margin-top: 2em;
}

div.global-comment,
div.document-comment {
    border-bottom: 1px dotted #BAA9CB;
    padding: 10px;
}

span.mini-ajax-loader {
    display: none;
    margin-left: 10px;
}

.raw-section {
    padding-bottom: 0.5em;
}

.sectionSeparator {
    height: 0;
    clear: left;
}

.document-section-management dl{
	margin-left: -7px;
	margin-bottom: -3px;
}

.document-section-management .beforeActions,
.document-section-management .afterActions {
    width: 270px;
    border-bottom:3px double #DDDDDD;
}

.document-section-management .beforeActions {
    float: left;
}

.document-section-management .afterActions {
    float: right;
}

.document-section-management .actions {
    display: block;
    float: left;
    text-align: center;
    padding-top: 8px;
    padding-left: 15px;
}
.section-votes{
	margin-top: -8px;	
}
.document-section-management a.document-section-add-link {
    padding-left: 20px;
    background: transparent url(/media/img/plus_icon.jpg) no-repeat scroll left center;
}

a.document-section-add-link:hover {
    background: transparent url(/media/img/plus_icon_over.jpg) no-repeat scroll left center;
}

.documentContent p {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
    text-align: justify;
}
/* footer */
#portal-footer {
    color: #AFA7D1;
    background: #EAEAEA;
}

#portal-footer  a:hover {
    color: #615B82
}

#portal-footer table {
    width: 98%;
    margin: 0 auto;
}

.footerLinks {
    text-align: right;
}

.footerLinks a {
    color: #AFA7D1;
    padding:0 8px 0 8px;
    background:transparent url(/media/img/bg_enlaces_pie.gif) no-repeat scroll left center;
}

.footerLinks a.w3c {
    background: none;
}

#portal-footer p a {
    color: #AFA7D1;
}

/* inplace edit sections */ 
.inplace-section table.mce_formatselect .mceText {
    width: 200px;
}

.inplace-section .save, .inplace-section .tools, .inplace-section .tools .error, .inplace-section .conflict { 
    display: none; 
} 
 
.inplaceeditable,
.inplace-section .view:hover *{ 
  cursor: pointer;  
  background: #FFFFBB; 
}

div.documentContent .inplace-section ol,
div.documentContent .inplace_view_editable_field ol,
.inplace_view_editable_field ol,
.inplaceedit-noedit ol,
.commentBody ol,
.ui-tabs-nav .inplaceedit-noedit ol,
div.documentContent .mceEditorIframe ol,
div.documentContent .raw-section ol,
div.documentContent .inplace-section ul,
div.documentContent .raw-section ul,
div.documentContent .inplace_view_editable_field ul,
.inplace_view_editable_field ul,
.inplaceedit-noedit ul,
.commentBody ul,
.ui-tabs-nav .inplaceedit-noedit ul,
div.documentContent .mceEditorIframe ul,
div.documentContent .ArchetypesField-TextField ul{
    margin: 0.5em 0 0 2.5em;
/*  margin: 1em 0px;
    padding-left: 40px;*/
    list-style-type: disc;
    background: none;
    border: none;
}

div.documentContent .inplace-section li,
div.documentContent .raw-section li,
div.documentContent .inplace_view_editable_field li,
.inplace_view_editable_field li,
.inplaceedit-noedit li,
.ui-tabs-nav .inplaceedit-noedit li,
.commentBody li,
div.documentContent .mceEditorIframe li
,div.documentContent .ArchetypesField-TextField ul li
{
    list-style-type: disc;
    float: none;
    display: list-item;
    background: none;
    border: none;
}

div.documentContent .inplace-section ol li,
div.documentContent .raw-section ol li,
div.documentContent .inplace_view_editable_field ol li,
.inplace_view_editable_field ol li,
.inplaceedit-noedit ol li,
.ui-tabs-nav .inplaceedit-noedit ol li,
.commentBody ol li,
div.documentContent .mceEditorIframe ol li {
    list-style-type: decimal;
}

.captcha_help {
    margin-bottom: 1em;
    font-style: italic;
    font-size: 85%;
}

#recaptcha_area {
    position: relative;
}

.editor-helper-trigger,
input.apply,
input.cancel {
    margin-top: 1em;
}

.editor-helper-trigger {
    margin-left: 2em;
    line-height: 21px;
    vertical-align: bottom;
    background: url(/media/img/info2.png) no-repeat center left;
    padding-left: 20px;
}

.ui-dialog {
    border: 1px solid #76258A;
}

.ui-dialog-titlebar {
    background: #e4dceb;
    padding: 1em 2em;
    font-weight: bold;
}

.ui-dialog-title-editor-helper {
    float: left;
}

.ui-dialog-content {
    background: white;
    border: 1px solid white;
    overflow: auto;
}

.ui-dialog-titlebar-close {
    float: right;
}

.ui-dialog-content div.help_ext_content,
.ui-dialog-content div.inplaceedit_chunk {
    margin: 1em 2em;
}

/* collapsable sections */
.collapsableContainer {
    margin: 1em 0px;
}

.collapsableContent {
    display: none;
}

.collapsableActions {
	float: left;
	padding: 3px 5px 0 0;	
}

#collapsableActions-help {
	float: right;
	padding: 3px 10px 0 0;
}

#collapsableActions-help img:hover {
	cursor:pointer;
}

.collapsable-expand,
.collapsable-collapse {
    cursor: pointer;
}

.collapsable-collapse {
    display: none;
}

/* report abuse */
form.report_abuse_poe_form {
    float: left;
	vertical-align: middle;
}

div.report_abuse_form div.field {
    display: none;
}

div.report_abuse_form div#archetypes-fieldname-reason {
    display: block;
}

input.report_abuse_poe {
    border: none;
    padding-left: 7px;
    background-color: transparent;
}

/* team */
table.workteamMemberAdmin {
    width: 100%;
}

.workteamMemberAdmin input[type='text'] {
    background: none;
    border: 0;
}

.workteamMemberAdmin input[type='text'] {
    background: none;
    border: 1px solid gray;
    width: 150px;
    margin: 0px;
}

.workteamMemberAdmin th, .workteamMemberAdmin td {
    text-align: center;
}

/*.workteamMemberAdmin td.user_field {
    position: relative;
}*/

.workteamMemberAdmin select, 
.workteamMemberAdmin select option {
    text-align: right;
}

/* forum styles*/
	
div.forum{	
	border-color:#DBD7D6;
	border-style:solid;
	border-width:1px 1px 1em 2px;
	padding-bottom: 1em;
	background:white url(/media/img/light_grey_degradated.jpg) repeat-x scroll left top;
	
	clear:both;	
}

h1.threadTitle{border-bottom:2px solid #76258A;
color:#532766;
display:block;
font-size:1.1em;
height:20px;
margin:0;
padding:3px 0 0 8px;
}
	
	

div.forum div.forumAuthor{	
	font-size: 0.9em;
	height: 100%;	
}
	
div.forumReplies div.comment-depth,
div.forumReplies div.comment-depth {
   padding-left: 10px;
}

div.forumReplies div.comment-depth img {
    max-width: 490px;
}

div.forumReplies div.comment-depth-0,
div.forumReplies div.comment-depth-0 {
   padding-left: 10px;   
}

div.forumReplies div.comment-depth-0 img {
    max-width: 480px;
}

div.forumReplies div.comment-depth-1,
div.forumReplies div.comment-depth-1 {
   padding-left: 10px; 
}

div.forumReplies div.comment-depth-1 img {
    max-width: 470px;
}

div.forumReplies div.comment-depth-2,
div.forumReplies div.comment-depth-2 {
   padding-left: 10px; 
}
	
div.forumReplies div.comment-depth-3 img {
    max-width: 460px;
}

div#forumDescription > p
{
	padding-left: 15px;
	padding-right:15px;
	text-align:justify;
}

div.forum_comment_comment > p{
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
}
	
div.single-comment-head,
div.forumAuthor{
	padding-top: 5px;
	padding-left: 5px;
}
div.single-comment-content{}

div.forum_comment_comment_footer{
	text-align: right;
	padding-right: 0.5em;
}
	
div.single-comment{
	background: none ;
	border-color:#DBD7D6;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

div.forumReplies .newfieldset {
	padding: 0 0 0 0 ;

}
div#corner{
	float: left;
	border-color:#DBD7D6;
	border-style:solid;
	border-width:0px 0px 4px 4px;
	width: 8px;
	height: 40px;
	margin-left: 8px;
}
	
/* end forum styles*/
	
.even{
	background:white url(/media/img/light_grey_degradated.jpg) repeat-x scroll left top;
	text-align: left;
	vertical-align: middle;
}	
.odd {
	text-align: left;
	vertical-align: middle;
}
.opaque{
		opacity: .5;
		filter: alpha(opacity=50) 
}	

input#center_text {
    width: 88%;
}

/* statistics */

#statistics h2.visualClear {
    margin-top: 0.5em;
}

div.chart {
    float: left;
}

div.chart tfoot {
    font-weight: bold;
}

div.chart table tr th,
div.chart table tr td {
    font-size: 10px;
}

img.graphic {
    padding: 0.4em 0 1em 0;
    float: left;
    margin-left: 10px;
}

div.document-section-confirm-delete {
    display: none;
}

/* person item layout */

div.personCommBox{
	width: 16px;
	min-width: 16px;	
	float: left; 
	padding: 0 2px 0 0;
	text-align: center;
}

div.personCommBox img{
	padding-bottom: 2px;	
}

div.personPhotoBox{
	float: left;
	width: auto;
	min-width: 25px;
	text-align: center;
}

div.personInfoBox{
	float: left;
	padding-left: 5px; 
	padding-right: 15px;
}

div.personInfoBoxMini{
    padding-left: 3px;
	vertical-align: top;
	float: left; 
	width: 100px;
}

div.personInfoBoxMedium{
	padding-left: 5px; 
	vertical-align: top;
	float: left; 
	width: 200px;
}

div.personInfoBoxFull{
    padding-left: 5px; 
	vertical-align: top;
	float: left; 
	width: 430px;	
}

div.personInfoBoxWide{
    padding-left: 5px; 
	vertical-align: top;
	float: left; 
	width: 550px;	
}

div.personContentActionsBox{
    padding-left: 3px; 
	vertical-align: top;
	float: right; 
	width: 35px;
	text-align: right;
}

div.personContentActionsBox img,
div.personContentActionsBox div 
{
	padding-bottom: 5px; 	
}

/*end person item layout*/

.related-content {
    padding-left: 20px;
    background: url(/media/img/related_item_icon.png) no-repeat scroll 5px 0 transparent;	
    margin: 1px 1px 0 0;
}


}

/* Safari 3.0 and Chrome rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
fieldset.livesearchContainer {
    border: none;
}
.LSIEFix {
    border:1px solid gray;
}

}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#search_form ul li input {
    border: none;
}
}

