h1, h2, h3 {
  color: #006957;
}

h1 {
   font-size: 1.2em;
}

h2 {
   font-size: 1.1em;
}

h3 {
   font-size: 1em;
}

input {
   margin: 5px 0px;
   background: white url(/site_media/img/menubar-back.png) repeat-x center left;
}

input.submit,
input[type="button"],
input[type="submit"] {
   border: 2px ridge #D3D3D3;
   font-size: 0.9em;
}

input[type="radio"],
input[type="checkbox"] {
   margin: 0px;
   margin-top: 10px;
   margin-right: 5px;
}

input.submit,
input[type="submit"] {
   background: url(/site_media/img/minibullet.png) no-repeat center left;
   padding-left: 20px;
}

.clearLeft {
    clear: left;
}

.delete-link {
   background: url(/site_media/img/edit-delete.png) no-repeat center left;
   line-height: 16px;
   padding-left: 20px;
   float: left;
}

form#delete-form input[type="submit"] {
   background: none;
}

div.input ul {
   list-style: none;
   margin-top: 0;
}

body, html { 
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: white;
  font-family: sans-serif;
  font-size: 12px;
  text-align: left;
}

.centerText {
    text-align: center;
}

div.selector-available{
  display:inline;
  float: left;
}

div.selector-available select{
  width: 100%;
}


div.selector-chosen{
  float: right;
}

div.selector-chosen select{
  width: 100%;
}

div.selector-chosen a{
  display: block;
}

div.selector-chooser{
  display: block;
  float: center;
}

.selector ul.selector-chooser {
  float:left;
  height:50px;
  margin:8em 3px 0pt;
  padding-left: 20%;
  width:22px;
}

li.selector-add{
    list-style-image: url('/media/img/admin/selector-add.gif');
}

li.selector-remove{
    list-style-image: url('/media/img/admin/selector-remove.gif');
}


div.selector-available a{
  display: block;
}
ul.selector-chooser{
  display: block;
}

#contentbody {
    clear: both;
    background: #f8f7f7;
    position: relative;
    margin: 0px;
    border: 1px solid #f2eff3;
    border-top: none;
    border-bottom: none;
}

#maincontent {
    background: white;
    margin-right: 290px;
    border-right: 1px solid #dadad8;
    padding: 1px 20px 20px;
}

#maincontent p {
    text-align: justify;
}

#mainmenu a { 
   color: black;
   font-weight: bold;
   font-size: 12px;
}

#mainmenu ul {
   margin: 0px;
   padding: 0px;
   border-right: 1px solid #D3D3D3;
}

#mainmenu li {
   display: inline;
}

#mainmenu li a {
   display: block;
   float: left;
   height: 22px;
   text-align: center;
   padding-top: 10px;
   border-right: 1px solid white;
   border-left: 1px solid #d3d3d3;
   border-bottom: 1px solid #e8e7e7;
   border-top: 1px solid white;
   white-space: nowrap;
   padding-left: 9px;
   padding-right: 9px;
}

#mainmenu li a {
   width: 90px;
}

#mainmenu li a.tab-2 {
   width: 97px;
}

#mainmenu li.last a {
   border-right: none;
}

#mainmenu ul > li:first-child a {
   border-left: none;
}

#mainmenu li a:hover { 
   background: #e5f3f1; 
   text-decoration: none; 
} 

#mainmenu li a.selected {
   height: 24px;
   background: url(/site_media/img/sectionhead-back.jpg) repeat-x top left;
   border-bottom: none;
}

#breadcrumbsdiv {
   background: #eaf3f2 url(/site_media/img/sectionhead-back.jpg) repeat-x 0px -35px;
   padding-top: 5px;
   margin: 0px;
    border-left: 1px solid #f2eff3;
    border-right: 1px solid #f2eff3;
    border-bottom: 1px solid white;
}

#breadcrumbsad {
   height: 175px;
   padding: 0px 280px 0px 10px;
}

#rightbar {
    float: right;
    width: 280px;
    padding-top:35px;
}

#rightbar > a:first-child img {
    margin-top: 0px;
}

#rightbar img {
    margin-top: 10px;
    display: block;
    margin-bottom:10px;
}

#rightbar div.votes span.bold {
   font-weight: bold;
}

#rightbar div.votes img {
   display: inline;
   margin-top: 0px;
}

#rightbar div.votes fieldset legend {
   display: none;
}

#rightbar div.votes fieldset p {
   margin-bottom: 0px;
}

#rightbar div.votes fieldset {
   border: none;
   border-left: 1px solid #f3f3f3;
   border-right: 2px solid #e7e7e7;
   margin: 0px;
   margin-left: 1px;
   margin-right: 2px;
   padding-bottom: 0px;
   padding-top: 5px;
}

#rightbar div.feature_this {
   text-align: center;
}

#rightbar div.feature_this input {
   border: none;
   color: #169C93;
   background: transparent url(/site_media/img/highlighted.png) no-repeat left center;
   padding: 0 0 0 40px;
   margin-right: 1em;
   height: 40px;
   font-size: 1.7em;  
   cursor: pointer;
}
#rightbar div.feature_this input value {
   font-size: 0;
}

a {
    color: #169c93;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
  border: 0;
}

#page {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h1.fancy {
  background: url(/site_media/img/bullet.png) no-repeat 20px 0px;
  height: 32px;
  color: #006957;
  font-weight: bold;
  font-size: 120%;
  padding-top: 10px;
  padding-left: 60px;
  margin-left: -20px;
  border-bottom: 1px solid #dadad8;
}

.reversed_h1 h1.fancy {
  border-top: 1px solid #dadad8;
  border-bottom: none;
  padding-top: 20px;
  background-position: 20px 10px;
}

h1.practice {
  background: url(/site_media/img/practiceico.png) no-repeat 20px 0px;
}

h1.mediadoc {
  background: url(/site_media/img/video.png) no-repeat 20px 0px;
}

h1.tags {
  background: url(/site_media/img/tagsico.png) no-repeat 20px 0px;
}

h1.search {
  background: url(/site_media/img/search.png) no-repeat 20px 0px;
}

h1.ideas {
  background: url(/site_media/img/ideasico.png) no-repeat 20px 0px;
  padding-left: 65px;
  padding-top: 13px;
}

/* Comentarios */
.commentfieldset,
div.comment-list {
   clear: left;
}


div.comment-list h1.comments {
   background: url(/site_media/img/commentico.png) no-repeat 30px 12px;
   border-top: 1px solid #dadad8;
   border-bottom: none;
   margin-top: 30px;
   margin-bottom: 0px;
   padding-top: 15px;
   padding-left: 60px;
   font-size: 1em;
   height: auto;
}

div.comment-list ul {
    list-style-type: none;
}

div.comment-list li {
   padding-bottom: 15px;
   border-bottom: none;
   border-top: 1px solid #dadad8;
}

div.comment-list li div.comment-details span.date {
    color: gray;
}

#add_comment_form div.group {
    padding: 10px;
    width: 600px;
    height:250px;
}

h1.home,
#news_practices_portlet h1 {
  border-bottom: none;
  margin-left: 0px;
  padding-left: 40px;
}

h1.home {
  background: url(/site_media/img/bullet.png) no-repeat center left;
}

h1.group {
  display:inline;
}

#bd {
  padding: 10px 10px 10px 10px;
  background: #ffffff;
}

#header {
  height: 100px;
  border-right: 1px solid white;
  position: relative;
}

#headerlangsel {
   float: right;
   margin-left: 20px;
   margin-right: 10px;
   margin-top: 20px;
}

#searcher {
   padding-top: 0px;
   height: 51px;
   width: 232px;
   position: absolute;
   top: 0px;
   right: 60px;
   background: #f1e8c1 url(/site_media/img/search-background.png) no-repeat bottom right;
}

#searcher #search-form {
   margin: 0px 20px;
}

#searcher #advanced-search {
   text-align: right;
   font-size: 10px;
   font-weight: bold;
}

#headerloglinks {
   padding-top: 3px;
   background: #f1e8c1 url(/site_media/img/headerloglinks-right.png) no-repeat bottom right;
   height: 19px;
   color: #9e8f56;
   position: absolute;
   top: 0px;
   right: 60px;
}

#headerloglinks ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   background: #f1e8c1 url(/site_media/img/headerloglinks-left.png) no-repeat bottom left;
   height: 100%;
   margin-right: 9px;
   padding-left: 9px;
}

#headerloglinks li.username {
   display: block;
   float: left;
   margin-right: 5px;
   max-width: 150px;
   overflow: hidden;
   height: 19px;
}

#headerloglinks li {
   display: inline;
}

#headerloglinks a {
   color: #9e8f56;
}

#logo_junta {
   margin-left: 15px;
}

#logo_junta .logoseparator {
   margin-left: 60px;
   margin-right: 10px;
}

#menubar {
   height: 35px;
   border: 1px solid #ececec;
   border-bottom: none;
   background: url(/site_media/img/menubar-back.png) repeat-x top left;
}

#ft {
   width: 996px;
   margin: 0px auto;
   color: gray;
   background: #f3f2f2 url(/site_media/img/footer-back.png) repeat-x top left;
   padding: 10px 2px;
}

#ft a {
   color: gray;
}

#ftactions ul {
   list-style-type: none;
   margin: 0px 0px;
   padding: 0px;
}

#ftactions li {
   display: inline;
}

#ftaccessibility {
   float: right;
   margin-right: 2px;
}

#ftaccessibility ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

#ftaccessibility li {
   display: inline;
}


#ftcopyright {
   text-align: center;
   clear: both;
}

#news_practices_portlet { 
    border-top: 1px solid #dadad8; 
    margin: 30px 0px; 
    margin-left: -20px; 
    padding: 0px; 
    padding-left: 20px; 
} 
 
#news_practices_portlet div.showall { 
   float: right;
   margin-top: 35px;
   font-size: 0.8em;
   background: url(/site_media/img/bulletlist.png) no-repeat center left; 
   padding-left: 10px;
}

#news_practices_portlet ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

#news_practices_portlet li p {
   margin: 0px;
}

#news_practices_portlet li {
   padding-top: 20px;
   margin-bottom: 20px;
   border-top: 1px solid #dadad8; 
}

#context-help {
   padding: 20px 0px;
}

#context-help ul {
   list-style-type: none;
   padding-left: 40px;
   background: url(/site_media/img/help-icon.gif) no-repeat center left; 
   margin: 0px;
   margin-left: 10px;
   min-height: 50px;
}

#context-help ul li {
   list-style-image: none !important;
}

.practices-portlet h1.fancy, 
.news-portlet h1.fancy { 
   height: 27px; 
   background: url(/site_media/img/practiceico.png) no-repeat center left; 
   padding-top: 20px; 
   margin-bottom: 0px;
} 
 
.news-portlet h1.fancy { 
   background: url(/site_media/img/newsico.png) no-repeat center left; 
} 
 
.news-portlet { 
   float: left; 
   width: 320px; 
} 
 
.practices-portlet { 
   float: right; 
   width: 320px; 
} 
 
.practices-portlet h1.fancy { 
   background: url(/site_media/img/practiceico.png) no-repeat center left; 
} 

#yui-main {
  margin: 0px 10px 0px 8px;
}

#content-div {
    border-right: 1px solid #dddddd;
    padding: 0px;
}

#content-div div {
  margin: 0px 10px 0px 10px;
}

div#logo_junta img {
  float:left;
  padding-top: 10px;
  padding-right: 10px
}

#logo {
  padding-top: 40px;
}

#global_actions {
  margin-left: 205px;
}

#global_actions a {
  color: black;
}

#global_actions ul {
  list-style-type: none;
  margin: 0px;
  padding: 6px 0px;
}

#global_actions ul li {
  display: inline;
  padding: 0px;
  position: relative;
  margin: 0px 5px;
}

div.pageNavigationLayout {
   margin-top: 20px;
   color: #169c93;
}

div.pageNavigationLayout div.detailedinfo {
   margin-top: 5px;
}

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

div.pageNavigationLayout ul {
   list-style-type: none;
   margin: 1em 0 0 0;
   padding: 0px;
}

div.pageNavigationLayout ul li.actual {
   background: #e1f7f5;
}

div.pageNavigationLayout ul li {
   display: inline;
   font-size: 1.25em;
   margin-right: 5px;
   padding: 5px;
}

div.group {
    background:#e1f7f5;
    width: 660px;
}

form#languages {
margin: 0;
padding: 0;
}

form#languages input {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #5B80B2;
  text-transform: lowercase;
}

div.menu_portlet {
  background-color: #ffffff;
  width: 220px;
  padding: 33px 0px 0px 20px;
  font-family: Tahoma, Verdana, Arial;
}

div.menu_portlet_bottom {
  height: 20px;
}

div.menu_portlet ul {
  list-style-image: url(/site_media/img/bulletlist.png);
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.1em;
  font-weight: bold;
}

div.menu_portlet li {
   margin-bottom: 10px;
}

ul.menu-news {
    list-style-type: disc !important;
    padding: 5px 0px 5px 30px !important;
    font-size: 1.0em !important;
    font-weight: normal !important;
}

/* User Portlet */
.user_portlet{
    padding-top: 20px
}
.colormenuUser {
    background-color:#FFFFFF;
    background-image:url(/site_media/img/fnd-menuuser-top.gif);
    background-repeat:no-repeat;
    border-color:#CCCCCC;
    color:#7D7D7D;
}

.colormenuUserMiddle {
    background-color:#FFFFFF;
    background-image:url(/site_media/img/fnd-menuuser-middle.gif);
    background-position:left center;
    background-repeat:repeat-y;
    border-color:#CCCCCC;
    color:#7D7D7D;
}

.colorBaseUser {
    background-color:#FFFFFF;
    background-image:url(/site_media/img/fnd-menuuser-bottom.gif);
    background-repeat:no-repeat;
    border-color:#CCCCCC;
    color:#000000;
}

div#user_menu_top div div div div {
    width:100% !important;
}

div#user_menu_top div div div div p {
    padding-top:7px !important;
    width:150% !important;
}

#user_menu_top ul#personal {
    color:#000000;
    font-family:verdana;
    font-size:8pt;
    margin-left:-0.6em;
    margin-right:0pt;
    padding:0pt;
}

#user_menu_top ul#personal li a {
    border-color:#A4006C !important;
    border-left-style:solid;
    border-left-width:1px;
    color:#000000;
    font-size:7pt;
    padding-left:2px;
    text-decoration:none;
}

ul#personal li a:hover {
    color:#A4006C !important;
    text-decoration:none;
}
ul#personal li a:link {
    color:#000000;
    text-decoration:none;
}

div#user_menu_top div.cpsskinsTabs {
    padding-left:0pt;
    padding-right:2em;
}

.cpsskinsTabs {
    float:left;
    line-height:normal;
    text-align:left;
    width:100%;
}

.cpsskinsTabs ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}

div#user_menu_top div.cpsskinsTabs div p {
    color:#000000 !important;
}

div#user_menu_top div.cpsskinsTabs p {
    background-image:url(./icon_usuario.gif);
    background-position:right top;
    background-repeat:no-repeat;
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    margin-bottom:0pt !important;
    margin-left:-0.6em;
    padding-bottom:0pt !important;
    padding-right:2em;
    position:relative;
}

.cpsskinsTabs a {
float:none;
}

ul#personal li {
    display:inline;
    padding-bottom:0pt !important;
    padding-right:5px;
    padding-top:5px;
}
.cpsskinsTabs li {
    float:left;
    margin:0pt;
    padding:0pt;
    position:relative;
}

/* End User Portlet */

div#conformance_statement {
    display: none;
    float: right;
}

div#conformance_statement ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0pt;
  padding: 0px 0px 0px 0px;
}


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


/* forms */
fieldset {
  border: 1px solid #999;
  margin-bottom: 1em;
}

input[type=text], input[type=password], select, textarea {
  border: 1px solid #999;
}

input[type=text], input[type=password], select {
  width: 50%;
}

input[readonly=readonly] {
  background-color: #eee;
}

div.yui-u input[type=text], div.yui-u select {
  width: 80%;
}

div.field {
  margin-bottom: 1em;
}

.no-float {
  clear: both;
}

.menubarsearchitem a {
   color: black;
}

.menubarsearchitem {
  margin-top: 2px;
  font-size: 10px;
  margin-left: 10px;
  font-weight: bold;
}

fieldset.search label {
   display: none;
}

fieldset.search {
  height: 18px;
  width: 190px;
  border: none;
  padding: 0px;
  margin: 0px;
  background: url(/site_media/img/search-field.png) no-repeat bottom left;
  position: absolute;
  bottom: 17px;
}

div.Required > label {
  font-weight: bold;
  padding-right: 10px;
  background: transparent url(/site_media/img/required.png) right center no-repeat;
}


#search-form #search_text {
    font-size: 10px;
    width: 150px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 1px;
    border: none;
    background: none;
}

#search-form #glass_button {
    width: 22px;
    height: 18px;
    margin: 0px;
    background: url(/site_media/img/search-glass.png) no-repeat bottom right;
    border: none;
}

#id_person {
    width: 220px;
}

label{
    font-weight: bold;
}

.errorlist  {
    list-style: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 5px;
}

.errorlist li {
    border: 1px solid #f57901;
    margin: 0;
    padding: 5px 5px 5px 5px;
    background: #fbe8d5 left center no-repeat;
    vertical-align: middle;
}

.errorlist img {
    text-decoration: none;
    border: 0px none #000;
    vertical-align: bottom;
}

.errors  {
    list-style: none;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.errors li {
    border: 1px solid #f57901;
    margin: 0;
    padding: 5px 5px 5px 5px;
    background-color: #fbe8d5;
    vertical-align: middle;
}

.errors img {
    text-decoration: none;
    border: none;
    vertical-align: bottom;
}

.tooltip {
   display: none;
   width: 200px;
   height: 100px;
   overflow: hidden;
   position: absolute;
   left: 0px;
   background-color: #008977;
   border: 1px solid #006957;
}

/* error and other messages */
.errormsg {
   color: #ee0000;
}

#info-list {
   text-align: center;
   font-size: 14px;
   color: #a038bd;
   background: #e7c5f3 url(/site_media/img/back_usermsg.png) repeat-x top left;
   height: auto;
   padding-top: 5px;
   padding-bottom: 5px;
   height: 16px;
   border: 1px solid #eaeaeb;
   margin: 0.5em 0px;
   font-weight: bolder;
}

#info-list li {
   list-style: none !important;
   background-image: none !important;
}

/* bread crumbs */
div.breadcrumbs {
   border-bottom: 1px solid #dfe4e8;
   padding: 5px 10px;
   padding-bottom: 10px;
}

div.breadcrumbs ul {
  list-style: none;     
  margin: 0;
  padding: 0;
  display: inline;
}

div.breadcrumbs ul li {
  display: inline;
}

div.breadcrumbs ul li.previous a {
   color: black;
}

/* content actions */

#rightbar .content-actions-menu {
   background: url(/site_media/img/login-top.png) no-repeat top left;
   width: 260px;
   padding-top: 4px;
}

#rightbar .content-actions-menu label {
   color: #169C93;
   text-decoration: none;
   font-size: 1.3em;
   font-weight: normal;
}

#rightbar .content-actions-down-menu {
   background: url(/site_media/img/portlet_back.jpg) repeat-y top left;
   width: 260px;
}

#rightbar .content-actions-menu ul {
   border: none;
   margin: 0px;
   padding: 5px 10px 20px 30px;
   list-style-image: url(/site_media/img/bulletlist.png);
}
#rightbar .content-actions-menu ul.errorlist {
    padding:0;
} 
#rightbar .content-actions-menu li.errorlist {
    padding:0;
} 

#rightbar .content-actions-menu ul#show_form {
   border: none;
   border-left: 1px solid #f3f3f3;
   border-right: 2px solid #e7e7e7;
   margin: 0px;
   margin-left: 1px;
   margin-right: 2px;
   padding: 0px 10px 1px 30px;
   list-style-image: url(/site_media/img/bulletlist.png);
}

.content-actions-menu ul li {
   margin-top: 10px;
}

.content-actions-menu ul li a {
   font-size: 1.3em;
}

#rightbar ul li {
    list-style-image: url(/site_media/img/bulletlist.png);
}

#withoutliststyle{
    list-style-image: none;
    list-style: none;
}

#formadduser  li#withoutliststyle{
    list-style: none;
    list-style-image: none;
    margin: 0px 0px 0px 1px;

}


div.one_line div.yui-u label {
   margin-right: 10px;
   display: inline;
}

div.one_line div.yui-u div.field {
   height: 40px;
}

div.one_line div.yui-u div.BooleanField {
   margin-right: 20px;
}

div.one_line div.yui-u div.BooleanField div.input {
   display: inline;
}

div.one_line div.yui-u div.BooleanField {
   text-align: right;
}

div.one_line div.yui-u div.input input[type=text] {
   width: 250px;
}

div.expand_all div.yui-u div.input textarea {
   width: 100%;
}

div.expand_all div.yui-u input[type=text] {
   width: 100%;
}

div.expand_all div.yui-u select {
   width: 100%;
}

div.yui-u table.mceEditor select {
   width: auto;
}

div.practice-list ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

div.practice-list li {
   margin-left: -20px;
   padding-left: 20px;
   padding-bottom: 5px;
   margin-top: 15px;
   border-bottom: 1px solid #dadad8;
}

div.practice-list div.practicetitle {
   margin-top: 2px;
   font-size: 1.2em;
}

div.practiceheadinfo {
   padding-left: 50px;
   min-height: 40px;
   margin-bottom: 20px;
}

div.practice-list div.practiceheadinfo span.author {
   color: gray;
}

div.practice-list div.practicetitle a {
  color: black;
  font-weight: bold;
}

div.practice-list div.practicetitle a:hover {
    color: #169c93;
}

div.ideas-list div.practiceheadinfo {
   color: gray;
}

div.ideas-list div.practicetitle a {
    color: #169c93;
}

div.ideas-list div.practicetitle {
    margin-bottom: 1em;
}

div.practice-list div.practicetitle {
   margin-top: 2px;
   font-size: 1.2em;
}

div.practice-list div.practiceheadinfo span.author {
   color: gray;
}

div.practice-list div.practicetitle a {
  color: black;
  font-weight: bold;
}

div.practice-list div.practicetitle a:hover {
    color: #169c93;
}

.idea-detail .comments,
div.practice-list .date {
    float: left;
    position: relative;
    margin-right: 0.5em;
}

.idea-detail .star-rating,
.videoheadinfo .star-rating,
#practice_detail .star-rating,
div.practice-list .star-rating {
    display: block;
    float: left;
    position: relative;
    padding-right: 90px;
    width: auto;
    height: auto;
}

.idea-detail .star-rating ol,
.videoheadinfo .star-rating ol,
#practice_detail .star-rating ol,
div.practice-list .star-rating ol {
    right: 0;
    left: auto;
}

div.ideas-list div.practiceheadinfo {
   color: gray;
}

div.ideas-list div.practicetitle a {
    color: #169c93;
}

div.ideas-list div.practicetitle {
    margin-bottom: 1em;
}

div.practice-list li.ideawinner {
    background: #FDFCFD url(/site_media/img/featured-back.png) repeat-x scroll left top;
    margin: 0px 0px 0px -20px;
    padding: 20px 20px 0px 20px;
}

div.practice-list div.winnerbadge {
    position: relative;
    float: right;
}

/* idea details */

div.idea-detail div.practicetitle {
   margin-top: 2px;
   font-size: 1.2em;
   font-weight: bold;
}

div.idea-detail div.practiceheadinfo span.author {
   color: gray;
}

div.idea-detail div.practiceheadinfo {
    margin-top: 20px;
}

div.idea-detail div.practicetitle a {
    color: #169c93;
}

div.idea-detail div.practicetitle {
    margin-bottom: 1em;
}

div.idea-detail div.center {
    margin-bottom: 1em;
}

div.idea-detail span.bold {
   font-weight: bold;
}

#idea-edit-form textarea {
    width: 100%;
    height: 50px;
}

div.DynamicTableWidgetItem {
   border: 1px solid #D3D3D3;
   padding: 5px 10px;
   margin: 5px;
}

div.DynamicTableWidgetItem div.info {
   border-bottom: 1px solid #D3D3D3;
   margin: -5px -10px;
   padding: 5px 10px;
   margin-bottom: 5px;
   background:#ffea9c url(/site_media/img/icon_error.gif) center left no-repeat;
   color: #ee0000;
}

div.DynamicTableWidgetItem p {
   margin: 0px;
   margin-bottom: 5px;
}

/* help styles */
ol.manual-contents {
  list-style-type: none;
  padding-left: 2em;
}

ol.manual-contents li {
  line-height: 2em;
}

div#right_sidebar ol.manual-contents {
  padding-left: 1em;
}

div#right_sidebar ol.manual-contents li {
  line-height: normal;
}

div#right_sidebar ul.other-manuals {
  margin: 0;
  padding-left: 1em;
}

div.item {
   border-bottom: 1px dotted black;
   padding: 5px 10px;
}

div.item div.question {
   font-weight: bold;
}

div.item div.answer textarea {
   width: 100%;
}

#satisfaction-poll input[type=text], #satisfaction-poll select {
    width: 40% !important;
}

/* Idea portlets */
div.portlet {
  padding: 0;
  margin-top: 1em;
  color: #00695b;
}

div.portlet h4 {
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -5000px; /* hide the text to human but not to screen readers */ 
}

div#tags-cloud-portlet h4,
div#tags-portlet h4 {
   text-indent: 0px;
   padding: 0px;
   padding-left: 50px;
   padding-top: 12px;
   height: 28px;
}

.size_1 a {
   font-size: 8pt !important;
}

.size_2 a {
   font-size: 12pt !important;
}

.size_3 a {
   font-size: 16pt !important;
}

.size_4 a {
   font-size: 20pt !important;
}

.size_5 a {
   font-size: 22pt !important;
}

.size_6 a {
   font-size: 24pt !important;
}

div.portlet a {
  color: #00695b;  
}

.content-actions-menu div.portletfooter {
    margin-bottom: 30px;
}

div.portletfooter {
    margin: 0 0 10px;
    padding: 0;
    background: transparent url(/site_media/img/portlet_bottom.png) no-repeat bottom left;
    height:11px;
}

div#tags-cloud-portlet,
div#tags-portlet {
    background: transparent url(/site_media/img/login-top.png) no-repeat scroll left top;
    padding-top: 4px;
    width: 260px;
}

div#tags-portlet span.headerTags,
div#tags-portlet span.headerEtiquetas {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    height: 48px;
}

div#tags-portlet span.headerTags {
    background: transparent url(/site_media/img/tags_head.png) no-repeat top left;
}

div#tags-portlet span.headerEtiquetas {
    background: transparent url(/site_media/img/etiquetas_head.png) no-repeat top left;
}

div#tags-cloud-portlet_es span, div#tags-cloud-portlet_en span {
    background: transparent no-repeat left top;
    display:block;
    width:252px;
    height:48px;
    margin-left:5px;
    margin-right:5px;
}

div#tags-cloud-portlet_en span {
    background-image: url(/site_media/img/tags_head_en.png);
}

div#tags-cloud-portlet_es span {
    background-image: url(/site_media/img/tags_head_es.png);
}

.ideasadd_es {
    background-image: url(/site_media/img/ideasadd_es.png);
    display: block;
    height: 54px;
    width: 262px;
    margin-bottom: 10px;
}

.ideasadd_en {
    background-image: url(/site_media/img/ideasadd_en.png);
    display: block;
    height: 54px;
    width: 262px;
    margin-bottom: 10px;
}

div.content {
    background: transparent url(/site_media/img/portlet_back.jpg) repeat-y scroll left bottom;
}

div#tags-portlet ul {
    list-style: none;
    margin: 0 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1em;
}


div#tags-cloud-portlet_en li,
div#tags-cloud-portlet_es li {
  display: inline;
  padding: 0;
  margin-left: 0.1em;
}

div#tags-cloud-portlet_es ul {
    padding-right: 25px;
}

div.categories-portlet-top_es, div.categories-portlet-top_en {
  background: transparent no-repeat top left;
  padding-top: 40px;
}

div.categories-portlet-top_en {
  background-image:url(/site_media/img/fnd-categories-top_en.png);
}

div.categories-portlet-top_es {
  background-image:url(/site_media/img/fnd-categories-top_es.png);
}

div.categories-portlet-top ul {
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}

div.categories-portlet-top ul li {
  margin-left: 30px;
  line-height: 2em;
}

div.archive-portlet-top {
  background: transparent url(/site_media/img/fnd-archive-top.png) no-repeat top left;
  width:260px;
  padding-top: 40px;
}

div.archive-portlet-top dl {
  margin: 0px;
  padding: 20px 0px;
}

div.archive-portlet-top dl dt {
  margin-left: 1em;
}

div.archive-portlet-top dl dd table {
  width: 80%;
}

div#practice_detail span.bold {
   font-weight: bold;
   margin-top: 10px;
}

div#practice_detail div.infobox {
   border-top: 1px solid #dadad8;
   padding: 20px;
   padding-left: 45px;
   margin-left: -20px;
}

div#practice_detail span.bold {
    display: block;
    margin-left: -25px;
}

div#practice_detail div.infobox h1 {
   height: 15px;
   padding-left: 20px;
   color: #006957;
   font-weight: bold;
   font-size: 1.2em;
   margin-bottom: 20px;
   margin-left: -45px;
}

div#practice_detail div.infobox div.person h1 {
   font-size: 1em;
   margin-bottom: 0px;
   background: none;
}

div#practice_detail div.infobox div.center,
div#practice_detail div.infobox div.person {
   margin-bottom: 10px;
}

div#practice_detail div.main_info {
   padding: 0px 0px 25px 25px;
   text-align: justify;
}

div#practice_detail div.main_info div.description {
   padding: 20px 0px;
}

div#practice_detail div.main_info h1 {
    margin-left: -25px;
}

h1.fancy-practice, 
div#practice_detail h1.fancy { 
   background: url(/site_media/img/practiceico.png) no-repeat 10px 0px;
   padding-left: 50px;
} 

div#practice_detail div.first {
   border-top: none;
}

div#practice_detail ul {
  list-style-image: url(/site_media/img/bulletlist.png);
   color: #006957;
}

div#practice_detail div.project ul li {
   margin-bottom: 10px;
}

div#practice_detail div.project ul li div.description {
   font-style: italic;
}

div#community_detail span.bold {
   font-weight: bold;
}

div#community_detail div.main_info {
   border-bottom: 1px solid #dadad8;
   padding: 20px;
   padding-left: 25px;
   margin-left: -20px;
}

div#migrateddata {
   margin-top: 20px;
   border: 1px solid #D3D3D3;
}

div#migrateddata h1.fancy {
   background: none;
   padding: 10px;
   margin: 0px;
   height: auto;
}

div#migrateddata p,
div#migrateddata table {
   margin: 10px;
}

div#tagged_items_list ul {
  list-style-image: url(/site_media/img/bulletlist.png);
  list-style-type: none;
}

div#tagged_items_list h2 {
   font-size: 1em;
   font-weight: bold;
   padding-left: 20px;
   background: url(/site_media/img/minitag.png) no-repeat center left;
}

div#tagged_items_list h2.practice {
   background: url(/site_media/img/minipractice.png) no-repeat center left;
}

div#tagged_items_list h2.idea {
   background: url(/site_media/img/miniideas.png) no-repeat center left;
}

div#tagged_items_list h2.news-item {
   background: url(/site_media/img/mininews.png) no-repeat center left;
}

div.document_short_view div.head {
   padding: 5px 20px;
   background: url(/site_media/img/mimetypes/default.png) no-repeat center left;
}

div.document_short_view div.document_description {
   padding: 0px 20px;
}

div.document_short_view div.document_description img {
   float: left;
   margin-right: 5px;
}

/* Activity styles */
table.activity {
margin-top: 20px;
border-collapse: collapse;
width: 100%;
position: relative;
}

table.activity td {
   vertical-align: top;
   padding: 0px;
   padding-left: 10px;
   padding-bottom: 15px;
}

table.activity div.activity-date {
   width: 44px;
   height: 41px;
   background: url(/site_media/img/activity_calendar.gif) no-repeat top left;
   position: relative;
}

table.activity div.activity-date span.weekday,
table.activity div.activity-date span.day,
table.activity div.activity-date span.month,
table.activity div.activity-date span.year,
table.activity div.activity-date span.time {
    position: absolute;
    display: block;
    font-size: 10px;
}

table.activity div.activity-date span.weekday {
    color: white;
    left: 0px;
    width: 44px;
    text-align: center;
    top: 6px;
}

table.activity div.activity-date span.day {
    font-size: 18px;
    color: #c792c5;
    left: 2px;
    top: 18px;
    letter-spacing: -1px;
}

table.activity div.activity-date span.month {
    color: #777777;
    top: 18px;
    left: 24px;
}

table.activity div.activity-date span.time {
    top: 44px;
    background: url(/site_media/img/activity_time.gif) no-repeat center left;
    line-height: 10px;
    padding-left: 10px;
    font-size: 8px;
    color: #777777;
    left: 4px;
}

table.activity div.activity-date span.year {
    color: black;
    top: 28px;
    left: 24px;
}

table.activity div.activity-detail h1 {
    margin-top: 5px;
    margin-bottom: 0px;
    color: black;
}

table.activity div.activity-detail label {
    color: #939393;
    font-weight: normal;
    position: absolute;
}

table.activity div.activity-detail span.label-content {
    display: block;
    margin-left: 75px;
}

table.activity div.activity-detail span.name-content a {
    color: black;
}

/* Glosario and FAQ */
dl.faq {
line-height: 1.5em;
}

dl dt {
font-weight: bold;
}

dl dd {
padding-bottom: 1em;
}

div#statistics h2 {
}

div#statistics table {
   border-collapse: collapse;
   margin-bottom: 4em;
   width: 75%;
}

div#statistics table th,
div#statistics table td {
   border: 1px solid #D3D3D3;
   padding: 2px 4px;
}

div#statistics img.chart {
   float: right;
}

div#statistics img.horizontal-chart {
   margin-left: 4em;
}

span.help_text {
   display: block;
   font-size: 10px;
}

div.search_result_list ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

div.search_result_list ul li {
   padding: 10px 30px;
   text-align: justify;
   margin: 10px 0px;
   border-bottom: 1px dotted gray;
}

div.search_result_list ul li.practice {
   background: url(/site_media/img/minipractice.png) no-repeat 10px 10px;
}

div.search_result_list ul li.idea {
   background: url(/site_media/img/miniideas.png) no-repeat 10px 10px;
}

div.search_result_list ul li.newsitem {
   background: url(/site_media/img/mininews.png) no-repeat 10px 10px;
}

div.search_result_list ul li.page {
   background: url(/site_media/img/minipage.png) no-repeat 10px 10px;
}

div.search_result_list ul li.person {
   background: url(/site_media/img/mini-user-ico.png) no-repeat 10px 10px;
}

div.search_result_list ul li.event {
   background: url(/site_media/img/minievent.png) no-repeat 10px 10px;
}

div.search_result_list ul li.entry {
   background: url(/site_media/img/miniblog.png) no-repeat 10px 10px;
}

div.search_result_list ul li.document,
div.search_result_list ul li.newsfile,
div.search_result_list ul li.ideafile,
div.search_result_list ul li.projectfile,
div.search_result_list ul li.filedocument
{
   background: url(/site_media/img/accessories-text-editor.png) no-repeat 10px 0px;
}

div#config_profile_div {
   margin-left: 520px;
}

div#config_profile_div div.input  input {
    background: none;
    width: 15px
}

div#config_profile_div div.CheckboxInput {
   position: relative;
}

div#config_profile_div div.CheckboxInput input {
   position: absolute;
   top: -10px;
   left: 0px;
}

div#config_profile_div div.CheckboxInput label {
   margin-left: 20px;
}

div#config_profile_div div.CheckboxInput span.help_text {
   margin-left: 20px;
}

div#profile_snap {
   float: left;
   width: 460px;
   border: 1px solid #D3D3D3;
   padding: 0px 20px;
}

div#profile_snap div#nodata {
   padding: 20px;
   display: none;
}

div#content-options ul#ProfileOptions li.active a {
    width: 234px;
}

div#content-options ul#ProfileOptions li a {
    width: 233px;
}

div#show_comment_form {
   display: none;
   width: 600px;
}

div#practice_edit_menu ul {
   list-style-type: none;
   list-style-image: none;
   margin: 0px;
   padding-top: 10px;
}

div#practice_edit_menu li {
   display: inline;
   padding: 5px;
   margin: 0px;
}

div#practice_edit_menu ul li + li {
   border-left: 1px solid #D3D3D3;
}

div.practice_status_main {
   margin-top: 20px;
   border: 1px dotted #D3D3D3;
   padding: 10px 20px;
}

div.practice_status {
   padding: 10px;
   background-color: #E8F5F4;
}

div.publication_options {
   width: 350px;
   text-align: right;
   float: right;
}

div.main_status {
   margin-right: 75px;
   padding: 3px 5px;
   color: #003927;
}

div.publication_options input {
   margin: 0px;
   background: white url(/site_media/img/menubar-back.png) repeat-x center left;
   padding: 0px 20px;
   text-align: center;
   margin-left: 10px;
}

/* Login */
table#login-table {
    border: 0;
}

#login-table td {
    vertical-align: top;
    width: 50%;
    padding: 20px 40px;
}

td#login-td {
    border-right: 3px double #999999;
}

#login-td input[type="text"], input[type="password"] {
    width: 100%;
}

.nobreak {
   white-space: nowrap;
}

#show_mails_div label {
   display: block;
}

div.TransFormField ul {
   padding-left: 0px;
}

div.TransFormField ul li {
   float: none !important;
}

div.TransFormField ul li input {
   margin-left: 5px;
}

#join-form div.search-wc div.search_filters {
   width: 600px;
}

div.header-breadcrumbs dl,
div.header-breadcrumbs ul.ul-days {
   margin: 0px;
   padding: 0px;
}

div.header-breadcrumbs ul.ul-days li {
   display: block;
   float: left;
   width: 18px;
   height: 40px;
   line-height: 40px;
   margin-left: 4px;
   text-align: center;
   margin-bottom: 4px;
}

div.header-breadcrumbs ul.ul-days li.current {
   font-size: 1.5em;
   width: 30px;
   font-weight: bold;
}

div.blog-page div.sitename h1 {
   font-size: 2.5em;
   margin-bottom: 0px;
   padding-left: 50px;
   background: url(/site_media/img/practiceico.png) no-repeat top left;
   border-bottom: 1px solid #CCCCCC;
   height: 45px;
   line-height: 45px;
}

div.blog-page div.sitename h2 {
   margin-top: 0px;
   font-size: 1.2em;
   text-align: right;
}

div.blog-page div.nav2 {
   border: 1px solid red;
}


div#rightbar div.searchform fieldset {
   border: none;
   text-align: right;
   margin: 0px;
   padding: 0px;
   text-align: right;
}

div#rightbar div.searchform input {
   display: block;
}

div#rightbar div.searchform input.field {
   width: 100%;
}

div#rightbar div.blogportlet h1 {
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 20px 20px 5px 20px;
}

div#rightbar div.blogportlet {
   padding: 0px;
   padding-bottom: 15px;
   margin-bottom: 10px;
}

div#rightbar div.blogportlet div.blogportletcontent {
   padding: 0px 20px;
   width: 174px;
   margin: 0px;
}

div#rightbar div.blogportlet img,
div#rightbar div.blogportlet div.blogportletcontent dl,
div#rightbar div.blogportlet div.blogportletcontent ul {
   margin: 0px;
}

div.column1-unit {
   border-bottom: 1px solid #CCCCCC;
   margin-bottom: 20px;
}

div.column1-unit h1 a {
   color: black;
}

div.column1-unit h1,
div.column1-unit h3 {
   margin: 0px;
}

div.column1-unit h3 {
   font-weight: normal;
   color: black;
   margin-bottom: 20px;
}

div.column1-unit a.image img{
   float: left;

}

*html div.column1-unit a.image img{
   float: none;
}

div.column1-unit .postbody p {
   margin-left: 20px;
}

div.column1-unit p.details {
   clear: left;
   margin: 0px;
   border-left: none;
   margin-top: 10px;
}

div.header-breadcrumbs ul.navposts {
   list-style-type: none;
   padding-left: 0px;
   height: 1em;
   position: relative;
}

div.header-breadcrumbs ul.navposts li {
   position: absolute;
}

.singlepost div.column1-unit h1 {
   background: transparent url(/site_media/img/practiceico.png) no-repeat scroll 10px 0px;
   font-size: 120%;
   font-weight: bold;
   height: 32px;
   padding-left: 50px;
   padding-top: 10px;
   border-bottom: 1px solid #DADAD8;
   margin-bottom: 10px;
}

div.header-breadcrumbs ul.navposts li.next {
   right: 0px;
}

div.column1-unit div.contactform p label.left {
   display: block;
}

div.column1-unit div.contactform input.field {
   display: block;
   width: 400px;
}

div.column1-unit div.contactform p {
   margin-left: 0px;
}

div.column1-unit div.contactform textarea.comment-text {
   width: 100%;
   height: 150px;
   margin-bottom: 20px;
}

.required {
   background: url(/site_media/img/required.png) no-repeat right center;
   display: inline;
   font-weight: bold;
   padding-right: 10px;
}


div.comment_list div.column1-unit {
   border-bottom: none;
}

div.comment_list ol li {
   color: #006957;
   font-weight: bold;
}

div.comment_list ol li p {
   color: black;
   font-weight: normal;
}

table.tools_list {
   border-collapse: collapse;
}

table.tools_list td, table.tools_list th {
   border: 1px solid #D3D3D3;
   padding: 0.5em;
}

table.tools_list th {
   background-color: #eeeeee;
}

div#rightbar div.feeds img {
   float: left;
   margin-right: 5px;
   clear: left;
}

div#rightbar div.feeds dl dd {
   line-height: 10px;
   margin-left: 20px;
}

div#rightbar div.recent ul {
   padding-left: 35px;
}

div#rightbar div.history dl.nav3-grid dt {
   font-weight: normal;
}

div#rightbar div.history dl.nav3-grid dt a.menu_content {
   margin-left: 20px;
}

div.object-buttons {
   margin-bottom: 20px;
   /*clear: left;*/
}

div.object-buttons span {
   background: transparent url(/site_media/img/doc_button_right.jpg) no-repeat top right;
   margin-right: 1em;
   padding: 4px 0 1px 3px;
}

div.object-buttons a {
   background: transparent url(/site_media/img/doc_button_back.jpg) no-repeat top left;
   padding: 4px 0 1px 5px;
}

div.object-buttons a:hover {
   text-decoration: none;
}

table#webfs-table {
   border: none;
   padding: 5px 10px;
   margin-bottom: 10px;
   border-collapse: collapse;
}

table#webfs-table tr td {
   border-bottom: 1px solid #dddddd;
}

table#webfs-table td,
table#webfs-table th {
   padding: 5px 10px;
}

table#webfs-table th {
   vertical-align: middle;
   color: #a038bd;
   background: #E7C5F3 url(/site_media/img/back_usermsg.png) repeat-x scroll left top;
   border-left: 1px solid white;
}

table#webfs-table th.empty {
   background: none;  
}

table#webfs-table td input,
table#webfs-table td label img {
   vertical-align: middle;
   margin: 0px; 
   margin-right: 5px;
}

table#webfs-table td input {
   background: none;
}

input.rename-button {
   background: url(/site_media/img/rename_button.png) no-repeat left -5px;
   padding-left: 20px;
}

input.delete-button{
   background: url(/site_media/img/delete_button.png) no-repeat left -5px;
   padding-left: 20px;
}

div#webfs-document-view {
   border: 1px solid #cccccc;
   padding: 20px 0px;
}

div#webfs-document-view p {
   margin: 10px 20px;
}

select.mceSelectList {
   width: auto;
}

span.alternative-news {
   float: right;
   font-size: 0.8em;
   padding-top: 0.8em;
   font-weight: normal;
}

/* projects_detail proyectos*/

div#project_detail #link_in_page ul {
  list-style-image: url(/site_media/img/bulletlist.png);
   color: #006957;
}

div#project_detail div.infobox {
    border-top: 1px solid #dadad8;   
    margin: 0 0 20 -20px;
    clear: left;
}

div#project_detail div.infobox h1 {
   height: 15px;
   padding-left: 20px;
   color: #006957;
   font-weight: bold;
   font-size: 1.2em;
   margin-bottom: 20px;
   margin-left: -20px;
}

div#project_detail div.infobox div.frame {
    width: 140px !important;   
    margin: 5px 0 5px 25px;
}

div#project_detail div.infobox div.body {
  margin-left: 170px !important;   
}

div#project_photo-list {
    margin-top: 30px;
    padding: 0px 32px 130px;
}

div#project_detail #attached_files {
    padding-left: 24px;
}

div#project_detail #attached_files h2 {
    margin-left: 8px;
}

div#project_detail div.file {
    float: left;
    position: relative;
    width: 120px;
    margin: 0 20px 2em 0;
}

div#project_detail div.file img {
    float: left;
    padding-right: 10px;
}

div#project_detail  div.file a {
    display: block;
}

div.minislide {
    background: url(/site_media/img/shadow.gif) no-repeat bottom right;
    position: relative;
    float: left;
    width: 114px;
    height: 134px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.project_photo_item_div {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100px;
    height: 120px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    text-align: center;
}

.project_photo_item_div .project_photo {
    text-align: center;
}

.project_photo_item_div h2 {
    font-size: 12px;
    margin: 5px 0px;
}

#gallery-detail .galleryitem_div {
    width: 400px;
    height: auto;
    margin-right: 40px;
}

a#relate-object-link {
   display: none;
}

div#relate-object {
   font-size: 10px;
}

div#relate-object form select,
div#relate-object form div,
div#relate-object form input {
   font-size: 10px;
   margin: 0px !important;
}

div#relate-object form select {
   width: 150px;
}

div.already-related h1 {
   font-size: 10px;
   margin-bottom: 0px;
}

div.already-related ul {
   margin: 0px !important;
   padding: 0px !important;
   padding-left: 25px !important;
   border: none !important;
   margin-bottom: 10px !important;
}

div.already-related ul li {
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

div#link_in_page ul{
   list-style-type: none;
}

div.portal-list-box {
   border-top: 1px solid #dde5e7;
   margin: 10px -20px;
   padding: 0px 20px;
   padding-bottom: 20px;
}

div.portal-list-box h1 {
   border-top: 10px solid #f5f6f8;
   margin: 0px -20px;
   padding: 2px 10px 2px 60px;
   height: 36px;
   line-height: 29px;
   border-bottom: 1px solid #e3e3e3;
   vertical-align: bottom;
   margin-bottom: 20px;
   background: url(/site_media/img/newsico.png) no-repeat 10px 50%;
}

div.portal-list-box h1 span.all {
   float: right;
   font-size: 12px;
}

div.portal-list-box ul {
   list-style-type: none;
   padding: 0px;
}

div.portal-list-box ul li {
   margin-bottom: 10px;
}

div.ideas-box h1 {
   background: url(/site_media/img/ideasico.png) no-repeat 10px 50%;
}

div.practices-community-box h1 {
   background: url(/site_media/img/practiceico.png) no-repeat 10px 50%;
}

div.projects-community-box h1 {
   background: url(/site_media/img/practiceico.png) no-repeat 10px 50%;
}

div.members-community-box h1 {
   background: url(/site_media/img/practiceico.png) no-repeat 10px 50%;
}

div.portal-list-box div.toggle {
   float: right;
   padding-top: 10px;
}

div.portal-list-box div.toggle img {
   cursor: pointer;
}

#newsletter-form ul {
   list-style: none;
}

table.general_list,
table#community_member_list {
    border-collapse: collapse;
    border: 1px solid red;
    width: 100%;
    border: 1px solid #006957;
    margin-top: 10px;
}

table.general_list th,
table.general_list td,
table#community_member_list th,
table#community_member_list td {
    padding: 4px 10px;
    border-bottom: 1px solid #006957;
}

table.general_list th,
table#community_member_list th {
    background-color: #f8f3e0;
}

table.general_list tr.even td,
table#community_member_list tr.even td {
    background-color: #f2f2f2;
}

table#community_member_list tr.editing_member td {
    background-color: #f2d2d2;
}

table#community_member_list tr td div.edit_ajax_div {
    display: none;
}

img.ajax_loader {
    display: none;
    float: left;
}

/* Featured object */
#featured_object {
    background: #fdfcfd url(/site_media/img/featured-back.png) repeat-x top left;
    margin: -6px -20px;
    padding: 20px;
    padding-left: 40px;
}

#featured_object h1 {
    background: url(/site_media/img/featured.png) no-repeat top left;
    line-height: 22px;
    margin-left: -33px;
    padding-left: 33px;
}

div.forum_comment {
    border-left: 1px solid #a864a8;
    margin: 10px 0px;
    padding: 0px;
    margin-left: 0px;
}

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

div.comment-depth-1 {
    padding-left: 20px;
}

div.comment-depth-2 {
    padding-left: 40px;
}

div.comment-depth-3 {
    padding-left: 60px;
}


div.forum_comment_bar {
    border-bottom: 1px solid #a864a8;
    padding: 5px 5px;
    font-size: 10px;
    position: relative;
}

.comment-depth-1 div.forum_comment {
    border-left: 1px solid #dfc7df;
}

.comment-depth-1 div.forum_comment_bar {
    border-bottom: 1px solid #dfc7df;
}

#personaldata, #workcenterdata,
#showpersonaldata, #showworkcenterdata,
#showpersonaldataform, #showworkcenterdataform {
    display: none;
}

#workcenter-div {
    float: left;
    width: 45%;
    margin-right: 1em;
}

#workcenter-div select {
    width: 100%;
}

#workcenterfilter-div {
    display: none;
}

#login-portlet {
    position: relative;
    width: 260px;
    font-size: 10px;
    margin-bottom: 30px;
}

#login-portlet h1 {
    background: url(/site_media/img/user-ico.png) no-repeat top left;
    padding-left: 20px;
    line-height: 25px;
    margin: 0px;
}

#login-portlet div#user-authenticated {
    position: relative;
    padding-left: 0;
    font-size: 12px;
}

#login-portlet div#user-authenticated h1 {
    padding-bottom: 3px;
}

#login-portlet div#user-authenticated  div.photo {
    position: static;
    float: left;
    margin: 0.5em;
}

#login-portlet div.photo {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
}

#login-portlet div.photo img {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    display: inline;
}

#login-portlet div#user-authenticated h1 {
    padding-top: 10px;
    line-height: 1em;
    background: none;
    padding-left: 0px;
    height: 1em;
    overflow: hidden;
}

#login-portlet div#user-authenticated ul {
    padding-left: 50px;
    margin-left: 20px;
}

#login-portlet div#user-authenticated ul li {
    margin-bottom: 2px;
}

li.user {
    list-style-image: url('/site_media/img/mini-user-ico.png') !important;
}

li.practice {
    list-style-image: url('/site_media/img/mini-practice-ico.png') !important;
}

li.contact {
    list-style-image: url('/site_media/img/mini-contact-ico.png') !important;
}

li.generic {
    list-style-image: url('/site_media/img/minibullet.png') !important;
}

.portlet-top {
    background: url(/site_media/img/login-top.png) no-repeat top left;
    padding-top: 4px;
    margin-bottom: 10px;
}

.portlet-middle {
    background: url(/site_media/img/portlet-middle.png) repeat-y top left;
}

.portlet-down {
    background: url(/site_media/img/login-bottom.png) no-repeat bottom left;
    padding: 0px 10px 3px;
    width: 240px;
    min-height: 40px;
    _height: 40px;
}

.portlet-archive {
    background: url(/site_media/img/archive-bottom.png) no-repeat bottom left;
    padding: 0px 10px 5px 10px;
    width: 240px;
}

.portlet-middle .portlet-down {
    position: relative;
    top: 4px;
}

.portlet-down h1 {
    margin-top: 0px;
    padding-top: 0.5em;
    margin-left: 0.5em;
}

#new-user-portlet_es, #new-user-portlet_en {
    background: no-repeat top left;
    padding-top: 64px;
}

#new-user-portlet_en .portlet-down,
#new-user-portlet_es .portlet-down {
    padding-top:20px;
}

#new-user-portlet_en {
    background-image:url(/site_media/img/eres_nuevo_portlet_en.png);
}

#new-user-portlet_es {
    background-image:url(/site_media/img/eres_nuevo_portlet_es.png);
}

#new-user-portlet .portlet-down {
    padding: 20px;
    width: 220px;
}

#login-portlet label { 
    display: block;
    font-weight: normal;
}

#login-portlet input { 
    width: 125px;
    margin: 0px;
    font-size: 10px;
    background: white;
    border: 1px solid #dfdee1;
    margin-bottom: 2px;
}

#login-portlet form { 
    margin-left: 20px;
}

#login-portlet input.submit { 
    width: auto;
    padding: 0px 10px;
    border: 1px solid #dfdee1;
}

#login-portlet .submit-row {
    width: 125px;
}

.submit-row {
    text-align: center;
}

.forget-row {
    padding-top: 10px;
}

#login-portlet div.join {
    position: absolute;
    left: 165px;
    top: 20px;
    width: 86px;
    height: 47px;
    background: url(/site_media/img/join-back.png) no-repeat top left;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

h1.bigbullet {
    background: url(/site_media/img/bigbullet.png) no-repeat top left;
    margin: 0px;
    margin-top: 15px;
    padding-left: 115px;
}

h1.bigbullet_community {
    background: url(/site_media/img/bigbullet_community.png) no-repeat top left;
    padding-left: 125px;
}

h1.bigbullet_practice {
    background: url(/site_media/img/bigbullet_practica.png) no-repeat top left;
}

h1.bigbullet_idea {
    background: url(/site_media/img/bigbullet_ideas.png) no-repeat top left;
}

h1.bigbullet_news {
    background: url(/site_media/img/bigbullet_actualidad.png) no-repeat top left;
}

h1.bigbullet_events {
    background: url(/site_media/img/bigbullet_event.png) no-repeat top left;
}

h1.bigbullet_project {
    background: url(/site_media/img/bigbullet_project.png) no-repeat top left;
}

h1.bigbullet_multimedia {
    background: url(/site_media/img/bigbullet_multimedia.png) no-repeat top left;
}

h1.bigbullet_documents {
    background: url(/site_media/img/bigbullet_documentos.png) no-repeat top left;
}

h1.saludinnovawellcome {
    width: 450px;
    height: 120px;
    padding-top: 30px;
    margin-left: 75px;
    font-size: 12px;
    color: black;
}

.composite span {
    font-size: 1.6em;
}

.composite span.color {
  color: #006957;
}

div#content-title h1 {
    border-bottom: none;
}

div#content-options ul {
    list-style-type: none;
    margin: 0px -20px;
    padding: 0px;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    background: url(/site_media/img/degradado-gris.png) repeat-x top left;
    border-top: 1px solid #efefef;
}

div#content-options ul li {
    float: left;
    margin: 0px;
}

div#content-options ul li a {
    display: block; 
    height: 24px;
    border: 1px solid white;
    white-space: nowrap;
    text-align: center;
    width: 150px;
}

div#content-options ul li a:hover { 
   background: #cfedeb; 
   text-decoration: none; 
} 

div#content-options ul li.active a {
   background: url(/site_media/img/content_options.png) repeat-x top left; 
    height: 25px;
    border-bottom-width: 0px;
    font-weight: bold;
}

div#content-options ul li a.external-news-link {
    width: 352px;
}

div#content-options ul li a.activity-link {
    width: 107px;
}

div#content-options ul#MultimediaOptions li a {
    width: 175px;
}

div#content-options ul#MultimediaOptions li.active a {
    width: 174px;
}


span.external-news {
   background: url(/site_media/img/external-news.png) no-repeat 10px 2px;
   height: 27px;
   padding-left: 60px;
   display: block;
   text-align: left;
}

span.saludinnova-news {
   background: url(/site_media/img/saludinnova-news.png) no-repeat 10px 3px;
   height: 27px;
   padding-left: 40px;
   display: block;
   text-align: left;
}

div#content-zone {
    clear: left;
    margin: 0px -19px;
    padding: 5px 19px;
}

div.with-content-options {
   background: white url(/site_media/img/content_options.png) repeat-x 0px -25px;
    min-height: 250px;
}

table.WorkcenterWidgetTable {
   width: 600px;
   table-layout: fixed;
}

table.WorkcenterWidgetTable td select.WorkcenterWidgetSelect {
   width: 100%;
}

table.WorkcenterWidgetTable tr.filters td {
   width: 200px;
}

table.WorkcenterWidgetTable td label {
   white-space: nowrap;
}

.WorkCentersByStatesWidget {
   width: 600px;
}

.WorkcenterWidgetVertical table.WorkcenterWidgetTable td {
   vertical-align: top;
}

.WorkcenterWidgetVertical table.WorkcenterWidgetTable td select.WorkcenterWidgetSelect,
.WorkcenterWidgetVertical table.WorkcenterWidgetTable td {
   width: 300px;
}

.WorkcenterWidgetVertical table.WorkcenterWidgetTable td label {
   white-space: normal;
   display: block;
}

.WorkcenterWidget {
   position: relative;
}

.WorkcenterWidget .ajax-loader {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 20px;
   height: 20px;
   background: url(/site_media/img/ajax-loader.gif) no-repeat center center;
   display: none;
}
ul.user_ranking li div {
    display: block;
    position: relative;
}
div.karma-box {
   background: url(/site_media/img/karma-box.png) no-repeat center center;
   float: left;
   text-align: center;
   line-height: 50px;
   width: 50px;
   height: 50px;
   margin: 0px 10px;
   color: #169c93;
   font-weight: bold;
   font-size: 16px;
}

div.karma-box-right {
    float: right;
    width: 99px;
}

.karma-box.karma-box-right {
    width: 50px;
}

div.photo-box { 
   border: 1px solid #cccccc; 
   float: left; 
   text-align: center; 
   line-height: 50px; 
   width: 50px; 
   height: 50px; 
   margin: 0px 10px; 
   color: #169c93; 
   font-weight: bold; 
   font-size: 16px; 
   overflow: hidden;
   font-size: 10px;
   font-weight: normal;
} 
 
ul.user-ranking-item div.photo-box {
   clear: left;
}

div.photo-box-right { 
   float: right; 
} 
 
div.photo-box img { 
   margin: 0px; 
   border: 1px solid white; 
} 
 
div.mini-photo-box { 
   width: 35px; 
   height: 35px; 
   margin: 0px; 
   padding: 0px;
   line-height: 35px;
} 

img.big_person { 
   padding: 6px 0px; 
} 

ul.user_ranking {
   list-style-type: none;
   margin-top: 0;
}

ul.user_ranking li {
   clear: left;
   line-height: 50px;
   margin: 10px 0px;
}

#rightbar .content-actions-menu ul.strategy-menu {
   padding-left: 0px !important;
}

#rightbar .content-actions-menu ul.strategy-menu li a {
   font-size: 13px;
}

#rightbar .content-actions-menu ul.strategy-menu li {
   margin-left: 30px;
}

#rightbar .content-actions-menu h1 {
    margin: 0px 0px 0px 20px;
    padding-top: 10px;
}

ul.strategy-menu {
  margin:0px;
  padding: 0 0.5em 0 0.8em;
}

div.content ul {
  margin:0px;
}

li.strategy-menu-item {
   padding-left: 50px;
   list-style-image: none !important;
   list-style-type: none !important;
   margin-left: 0 !important;
   min-height: 37px;
   padding-bottom: 15px !important;   
   padding-top: 15px !important;
}

#rightbar .categories-portlet-top ul.strategy-menu {
    margin-left: 10px;
}

#rightbar ul.strategy-menu li {
    list-style-image: none;
    padding-left: 15px;
    background:transparent url(/site_media/img/bulletlist.png) no-repeat scroll left center;
}

#rightbar ul.strategy-menu li.relaciones-con-la-ciudadania,
#rightbar ul.strategy-menu li.C-strategy-menu-item {
   background: url(/site_media/img/innovation_citizen.png) no-repeat center left;
   line-height: 19px;
   padding: 15px 0 15px 50px;
}

#rightbar ul.strategy-menu li.innovacion-organizativa,
#rightbar ul.strategy-menu li.O-strategy-menu-item {
   background: url(/site_media/img/innovation_org.png) no-repeat center left;
   line-height: 37px;
    padding: 15px 0 15px 50px;
}

#rightbar ul.strategy-menu li.desempeno-profesional-mediante-el-uso-de-tic,
#rightbar ul.strategy-menu li.P-strategy-menu-item {
   background: url(/site_media/img/innovation_TIC.png) no-repeat center left;
   line-height: 19px;
    padding: 15px 0 15px 50px;
}

div.C-strategy-headinfo {
   background: url(/site_media/img/innovation_citizen.png) no-repeat 0px 3px;
}

div.O-strategy-headinfo {
   background: url(/site_media/img/innovation_org.png) no-repeat 0px 3px;
}

div.P-strategy-headinfo {
   background: url(/site_media/img/innovation_TIC.png) no-repeat 0px 3px;
}

h1.C-strategy-fancy {
   background: url(/site_media/img/innovation_citizen.png) no-repeat 20px 0px;
   padding-left: 70px;
}

h1.O-strategy-fancy {
   background: url(/site_media/img/innovation_org.png) no-repeat 20px 0px;
   padding-left: 70px;
}

h1.P-strategy-fancy {
   background: url(/site_media/img/innovation_TIC.png) no-repeat 20px 0px;
   padding-left: 70px;
}

/* Section styles */

#page-events h1.fancy {
   background: transparent url(/site_media/img/event.png) no-repeat scroll 20px 0px;
   padding-left: 70px;
}

.communities h1.fancy {
   background: transparent url(/site_media/img/communityico.png) no-repeat scroll 20px 0px;
   padding-left: 70px;
}

.projects h1.fancy {
   background: transparent url(/site_media/img/projectico.png) no-repeat scroll 20px 0px;
   padding-left: 70px;
}

.multimedia h1.fancy {
   background: transparent url(/site_media/img/multimediaico.png) no-repeat scroll 20px 0px;
   padding-left: 70px;
}

ul li span.description {
  color: #aaa;
}

span.workcenter_with_extra {
    position: relative;
}

span.workcenter_with_extra div.workcenter_extra {
    display: none;
    position: absolute;
    top: -6px;
    left: 0px;
    width: 400px;
    border: 1px solid #f2eff3;
    background: url(/site_media/img/content_options.png) repeat-x bottom left; 
    padding: 5px 10px;
}

span.workcenter_with_extra:hover div.workcenter_extra {
    display: block;
}

span.workcenter_with_extra div.workcenter_extra th {
    padding-right: 10px;
}

div.asi_filters {
    border-bottom:1px solid #DADAD8;
    margin-bottom: 10px;
    margin-left:-20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

#person_filter_form select {
    margin-left: 10px;
}

#suggestionForm .yui-g {
    height: 400px;
}

.collapsable {
    padding-top:10px;
}

.UserModelMultipleChoiceField select#id_users,
.ModelMultipleChoiceField select#id_users {
    height: 400px;
}

#banner_foro embed {
    width: 680px;
}

/* Forum styles */
.communities h1.forum {
    background: transparent url(/site_media/img/foroico.png) no-repeat 20px center;
}

.forumListDate {
    background: transparent url(/site_media/img/activity_calendar.gif) no-repeat left center;
    float:left;
    margin-right:1em;
    width: 44px;
}

.forumListDate .dayname {
    color: white;
    text-align: center;
    display:block;
    font-size:10px;    
    width:41px;
}

div.forum_comment_date {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
}

.threadTitle {
    background:transparent url(/site_media/img/communityico.png) no-repeat scroll 20px 0;
    padding-left:70px;
    height:37px;
}

div.threadTitle {
    background: transparent url(/site_media/img/foroico.png) no-repeat 20px center;
    padding-left:70px;
    height:37px;
}

div.threadTitle h1 {
    margin: 0px;
    padding: 0px;
}

div.threadTitle div.forum_comment_user {
    background-repeat: no-repeat;
    background-position: center left;
    height: 40px;
    line-height: 20px;
}

div.threadTitle div.forum_comment_user img {
    float: left;
    vertical-align: middle;
}

div.forum_comment_comment {
    padding: 10px 20px;
    background-color: white;
}

div.forum_comment_user img {
    border: 1px solid #cccccc;
    margin-right: 5px;
    vertical-align: bottom;
}

div.forum_comment_comment_footer {
    clear: left;
    text-align: right;
    font-size: 10px;
}

.forumDate {
    float: right;
    font-size:10px;
    text-align: right;
    margin-top: 1em;
    margin-right: 15px;
}

.forum_comment_date span,
.forumDate span {
    background: url(/site_media/img/clock.png) no-repeat left center;
    padding-left: 10px;
    color: #939594;
}

.descriptionFooter{
    background:url(/site_media/img/foro_footer.jpg) no-repeat bottom;
    width: 667px;
    height: 24px;
}

#forum tbody tr {
    background:url(/site_media/img/foro_blanco.jpg) no-repeat bottom;
    padding-bottom: 20px;
}

.forumcalendar  {
    width: 45px;
}

#forum div.activity-date {
    margin-bottom:35px;
}

#forum div.activity-detail span.numComments {
    float: right;
    font-size: 8pt;
    color: #169C93;
    margin-right: 15px;
}

#forum div.activity-detail span.numComments b {
    color: #949494;
    font-weight: normal;
}

#forumDescription {
    min-height:71px;
    padding: 5px 1em;
    margin-top: 1em;
    background:url(/site_media/img/foro_back.jpg) repeat-x left bottom;
}

#forumOptions {
    text-align:right;
}

#forumOptions li {
    display: inline;
}

#forumOptions li a {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 3px 5px 3px 25px;
    margin-left: 0.5em;
    background: #f5f3f4;
}

#forumOptions li a:hover {
    text-decoration: none;
}

#forumOptions li a.answerDialog {
    background: #f5f3f4  url(/site_media/img/answer_dialog.png) no-repeat  5px center;
}

#forumOptions li a.editDialog {
    padding-left: 30px;
    background: #f5f3f4  url(/site_media/img/edit_dialog.png) no-repeat  5px center;
}

.forum_comment_user span {
    position: absolute;
    top: 30%;
}

table.events-table td.calendar {
    padding-left: 20px;
    width: 60px;
}

table.events-table td.event-info h1 {
    margin: 0px;
    margin-top: 5px;
}

table.events-table td {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px 5px;
}

table.events-table td.event-info {
    padding-right: 10px;
}

table.events-table td.event-info span {
   color: #a4006c;
}

table.events-table td.event-info div.toggle {
   text-align: right;
}

div.event-extra-info {
   padding-top: 1em;
}

.hide {
    display: none;
}

img.event-photo {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}

div.event-url {
    margin-top: 1em;
}

.nopadding {
    padding: 0px !important;
}

table.events-table tr.event-quarter td {
    border: none;
    padding-left: 20px;
}

table.events-table tr.event-quarter td h1 {
   font-size: 20px;
   margin-bottom: 0px;
   color: #a864a8;
}

span.next-events {
   background: url(/site_media/img/next_events.png) no-repeat 10px 3px;
   height: 27px;
   padding-left: 50px;
   display: block;
   text-align: left;
}

span.event-archive {
   background: url(/site_media/img/event_archive.png) no-repeat 10px 3px;
   height: 27px;
   padding-left: 60px;
   display: block;
   text-align: left;
}

table.events-table tr.event-detail-row td {
    border: none;
}

div.event-file img {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 2em;
}

div.event-file {
    margin-top: 2em;
    clear: left;
}

#event_images .minislide .delete-link {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
}

#event_images .minislide .delete-link a {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0px;
}

.indexpageContent {
     margin: -17px -20px;
}

.indexpageContent div {
    margin-left: 0;
    margin-right: 0;
}

.pages *, .pages {
  text-align:justify;
}

div#add_comment_form {
  margin-top:100px;  
}
div#add_comment_form div.field span.mceEditorContainer{
  height:200px;
}

div#add_comment_form div.field span.mceEditorContainer table.mceEditor{
  height:150px !important;
}

div#add_comment_form div.field span.mceEditorContainer table.mceEditor iframe{
  height:150px !important;
}

table#blog_calendar {
    width: 90%;
    border-collapse: collapse;
    margin: 1em auto;
}

table#blog_calendar th {
    border-bottom: 1px solid #006957;
}

table#blog_calendar td.no_post {
    color: black;
}

div.showIdeasFlashLinkDiv {  
    margin-top: -5px;  
    margin-left: -19px;  
}  
 
div#ideas-flash-div { 
    position: absolute; 
    top: 0px; 
    left: 5px; 
    height: 480px; 
    width: 980px; 
    text-align: right; 
    z-index: 100; 
    -moz-opacity: 0.9; 
    filter:alpha(opacity=90); 
} 
     
div#ideas-flash-div a { 
    color: white; 
} 
     
div#ideas-flash-div p.embededflash { 
    text-align: center; 
} 
