@charset "utf-8";

/* CSS Document */

body{
	margin:auto;
	font-family: Tahoma, "MS Sans Serif", Verdana;
	background-color:#F4F4F4;
	background-attachment: scroll;
	background-image: url(bgDefault.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*styletab*/
.menu { background-image:url(line.gif); background-repeat:repeat-x; background-color:#F2680F; color:#272727; height:24px; font:11px Arial, Helvetica, sans-serif; padding:72px 5px 2px 10px; border-bottom:1px solid #F4F4F4; }
.menu ul {margin:0px; padding:0px; list-style:none; text-align:right;}
.menu li {display:inline; line-height:23px;}
.menu li a {color:#FFFFFF; text-decoration:none; padding:6px 5px 10px 10px;}
.menu li a.tabactive {background-color:#F4F4F4; font-weight:bold;  position:relative; color:#F2680F;} 

/*resultreport*/
.txtRed {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.failureText {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.successText {
	font-size: 12px;
	color: green;
	text-decoration: none;
}

/*debutstyle*/
.formLogin {
	background-color: #e8edfa;
	border: 1px solid #c0c0c0;
	width:120px;
}.bgSignin{
	background-image: url(bgSignin.gif);
	background-repeat: repeat-y;
}
.line{
	background-image: url(line.gif);
	background-repeat: repeat-x;
}
.txtBlack{
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txtGray{
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.txtRed{
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.txtDetail{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.txtwhite2{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtBlack2{
	font-size: 11px;
	color: #888888;
	text-decoration: none;
}
.txtWhite{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bgQuestion{
	background-image: url(question.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
.bgManual{
	background-image: url(manual.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
/*****************link***********************/
.txtLink1:link,.txtLink1:visited{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	
}
.txtLink1:hover{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #FF6600;
}
a.link1:link{
	font-size: 13px;
	color:#000000; 
	text-decoration: underline;	
}
a.link1:visited{
	font-size: 13px;
	color:#FF0000; 
	text-decoration: underline;
}
a.link1:active{
	font-size: 13px;
	color:#1f9205; 
	text-decoration: underline;	
}
a.link1:hover{
	font-size: 13px;
	color:#005596; 
	text-decoration: underline;	
}
.linkMenu5:link, .linkMenu5:visited{
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
.linkMenu5:hover {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.linkContent2:link, .linkContent2:visited{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.linkContent2:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
