/* CSS Document */

span.faq_question{
	cursor : pointer;
	color : #000;
	font-size:12px;
	margin-left:5px;
	font-weight: normal;
	padding: 10px;
	padding-left:5px;
	line-height:120%;
	color: #000;
	border-bottom: 1px solid #EEE;
	display:block;
	cursor:pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq_answer_none{
	display			: none;
	margin-top		: 5px; 
	margin-bottom	: 5px;  font-size:13px; margin-left:5px; line-height:150%; 
}

td.faq_answerText{
	color 			 : #333333;
	background-color : #FFFAFA; margin-left:5px;
}

.pageContentAlign{
	margin-bottom : 0px;
	margin-top : 0px;
}

.bl{
  background:url(../img/common/cornerblue_bl.gif);
  background-position:0 100%;
  background-repeat:no-repeat;
  width:100%; 
  text-align:left;
  }
.br{
  background:url(../img/common/cornerblue_br.gif);
  background-position:100% 100%;
  background-repeat:no-repeat;
  }
.tl{
  background:url(../img/common/cornerblue_tl.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  }
.tr{
	background:url(../img/common/cornerblue_tr.gif);
	background-position:100% 0;
	background-repeat:no-repeat; 
	padding:10px;
	}
.t{background:url(../img/common/dot.gif);
   background-position:0 0;
   background-repeat:repeat-x; 
   width:100%;
   }
.b{
  background:url(../img/common/dot.gif);
  background-position:0 100%;
  background-repeat:repeat-x;
  }
.l{
  background:url(../img/common/dot.gif);
  background-position:0 0;
  background-repeat:repeat-y;
  }
.r{
  background:url(../img/common/dot.gif);
  background-position:100% 0;
  background-repeat:repeat-y;
  }
  
 /* for resources accordian */
  .resource_category{ 
cursor : pointer; font-size:13px; margin-left:5px; font-weight: normal;
	padding: 10px; padding-left:0px; line-height:100%;
	color: #000; padding-top:5px; height:55px; margin-top:0px; 
	border-bottom: 1px dashed #ccc; display:block; 
}
 .resource_category:hover{ 
	color:#666

}

.resource_category p{margin-top:0px; line-height:120%}

.resource_details{margin-left:28px; margin-top:5px; }
.openlanguage{ /*class added to contents when they are open*/
color: #000; border-bottom: 0px dashed #ccc;
}

.closedlanguage{ /*class added to contents when they are closed*/
color: #000;
}

td.resource_details{
	color 			 : #333333;
	background-color : #FFFAFA; font-size:13px; margin-left:5px;
}
.accordianbtn{display:inline-block; height:20px; width:110px; border:#ccc 1px solid; background-color:#F0F0F0; text-align:center; color:#000; font-weight:bold; font-size:12px; line-height:20px; margin:0px 5px 0px 10px}


.ulresources
{
    margin-bottom: 10px; display:block; border: 0px solid #efeeee; padding:5px; clear:both; margin-top:0px;
}

.ulresources li
{
    background-image: url('../img/common/squere/6x6black.gif');
    background-position: 0px 9px;
    background-repeat: no-repeat;
    list-style-image: none;
    list-style-type:none; 
    list-style-position:outside;
    font: 14px/14px "Arial" "MS PGothic"; color:#000;
    padding-left: 15px;
    margin-bottom: 5px; line-height:175%;
	vertical-align:top; margin-top:0px;
}