/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Calibri;
	font-size:11pt;
	
}
.style1 {
	color: #DB5727;
	font-weight: bold;
}

.footer {font-size:11px}

.menu a:link{ color:#000; font-size:14px; text-decoration:none; width:200px; font-weight:normal  }
.menu a:visited{ color:#000; font-size:14px; text-decoration:none; width:200px; font-weight:normal  }
.menu a:hover{ color:#FFFFFF; font-size:14px; text-decoration:none; background-color:#DB5727;width:200px; font-weight:normal }
a:link {
	color: #DB5727; text-decoration:none; font-weight:bold
}
a:visited {
	color: #DB5727; text-decoration:none; font-weight:bold
}
a:hover {
	color: #666666; text-decoration:none; font-weight:bold
}
.style2 {font-size: 18px}

blockquote {padding-left:30px}
.style3 {color: #999999; font-size:12px}

h1 {color:#DB5727; font-size:17pt}
h3 {line-height:18px;}

p#headers{ 
background: #DB5727;
color:#FFFFFF;
padding-left:20px;
font-size:18px
}

.duptop {font-size:21px; font-weight:bold; color:#DB5727;}

input {border:solid 1px #CCCCCC; height:28px; padding:3px}

/* -------------------------------------------------------- */


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
padding-left:25px;
border: 0px solid gray;
background:  #F5F5F5;
color:#666666
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #DB5727;
color:#FFFFFF
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Calibri;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/* -------------------------------------------------------- */

.manu_table {padding-left:55px;}
.manus {font-size:13px}

/* -------------------------------------------------------- */
.stickytooltip{

display:none;
position:absolute;
display:none;
border:1px solid #CCC; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;

}

/* -------------------------------------------------------- */


div#links a span {display: none;}

div#links a:hover span {
	display: none;


	width: 350px;
	padding: 5px; 
	margin: 0px; 
	color: #000000; 
	background: white;
	font: 10px Verdana, sans-serif; 

	position: inherit;
	left:300px 
}

div#links a:hover {color: #fff; background: #DB5727;
   border-right: 5px double white;}

