﻿body, p, td, div, span, .text {
 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 12px;
 color: #000000;
 line-height: 1.45em;
}
body {
 margin: 0;
 padding: 0;
 background-color: #FFFFFF;
 background-image: url(images/bodybg.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, {
	color: #666666;
	margin: 8px 0px;
	padding: 0;
}
a {		
 font-weight: bold;
 text-decoration: none;
 color: #05447e;
}
a:hover, a:active {
 color: #981b1e;
}
small {
 font-style: normal;
 font-size: 10px;
}
.5x5 {
	background-image: url(images/5x5.gif);
	background-repeat: repeat;
}
#topbar {
	background-color: #F2F2F2;
	background-image: url(images/top_bg.gif);
	background-position: top;
	height: 96px;
}
.langbar a {
	color: #696969;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}
.footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 43px;
	background-color: #F2F2F2;		
	color: #666666;
	font-size:11px;
}
#menubar {
	background-color: #3F6BC0;
	background-image: url(images/<%Response.Write(language)%>/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 135px;
}
.greyheader {
	background-color: #BABABA;
	padding-left: 20px;
}
.pad {
	padding: 10px 20px;
}
.light {
	color: #696969;
}
.highlight {
	background-color: #DDE8FF;
	border: 1px solid #9BB4E8;
	padding: 10px 20px;
}
hr {
	background-color: #BBBBBB;
	color: #BBBBBB;
	height: 1px;
}
.greyheaderCopy {
	background-color: #BABABA;
	padding-left: 20px;
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
}



/* The hint to Hide and Show */

.hint {
   	display: none;
    position:  absolute;
	/*right: 220px;*/
    width: 200px;
	
    margin-top: -6px;
    border: 1px solid #c93;
    padding: 10px 12px;
    
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}
 
/* The pointer image is hadded by using another span */
.hint-pointer {
    position: absolute;
    left: -10px;
    top: 3px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
   
}