/* WYSIWYG EDITOR */

/* Toolbar */
.toolbar1   { border: 1px solid #666666; height: 26px; background-image: url(../icons/background_silver.jpg); }
.toolbar2   { border: 1px solid #666666; height: 24px; background-image: url(../icons/background_silver.jpg); border-bottom: 0px; border-top: 0px; }

/* Command Buttons */
.button     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }


/* Font Type and Size Drop Down */
.dropdown          { background-color: #FFFFFF; border: 1px solid #333333; height: 140px; overflow: auto; padding: 1px; }
button.mouseOver   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;}
button.mouseOut    { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;}




/* CREATE TABLE POPUP */

/* Select Border Width/Type */
.on   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;}
.off  { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;}

/* Select Shading/Border Color */
.selectColorTable  { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; }
.selectColorBorder { border: 1px solid #F7F7F7; }
.selectColorOn     { border: 1px solid #999999; background-color: #CCCCCC; }
.selectColorOff    { border: 1px solid #F7F7F7; background-color: #F7F7F7; }
.selectColorBox    { border: 1px solid #FFFFFF; font-size: 1px; height: 13px; width: 13px; }


body {
margin:0;
padding:0;
}
.caja {
width:700px;
/*height:720px;*/ /* comentado porque no permite ajustar el alto de la caja con función dyniframe */
display:block;
}
.treebox, .searchbox, .articlebox, .dtree {
float:left;
width:686px;
padding:0px;
margin:0px;
height:120px;
overflow:hidden;
margin:0px;
display:inline;
clear:right;
}
.dtree, .searchbox, .articlelist {
position:absolute;
top:40px;
left:0px;
height:120px;
display:inline-table;
border:solid 1px silver;
background-color:rgb(250,250,250);

}
.dtree {
padding-left:3px;
display:block;
position:absolute;
overflow:auto;
}
.searchbox {
left:370px;
width:230px;
}
.panel_articulo
{
	top:200px;
}
.searchbox table {
margin:0px;
width:210px;
}
.searchbox table td {
padding:2px;
}
.searchbox table tr {
background-color:rgb(250,250,250);
}
.articlebox {
position:absolute;
top:0px;
left:0px;
width:612px;
/*height:722px;*/ /* comentado porque no permite ajustar el alto de la caja con función dyniframe */
overflow:hidden;
background-color:white;
z-index:5000;
}
#rootpath a, rootpath b {
font-family:Arial, Verdana;
font-size:10px;
}

.articlelist {
top:170px;
left:0px;
width:615px;
text-align:center;

}



.articlelist table {
position:relative;
margin:10px;
width:649px;

}/*
.articlelist table td div {
text-align:left;
width:100%;
}

.articlelist .th {
background-color:rgb(230,230,230);
padding:2px;
}
.articlelist tbody {
text-align:left;
}

.articlelist td {
padding:0px 0px;
text-align:left;
}
.articlelist span {
text-align:left;
}
*/
a {
color:#ff3333;
text-decoration:underline;
}
a:hover{
color:Red;
}

.th {
background-color:rgb(240,240,240);
padding:3px;
}


.pager td table{
	width:20%;
	color:#000;
	}

	
.nomatches{
position:absolute;
top:210px;
left:40px;
/*padding:10px;
background-color:Yellow;*/
display:table;
/*border: solid 1px red;*/
}
#FormAmigo {
position:absolute;
	width:334px;
	height:250px;
	background-image:url(../images/panel_email.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	top:735px;
	left:-500px;
	/*position:absolute;
top:100px;
width:350px;
height:250px;
background-color:rgb(255,255,240);
border:solid 3px rgb(255,210,40);*/
z-index:6000;
}
/*.friendform {
margin:20px;
height:inherit;
width:auto;
}*/
#FormAmigo table td {
padding:1px;
}

