@charset "utf-8";

/* President */
#PanelGreetingPresident
{
	display				:	table;
	width				:	100%;
}
#PanelGreetingPresidentPhoto
{
	display				:	table-cell;
	width				:	200px;
	vertical-align			:	bottom
}
#PanelGreetingPresidentPhoto img
{
	width				:	100%;
}
#PanelGreetingPresidentComment
{
	display				:	table-cell;
	vertical-align			:	bottom;
}
#PanelGreetingPresidentComment h2
{
	padding				:	0px 0px 0px 30px;
}
#PanelGreetingPresidentComment p
{
	padding				:	0px 0px 0px 30px;
}
#PanelGreetingPresidentComment img#ImagePresidentSignature
{
	height				:	50px;
	margin				:	0px 0px -10px 20px;
}




#PanelLogo
{
	position				:	relative;
	width				:	100%;
}
#ImageLogoAivix
{
	position				:	absolute;
	bottom				:	20px;
	right				:	0px;
	height				:	200px;
	padding				:	0px 0px 0px 100px;
	background-color			:	#ffffff;
}

span.LabelEnhanced
{
	font-weight				:	bold;
	color					:	#ff0000;
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 400px)
{
	/* President */
	#PanelGreetingPresidentPhoto
	{
		width				:	120px;
		vertical-align			:	top;
	}
	#PanelGreetingPresidentComment
	{
		padding				:	0px 15px 0px 0px;
	}
	#PanelGreetingPresidentComment h2
	{
		padding				:	0px;
	}
	#PanelGreetingPresidentComment p
	{
		padding				:	0px;
	}
	#PanelGreetingPresidentPhoto
	{
		text-align			:	left;
	}
	#PanelGreetingPresidentPhoto img#ImagePresidentSignature
	{
		width				:	80%;
		height				:	auto;
		margin				:	5px 0px 0px 0px;
	}


	#PanelLogo
	{
		text-align			:	center;
	}
	#ImageLogoAivix
	{
		position				:	relative;
		height				:	150px;
		margin				:	0px auto;
		padding				:	0px;
	}
}
