@charset "utf-8";
html {
    overflow-y: scroll;
}
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0
}
body,button,input,select,textarea {
    font: 12px/150% Arial,Tahoma,\5b8b\4f53
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}
em,i {
    font-style: normal
}
fieldset,img {
    border: 0
}
ul,ol {
    list-style: none
}
button,input,select,textarea {
    font-size: 100%;
    outline: 0
}
textarea {
    resize: none
}
a {
    color: #007fdc;
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0
}
.hidden {
	display: none;
}
.box-infos {
	margin-top: 8px;
}
.box-infos ul{
	display: none
}
.box-infos ul.selected{
	display: block;
}
.box-infos ul li{
	clear: both;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.box-infos ul li span.date {
	float: right;
	color: #777676;
}
.box-infos ul li a{
	display: block;
	max-width0:380px;
	padding-left: 8px;
	color: #383838;
	background: url(../imgs/arrow.gif) left 10px no-repeat;
}
.box-infos ul li a:hover{
	text-decoration: underline;	
}


ul.tabs-1 {
    list-style: none;
    padding:0;
    height: 27px;
    border-bottom: 1px solid #dde7f0;
}
ul.tabs-1 li{
    float: left;
    margin-left: 2px;
    padding: 0px 15px;
    border: 1px solid #d0d0d0;
    height: 26px;
    line-height: 26px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #d0d0d0;
}
ul.tabs-1 li a {
	color: #298ebc;
}
ul.tabs-1 li.selected{
    background-color: #41abdf;
    border: 1px solid #41abdf;
    font-weight: 700;
    color:#32539a;
}
ul.tabs-1 li.selected a {
	color: #feffff;
}
