@charset "iso-8859-1";
/* CSS Document */

.indent1 {
  padding-left: 5px;
}
.indent2 {
  padding-left: 10px;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
body {
	background-color: #333333;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#icontent {

  width : 489;
  height : 315;
  overflow : auto;
}
#menu {

  width : 240;
  height : 316;
  overflow : auto;
}
.btn_yes, .btn_no
{
	border: none;
	color: #66b461;
	height: 16px;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	padding-left: 10px;
	background: url('./images/ico_yes.gif') 0% 50%;
	background-repeat: no-repeat;
}

.btn_no
{
	color: #cc3f33;
	background: url('./images/ico_no.gif') 0% 50%;
	background-repeat: no-repeat;
}
div.faq_fdb {
	padding: 0px 10px 10px 10px;
	text-align: left;
}
form.faq_yn {
	display: inline;
}
#loading { 
	clear:both; 
	background:url('./images/wait.gif') center top no-repeat; 
	text-align:center;padding:33px 0px 0px 0px; 
	font-size:12px;
	display:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
#alert 
{ 
    background: #ffc; 
    border-bottom: 1px solid #fc0; 
    margin: 0 0 0 0; 
    padding: 4px 0; 
    text-align: center; 
    width: 100%;
	color: #000000;
}