﻿
Body {
    FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#999999',endColorstr='#FFFFFF', gradientType='0');
	/*background-image: url(images/logo_bg.jpg);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
	border:2px solid #BEBEBE;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
.panelheader
{
	width:100px;
	height:18px;
	background-image:url(imagenes/bg-snippet-dim.png);
}
/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	position: absolute;
	width:920px;
	height:500px;
	overflow: hidden;
	float:left;
	background-color:#ffffff;
	background-image: url(imagenes/body_bg.gif) ;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	/*font-family:verdana;
	line-height:normal;*/
	
}
.vidframeText
{
	position: absolute;
	width:1320px;
	height:1000px;
	overflow: hidden;
	float:left;
	background-color:#ffffff;
	background-image: url(imagenes/body_bg.gif) ;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	/*font-family:verdana;
	line-height:normal;
    	width:837px;
	height:365px;  */
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(imagenes/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(imagenes/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
	cursor:se-resize;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
	cursor:se-resize;
	
}

/* DragPanel */
.dragMe {
	width:100%;
	height:21px;
	background-color:Navy;
	background-image:url(imagenes/header-opened.png);
	text-align:left;
	cursor:move;
	font-weight:bold;
}
.top
{ 
    float: left; 
    padding: 5px;
     width: 250px; 
     height: 300px; 
 }
     
.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/* Format Text */

.format_txt
{
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

/* Rounded Corners*/

.roundedPanel
{	
	width:600px;	
	background-color:#5377A9;	
	color:white;
	font-weight:bold;		
}
.roundedPanelcriterio
{	
	width:600px;	
	background-color:White ;	
	color:#5377A9;
	font-weight:bold;		
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}


.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.sampleStyleA {
	background-color:#FFF;
}

.polframeText
{
position: absolute;
width:1220px;
height:2000px;
overflow: hidden;
float:left;
background-color:#ffffff;
background-image: url(imagenes/body_bg.gif) ;
border-style:solid;
border-width:2px;
border-color:Gray;

/*font-family:verdana;
line-height:normal;
width:837px;
height:365px; */
}


.PopupVida {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	height:200px;
}


