﻿/****************************************************************************
	@uso: Browser normalization										
****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}
html, body
{
	height: 100%;
	border-collapse: collapse;
}
html
{
	width: 100%;
	height: 100%;
	font-size: 0.98em;
	color: black;
	font-family: Arial;
}
/****************************************************************************
	@uso: Estilos Etiquetas Genéricas										
****************************************************************************/
.controles
{
	position: fixed;
	top: 200px;
	right: 30%;
	width: 48px;
	height: 39px;
}
.controles #left
{
	color: #FFF;
	width: 24px;
	height: 39px;
	float: left;
	background: url(../images/control_left.gif) no-repeat;
	cursor: pointer;
}
.controles #right
{
	color: #FFF;
	width: 24px;
	height: 39px;
	background: url(../images/control_right.gif) no-repeat;
	float: right;
	cursor: pointer;
}
.specialdiv
{
	width: 955px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.div_special
{
	clear: both;
}
.report, #oReportDiv
{
	width: 950px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.report input[type="image"]
{
	background-image: none !important;
}
.report iframe, .reporte
{
	width: 950px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
.report table
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	border-collapse: collapse;
}
.report div div table, .report div div div
{
	width: auto;
	height: 30px;
	max-height: 30px;
}
.report .comboBox
{
	margin-bottom: 6px;
	_margin-bottom: 0px;
}
.report input[type="text"]
{
	margin-bottom: 0px;
	_margin-bottom: 6px;
}
.progress
{
	position: fixed;
	left: 50%;
	top: 2%;
	width: 150px;
	height: auto;
	margin-left: -150px;
	overflow: auto;
	background-color: #FFF;
	z-index: 10001;
	padding: 10px;
	color: #009EC0;
	border: 1px solid #009EC0;
	-ms-border-radius: 10px; /* para IE 8*/
	-moz-border-radius: 10px; /* Firefox*/
	-webkit-border-radius: 10px; /* WebKit y Safari*/
	-khtml-border-radius: 10px;
}
#auditoria div table tr td
{
	min-width: 90px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.scrolltable
{
	width: 955px;
	height: auto;
	display: block;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
table td, table tr
{
	padding: 0px;
	border-collapse: collapse;
}
.dtable
{
	width: 100px !important;
	border-collapse: collapse;
	border-spacing: 0px;
}
.dmap
{
	margin-left: auto;
	margin-right: auto;
	z-index: -1 !important;
	text-align: center;
	width: 955px;
	position: relative;
	margin-top: 50px;
}
.block
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
fieldset, img
{
	border: 0;
}
p
{
	margin-bottom: 1em;
}
a
{
	text-decoration: underline;
	color: #000;
}
a:hover
{
	color: #009EC0;
	text-decoration: none;
}

a:visited
{
	color: #000;
}
h1
{
	font-size: 1em;
}
h2
{
	font-size: .9em;
}
h3
{
	font-size: .8em;
}
h1, h2, h3
{
	margin: 1em 0;
}
h4, h5, h6
{
	font-size: .75em;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
/****************************************************************************
	@uso: Estilos DIVs PAI 										
****************************************************************************/
.pai-page
{
	height: 100%;
	min-height: 100%;
	display: block;
}
.pai-login
{
	width: 722px;
	height: 393px;
	background: url(../images/pai_back_login.jpg) no-repeat center center;
	left: 50%; /* Agregado para colocar el div fijo */
	margin-left: -361px; /* Agregado para colocar el div fijo */
	margin-right: auto;
	margin-top: 50px;
	position: absolute; /* Agregado para colocar el div fijo no colocar fixed porque se oculta a la mitad */
}
.pai-login-logos
{
	width: 662px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	vertical-align: middle;
}
.pai-login-pai
{
	width: 175px;
	height: 130px;
	/*background: url(../images/pai_logo_login.png) no-repeat center center;*/
	float: left;
	display: none;
}
.pai-login-logos h1
{
	float: left;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding-top: inherit;
	padding-left: 15px;
	color: blue;
}
.pai-login-minproteccion
{
	width: 347px;
	height: 53px;
	/*background: url(../images/pai_logo_minproteccion.png) no-repeat center center;*/
	display:none;
	float: right;
	vertical-align: middle;
	padding-top: 70px;
}
.pai-login-content
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
       
}
.pai-login-content h1
{
	padding: 10px 0px;
	color: #5882FA;
	font-size: 12px;
	font-weight: bold;
}
.pai-login-content ul
{
	list-style-type: none;
	display: block;
	width: 45%;
	float: left;
	padding: 0 5px;
	margin: 0 5px;
}
.pai-login-footer
{
	width: 650px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	top: -30px;
	position:relative;	
}
.pai-login-footer a
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
.pai-login-terms
{
	width: 60%;
	height: 20px;
	padding-left: 30px;
	margin: 8px 5px 3px 5px;
	background: url(../images/pai_login_termsico.png) no-repeat;
	float: left;
}
.pai-login-copy
{
	width: 20%;
	height: 20px;
	padding-left: 30px;
	margin: 8px 5px 3px 5px;
	background: url(../images/pai_login_politicasico.png) no-repeat;
	float: right;
}
.pai-menu
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}
.pai_title
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 50px;
	color: #58ACFA;
}
.pai-header-back
{
	width: 100%;
	height: 84px;
	background: url(../images/pai_headerback.jpg) repeat-x;
}
.pai-header
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 84px;
	background: url(../images/pai_header.jpg) no-repeat;
}
.pai-id
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
.id
{
	padding-top: 5px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.pai-user
{
	height: 25px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	background: url(../images/pai_user.jpg) no-repeat;
	float: left;
}
.pai-ins
{
	height: 25px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	background: url(../images/pai_ins.jpg) no-repeat;
	float: left;
}
.pai-strategy
{
	height: 25px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	background: url(../images/pai_strategy.jpg) no-repeat;
	float: left;
}
.pai-menu-bar
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 21px;
	background: url(../images/pai_menuback.jpg) repeat-x;
}
.Breadcrum
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 16px;
	background: url(../images/pai_breadcrumb.jpg) repeat-x;
	padding-top: 3px;
	border: solid 1px #EBEBEB;
	border-left: none;
	border-right: none;
}
.bread
{
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-left: 30px;
	text-transform: uppercase;
	background: url(../images/pai_breadcrumb_icon.gif) no-repeat 5px center;
}
.pai-body
{
	width: 955px;
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-bottom: 10px;
	display: block;
}
.pai-footer
{
	width: 955px; /*height: 30px;*/
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/pai_footer.jpg) repeat-x;
	clear: both;
	margin-bottom: 0px;
	position: relative;
	bottom: 0px;
	display: block;
}
.pai-terms
{
	width: 60%;
	height: 20px;
	padding-left: 30px;
	margin: 8px 5px 3px 5px;
	background: url(../images/pai_termsico.jpg) no-repeat;
	float: left;
}
.pai-copy
{
	width: 20%;
	height: 20px;
	padding-left: 30px;
	margin: 8px 5px 3px 5px;
	background: url(../images/pai_politicasico.jpg) no-repeat;
	float: right;
}
.pai-footerback
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 4px;
	background: url(../images/pai_footerback.jpg) repeat-x;
	position: relative;
	clear: both;
}

.pai-divcenter
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/****************************************************************************
	@uso: Estilos MENU PAI										
****************************************************************************/
table.link td img
{
	display: none;
}
.link
{
	height: 21px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	z-index: 99;
	margin-left: 5px !important;
	margin-right: 2px !important;
	cursor: pointer;
}
div.DynamicMenu img
{
	display: none;
}
div.DynamicMenu
{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: yellow !important;
	border-top: 1px solid #FFF !important;
	border-left: 1px solid #1D7373 !important;
	border-right: 1px solid #1D7373 !important;
	border-bottom: 1px solid #1D7373 !important;
	z-index: 1;
	border-collapse: collapse;
}
.MenuPAI
{
	font-size: 10px;
	height: 21px;
	background: url(../images/pai_menu.jpg) repeat-x;
}
.DynamicHover
{
	background-color: #A6A9AA !important;
	cursor: hand;
	font-weight: normal;
	border-style: none;
	color: #666;
	z-index: 100;
}
.DynamicMenu
{
	cursor: pointer;
	color: #000;
}
.StaticHover
{
	color: #009EC0;
	cursor: hand;
	background-color: #1d7373 !important;
}
.cuerpo
{
	background-color: Red;
}
.MenuSelectedOverStyle
{
	font-weight: normal;
}
.MenuStaticOverStyle
{
	background-color: #FFF;
}
.StaticMenuItem
{
	color: #000;
	padding: 2px;
	margin: 2px;
	background: url(../images/pai_dotted.gif) no-repeat left center;
}
.StaticMenuItem td img
{
	display: none;
}
.StaticMenuStyle
{
	color: #009EC0;
	cursor: hand;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
}
.DynamicMenuItemStyle
{
	color: #009EC0;
	font-size: 10px;
	background-color: #FFF;
}
.DynamicMenuItemStyle table td:first-child
{
	border: none;
	background-image: none;
}
.DynamicMenuItemStyle a
{
	background-color: Transparent;
	color: #666;
	font-size: 10px;
}
.DynamicSelectedStyle
{
}
/****************************************************************************
	@uso: Estilos Para Formularios										
****************************************************************************/
fieldset
{
	margin-top: 10px;
	border: 1px solid #1d7373 !important;
	background-color: #f9fbfc;
	width: 98%;
	padding:10px;
	clear: both;
}
legend
{
	color: #333333;
	padding: 2px 200px 2px 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: capitalize !important;
	background: url(../images/pai_legend.gif) no-repeat left center;
	white-space: nowrap;
}
legend .label
{
	font-size: 11px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-transform: capitalize !important;
}
fieldset ul
{
	height: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.pedido ul
{
	min-height: 20px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
div.pedido ul li input
{
	margin-left: 20px;
	float: none !important;
}
fieldset ul li
{
	width: 25%;
	color: #000000;
	list-style-type: none;
	float: left;
}
fieldset ul li input
{
	float: left;
}
fieldset ul li label
{
	font-size: 11px;
	color: #403B33;
	font-weight: normal;
	margin-right: 50px;
	clear: both;
}

fieldset ul li span
{
	display:block;
}
fieldset ul li span label
{
	font-size: 11px;
	color: #403B33;
	font-weight: normal;
	margin-right: 50px;
	clear: both;
	white-space: normal;
}
.form_2
{
	width: 50%;
}
.form_3
{
	width: 75%;
}
.form_special
{
	width: 100%;
	display: block;
	height: auto;
}
.datesli
{
	width: 150px;
	text-align: left;
}
fieldset ul li input, fieldset ul li listbox, fieldset ul li select
{
	float: left;
}
fieldset ul li span
{
	color: #403B33;
	font-size: x-small;
	clear: both;
}
input[type="button"], input[type="submit"], .button
{
	height: 25px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #009EC0;
	background: url(../images/pai_button.jpg) no-repeat center center;
   
}
/* File selector asp:FileUpload -------
input[type="file"] {
  -moz-appearance: none;
  white-space: nowrap;
  cursor: default;
  -moz-binding: none;
  padding: 0 !important;
  border-style: none !important;
}
input[type="file"] > input[type="text"] {
  border-color: inherit;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  height: inherit;
}
input[type="file"] > input[type="button"] {
  height: inherit;
  font-size: inherit;
}
file selector asp:FileUpload */
input[type="file"]
{
	-moz-appearance: none;
	white-space: nowrap;
	cursor: default;
	-moz-binding: none;
	margin-left: 5px;
	border: 1px solid #009EC0;
	border-collapse: collapse;
}
input[type="file"] input[type="text"]
{
	border: 1px solid #009EC0;
	background-color: #FFF;
	color: #009EC0;
	height: inherit;
}
/* button part of file selector */
input[type="file"] input[type="button"]
{
	background: url(../images/pai_button.jpg) no-repeat center center;
}
input[type="file"]:hover
{
}
input[type="checkbox"], input[type="radiobutton"], input[type="radio"]
{
	float: left !important;
	border: none;
	margin-right: 5px;
	margin-left: 2px;
}
span.chk_special input
{
	float: none !important;
}
.checkbox_one
{
	border: solid 1px #000000;
	background-color: #000000;
	padding-right: 0px;
	margin-left: 2px;
}
.checkbox_two
{
	border: solid 1px #808000;
	background-color: #808000;
	padding-right: 0px;
	margin-left: 2px;
}

.checkbox_three
{
	border: solid 1px #F6B600;
	background-color: #F6B600;
	padding-right: 0px;
	margin-left: 2px;
}

input[type="checkbox"]:hover, input[type="radiobutton"]:hover, input[type="radio"]:hover
{
	border: none;
}
.button
{
	cursor: pointer;
}
.buttonfield
{
	height: 18px;
	padding: 0px 5px;
	margin: 0px 5px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	background: url(../images/pai_button.jpg) no-repeat left center;
	text-decoration: none;
}
.imgbutton
{
	height: 20px;
	width: 100px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	background-image: url('../images/pai_backbutton_login.jpg');
	background-repeat: no-repeat;
	background-position: left center; /* Hack para IE6 - como unica manera de solucionar el problema de renderizacion */
	_background-image: none;
}
.linkbutton
{
	height: 18px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	margin: 2px 5px;
	padding: 0px 5px;
	border: 1px solid #FFF;
	background: url(../images/pai_button.jpg) repeat-x;
	text-decoration: none;
}
select, listbox, textarea
{
	color: #009EC0;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 5px;
	border: 1px solid #009EC0;
	border-collapse: collapse;
}
input:hover, textarea:hover, .button:hover
{
	border: 1px solid #009EC0;
}
.TextBox, input[type="text"], input
{
	border: 1px solid #009EC0;
	color: #000;
	float: left;
	font-size: 11px;
	height: 18px;
}
.comboBox
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin: 0 5px 0 5px;
	border: 1px solid #009EC0;
	border-collapse: collapse;
	width: 200px;
	clear: both;
}
.comboBoxmini
{
	color: #009EC0;
	font-size: 11px;
	font-weight: normal;
	margin: 0 5px 0 5px;
	border: 1px solid #009EC0;
	width: 40px;
}
.textarea
{
	float: left;
	font-size: 12px;
	line-height: 14px;
	width: 90%;
	height: 18px;
}
.checkBox
{
	color: #403B33;
	font-size: 10px;
	font-weight: bold;
	float: left !important;
	border-width: 0px;
}
.label, label, Label, .Label
{
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin-right: 50px;
	width: 200px; /*white-space: nowrap;*/
}
.label_big
{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 5px 50px 5px 0px;
	width: 400px;
	clear: both;
}
.label_short
{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 5px 20px 5px 0px;
	clear: both;
}
.DTitlepage
{
	width: 100%;
	height: 21px;
	background: url(../images/pai_menuback.jpg) repeat-x;
	margin: 10px 0 10px 0;
	padding-top: 3px;
}
.DSubTitlepage
{
	width: 100%;
	height: 18px;
	background: url(../images/pai_menuback.jpg) repeat-x;
	margin: 10px 0 5px 0;
	padding-top: 2px;
}
.specialtable
{
	width: 100%;
}
.checkleft
{
	float: left;
}
.titlepage
{
	font-size: 12px;
	color: #009EC0;
	font-weight: bold;
	padding-left: 30px;
}
.subtitlepage
{
	font-size: 11px;
	color: #009EC0;
	font-weight: normal;
	padding-left: 35px;
}
.checkBoxList
{
}

table.checkBoxList
{
	border-collapse: collapse;
	border: solid 1px #009EC0;
}
.checkBoxList input
{
	clear: both;
}
.checkBoxList label
{
	color: #403B33;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding-top: 4px;
	text-indent: 5px;
}
.radioButton
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
	border-width: 0;
	float: left;
}
.radioButtonsp
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
	border-width: 0;
	float: left !important;
}
.radioButton input
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
	border-width: 0;
}
.buttons
{
	display: block;
	clear: both;
	float: right;
	margin: 10px 0px;
}
.Panel
{
	background-color: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 500;
	min-width: 400px;
}
.panel
{
	display: none;
	z-index: 500;
}

.results
{
	margin: 10px 0 10px 0;
	clear: both;
}
.collapsePanelHeader
{
	padding: 0px 40px 0px 10px;
	height: 18px;
	background: url(../images/Collapse_icon.gif) no-repeat right center;
	border: 1px solid #1D7373;
	color: #1D7373;
	margin: 10px 0px 10px 5px;
	text-decoration: none;
}
/****************************************************************************
	@uso: Estilos	Divs mensajes							
****************************************************************************/
.pai-msgs
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-top: -100px;
	margin-left: -150px;
	overflow: auto;
	background-color: #FFF;
	z-index: 10001;
	padding: 10px;
	color: #000;
	border: 1px solid #1D7373;
	-ms-border-radius: 10px; /* para IE 8*/
	-moz-border-radius: 10px; /* Firefox*/
	-webkit-border-radius: 10px; /* WebKit y Safari*/
	-khtml-border-radius: 10px;
}
.pai-modalbackground
{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	height: 100% !important;
	top: 0px;
	overflow: auto;
	background-color: #FFF;
	z-index: 900;
}
.pai-404
{
	background: url(../images/Page_Error.png) no-repeat left center;
	width: 277px;
	height: 120px;
	text-align: center;
	float: right;
}
.pai-error
{
	height: 100px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	color: #FF0000;
	font-size: 20px;
	background-color: #FFF;
	padding: 20px;
	color: #1D7373;
	border: 1px solid #1D7373;
	-ms-border-radius: 10px; /* para IE 8*/
	-moz-border-radius: 10px; /* Firefox*/
	-webkit-border-radius: 10px; /* WebKit y Safari*/
	-khtml-border-radius: 10px;
}
.pai-error li
{
	color: #666;
	font-size: 18px;
	padding: 5px 10px;
	list-style-image: url(../images/pai-list.gif);
	text-align: center;
}
#msj_info
{
	margin: 10px;
	background: url(../images/pai_msj_info.gif) no-repeat left top;
	padding-left: 20px;
}
.msgs-info
{
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-left: 30px;
	text-transform: lowercase;
	background: url(../images/pai_msj_info.gif) no-repeat left center;
}
.msgs-welcome
{
	font-size: 11px;
	color: green;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/pai_msj_info.gif) no-repeat left center;
	text-align: justify;
}
.disabled
{
	background-color: #F5F5F5;
	border: 1px solid #999999;
}
.msgs-error
{
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/pai_msj_info.gif) no-repeat left center;
}
.required
{
	width: 12px;
	color: #FF0000;
}
.validador
{
	color: #FF0000;
	font-size: x-small;

	clear: both;
	display: block;
}
/****************************************************************************
	@uso: CSS Calendario							
****************************************************************************/
.DataWebControlStyle
{
	color: #666666;
	border: solid 1px #009EC0;
	z-index: 500 !important;
}
.DataWebControlStyle a
{
	color: #009EC0;
	text-decoration: none;
}
.TitleStyle
{
	background-color: #009EC0;
	border-color: #009EC0;
	color: #FFF;
}
.DayHeaderStyle
{
	font-weight: bold;
	background-color: #FFF;
}
.TodayDayStyle
{
	background-color: #009EC0;
	color: #FFF;
}
.SelectedDayStyle
{
	background-color: #FFF;
	font-weight: bold;
	color: #009EC0;
}
.WeekendDayStyle
{
	background-color: #EBEBEB;
}
.SelectorStyle
{
	background-color: #666;
}
.NextPrevStyle, .NextPrevStyle a
{
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0 2px 0 px;
}
/****************************************************************************
	@uso: CSS GridView y DetailsView						
****************************************************************************/
.GridView
{
	color: #666666;
	width: auto;
	height: auto;
	display: block;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.GridView div
{
	margin: 0px;
	padding: 0px;
}
.GridView tr td
{
	border-collapse: collapse;
	border: solid 1px #1D7373;
}
.HeaderStyle
{
	background-color: #009EC0;
	color: #FFF;
	font-weight: bold;
	white-space: normal;
	padding-left: 2px;
	font-size: 10px;
	margin-top: 2px;
	vertical-align: text-top;
}
.HeaderStyle_label
{
	background-color: #009EC0; 
	color: #FFF;
	font-weight: bold;
	white-space: normal;
	padding-left: 2px;
	font-size: 10px;
	margin-top: 2px;
	vertical-align: text-top;
}
.HeaderStyle th
{
	border: solid 1px #FFF;
	font-size: 10px;
	text-align: center;
	padding-left: 2px;
	font-weight: bold;
}

.HeaderStyle td
{
	font-size: 10px;
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 15px;
	font-weight: bold;
}
.HeaderStyle label, HeaderStyle_ label
{
	width: auto;
	vertical-align: text-top;
}
.HeaderStyle_
{
	background-color: #1D7373;
	color: #333;
	font-weight: bold;
	padding-left: 2px;
	border: solid 1px #1D7373 !important;
	text-align: left;
	vertical-align: text-top;
}
.HeaderStyle_ td
{
	border: solid 1px #1D7373 !important;
	font-size: 10px;
	text-align: left;
	vertical-align: text-top;
}
.HeaderStyle_1
{
	background-color: #D4D4D4;
	color: #000;
	vertical-align: text-top;
}
.HeaderStyle_1 th
{
	border: solid 1px #FFF;
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
	padding: 0 2px;
	vertical-align: text-top;
}

.HeaderStyle .label
{
	color: #FFF;
	font-weight: bold;
}
.FooterStyle
{
	background-color: #009EC0;
	color: #FFF;
}

.AlternatingRowStyle
{
	background-color: #EBEBEB;
	border: solid 1px #1D7373;
	vertical-align: Top;
}
.AlternatingRowStyle td
{
	border: solid 1px #1D7373;
	border-collapse: collapse;
	vertical-align: Top;
}
.RowStyle
{
	background-color: #FFFFFF;
	color: black;
	border: solid 1px #1D7373;
	vertical-align: Top;
}
.RowStyle td
{
	border: solid 1px #1D7373;
	border-collapse: collapse;
	vertical-align: Top;
}
.AlternatingRowStyle, .AlternatingRowStyle td, .RowStyle, .RowStyle td
{
	/*padding: 3px 0px;*/
	padding: 0px;
	border-collapse: collapse;
}

.PagerStyle
{
	background-color: #FFF;
	color: #009EC0;
}
/****************************************************************************
	@uso: CSS Repeater y mirar mensajes						
****************************************************************************/
.repeater
{
	width: 80%;
	background-color: red;
	margin-left: auto;
	margin-right: auto;
}
.watermarked
{
	background-color: Gray;
}
/****************************************************************************
	@uso: CSS PopUp Modal						
****************************************************************************/
.modalbackground
{
	background-color: Gray;
	z-index: 99 !important;
}
.modalpopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	z-index: 100 !important;
}
/************************************
		Arreglos especiales
************************************/
ul.form_special li.form_special input[type="radio"]
{
	float: left !important;
	clear: none;
}
ul.form_special li.form_special label, ul.form_special li.form_special Label, ul.form_special li.form_special .Label
{
	float: left !important;
	clear: none;
}
/**********************************************
					PagerStyle
************************************************/
.pager
{
	clear: both;
	margin: 20px auto;
}
.pager table
{
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.pager table tr td
{
	border: solid 1px #FFF;
	border-collapse: collapse;
}
.pager table tr td span.label
{
	border: solid 1px #666;
	margin-right: 10px;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
	background: url(../images/pai_button.jpg) no-repeat center center;
}
.pager span span
{
	height: 25px;
	width: 25px;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
	border: solid 1px #666;
	padding: 2px 5px;
	background: url(../images/pai_button.jpg) no-repeat center center;
}
.pager a
{
	border: solid 1px #EBECEE;
	margin-right: 10px;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
	background: url(../images/pai_button.jpg) no-repeat center center;
}
.pager a:hover
{
	color: #000;
	border: solid 1px #000;
}
.pager span span label
{
	border: solid 1px #EBECEE;
	margin-right: 10px;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
	background: url(../images/pai_button.jpg) no-repeat center center;
}
