/*========================================================*/
/*  Skin styles for Business Edge                         */
/*========================================================*/ 
body{
	background-color:#C8C8C8;
	margin:0px;
	padding:0px;
}
td,a,div,p,body{
	font-family:Myriad Pro, Verdana, Arial, Helvetica;
}
.padding{
	padding:5px 5px 5px 5px;
}	
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
/*========================================================*/
/*  Content Area & Panel                                  */
/*========================================================*/
.languaje_area{
	text-align:right;
	background-color:#000000;
	height:30px;
	color:#FFFFFF; 
}
.header_area{
	background-color:#000000;
	height:110px;
	color:#FFFFFF; 
}
.menu_area{
	background-color:#000000;
	height:37px;
	color:#FFFFFF; 
}
.menu{
	background-color:#000000;
	height:37px;
	color:#FFFFFF;
	text-align:center;
}
.line_area{
	background-color:#C8C8C8;
	height:1px;
}
.content_area{
	background-color:#787878;
	height:400px;
	color:#FFFFFF; 
}
.footer_area{
	background-color:#787878;
	color:#FFFFFF;
}
.footer{
	background-color:#787878;
	height:50px;
	color:#FFFFFF;
}
.NormalBold {
	font-family:Myriad Pro, Verdana, Arial, Helvetica; 
	font-size:11px; 
	color:#000000; 
	text-decoration:none; 
	font-weight:bold;
}
/*========================================================*/
/*  Multi Language Selector                               */
/*========================================================*/
.MLLSstyle {font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:11px; color:#A6A6A6; text-decoration:none; font-weight:bold}
a.MLLSstyle:link { color:#FFFFFF; text-decoration:none;}
a.MLLSstyle:visited { color:#FFFFFF; text-decoration:none;}
a.MLLSstyle:hover { color:#80E0D2;  text-decoration:underline;}
a.MLLSstyle:active { color:#FFFFFF;  text-decoration:none;}
/*========================================================*/
/*  Multi Language Links                                  */
/*========================================================*/
div.MLLinksSelector { font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:13px; color:#FFFFFF; text-decoration:none;}
div.MLLinksSelector a{ font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:13px; color:#FFFFFF;  text-decoration:none;}
div.MLLinksSelector a:visited{ color:#FFFFFF;  text-decoration:none;}
div.MLLinksSelector a:hover{ color:#80E0D2;  text-decoration:none;}
div.MLLinksSelector a:active{ color:#FFFFFF;  text-decoration:none;}
/*========================================================*/
/*  Links Footer                                          */
/*========================================================*/
.linksfooter { font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:8pt; color:#FFFFFF; text-decoration:none;}
a.linksfooter:link { color:#FFFFFF; text-decoration:none;}
a.linksfooter:visited { color:#FFFFFF; text-decoration:none;}
a.linksfooter:hover { color:#80E0D2;  text-decoration:none;}
a.linksfooter:active { color:#FFFFFF;  text-decoration:none;}
/*========================================================*/
/*  Contact Form                                          */
/*========================================================*/
div.contacto { font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:13px; color:#FFFFFF; text-decoration:none; font-weight:normal;}
div.contacto td{ font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:13px; color:#FFFFFF;  text-decoration:none; font-weight:normal;}
div.contacto a{ font-family:Myriad Pro, Verdana, Arial, Helvetica; font-size:13px; color:#FFFFFF;  text-decoration:none; font-weight:normal;}
div.contacto a:visited{ color:#FFFFFF;  text-decoration:none;}
div.contacto a:hover{ color:#80E0D2;  text-decoration:none;}
div.contacto a:active{ color:#FFFFFF;  text-decoration:none;}

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	color: #FFFFFF;
	height: 24px;                        /* height of submenu--notice all of height 24px*/
	background-color:#000000;
	border-bottom: #000000 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
}

.MainMenu_SubMenuItemSelHover TD          
{
	color: #80E0D2;                       /* color of sub menu text and height on mouseover*/
	/*height: 24px;*/
	background-color:#000000;
}

.MainMenu_TabRootMenuItem TD                 
{
	color: #FFFFFF;                                 /* color of menu text and height--no mouseover*/
	/*background-image: url(images/tab-off.jpg);	*/
	/*height: 24px;*/
	padding: 5px;
}

.MainMenu_TabRootMenuItemSel TD                  /* color of menu text if you select subpage to show that it is selected*/
{
	/*height: 24px;*/
	font-family: Myriad Pro, Verdana, Arial, Helvetica;
	font-size: 13px;
	/*font-weight: bold;*/
	font-weight:100;
 	font-style: normal;
	color: #80E0D2;
	/*background-image: url(images/tab-off.jpg);*/
	padding: 5px;
	background-color:Transparent;
}

.MainMenu_TabMenuItemHover TD                      /* color of menu text on mouseover*/
{
	/*background-image: url(images/tab-on.jpg);*/
	background-color:Transparent;
	color: #80E0D2; /*#A6A6A6;*/
	/*height: 24px;*/
	padding: 5px;
}

.MainMenu_TabMenuItemSelHover TD                    /***** color of main menu to show that it is the current page*/
{
	/*background-image: url(images/tab-on.jpg);	*/
	background-color:Transparent;
	color: #80E0D2;
	/*height: 24px;*/
	padding: 5px;
}

.MainMenu_MenuContainer {
	/*background-image: url(images/tab-off.jpg);
	border-bottom: #000000 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #000000 0px solid;
	border-right: #404040 0px solid;*/
	background-color: Transparent;
	padding: 0px;
}

.MainMenu_MenuBar {
	/*border-bottom: #000000 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid; */
	background-color:Transparent; 
	cursor: pointer; 
	cursor: hand; 
	/*height: 24px; */
	padding: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;                                  /*color of sub menu text---no mouseover*/
	font-family: Myriad Pro, Verdana, Arial, Helvetica;
	font-size: 13px;
	/*font-weight: bold;*/
	font-weight:100;
	font-style: normal;
	background-color:Transparent;
	/*border-left: #C5CAD3 0px solid;
	border-bottom: #C5CAD3 0px solid;
	border-top: #C5CAD3 0px solid;
	border-right: #C5CAD3 0px solid;*/
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent; /*#ececec;*/             /* this is the color of the drop down submenu for the left side if you want to use icon*/
	/*border-left: #ececec 0px solid; 
	border-bottom: #ececec 0px solid; 
	border-top: #ececec 0px solid; 
	border-right: #ececec 0px solid; */
	text-align: center; 
	width: 3; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;                           
	font-family: Myriad Pro, Verdana, Arial, Helvetica;
	font-size: 13px;
	/*font-weight: bold; */
	font-style: normal; 
	font-weight:100;
	background-color: #000000;                /*this is the color of the submenu behind text*/
	border-bottom: #000000 1px solid;          /*these are the colors of the submenu box border*/
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#7686A1, Direction=90, Strength=0);*/

}

.MainMenu_SubMenuItemSelHover
{
	color: #80E0D2;                       /* color of sub menu text and height on mouseover*/
	/*height: 24px;*/
	background-color:#000000;
}

.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: Transparent;          /*********this is the color of the submenu highlight*/
	font-family: Myriad Pro, Verdana, Arial, Helvetica;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	font-weight:100;
	color: #80E0D2;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}


