/*	17-04-2008 > LM
	Header 
--------------------------------------------------*/

.CSSHeader
{
	width: 100%;
}

.CSSHeader_TopLeft
{
	width: 10px;
	height: 26px;
	background-image: url(Images/BGHeader_TopLeft.gif);
	background-repeat: no-repeat
}

.CSSHeader_TopCenter
{
	width: auto;
	height: 26px;
	background-image: url(Images/BGHeader_TopCenter.gif);
	background-repeat: repeat-x;
}

.CSSHeader_TopRight
{
	width: 140px;
	height: 26px;
	background-image: url(Images/BGHeader_TopRight.gif);
	background-repeat: no-repeat
}

.CSSHeader_MenuButton
{
	width: auto;
	padding: 5px 10px 5px 10px;
	background-image: url(Images/BGHeader_MenuButton.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
}

.CSSHeader_MenuButton:hover
{
	background-image: url(Images/BGHeader_MenuButton_Over.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

.CSSHeader_MenuButton a, .CSSHeader_MenuButton a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.CSSHeader_MenuCenter
{
	width: 100%;
	background-image: url(Images/BGHeader_MenuButton.gif);
	background-repeat: repeat-x;
	text-align: right;
}

.CSSHeader_MenuShadow1
{
	width: 175px;
	height: 10px;
	background-image: url(Images/BGHeader_MenuShadow.gif);
	background-repeat: repeat-x;
}

.CSSHeader_MenuShadow2
{
	width: 60px;
	height: 10px;
	background-image: url(Images/BGHeader_MenuShadow_Center.gif);
	background-repeat: repeat-x;
}

.CSSHeader_MenuShadow3
{
	width: 645px;
	height: 10px;
	background-image: url(Images/BGHeader_MenuShadow.gif);
	background-repeat: repeat-x;
}

.CSSHeader_MenuShadow4
{
	width: 10px;
	height: 10px;
	background-image: url(Images/BGHeader_MenuShadow_Right.gif);
	background-repeat: repeat-x;
}

/*	17-04-2008 > LM
	Content 
--------------------------------------------------*/
.CSSContent
{
	width: 645px;
	background-image: url(Images/BGContent_Image.gif);
}

.CSSContent_Left
{
	width: 175px;
	background-image: url(Images/BGContent_Image.gif);
}

.CSSContent_Separador
{
	width: 60px;
	background-image: url(Images/BGContent_Separador.gif);
	background-repeat: repeat-y;
}

.CSSContent_Right
{
	width: 10px;
	background-image: url(Images/BGContent_Right.gif);
	background-repeat: repeat-y;
}

/*	17-04-2008 > LM
	Footer 
--------------------------------------------------*/
.CSSFooter
{
	width: 100%;
	padding: 10px 0px 5px 0px;
	background-image: url(Images/BGFooter_Image.gif);
	background-repeat: repeat-x;
	background-color: #a4c5df;
	font-size: 11px;
	color: #005193;
	text-decoration: none;
}

.CSSFooter a
 {
 	color: #005193;
	text-decoration: none;
 }

.CSSFooter a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
 
.CSSFooter_Left
{
	width: 200px;
	padding-left: 5px;
	text-align: left;
}

.CSSFooter_Right
{
	width: 680px;
	padding-right: 5px;
	text-align: right;
	color: #005193;
	text-decoration: none;
}

/*	05-05-2010 > BMCC
	PopUp
--------------------------------------------------*/
.PopUp {
	position:absolute;
	top:230px;
	left:236px;
	width:418px;
	height:438px;
	background-image:url(Images/bg_popup.gif);
	background-repeat:no-repeat;
    background-position:center center;	
	z-index:99;
	cursor:pointer;
}