

/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
    font-size: 80%;
    color:#bababa;
    padding:0;
    margin:2px 0 0 10px;
}
#pages_breadcrumbs a {
    color:#999999;
    text-decoration: none;
}
#pages_breadcrumbs a:hover {
    color: #0054a7;
    text-decoration: underline;
}


/* ***************************************
	MISC.
*************************************** */
/* general page titles in main content area */
/*#content_area_user_title h2 {	
	margin:0 0 0 8px;
	padding:5px;
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
}*/
/* reusable generic collapsible box */
.collapsible_box {
    background:#dedede;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:5px 10px 5px 10px;
    margin:4px 0 4px 0;
    display:none;
}	
a.collapsibleboxlink {
    cursor:pointer;
}

/* tag icon */	
.object_tag_string {
	background: url(../../../_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
    height:145px;
}	
#current_user_avatar {
    float:left;
    width:160px;
    height:130px;
    border-right:1px solid #cccccc;
    margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
    border-top: 1px solid #cccccc;
    margin:20px 0 0 0;
    padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
    float: left;
    margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
}	


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background:white;
    margin:0 10px 10px 10px;
    padding:10px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings h3,
.notification_methods h3 {
    background:#e4e4e4;
    color:#333333;
    font-size:1.1em;
    line-height:1em;
    margin:0 0 10px 0;
    padding:5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
h3.settings {
    background:#e4e4e4;
    color:#333333;
    font-size:1.1em;
    line-height:1em;
    margin:10px 0 4px 0;
    padding:5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.admin_users_online .profile_status {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:#bbdaf7;
    line-height:1.2em;
    padding:2px 4px;
}
.admin_users_online .profile_status span {
    font-size:90%;
    color:#666666;
}
.admin_users_online  p.owner_timestamp {
    padding-left:3px;
}


.admin_debug label,
.admin_usage label {
    color:#333333;
    font-size:100%;
    font-weight:normal;
}

.admin_usage {
    border-bottom:1px solid #cccccc;
    padding:0 0 20px 0;
}
.usersettings_statistics .odd,
.admin_statistics .odd {

}
.usersettings_statistics .even,
.admin_statistics .even {

}
.usersettings_statistics td,
.admin_statistics td {
    padding:2px 4px 2px 4px;
    border-bottom:1px solid #cccccc;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
    width:200px;
}
.usersettings_statistics table,
.admin_statistics table {
    width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
    border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
    background: #E4E4E4;
}
.admin_users_online .search_listing {
    margin:0 0 5px 0;
    padding:5px;
    border:2px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



/* force tinyMCE editor initial width for safari */
.mceLayout {
    width:683px;
}
p.longtext_editarea {
    margin:0 !important;
}
.toggle_editor_container {
    margin:0 0 15px 0;
}
/* add/remove longtext tinyMCE editor */
a.toggle_editor {
    display:block;
    float:right;
    text-align:right;
    color:#666666;
    font-size:1em;
    font-weight:normal;
}

div.ajax_loader {
	background: white url(../../../_graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
    margin:0 0 5px 0;
    padding:0 7px 4px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
    margin:0;
}
.active_report {
    border:1px solid #D3322A;
    background:#F7DAD8;
}
.archived_report {
    border:1px solid #666666;
    background:#dedede;
}
a.archive_report_button {
    float:right;
    font: 12px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background:#4690d6;
    border: 1px solid #4690d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    padding: 4px;
    margin:15px 0 0 20px;
    cursor: pointer;
}
a.archive_report_button:hover {
    background: #0054a7;
    border: 1px solid #0054a7;
    text-decoration: none;
}
a.delete_report_button {
    float:right;
    font: 12px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    background:#999999;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    padding: 4px;
    margin:15px 0 0 20px;
    cursor: pointer;
}
a.delete_report_button:hover {
    background: #333333;
    border: 1px solid #333333;
    text-decoration:none;
}
.reportedcontent_content .collapsible_box {
    background: white;
}

/* reusable elgg horizontal tabbed navigation 
   (used on friends collections, external pages, & riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
    margin:0 0 5px 0;
    padding: 0;
    border-bottom: 2px solid #cccccc;
    display:table;
    width:100%;
}
#elgg_horizontal_tabbed_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#elgg_horizontal_tabbed_nav li {
    float: left;
    border: 2px solid #cccccc;
    border-bottom-width: 0;
    background: #eeeeee;
    margin: 0 0 0 10px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}
#elgg_horizontal_tabbed_nav a {
    text-decoration: none;
    display: block;
    padding:3px 10px 0 10px;
    color: #999999;
    text-align: center;
    height:21px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav a { display: inline; }

#elgg_horizontal_tabbed_nav a:hover {
    color: #4690d6;
    background: #dedede;
}
#elgg_horizontal_tabbed_nav .selected {
    border-color: #cccccc;
    background: white;
}
#elgg_horizontal_tabbed_nav .selected a {
    position: relative;
    top: 2px;
    background: white;
    color: #4690d6;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav .selected a { top: 3px; }

/*Para radio Ati*/
#Radio_Ati_New{
    border-bottom: 1px solid #B0B0B0;
    display: block;
    padding-bottom: 5px;
    width: 100%;
}
#Radio_Ati_New img{
    float: left;
    width: 88px;
}
#Radio_Ati_New span{
    color: #3D619F;
    display: inline-block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    padding-top: 14px;
}
.ProgramasDeRadio strong{
    color: #94C750;
    display: block;
    font-size: 24px;
    font-weight: normal;
    padding-top: 8px;
}
.ProgramasDeRadio strong a{
    color: #3D619F;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
}
.transmision span{
    display: none;
}
#listadoRadioTrasmitions{

}
#listadoRadioTrasmitions a{
    color: #3D619F;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
}
.Caja_Gris_Para_Radio_Ati{
    background-color: #F1F1F1;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 8px;
}
.Caja_Gris_Para_Radio_Ati h4{
    color: #3D619F;
    text-transform: uppercase;
    font-size: 11px;
}
.Caja_Gris_Para_Radio_Ati_time{
    color: #84A53C;
    display: block;
    padding-bottom: 8px;
}
.Radio_Ati_Desc{
    color: #999999;
    font-size: 88%;
    text-align: justify;
}
.right_radio{
    float: right;
}
.Caja_Gris_Para_Radio_Ati img.imagen_radio{
    max-width: 70px;
    margin-right: 10px;
}
.td_desctipcion {
    width: 400px;
}
.azul_radio{
    color: #2FA7DA;
    display: block;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
}
.ProgramasDeRadio img{
     float: left;
    width: 88px;
}
