/* ================================
    CSS STYLES FOR EUROTECH PORTAL 
    v2.0, 06/2008
   ================================  */   /*
html {margin: 0px; left:0px; padding: 0px; 
      font-size:12px; text-align:center; 
      width:950px;
      background:#e6e6e6;  line-height: 1.4; }

body {font-family: verdana, tahoma, arial, helvetica, sans-serif; font-size:1em; 
      color:#595959; line-height: 1.5; text-align: left;
      margin: 0px }
*/

hr { color: #2685bb; line-height: .9 }

.label, .SubHead { font-weight: bold }

blockquote, pre { font-family: Lucida Console, monospace; }

/* =========================
    GENERIC 
========================= */	
/* ====== Link  ======= */
a:link, a:visited, a:active { text-decoration: none; color:#2685bb; }
a:hover { text-decoration: underline; color:red; /* background-color:#dedede ; */ }

/* ====== Title  ======= */
h1 { font: 1.8em Arial, Verdana, Helvetica, sans-serif;   font-weight: bold; color: #2685bb; 
    line-height: 2; padding-bottom: 3px; border-bottom: 1px solid; border-color: #e9eaeb;
    background: url(images/SepEurotech.gif) 0% 45% no-repeat; padding-left: 15px; }
h2  {font-size:1.7em; line-height:1; padding-top:5px 0px 0px 0px; 
     font-weight: normal;  color:#2685bb }
h3  {font:14px Verdana, Helvetica, sans-serif; font-weight: bold; color: #595959; }
h4 {font:1.2em Arial, Verdana, Helvetica, sans-serif; font-weight: bold; color:#2685bb; 
    padding-bottom:4px; border-bottom:1px dotted #C1453D; border-color:#2685bb;  
    background: url(images/navlink-g.gif) 0em 50% no-repeat; 
    padding:.2em 0em 0.2em 1em; margin: 1em 0em 0em 0em; }
h5 {font:.8em Verdana, Helvetica, sans-serif; font-weight: bold; color:gray; }
h6 {font:11px Verdana, Helvetica, sans-serif; font-weight: bold; color: #8b0000; }



/* =========================
    link  
========================= */	
.topnav a { 
    background: url(../images/navlink_t.gif) no-repeat;
    padding-left: 12px;
	text-decoration: none;
    font-size: 8pt; 
	font-weight: bold; 
	color:#77aae1;
	line-height:12px; 
    padding:0px 15px 0px 10px;
}
    
.topnav a:hover { 
	text-decoration: underline; 
	color:#b7b9bc; 
}


    
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { font-size:.9em; font-family: Verdana, Helvetica, sans-serif; font-weight: normal;
                 border-style:   solid }
.ETHTextBox { font-family: Verdana, Helvetica, sans-serif; color:#2685bb;  font-weight: bold;
                 border-style: inset ;  background-color:#FFFFCC }


/* footer */
.signup {
	float: right;
	margin-top: 12px;
}	 

.signup a {
	font-size: 9px;
}


