
/********* Seleccion de presentaciones ********/

#select_by  {
width: 493px;
position: relative;
background: white;
height: 37px;
z-index: 1;
}

#select_by  ul li {
position: relative;
float: left;
display: block;
border-top: 4px solid #efefef;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
height: 34px;
line-height: 34px;
width: 160px;
background: #efefef;
text-align: center;
cursor: pointer;
}

#select_by  ul li:hover {
border-top: 4px solid #ccc;
}

#select_by  ul li.act {
border-top: 4px solid #ffaf2e;
border-bottom: none;
background: white;
font-weight: normal;
}

#select_by_all {
border-left: 1px solid #ccc;
}

ul.mine li.others {
display: none;
}

ul.others li.mine {
display: none;
}

ul.all li.mine, ul.all li.others {
display: block;
}


/********* LISTADO DE PRESENTACIONES **************/

#my_psts {
position: relative;
padding: 20px;
width: 540px;
border: 1px solid #ccc;
z-index: 0;
}


#psts_list {
list-style-type: none;
position: relative;
width: 540px;
}

#no_psts {
position: relative;
width: 470px;
height: 60px;
margin-bottom: 8px;
font-size: 18px;
color: #999;
line-height: 56px;
border: 2px solid #B5D4FE;
}

#psts_list li.pst {
position: relative;
display: block;
border: 1px #D8D8D8 solid;
width: 540px;
margin-bottom: 8px;
cursor: pointer;
background: #efefef;
overflow: hidden;
}

#psts_list li.pst:hover {
background: white;
}

#psts_list.published li.pst_authored,
#psts_list.authored li.pst_published {
display: none;
}


#psts_list .pst_first_slide {
position: absolute;
top: 10px;
left: 5px;
border: 1px solid #D9D9D9;
background: white;
outline: none;
width: 109px;
height: 80px;
font-size: 10%;
}

#psts_list .pst_fs_back, .pst_fs_content {
width: 109px;
height: 80px;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}


#psts_list div.pst_data {
position: relative;
left: 130px;
top: 3px;
display: block;
margin-bottom: 8px;
width: 290px;
height: 90px;
}

#psts_list div.pst_data p {
margin: 0;
font-size: 11px;
}

#psts_list div.pst_data p.pst_title {
display: block;
margin-top: 3px;
width: 300px;
}

#psts_list div.pst_data p.pst_title a {
font-weight: bold;
font-size: 13px;
line-height: 18px;
color: #333;
}

#psts_list div.pst_data p.pst_title a:hover {
background: white;

}

#psts_list div.pst_data p.pst_date {
margin-top: 3px;
}


#psts_list div.pst_data ul.ico_list {
position: absolute;
bottom: 0;
left: 0;
}

#psts_list div.pst_data ul.ico_list li{
display: none;
}

#psts_list div.pst_data ul.ico_list li.act{
display: inline;
}

#psts_list li.pst div.pst_stats {
display: block;
}

#psts_list li.pst:hover div.pst_stats {
display: none;
}

#psts_list div.pst_stats, #psts_list ul.pst_actions {
position: absolute;
display: block;
top: 15px;
left: 438px;
}

#psts_list div.pst_stats p {
margin: 0 0 6px 0;
font-size: 11px;
line-height: 17px;
}

#psts_list p.pst_votes {
padding-right: 18px;
background: transparent url(/static/img/pst_star.png) no-repeat 12px -1px;
}

#psts_list li.pst ul.pst_actions {
display: none;
}

#psts_list li.pst:hover ul.pst_actions {
display: block;
}

#psts_list ul.pst_actions li {
display: block;
width: 82px;
height: 28px;
line-height: 28px;
cursor: pointer;
color:#5084B8;
font-weight: bold;
text-decoration: none;
font-size: 12px;
text-indent: 20px;
margin-bottom: 5px;
}

#psts_list ul.pst_actions li:hover {
text-decoration: underline;
}

#psts_list ul.pst_actions li.pst_clone {
background: transparent url(/static/img/pst_clone_small.png) no-repeat 0 50%;
}

#psts_list ul.pst_actions li.pst_delete {
background: transparent url(/static/img/pst_delete_small.png) no-repeat 0 50%;
}

#psts_list p.pst_reject_invitation {
position: absolute;
display: block;
height: 24px;
line-height: 24px;
left: 60px;
bottom: 0;
cursor: pointer;
color:#5084B8;
font-weight:bold;
text-decoration: none;
font-size: 12px;
}

#psts_list p.pst_reject_invitation:hover {
text-decoration: underline;
color: #FD0000;
}


/********* SIDEBAR **************/

#sidebar {
/*position: absolute;
top: 79px;
right: 44px;*/
position:relative;
float: right;
width: 300px;
height: 400px;
top: 37px;
}

#createNewPst a {
font-size: 18px;
text-indent: 45px;
background-image: url(/static/img/pst_new.png);
background-repeat: no-repeat;
background-position: 20px 10px;
}

#user_home_adsense {
margin-top: 20px;
}







