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

a:hover{text-decoration:none;} 
a{text-decoration:none;} 

.icon {
	border:none;
}

.menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	/*width: 102%; fix ie problem*/
	/*max-width: 100%; fix ie problem*/
	height: 22px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	overflow:hidden;
	visibility:hidden;	
}

.box {
	list-style-type: none;
	padding: 3px 3px 0 3px;
	margin: 0px;
	width: 306px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #ccc;
	/*background-image: url(../images/favicon_test.gif) no-repeat;*/
}

.code {
	list-style-type: none;
	padding: 3px 3px 0 3px;
	margin: 0px;
	width: 80%;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #ccc;
	/*background-image: url(../images/favicon_test.gif) no-repeat;*/
}

/*
.box:focus {
	background: url(../images/favicon_test.gif) no-repeat;
	outline: none;
}
*/
.button{
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 11px;
   font-weight:normal;
   color:#0066CC;
   border:1px #c6c7ca solid;
   background:url(../images/style1_txt_bg.gif) #f6f6f6 top repeat-x;
   outline: none;
}

.text{
   /*font-family: "Trebuchet MS", Arial, sans-serif;*/
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight:normal;
   color: #0066CC;
   border:1px #c6c7ca solid;
   background:url(../images/style1_txt_bg.gif) #f6f6f6 top repeat-x;
   outline: none;
}

.text2{
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 12px;
   font-weight:normal;
   color: #0066CC;
   outline: none;
}

div.topright{
    display:block;

    /*set the div in the top right corner*/
    position:absolute;
    top:0;
    right:0;
    /*width:200px;*/
    
    /*give it some background and border*/
	border: 3px solid #CCCCCC;
	padding: 10px;
	background-color: lightyellow;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:small;
	text-align:center;
	vertical-align:middle;
	color: #666666;
	font-weight: bold;
	visibility:hidden;
	margin: 3px;	
}

div.menu{
	position:absolute;
	top:0;
	left:4px;
}

div.hrule{
	position:absolute;
	top:13px;
	left:1px;
	width:99%;
	height:1px;
	max-height:1px;
	border-top-width: 1px;
	border-top-color: #0099CC;
	border-top-style: solid;
}

div.infoLight{
	/*width:70;*/
	border: 2px solid #CCCCCC;
	padding: 4px;
	background-color: lightyellow;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align:middle;
	color: #666666;
	/*font-weight: bold;*/
	visibility:visible;
}

a.menu{
	color:#0066CC;
}
