/*
   Title:  Stylesheet for HOLONICS HTML pages
   Modif.: 15/05/06
   Author: Patricia Perez
*/


/* 
  standard text style
*/

body {
  color: black;
  background: #e9f5e3;
  background-image:url("../images/background.gif");
  font-size: 13px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  line-height:normal;  
}





img.Logo { 
        border:0; 
        text-decoration:none;
}

/*
  Main links style
*/

.MainLink { 
        background-color:black; 
        font-size: 12px; 
        font-family: arial;
        color:#992123;
        text-align:left;
        text-indent:10px; 
        position: absolute;
        top: 110px;
        left: 6%;
        right: 30px;
        width:90%;
	height:26px;
	padding:0;
	padding-top:4px;
	margin: 0px;
	line-height:normal;
        background: transparent url(../images/linkBar.gif) repeat-x top center;
      /*  border-left:1px solid gray;
        border-right:1px solid gray;*/
}

.MainLinkLeft { 
        background-color:black; 
        position: absolute;
        top: 110px;
        left: 5%;
        width:40px;
	height:26px;
	padding:0;
	margin: 0;
	line-height:normal;
        background: transparent url(../images/linkBarLeft.gif) no-repeat top left;
}

.MainLinkRight { 
        background-color:black; 
        position: absolute;
        top: 110px;
        right: 3%;
        width:40px;
	height:26px;
	padding:0;
	margin: 0;
	line-height:normal;
        background: transparent url(../images/linkBarRight.gif) no-repeat top left;
}

.MainLink a { 
        text-decoration:none;
/*	font-weight: bold;*/
  /*     color:#5858d5;*/
        color:#666693;
}

.MainLink a:link { 
	font-weight: bold;
   /*     color:#5858d5;*/
        color:#666693;
} 

.MainLink a:visited {
	font-weight: bold;
    /*    color:#5858d5;*/
        color:#666693;
} 

.MainLink a:hover { 
	font-weight: bold;
        color:red;
}

/* 
  Menu style
*/

.Menu {
        width:180px;
        border: 0; 
        margin: 0 0 6px 0; 
        padding: 0 0 23px 0;
        position: absolute;
        top: 280px;
        left: 10px;
        background: transparent url(../images/menuBottom2.gif) no-repeat bottom center;

}
 
.Menu h2 {
        font-size: 11px;
        text-align: center;
        background: transparent url(../images/menuTop2.gif) no-repeat top center;
        border: 0; margin: 0; padding: 4px 26px 2px 26px; color: white;
}

.Menu .subhead {
        background: transparent url(../images/menuTopIn2.gif) no-repeat top center;
        border: 0; 
        margin: 0;
        height: 11px; 
        line-height: 1px; 
        font-size: 1px;
}
 
.Menu .inside {
        background: transparent url(../images/menuIn2.gif) repeat-y top center; 
        padding: 0px 20px; 
        margin: 0;
}

html>body .Menu {
position: fixed;
}


@media screen {
  body>div.menu {
    position: fixed;
  }
}

.Menu li {

	padding-left:1px; 
	border:0;
	padding-top:2px;
	padding-bottom:2px;
        text-indent:3px;
	font-size:10px;
}

.Menu li:before{content:"-"}
.Menu li.SubItem1:before{content:""}
.Menu li.SubItem2:before{content:""}
.Menu li.Line:before{content:""}
.Menu li.Icon:before{content:""}


.Menu li.SubItem1 {
        color: black;
        border:0;
	text-indent:20px;
	font-size:10px;
}

.Menu li.SubItem1 a { 
        color: #547e4e;
}


.Menu li.SubItem2 {
	border-top:0;
	text-indent:25px;
	font-size:9px;
}
.Menu li.Focus {
	font-weight:bold;
}

.Menu ul { 
	list-style-type: none;
	/*padding-left:0px;*/
	padding:0px;
	margin:0px; 
}


.Menu hr {
	color: #000099;
}

.Menu a:link {
        text-decoration:none;
	color: #49589c;
}

.Menu a:visited {
        text-decoration:none;
	color: #49589c;
}


.Menu li:hover {
        text-decoration:none;
	color: white;
	background-color:black;
}

.Menu li:hover a {
	color: white;
}

.Menu li.Line {
        text-decoration:none;
	background-color:white;
}

/* 
  Contents style
*/
 .Frame {
	padding-top:5px;
	padding-bottom:8px;
	background-color:white; 
        width:85%;
        height:100%;
        margin-left:110px; 
        border-left:1px solid gray;
        border-right:1px solid gray;
        line-height:normal;
}


 .Contents {
	font-size: 11px;
	font-weight: normal; 
	color:#555555;  
	text-decoration: none; 
        width:auto;
        height:100%;
        margin-left:90px; 
        margin-top:35px; 
        line-height:normal;
}

.Contents h1 {
	text-align: left;
	padding-top:16px;
	font-size: 20px;
	font-weight: bold; 
	color: #d39205;/*black; */
/*	text-decoration: underline;*/
        margin-right: 30px;
 /*       border-bottom: 2px solid  #658f5f;*/
        padding-bottom:4px;
        padding-left:9px;
        background: transparent url(../images/hCorner.gif) no-repeat bottom left; 
        clear: both;
}


.Contents h2 {
	text-align: left;
	padding-top:8px;
        margin-left: 20px;
	font-size: 18px;
	font-weight: bold; 
	color:#49589c; 
	text-decoration: none;
        clear: both;
}


.Contents p {
        margin-left:35px; 
        margin-right:50px; 
	text-align: justify;
	text-indent:10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
	font-size: 11px;
	font-weight: normal; 
	color:#555555;  
	text-decoration: none; 
        border:0;
}

.Contents p.Dashed {
        border:dashed 1px gray;
}

.Contents a {
        text-decoration:none;
	color: #ac3030;
        border-bottom:dotted 1px black;
}



.Contents a:hover {
        text-decoration:none;
	color:red;
        border-bottom:solid 1px red;
}

.Contents img {
        float:left ;
        margin:4px;
        border:0;
        padding:0;
        padding-right:17px;
}

.Contents ul {
        margin-left:55px; 
        margin-right:60px; 
	color:#555555;
	font-size: 11px; 
}

.Contents li.SubItem {
        position:relative;
	list-style-type: circle;
        margin-left:15px; 
	color:#555555;
	font-size: 11px; 
}


/* 
  Banner style
*/


/*
.Banner {
        text-align: left;
     	font-size: 28px;
    	font-weight: bold;
        font-family: sans-serif;
	padding-bottom:15px;
	color:black;
        width:85%;
        margin-left:110px; 
        line-height:normal;
}

*/

.Border {
        width:85%;
        margin-left:110px; 
}

.FirstLetter { 
        font-size: 65px;
	color:#49589c;/*#a6d7a8;*/
}

.Title { 
        position: absolute;
        top: 0px;
        left: 10px;
        text-align: left;
        color:#49589c;
	    width: 1000px;
        height: 100px;
     	font-size: 40px;
    	font-weight: bold;
        font-family: sans-serif;
/*	background: transparent url(../images/titleTop.gif) repeat-x top center;     
	background-color: black;
        border: solid 1px black;*/
        padding-top: 18px;
        padding-left:9px;
        
}

.Update { 
        position: absolute;
        top: 30px;
        right: 35px;
	color: #dd7724;
        text-align: right;
    	font-weight: normal;
     	font-size: 10px;
}




.Search { 

        position: absolute;
        top: 150px;
        right: 45px;
        width:180px;
        border: 0; 
        margin: 0 0 6px 0; 
        padding: 0 0 20px 0;
        background: transparent url(../images/searchBottom.gif) no-repeat bottom center;
 } 

.Search h2 {
        font-size: 10px;
        text-align: center;
        background: transparent url(../images/searchTop.gif) no-repeat top center;
        border: 0; margin: 0; padding: 2px 26px 0px 26px; color: white;
}

.Search .subhead {
        background: transparent url(../images/searchTopIn.gif) no-repeat top center;
        border: 0; 
        margin: 0;
        height: 9px; 
        line-height: 1px; 
        font-size: 1px;
}
 
.Search .inside {
        background: transparent url(../images/searchIn.gif) repeat-y top center; 
        padding: 0px 20px; 
        margin: 0;
}

.Mail { 
        border: 0;
        position: absolute;
        top: 95px;
        right: 255px;
 }

.Mail img{ 
        border: 0;
 }

/* 
  Footer style
*/     
.Footer {
	font-size:11px;
	background-color:white;
	color: white;
        border:1px solid gray;
	padding:4px;
        line-height:normal;
        text-align:left;
        text-align: center;
        border: 1px solid gray;
}	

.FooterHeader {
        text-align: center;
     	font-size: 10px;
	padding-bottom:4px;
	padding-top:5px;
	color: gray;
	background-color:white; 
        width:85%;
        margin-left:110px; 
        border-left:1px solid gray;
        border-right:1px solid gray;
        line-height:normal;
}
	
.Footer a {
        letter-spacing:30px;
        border:0;
        text-decoration:none;
}
	
.FooterHeader a:link {
	color: gray;
        text-decoration:none;
}
	
.FooterHeader a:link:hover {
        text-decoration:none;
	color:#ac3030;
}
