﻿body
{
	padding-top: 10px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
}

#Master
{
	width: 850px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

#Master .Head
{
	background-color: #f2f200;
	position: relative;
	width: 850px;
	height: 100px;
}

#Master .Head .TopLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#Master .Head .TopRight
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#Master .Head .LogoSM
{
/*	float: right;*/
}
#Master .Head .LogoEP
{
/*	float: left;*/
}

#Master .Head .LogoBPM
{
	margin-left: 50px;
	margin-right: 50px;
	}

#Master .Content
{
	padding-top: 10px;
	background-color: #000000;
	width: 850px;
	position: relative;
}

#Master .Content .Column1
{
	max-width: 125px;
	padding: 5px;
}

/* COLUMNA 2 */

#Master .Content .Column2
{
	width: 525px;
	max-height: 750px;
	/*background-color: #696969;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;*/
	overflow:auto;
}

/*#Master .Content .Column2 table
{
	border: none 0px transparent;
}*/

#Master .Content .Column2 a
{
	text-decoration: none;
}

/*#Master .Content .Column2 p
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
}*/

#Master .Content .Column3
{
	padding-top: 5px;
	width: 150px;
	color: #ffffff;
	text-align: center;
}


#Master .Content .Column1 a
{
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
}

#Master .Footer 
{
	background-color: #000000;
	position: relative;
	width: 850px;
	height: 25px;
	text-align: center;
	color: #ffffff;
}


#Master .Footer a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
}

#Master .Footer a:over
{
	text-decoration: none;
	color: #f2f200;
}


#Master .Footer .BottomLeft
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#Master .Footer .BottomRight
{
	position: absolute;
	right: 0px;
	bottom: 0px;	
}

#DinamicCell
{
	position: relative;
	background-color: #ffffff;
}

#DinamicCell .BR
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#DinamicCell .BL
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#DinamicCell .TR
{
	position: absolute;
	top: 0px;
	right: 0px;
}
#DinamicCell .TL
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#DinamicPanel
{
	padding: 10px;
	}

#DinamicPanel span
{
	background-color: #ffffff;
}

#DinamicPanel p
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#DinamicPanel img
{
	/*float: left;*/
}

#DinamicPanel a
{
	font-weight: bold;
	color: Blue;
}

#DinamicPanel table
{
	border: none 0px transparent;
}