@charset "utf-8";
/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:85%; color:#666666; margin:0; background-color: #FFFFFF; text-align:justify}

h1{font-family:Avantgarde; color:#0033cc; font-weight:100; font-size:250%}

/*regular links */
a{	text-decoration:none; color: #0033cc;}
a:hover{ color:#ff3300; text-decoration:none;}

/*menu bar links */
a.menu {color: #666666; text-decoration:none;}
a.menu:hover {color: #0000CC; text-decoration:none;}

/*side bar links */
a.side {color: #666666; text-decoration:none;}
a.side:hover {color: #ff3300; text-decoration:none;}

.boldtext{color: #0033cc; font-weight:bold;}

@font-face {
	font-family: AvantGarde;
   	src: url(http://www.ihd-solutions.com/smg/includes/‘AvantCE.ttf’);
   	}
.ag_font {
  	font-family: AvantGarde;
   	font-size: 150%;
	font-weight: 100;
   	}
.ag_side {
  	font-family: AvantGarde;
   	font-size: 150%;
	font-weight: 250;
   	}
	
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:150%; color:#0033cc; line-height:2;}
	
.redfont {
	font-family: Verdana, Arial, Helvetica, sans-serif; color:#ff0000;}
	
.smallfont {font-size:80%;}

.tableblue {background:#99CCFF;}
.tablewhite {background:#ffffff;}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
    border:2px solid #dadada;
    border-radius:7px;
    padding:2px; 
}

textarea:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}
input {
    border:2px solid #dadada;
    border-radius:7px;
    padding:2px; 
}

.submit input
{
background: none;
border: 0;
padding:0px;
} 

input.radio{
   	outline:none;
	border-radius:70px;
	border:none;
}

input:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: none; /* if desired */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #0033cc;  /* or whatever other color you want */
   white-space: normal;
   text-align: left;
}

.text_button_tab {
	border: none;
   	background-color: transparent;
   	color: #3d3d3d;
	vertical-align: top;
}

.text_button_italic {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: none; /* if desired */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #0033cc;  /* or whatever other color you want */
   font-style:italic;
   white-space: normal;
   text-align: left;
   
}

.text_button:hover {color: #ff3300; text-decoration:none;
					cursor: hand; cursor: pointer; }

.text_button_tab:hover {color: #ff3300; text-decoration:none;
					cursor: hand; cursor: pointer; }

.text_button:focus { 
    outline:none;
    border-color:#ffffff;
    box-shadow:0 0 0 #ffffff;
}


.text_button_italic:hover {color: #ff3300; text-decoration:none;
					cursor: hand; cursor: pointer; }

.text_button_italic:focus { 
    outline:none;
    border-color:#ffffff;
    box-shadow:0 0 0 #ffffff;
}

ul {
  font-family: Arial, Verdana;
  margin: 0;
  padding: 0;
  list-style: none;
  color:#333;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #ebf2fa;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #617F8A; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
}
li:hover a { background: #617F8A; }
li:hover li a:hover { background: #95A9B1; }

.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	color:#333;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 500px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #CF9; border: 1px solid #FF3334;	}
.help { background: #CF9; border: 1px solid #009;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }