/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white
{
	border-right: dimgray 0px solid;
	border-top: dimgray 0px solid;
	border-left: dimgray 0px solid;
	width: 100%;
	border-bottom: dimgray 0px solid;
	background-color: #ffffff;
}

.containermaster_image
{
	border-right: dimgray 0px solid;
	background-position: right bottom;
	border-top: dimgray 0px solid;
	background-image: url(slx_BackgroundImage.jpg);
	border-left: dimgray 0px solid;
	width: 100%;
	border-bottom: dimgray 0px solid;
	background-repeat: no-repeat;
	background-color: transparent;
}

.containermaster_gray
{
	/*background-color: #f7f7f8;*/
	width: 100%;
	background-color: #E8E8E8;
}

.containermaster_white_border
{
	width: 100%;
	background-color: #ffffff;
}

.containermaster_yellow_border
{
	border-right: gainsboro 0px groove;
	border-top: gainsboro 0px groove;
	border-left: gainsboro 0px groove;
	width: 100%;
	border-bottom: 0px groove gainsboro;
	background: #FAFAD2;
}

.containermaster_whitesmoke_border
{
	border-right: 1px solid gainsboro;
	border-top: 1px solid gainsboro;
	border-left: 1px solid gainsboro;
	width: 100%;
	border-bottom: 1px solid gainsboro;
	background: #F5F5F5;
}

.title {
	background-color: gainsboro;
}
.title_lightblue {
	background-color: #A2ADB6;
}

.content_table
{
	border-top: dimgray 1px solid;
}

.img_degrade
{
	background-image: url(slx_degrade.gif);
	background-repeat: repeat-x;	
}

.img_degrade_azul
{
	background-image: url(slx_degrade_azul.gif);
	background-repeat: repeat-x;	
}

.img_content_degrade
{
	background-image: url(slx_degrade_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.img_esquina_sup
{
	background-image: url(slx_esquina_sup.gif);
	background-repeat: no-repeat;
}
.img_flecha
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=2);
	BACKGROUND-POSITION-Y: 40%;
	background-image: url(slx_flecha.gif);
	background-repeat: no-repeat;
}
.img_binario
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=2);
	BACKGROUND-POSITION-Y: 40%;
	background-image: url(slx_binario.gif);
	background-repeat: no-repeat;
}
.img_arroba
{
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=2);*/
	BACKGROUND-POSITION-Y: 40%;
	background-image: url(slx_arroba.gif);
	background-repeat: no-repeat;
}
.img_esquina_inf
{
	background-image: url(slx_esquina_inf.gif);
	background-repeat: no-repeat;
}
.img_esquina_inf_gray
{
	background-image: url(slx_esquina_inf_gray.gif);
	background-repeat: no-repeat;
}


	
	

