

body {
	background-color: #fff; /* background color */
	color: inherit; /* text color */
	font-family:Verdana;
  	font-size: 12px;	margin: 0px 0px 0px 0px; /* top right bottom left */
}


.aspmaker {
	color: inherit; /* text color */
	font-family:"segoe ui", Tahoma, Arial; 
  	font-size: 12px;
	}

	
input, textarea, select {	
	font-family:"segoe ui", Tahoma, Arial; 
  	font-size: 12px;
}

.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	height: 25px;
	background-color: #FFFFFF;	/* header bgcolor */
	color: #666666; /* header font color */
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #C0C0C0; /* header border width */
	border-right: 1px solid #C0C0C0; /* header border width */
	border-top: 0px solid #C0C0C0; /* header border width */
	border-left: 0px solid #C0C0C0; /* header border width */
	background-image: url('images/mediumgray.png'); /* header bg image */
	background-repeat: repeat-x;	
	vertical-align: center; 
	border-left-color:#C0C0C0; 
	border-top-color:#C0C0C0 	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #DFE8F6; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #DFE8F6; /* select color */
}


a:visited {TEXT-DECORATION: none
}

a:hover {TEXT-DECORATION: none
}

a:active {TEXT-DECORATION: none
}

a:link {TEXT-DECORATION: none
}


a:active {
	color:#FF6600 ; /* active link color */
}

a:link {
	color:#FF6600 ; /* link color */
	
}

a:visited {
	color:#FF6600 ; /* visited link color */
}

a:hover {
	color:#666666 ; /* visited link color */
}



/*BEGIN_USER_STYLES*/

/* your CSS styles here */

#TB_window {
    font-family:Verdana;
    font-size: 12px;
    font-weight: none;
    border: 3px;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

/* Color de fondo y transparencia*/
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#004488;
    filter:alpha(opacity=30);
    -moz-opacity: 0.20;
    opacity: 0.20;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 101;
    color: #666666;
    display:none;
    border: 5px solid #cccccc;
    top:50%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:0px;
    float:right;    
    text-align:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:0px;
}

#TB_title{
    background-color:#E8E8E8;
    height:30px;
    font-family:Verdana;
    font-size: 12px;
    font-weight: bold;

}

#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

/*END_USER_STYLES*/