/* CSS Document */
.GridTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	background-color: #D7E5F2;
	text-align: center;
	border-top: 1px #7F9DB9;
	border-right: 1px #7F9DB9;
	border-bottom: 1px #7F9DB9;
	border-left: 1px #7F9DB9;
	height: 15px;
}
.GridCell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	background-color: #FFFFE8;
	text-align: left;
	border-collapse: collapse;
	border-top: 0px solid #D7E5F2;
	border-right: 0px solid #D7E5F2;
	border-bottom: 1px solid #D7E5F2;
	border-left: 1px solid #D7E5F2;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	border: #666666;
}

.button { 
 width: 85px;
 height:19px; 
 font-family: Verdana, Arial; 
 font-size: 10px;
 font-weight: bold; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px;
 vertical-align:middle; 
}

.buttonLarge {
 width: 150px;
 height:20px; 
 font-family: Verdana, Arial; 
 font-size: 10px;
 font-weight: bold; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px;
 vertical-align:middle;
}

.tabla {
 background-color: #F9FBFD; 
 color: #000000; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
}

#insert table { 
 background-color: #F9FBFD; 
 color: #000000; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#insert td {
 border: 1px solid #F9FBFD; 
 padding-left: 3px; 
}

#insert label { 
 font: 11px Arial; 
 font-weight: bold;
 color: #6B6B6B; 
 background-color: transparent;   
} 

#insert select {
 font: 10px Verdana; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

.inputName {
 width: 200px;
 height:15px; 
 font: 12px Trebuchet MS; 
 font-weight: bold;
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.inputID {
 width: 100px;
 height:15px; 
 font: 12px Trebuchet MS; 
 font-weight: bold;
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}
.tituloTabla {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #005782;
	background-color: #EBEBEB;
}

.label2 { 
 font: bold 11px Arial;
 color: #005782; 
 background-color: #E8EFF7;   
} 
.menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C7564;
	text-align: center;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	list-style-position: inside;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005782;
}
.label3 {

 font: normal 11px Arial, Helvetica, sans-serif;
 color: #333333; 
 background-color: #E8EFF7;
}
