/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/

/* Define all main values for the web site */

BODY
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat;
	line-height: normal; /* Initial properties for scrollbars */
}

/* Initial properties for common links */

A:link
{
	font-size: 13px;
	font-weight: normal;
	color: #005563;
	text-decoration: none;
}
A:visited
{
	font-size: 13px;
	font-weight: normal;
	color: #005563;
	text-decoration: none;
}
A:hover
{
	color: #005563;
	text-decoration: underline;
}

/* Initial properties for all Lists */

UL
{
	padding: 0px 0px 0px 30px; /* the left padding was set to make the bullets appear inside the container */
	margin: 0px 0px 0px 0px;
	list-style-type: circle;
	display: block;
}
LI
{
	padding: 0px 0px 0px 15px; /* the left padding was set to give the text left padding from the bullet position */
	margin: 0px 0px 0px 0px;
	display: block;
}

LI A:link
{
	font-weight: normal;
	color: #00717c;
	text-decoration: none;
}
LI A:visited
{
	font-weight: normal;
	color: #00717c;
	text-decoration: none;
}
LI A:hover
{
	color: #000;
	text-decoration: underline;
}

/* Define paragraph text size */
/*    
P {       
   font-size:13px;
   font-style:normal;
   font-weight:normal;
   color:none;
   line-height:normal;
   text-indent:0px;
   text-transform:none;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px; 
}
*\
     /* Initial properties for any FORM */

FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* Initial properties for textbox or textarea */

INPUT, TEXTAREA
{
	font-size: 13px;
	color: #000;
	padding: 0px 0px 0px 0PX;
	margin: 0px 0px 0px 0px;
}

SELECT
{
	font-size: 13px;
	color: #000;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border: 1px double #666;
}

/* Initial properties for any img */

IMG
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px #666666 solid;
}

A IMG
{
	border: 0px #666666 solid;
}


/* Initial properties for ruler */

HR
{
	color: #000;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties headings */

H6
{
	font-family: Calibri,tahoma;
	font-size: 12px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H5
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H4
{
	font-family: Calibri,tahoma;
	font-size: 14px;
	color: #00717c;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H3
{
	font-family: Calibri,tahoma;
	font-size: 15px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H2
{
	font-family: Calibri,tahoma;
	font-size: 16px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H1
{
	font-family: Calibri,tahoma;
	font-size: 17px;
	color: #ff9900;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


H1 A:Link
{
	font-size: 17px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
H1 A:Visited
{
	font-size: 17px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
H1 A:Hover
{
	color: #ff9900;
	text-decoration: none;
}


/* Defualt classes End*/
/******************************************************************************************************************/



/* General classes */
/******************************************************************************************************************/

/* a div to hold all all fixed design */

.divContainer
{
	width: 776px;
	margin: auto;
	border: #4e4e4e 0px solid;
	background-image: none;
	background-repeat: no-repeat;
}

/* top links styles : home-aboutus.... */

.topLinks
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.topLinks a:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.topLinks a:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #000;
	text-decoration: none;
}

/* Used to highlight any word inside text */

.highlight
{
	font-family: arial;
	font-size: 12px;
	color: #a9b205;
	font-weight: normal;
	text-transform: none;
	background-color: none;
}

/* Use this Class when you want to style any Button */

.buttonAllSite
{
	font-size: 13px;
	color: #ffffff;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border: none;
	background: #00717c;
	background-image: none;
	background-repeat: no-repeat;
}

/* make the image border */

.imageBorder
{
	border: 0px #888888 solid;
}

/* make the image float left */

.imageLeft
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* make the image float right */

.imageRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Set of borders */

.border
{
	border: 1px solid #c9cacb;
}
.borderTop
{
	border-top: 1px solid #c9cacb;
}

.borderRight
{
	border-right: 1px solid #c9cacb;
}

.borderLeft
{
	border-left: 1px solid #c9cacb;
}

.borderBottom
{
	border-bottom: 1px solid #00717c;
}

/* Mark any word with bold */

.Bold
{
	font-weight: bold;
}

/* Justify any text */

.justify
{
	text-align: justify;
}

/* Create a horizontal dots separetor */

.horSeparetor
{
	background-image: url(images/hor_dots.gif);
	background-repeat: repeat-x;
}

/* Create a vertical dots separetor */

.verSeparetor
{
	background-image: url(images/ver_dots.gif);
	background-repeat: repeat-y;
}

/* Create a scrolled div */

.scrolledDiv
{
	height: 400px;
	width: 720px;
	overflow: scroll;
	margin: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b4b4b4;
}

/* Classes for footer */

.footer
{
	font-family: Calibri,tahoma;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	height:38px;
	background-color:#008591;
}

.footer A:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.footer A:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.footer A:hover
{
	color: #fff;
	text-decoration: none;
}

/* Additional text : change ColorName to your requierd color */

.txtWhite
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.txtWhite A:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.txtWhite A:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.txtWhite A:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.txtBlack
{
	font-family: Calibri,tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.txtBlack A:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #006a72;
	font-weight: bold;
	text-decoration: underline;
}
.txtBlack A:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #006a72;
	font-weight: bold;
	text-decoration: underline;
}
.txtBlack A:hover
{
	color: #006a72;
	font-weight: bold;
	text-decoration: underline;
}

.txtGreen
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: bold;
	text-decoration: none;
}
.txtGreen A:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: bold;
	text-decoration: none;
}
.txtGreen A:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: bold;
	text-decoration: none;
}
.txtGreen A:hover
{
	color: #00717c;
	font-weight: bold;
	text-decoration: underline;
}


.txtGreenLight
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: normal;
	text-decoration: none;
}
.txtGreenLight A:link
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: normal;
	text-decoration: none;
}
.txtGreenLight A:visited
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #00717c;
	font-weight: normal;
	text-decoration: none;
}
.txtGreenLight A:hover
{
	color: #00717c;
	font-weight: normal;
	text-decoration: underline;
}



/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

/* Top Padding*/

.tm1
{
	padding-top: 1px;
}

.tm2
{
	padding-top: 2px;
}

.tm3
{
	padding-top: 3px;
}

.tm4
{
	padding-top: 4px;
}

.tm5
{
	padding-top: 5px;
}

.tm6
{
	padding-top: 6px;
}

.tm7
{
	padding-top: 7px;
}

.tm8
{
	padding-top: 8px;
}

.tm9
{
	padding-top: 9px;
}

.tm10
{
	padding-top: 10px;
}

.tm13
{
	padding-top: 13px;
}

.tm12
{
	padding-top: 12px;
}

.tm13
{
	padding-top: 13px;
}

.tm14
{
	padding-top: 14px;
}

.tm15
{
	padding-top: 15px;
}

.tm16
{
	padding-top: 16px;
}

.tm17
{
	padding-top: 17px;
}

.tm18
{
	padding-top: 18px;
}

.tm19
{
	padding-top: 19px;
}

.tm20
{
	padding-top: 20px;
}

.tm22
{
	padding-top: 22px;
}

.tm24
{
	padding-top: 24px;
}

.tm25
{
	padding-top: 25px;
}

.tm27
{
	padding-top: 27px;
}

.tm30
{
	padding-top: 30px;
}

.tm45
{
	padding-top: 45px;
}

.tm50
{
	padding-top: 50px;
}

.tm55
{
	padding-top: 55px;
}

.tm60
{
	padding-top: 60px;
}

/* Right Padding*/

.rm1
{
	padding-right: 1px;
}

.rm2
{
	padding-right: 2px;
}

.rm3
{
	padding-right: 3px;
}

.rm4
{
	padding-right: 4px;
}

.rm5
{
	padding-right: 5px;
}

.rm6
{
	padding-right: 6px;
}

.rm7
{
	padding-right: 7px;
}

.rm8
{
	padding-right: 8px;
}

.rm9
{
	padding-right: 9px;
}

.rm10
{
	padding-right: 10px;
}

.rm13
{
	padding-right: 13px;
}

.rm12
{
	padding-right: 12px;
}

.rm13
{
	padding-right: 13px;
}

.rm14
{
	padding-right: 14px;
}

.rm15
{
	padding-right: 15px;
}

.rm17
{
	padding-right: 17px;
}

.rm18
{
	padding-right: 18px;
}

.rm19
{
	padding-right: 19px;
}

.rm20
{
	padding-right: 20px;
}

.rm21
{
	padding-right: 21px;
}

.rm22
{
	padding-right: 22px;
}

.rm23
{
	padding-right: 23px;
}

.rm24
{
	padding-right: 24px;
}

.rm25
{
	padding-right: 25px;
}

.rm30
{
	padding-right: 30px;
}

.rm35
{
	padding-right: 35px;
}

.rm40
{
	padding-right: 40px;
}

.rm45
{
	padding-right: 45px;
}

.rm50
{
	padding-right: 50px;
}

.rm55
{
	padding-right: 55px;
}

.rm60
{
	padding-right: 60px;
}

/* buttom Padding*/

.bm1
{
	padding-bottom: 1px;
}

.bm2
{
	padding-bottom: 2px;
}

.bm3
{
	padding-bottom: 3px;
}

.bm4
{
	padding-bottom: 4px;
}

.bm5
{
	padding-bottom: 5px;
}

.bm6
{
	padding-bottom: 6px;
}

.bm7
{
	padding-bottom: 7px;
}

.bm8
{
	padding-bottom: 8px;
}

.bm9
{
	padding-bottom: 9px;
}

.bm10
{
	padding-bottom: 10px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm12
{
	padding-bottom: 12px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm14
{
	padding-bottom: 14px;
}

.bm15
{
	padding-bottom: 15px;
}

.bm16
{
	padding-bottom: 16px;
}

.bm17
{
	padding-bottom: 17px;
}

.bm18
{
	padding-bottom: 18px;
}

.bm19
{
	padding-bottom: 19px;
}

.bm20
{
	padding-bottom: 20px;
}

.bm22
{
	padding-bottom: 22px;
}

.bm25
{
	padding-bottom: 25px;
}

.bm30
{
	padding-bottom: 30px;
}

.bm33
{
	padding-bottom: 33px;
}

.bm35
{
	padding-bottom: 35px;
}

.bm40
{
	padding-bottom: 40px;
}

.bm45
{
	padding-bottom: 45px;
}

.bm50
{
	padding-bottom: 50px;
}

.bm55
{
	padding-bottom: 55px;
}

.bm60
{
	padding-bottom: 60px;
}

/* Left Padding*/

.lm1
{
	padding-left: 1px;
}

.lm2
{
	padding-left: 2px;
}

.lm3
{
	padding-left: 3px;
}

.lm4
{
	padding-left: 4px;
}

.lm5
{
	padding-left: 5px;
}

.lm7
{
	padding-left: 7px;
}

.lm8
{
	padding-left: 8px;
}

.lm10
{
	padding-left: 10px;
}

.lm13
{
	padding-left: 13px;
}

.lm12
{
	padding-left: 12px;
}

.lm13
{
	padding-left: 13px;
}

.lm15
{
	padding-left: 15px;
}

.lm17
{
	padding-left: 17px;
}

.lm20
{
	padding-left: 20px;
}

.lm22
{
	padding-left: 22px;
}

.lm25
{
	padding-left: 25px;
}

.lm30
{
	padding-left: 30px;
}

.lm35
{
	padding-left: 35px;
}

.lm40
{
	padding-left: 40px;
}

.lm45
{
	padding-left: 45px;
}

.lm50
{
	padding-left: 505px;
}

.lm55
{
	padding-left: 55px;
}

.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m1
{
	padding: 1px;
}

.m2
{
	padding: 2px;
}

.m3
{
	padding: 3px;
}

.m4
{
	padding: 4px;
}

.m5
{
	padding: 5px;
}

.m6
{
	padding: 6px;
}

.m7
{
	padding: 7px;
}

.m8
{
	padding: 8px;
}

.m9
{
	padding: 9px;
}

.m10
{
	padding: 10px;
}

.m13
{
	padding: 13px;
}

.m12
{
	padding: 12px;
}

.m13
{
	padding: 13px;
}

.m14
{
	padding: 14px;
}

.m15
{
	padding: 1px;
}

.m16
{
	padding: 16px;
}

.m17
{
	padding: 17px;
}

.m18
{
	padding: 18px;
}

.m19
{
	padding: 19px;
}

.m20
{
	padding: 20px;
}

.m25
{
	padding: 25px;
}

.m30
{
	padding: 30px;
}

.m35
{
	padding: 35px;
}

.m40
{
	padding: 40px;
}

.m45
{
	padding: 45px;
}

.m50
{
	padding: 50px;
}


/* ####################################		Menu Type 3 Styles	(Expanded)	###################### */
td.wpm_separator
{
}
td.wpm_menu_collapse_image /*First Level Image TD*/
{
	padding: 0px 0px 0px 4px;
	background-color: #48949F;
	border-bottom: 1px #ffffff solid;
	width: 7%;
}
td.wpm_menu_collapse_image_over /*First Level Image TD*/
{
	padding: 0px 0px 0px 4px;
	background-color: #97b5b7;
	border-bottom: 1px #ffffff solid;
	width: 7%;
}

td.wpm_menu_level1 /*First Level TD*/
{
	background-color: #48949F;
	padding: 3px 0px 5px 10px;
	width: auto;
	background-repeat: no-repeat;
	border-bottom: 1px #ffffff solid;
	color: #013377;
}
td.wpm_menu_level1_over /*First Level TD over*/
{
	background-color: #97b5b7;
	background-repeat: no-repeat;
	padding: 3px 0px 5px 10px;
	width: auto;
	border-bottom: 1px #ffffff solid;
	color: #013377;
}

a.wpm_menu_level1 /*First Level Text Link*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.wpm_menu_level1:visited /*First Level Text Link visited*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.wpm_menu_level1:hover /*First Level Text Link hover*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
/*Level 2*/
div.wpm_menu_level2 /*Secound Level div of all subs */
{
	height: 20px;
	padding-bottom:10px;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
	background-color: #48949F;
}
td.wpm_menu_level_Sub2 /*Secound Level icon TD*/
{
	height: 20px;
	background-repeat: no-repeat;
	background-color: #48949F;
	border-bottom: 1px #ffffff solid;
	width: 20px;
	padding: 0px 0px 2px 5px;
	text-align: right;
}
td.wpm_menu_level_Sub2_over /*Secound Level icon TD over*/
{
	height: 20px;
	background-repeat: no-repeat;
	background-color: #97b5b7;
	border-bottom: 1px #ffffff solid;
	width: 20px;
	padding: 0px 0px 2px 5px;
	text-align: right;
}
td.wpm_menu_level2 /*Second Level TD*/
{
	height: 20px;
	padding: 0px 0px 2px 5px;
	background-color: #48949F;
	border-bottom: 1px #ffffff solid;
	width: 84%;
}
td.wpm_menu_level2_over /*Second Level TD over*/
{
	height: 20px;
	padding: 0px 0px 2px 5px;
	border-bottom: 1px #ffffff solid;
	background-color: #97b5b7;
	width: 84%;
}
a.wpm_menu_level2 /*Second Level Text Link*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a.wpm_menu_level2:visited /*Second Level Text visited*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a.wpm_menu_level2:hover /*Second Level Text hover*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}


/*Level 3*/

div.wpm_menu_level3 /*Third Level div of all subs */
{
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none;
	background-color: #84B0B2;
}

td.wpm_menu_level3 /*Third Level TD */
{
	height: 20px;
	padding: 0px 0px 2px 5px;
	background-color: #84B0B2;
	border-bottom: 0px #ffffff solid;
}

td.wpm_menu_level3_over /*Third Level TD over*/
{
	height: 20px;
	padding: 0px 0px 2px 5px;
	border-bottom: 0px #ffffff solid;
	background-color: #ABD8DA;
}
td.wpm_menu_level_Sub3Image /*Third Level icon TD */
{
	padding: 0px 0px 0px 4px;
	background-repeat: no-repeat;
	background-color: #84B0B2;
	width: 7%;
}
td.wpm_menu_level_Sub3Image_over /*Third Level icon TD over*/
{
	padding: 0px 0px 0px 4px;
	background-repeat: no-repeat;
	background-color: #ABD8DA;
	width: 7%;
}
a.wpm_menu_level3 /*Third Level Text Link*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a.wpm_menu_level3:visited /*Third Level Text Link visited*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
a.wpm_menu_level3:hover /*Third Level Text Link hover*/
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
/* ########################		Web Page Manager End Menu Styles #####################*/

.topBg
{
	background-image: url(../images/fondo_banner.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.modules_bgSubTitle
{
	background-color: #48949F;
	border: 0px solid #216fba;
}

.menuHeaderOn
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #ffffff;
	background-color: #659294;
	height: 30px;
}

.menuHeaderOn_over
{
	font-family: Calibri,tahoma;
	font-size: 13px;
	color: #ffffff;
	background-color: #659294;
	height: 30px;
}

.bordernone
{
	border: 0px solid #ffffff;
}

.pageTitle
{
	font-family: Times New Roman;
	color: #005563;
	font-size: 25px;
	border-bottom: solid 1px #84b2b5;
	height: 45px;
}

.pageSubTitle
{
	font-family: Times New Roman;
	color: #005563;
	font-size: 15px;
	border-bottom: solid 1px #dedfde;
	height: 60px;
}
.noneBold
{
	font-weight: normal;
}

.DivBorder
{
	border-right: #48949f 1px solid;
	border-top: #48949f 1px solid;
	vertical-align: middle;
	overflow: hidden;
	border-left: #48949f 1px solid;
	width: 605px;
	border-bottom: #48949f 1px solid;
	position: relative;
	height: 505px;
}

.AllBorder
{
	border-top: 2px solid #48949F;
	border-left: 2px solid #48949F;
	border-bottom: 2px solid #48949F;
	border-right: 2px solid #48949F;
}




