/* CSS Document */

#wrapper {
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
//	background: white;
}


/*Content*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#content{
	margin: auto;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}

#sub.seccion .floatingtools{
  position: absolute;
  top: 5px;
  left: 26px;
	border: none;
	z-index: 9888;
  min-width: 450px;
}

#sub.seccion .floatingtools a{
opacity: 0.4;
}

#sub.seccion .floatingtools a:hover{
opacity: 0.8;
}

#sub.seccion .leftcol{
	position:absolute;
	top:30px;
	left:0px;
	padding:7px;
	border: 1px solid #888;
    background: #e5e5e5;
    z-index: 555;
	display:none;
	width:275px;
}
#minimizenotes{
	position:absolute;
	top:3px;
	right:3px;
}
#quick-update{
	padding: 5px;
	border:1px solid #555;
	margin-bottom:5px;
}
#subcontainer{
	position:relative;
}
#sub.seccion #rightcolumn{
	margin: auto;
	min-height: 200px;
	position: relative;
}

#sub.seccion #subinfo{
	float: center;
	border: 1px solid #D1D2D7;
	background: #F0F0F8;
}
#scriptnote{
	width: 100%; 
	height: 250px; 
	min-height: 200px; 
	resize: vertical; 
	font-size: 16px; 
	padding: 3px;
}
.newpage
{
background-color: white;
}

.pager_bottom
{
display: none;
}

#stickybox
{
background: #e7e4e0; 
width: 114px; 
border: 1px grey solid; 
float: left; 
padding: 1px;
cursor: pointer;
margin-top: 2px;
}

#stickybox:hover
{
opacity: 0.8;
}

#privatenotesdiv
{
display: none;
border: 1px grey solid; 
width: 606px;
max-width:90%;
background: #eee;
position: absolute;
top: 30px;
z-index: 5000;
}

#privatenote
{
resize: vertical;
}

.page{
background-color: #eee;
}
#scriptsearchbox{
	width: 175px;
    font-size: 16px;
    padding: 0px 2px;
    text-align: right;
}
#showhidenotesbtn{
	margin-top: 2px;
    margin-bottom: 4px;
    margin-left: 5px;
    float: left;
	padding: 2px 8px;
}
#privatenote{
	width: 96%;
    height: 200px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
}
@media only screen and (max-width: 700px) {
#scriptsearchbox{
	width:130px;
}
}