/* CSS Document */
.Se_Checkbox_Main{
	width:13px;
	height:13px;
	
	border:#000000 solid 1px;
	
	background-color:#FFFFFF;
}

.Se_Checkbox_Check{
	width:11px;
	height:11px;
	
	border:#FFCC00 solid 1px ;
	
	
}
	.Se_Checkbox_Check:hover{
		background-color:#FFCC00;
		
	}
	
.Se_Checkbox_Checked{
	background-image:url(../Img/Form/Form_Checked.png);
	background-color:#FF0000;
}

	/********************************************************************************************************/
	/*                                              Buton                                                   */
	/********************************************************************************************************/
	/* - Type : Estilo de funcion
	/* - Function Name : Se_Class_Form_Bouton
	/* - Descripcion : Buton
	/********************************************************************************************************/


		/***************************************************/
		/* Buton por defecto : Search
		/***************************************************/

		/*-------------------------------------------------*/
		/* Cuadrado principal del buton
		/*-------------------------------------------------*/
		.Bouton_Defaut_Main{
			float:left;
			cursor:pointer;

		}

		/*-------------------------------------------------*/


			/***************************************************/
			/* Estructura interior del buton
			/***************************************************/
			
				/*-------------------------------------------------*/
				/* Borde izquierda del buton
				/*-------------------------------------------------*/
				.Bouton_Defaut_Left{
					float:left;
					
					width:8px;
					
					background-image:url(../Img/Form/bt_Search/Bt_Serach_Left.png);
				}
				/*-------------------------------------------------*/

				/*-------------------------------------------------*/
				/* Borde derecha del buton
				/*-------------------------------------------------*/
				.Bouton_Defaut_Right{
					float:right;
					
					width:10px;
					
					background-image:url(../Img/Form/bt_Search/Bt_Serach_Right.png);
				}
				/*-------------------------------------------------*/
				
				/*-------------------------------------------------*/
				/* Centro del buton
				/*-------------------------------------------------*/
				.Bouton_Defaut_Center{
					float:left;
					
					background-image:url(../Img/Form/bt_Search/Bt_Search_center.png);
				}
				/*-------------------------------------------------*/

					/*-------------------------------------------------*/
					/* cuadrado de texto del buton
					/*-------------------------------------------------*/
					.Bouton_Defaut_Center{
						text-align:center;
						font-weight:bold;
						font-size:14px;					
					}
					/*-------------------------------------------------*/
						/*-------------------------------------------------*/
						/* texto del buton
						/*-------------------------------------------------*/
						.Bouton_Defaut_Text{
							display:block;
							margin-top:2px;				
						}
						/*-------------------------------------------------*/

			/***************************************************/
			/* acion sobre el buton
			/***************************************************/
			/*-------------------------------------------------*/
			/* Cuadrado principal del buton
			/*-------------------------------------------------*/
			.Bouton_Defaut_Main:hover .Bouton_Defaut_Left{
				background-image:url(../Img/Form/bt_Search/Bt_Serach_Left_Hover.png);
			}
			.Bouton_Defaut_Main:hover .Bouton_Defaut_Right{
				background-image:url(../Img/Form/bt_Search/Bt_Serach_Right_Hover.png);
			}
			.Bouton_Defaut_Main:hover .Bouton_Defaut_Center{
				background-image:url(../Img/Form/bt_Search/Bt_Search_center_Hover.png);
			}
			/*-------------------------------------------------*/
			
			

			
			

		/***************************************************/
		/* Buton  : See more
		/***************************************************/

		/*-------------------------------------------------*/
		/* Cuadrado principal del buton
		/*-------------------------------------------------*/
		.Bouton_SeeMore_Main{
			float:left;
			cursor:pointer;

		}
			.Bouton_SeeMore_Main a{
				color:#000000;			
			}
		/*-------------------------------------------------*/


			/***************************************************/
			/* Estructura interior del buton
			/***************************************************/
			
				/*-------------------------------------------------*/
				/* Borde izquierda del buton
				/*-------------------------------------------------*/
				.Bouton_SeeMore_Left{
					float:left;
					
					width:8px;
					
					background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Left.png);
				}
				/*-------------------------------------------------*/

				/*-------------------------------------------------*/
				/* Borde derecha del buton
				/*-------------------------------------------------*/
				.Bouton_SeeMore_Right{
					float:right;
					
					width:10px;
					
					background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Right.png);
					background-repeat:no-repeat;
				}
				/*-------------------------------------------------*/
				
				/*-------------------------------------------------*/
				/* Centro del buton
				/*-------------------------------------------------*/
				.Bouton_SeeMore_Center{
					float:left;
					
					background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Center.png);
				}
				/*-------------------------------------------------*/

					/*-------------------------------------------------*/
					/* cuadrado de texto del buton
					/*-------------------------------------------------*/
					.Bouton_SeeMore_Center{
						text-align:center;
						font-weight:bold;
						font-size:14px;					
					}
					/*-------------------------------------------------*/
						/*-------------------------------------------------*/
						/* texto del buton
						/*-------------------------------------------------*/
						.Bouton_SeeMore_Text{
							display:block;
							margin-top:2px;				
						}
						/*-------------------------------------------------*/

			/***************************************************/
			/* acion sobre el buton
			/***************************************************/
			/*-------------------------------------------------*/
			/* Cuadrado principal del buton
			/*-------------------------------------------------*/
			.Bouton_SeeMore_Main:hover .Bouton_SeeMore_Left{
				background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Left_Hover.png);
			}
			.Bouton_SeeMore_Main:hover .Bouton_SeeMore_Right{
				background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Right_Hover.png);
			}
			.Bouton_SeeMore_Main:hover .Bouton_SeeMore_Center{
				background-image:url(../Img/Form/bt_SeeMore/Bt_SeeMore_Center_Hover.png);
			}
			/*-------------------------------------------------*/
			
	/********************************************************************************************************/


	/********************************************************************************************************/
	/*                                         Calendar Basico                                              */
	/********************************************************************************************************/
	/* - Type : Estilo de funcion
	/* - Function Name : Se_Class_Form_Calendar
	/* - Descripcion : Calendario classico
	/********************************************************************************************************/

		.ds_box {
			background-color:#99CCFF;
			border: 1px solid #000;
			position: absolute;
			z-index: 32767;
		}
		
			.Calendar_Classic_Input input{

			}
			.Calendar_Classic_Input img{
				margin-top:-4px;
				margin-bottom:-4px;

			}
		
		.ds_tbl {
			width:280px;

		}
		
		/***************************************************/
		/* Bara de control
		/***************************************************/	
		
			/*-------------------------------------------------*/
			/* div principal de los botones
			/*-------------------------------------------------*/		
			.ds_Buton{
				height:20px;
				background-color:#666666;
			}
			/*-------------------------------------------------*/
			
				/*-------------------------------------------------*/
				/* div que contiene los botones izquierda
				/*-------------------------------------------------*/
					.bt_Arrow{
						float:left;
						background-color:#666666;
						color: #FFF;
						border:none;
						padding-left:8px;
						padding-right:8px;
						margin-top:2px;
					}
				/*-------------------------------------------------*/

				
		.ds_head {
			float:left;
			
			width:176px;
			background-color: #666666;
			color: #FFF;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			letter-spacing: 2px;
		}
		
		.ds_Month{
			background-color:#18A8D2;
			height:20px;
			
			color:#333333;
			font-size:16px;
			font-weight:bold;
			text-align:right;
			
		}
		
		.ds_day {
			float:left;
			background-color: #CCC;
			color: #000;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			width: 40px;
		}
		
		.ds_cell {
			float:left;
			
			background-color:#99CCFF;
			
			color: #000;
			font-size: 14px;
			font-weight:bold;
			text-align: center;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			
			cursor: pointer;
			
			padding-top:2px;
			
			width: 40px;
			height:18px;
		}
		
		.ds_cell:hover {
			font-size: 17px;
			background-image:url(../Img/Form/Calendar/Cell_Hover.png);
		}
		
		.ds_cell_blocked {
			float:left;
			
			background-color:#99CCFF;
			
			color: #999999;
			font-size: 14px;
			font-weight:bold;
			text-align: center;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			
			
			
			padding-top:2px;
			
			width: 40px;
			height:18px;
		}
		
		
	/********************************************************************************************************/
	
	
	/********************************************************************************************************/
	/*                                      List desplegable                                                */
	/********************************************************************************************************/
	/* - Type : Estilo de function
	/* - Function Name : Create_List
	/* - Descripcion : Lista desplegable por formulario
	/********************************************************************************************************/
	
	/*-------------------------------------------------*/
	/* Div principal para definir una tamaña 
	/*-------------------------------------------------*/
	.Se_List_Main{
		width:45px;
		height:25px;
	
	}
	/*-------------------------------------------------*/



		/***************************************************/
		/* Borde izquierda
		/***************************************************/
		
			/*-------------------------------------------------*/
			/* Borde izquierda con buton
			/*-------------------------------------------------*/
			.Se_List_Bt_Left{
				cursor:pointer;
				float:left;
				
				height:26px;
				width:7px;
				
				background-image:url(../Img/Form/List_Bouton_Left.png);
				background-repeat:no-repeat;
				overflow:hidden;
			}
			/*-------------------------------------------------*/
			
			/*-------------------------------------------------*/
			/* Borde izquierda sin buton
			/*-------------------------------------------------*/
			.Se_List_Border_Left{
				float:left;
				
				height:26px;
				width:7px;
				
				background-image:url(../Img/Form/List_Border_Left.png);
				background-repeat:no-repeat;
				
				overflow:hidden;
			}
			/*-------------------------------------------------*/
		/***************************************************/


	
		/***************************************************/
		/* Borde derecha
		/***************************************************/
		
			/*-------------------------------------------------*/
			/* Borde derecha con buton
			/*-------------------------------------------------*/	
			.Se_List_Bt_Right{
				cursor:pointer;
				float:left;
				
				height:26px;
				width:7px;
				
				background-image:url(../Img/Form/List_Bouton_Right.png);
				background-repeat:no-repeat;
				overflow:hidden;
		
			}
			/*-------------------------------------------------*/
			
			/*-------------------------------------------------*/
			/* Borde derecha sin buton
			/*-------------------------------------------------*/			
			.Se_List_Border_Right{
				float:left;
				
				height:26px;
				width:7px;
				
				background-image:url(../Img/Form/List_Border_Right.png);
				background-repeat:no-repeat;
				overflow:hidden;
			}
			/*-------------------------------------------------*/
		/***************************************************/



		/***************************************************/
		/* Contenido en el centro de la lista
		/***************************************************/
		
			/*-------------------------------------------------*/
			/* cuadrado principal de centro
			/*-------------------------------------------------*/
			.Se_List_Content{
				float:left;
				height:24px;
				width:30px;
				
				border-top:#999999 solid 1px;
				border-bottom:#999999 solid 1px;
				background-color:#FFFFFF;
				overflow:hidden;
			}
			/*-------------------------------------------------*/

			/*-------------------------------------------------*/
			/* Etiqueta de la lista
			/*-------------------------------------------------*/		
			.Se_List_Label{
				font-size:9px;
				color:#666666;
				font-weight:normal;
				
				padding-left:0px;
				margin-top:-2px;
			}
			/*-------------------------------------------------*/

			/*-------------------------------------------------*/
			/* Value de la lista
			/*-------------------------------------------------*/
			.Se_List_Value{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				
				margin-top:-5px;
				
				float:right;
				padding-right:5px;
				
				font-size:17px;
				color:#999999;
				font-weight:bold;
			}
			/*-------------------------------------------------*/
		/***************************************************/
		
		
		
		/***************************************************/
		/* Contenido en el centro de la lista
		/***************************************************/	
		
			/*-------------------------------------------------*/
			/* Cuadrado despelgable de la lLista de los opciones
			/*-------------------------------------------------*/	
			.Se_List_Option{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				position:absolute;
				float:left;
				
				text-align:right;
				
				width:29px;
	
				padding-right:4px;
				margin-left:5px;

				
				z-index:1000;
	
				
				font-size:17px;
				color:#999999;
				font-weight:bold;
				
				background-color:#999999;
				border-left:#666666 solid 1px;
				border-right:#666666 solid 1px;
				border-bottom:#666666 solid 1px;
			}
			/*-------------------------------------------------*/
	
				/*-------------------------------------------------*/
				/* Estilo de una opcion
				/*-------------------------------------------------*/			
				.Se_Option{
					cursor:pointer;
					padding-right:5px;
					background-color:#F5F5F5;
				}
				/*-------------------------------------------------*/

					/*-------------------------------------------------*/
					/* Estilo opcion sobre evento "onmouseover"
					/*-------------------------------------------------*/	
					.Se_Option:hover{
						background-color:#999999;
						color:#FFFFFF;
					}
					/*-------------------------------------------------*/

				/*-------------------------------------------------*/
				/* Estilo de una opcion selecionada
				/*-------------------------------------------------*/	
				.Se_Option_Selected{
					cursor:pointer;
					padding-right:5px;
					background-color:#92C680;
					color:#FFFFFF;
				}
				/*-------------------------------------------------*/

					/*-------------------------------------------------*/
					/* Estilo de una opcion selecionada sobre evento "onmouseover"
					/*-------------------------------------------------*/	
					.Se_Option_Selected:hover{
						background-color:#999999;
						color:#FFFFFF;
					}
					/*-------------------------------------------------*/
					
		/***************************************************/
	/********************************************************************************************************/

	


	/********************************************************************************************************/
	/*                                             Pop_Up                                                   */
	/********************************************************************************************************/
	/* - Type : 
	/* - Function Name : 
	/* - Descripcion : 
	/********************************************************************************************************/
	.Fog_Layer{
		position:fixed;
		display:none;
		
		margin:0px;
		padding:0px;
		
		top:0px;
		left:0px;
		
		z-index:950;
		
		height:100%;
		width:100%;
		
		background-image:url(../Img/Fog_Layer.png);
	}


		.Se_Window_External_Div{
			border:#FFFFFF dashed 1px;
			
			margin-left:auto;
			margin-right:auto;
			margin-top:10%;
		}
		
			.Se_Window_Border_Top{
				/*background-color:#FF0000;*/
			}
					
			.Se_Window_Border_LeftRight{
			
			}
				
				.Se_Window_Border_Left{
					float:left;
					height:100%;
					/*background-color:#00FF00;*/
				}
						
				.Se_Window_Main_Layer{
					float:left;
					
					border:#CCCCCC solid 1px;
					background-color:#FFFFFF;
				
				}
						
					.Se_Window_Task_Bar{
						background-color:#99CCFF;
						height:20px;
						
						border-bottom:#CCCCCC solid 1px;
					}
						
						.Se_Window_Title_Task_Bar{
						float:left;
						
						padding-left:10px;
						padding-top:1px;
						
						height:19px;
						
						font-weight:bold;
						font-size:16px;
						}
								
						.Se_Window_Bt_Task_Bar{
						float:right;
						background-color:#CC0000;
						
						height:20px;
						width:20px;
						
						color:#EFEFEF;
						font-weight:bold;
						font-size:16px;
						text-align:center;
						
						cursor:pointer;
						
						}

							.Se_Window_Bt_Task_Bar:hover{
								background-color:#FF0000;
							}

							.Se_Window_Body_External{
								
								overflow:auto;
								overflow-x:hidden;
								overflow-y:auto;

							}
					
								.Se_Window_Body_Main{
									
									margin:5px;
								}

				.Se_Window_Border_Right{
					float:left;
					height:100%;
					/*background-color:#00FF00;*/
				}
				
			.Se_Window_Border_Bottom{
				clear:both;
				/*background-color:#FF0000;*/
			}
	/********************************************************************************************************/



	/********************************************************************************************************/
	/*                                      List desplegable                                                */
	/********************************************************************************************************/
	/* - Type : Se_Class_Interface_Tab function style
	/* - Function Name : Create_Tab
	/* - Descripcion : Tab interface
	/********************************************************************************************************/
	
	/* Main layer Top for the Tab*/
	.Se_Tab_Layer_Top{
		float:left;
		background-color:#FFFFFF;
		
		height:23px;
		width:820px;
		
		padding-left:2px;
		padding-top:3px;
		
		border-bottom:#006699 solid 1px;
	}
	
	
	
		.Se_Tab_NoSelected_Top{
			float:left;

			background-color:#EFEFEF;
			
			border:#006699 solid 1px;
			border-bottom:none;			
			height:22px;
			
			margin-left:10px;

			font-size:12px;						
		}

			.Se_Tab_NoSelected_Top a{
				float:left;
				
				display:block;
				
				padding-top:3px;
				padding-left:6px;
				padding-right:6px;
				padding-bottom:2px;
				

				height:17px;
				
				background-color:#EFEFEF;
				
				text-decoration:none;
				color:#666666;
			
			}
			
			.Se_Tab_NoSelected_Top a:hover{
				background-color:#CEE7FF;
				color:#999999;
			}
		
		.Se_Tab_Selected_Top{
			float:left;
			
			background-color:#FFFFFF;
			
			border:#006699 solid 1px;
			border-bottom:none;
			
			height:23px;
			
			margin-left:10px;

			
			font-weight:bold;
			font-size:12px;
		}

			.Se_Tab_Selected_Top a{
				float:left;
				
				display:block;
				
				padding-top:3px;
				padding-left:6px;
				padding-right:6px;
				padding-bottom:2px;
				

				height:17px;
				
				background-color:#FFFFFF;
				
				text-decoration:none;
				color:#666666;
			
			}
			
			.Se_Tab_Selected_Top a:hover{

			}


	/* Main layer Top for the Tab*/
	.Se_Tab_Layer_Left{
		float:left;
		
		padding-left:3px;
		padding-right:2px;
		padding-top:5px;

		width:165px;

				
		background-color:#FFFFFF;
		
		font-size:11px;
		font-family:"Frutiger Linotype";
		font-weight:bold;
		
		text-align:center;
	}
	
		.Se_Main_Menu{
			margin-bottom:20px;
			line-height: 16px;
			height:16px;
			
			text-transform: uppercase;
			color:#666666;
		}
		
			.Se_Main_Menu img{
				margin-bottom:-4px;
				border:none;
			}
			
			.Se_Main_Menu a{
				border:none;
				text-decoration: none;
				color:#666666;
			}
	
		.Se_Tab_NoSelected_Left{
			position:relative;
			z-index:800;

			height:16px;
			
			margin-top:3px;
			
			background-color:#EFEFEF;
			border:#006699 solid 1px;					
		}

			.Se_Tab_NoSelected_Left a{
				float:left;
				
				display:block;

				width:100%;
				height:16px;
				
				background-color:#EFEFEF;
				
				text-decoration:none;
				color:#666666;
			
			}
			
			.Se_Tab_NoSelected_Left a:hover{

			}
		
		.Se_Tab_Selected_Left{
			position:relative;
			
			width:167px;
			height:16px;
			
			z-index:800;
			
			margin-top:3px;
			
			background-color:#FFFFFF;
			border:#006699 solid 1px;
			border-right:none;
		}

			.Se_Tab_Selected_Left a{
				float:left;
				
				display:block;

				
				width:100%;
				height:16px;
				
				background-color:#FFFFFF;
				
				text-decoration:none;
				color:#666666;
			
			}
			
			.Se_Tab_Selected_Left a:hover{

			}

		/********************************************************************************************************/
		
		
	/********************************************************************************************************/
	/*                                            Modification                                              */
	/********************************************************************************************************/
	/* |         Name           |   Date     |  Version |                    Detail        
	/********************************************************************************************************/
	/* | Lemarinel Sebastien    | 21/11/2007 |  V 1.0.0 | Create Estilo
	/* | Lemarinel Sebastien    | 10/01/2008 |  V 1.1.0 | Add Tab style
	/********************************************************************************************************/
