h1, h2, h3, h4, h5
{
	color:#336699;
}
BODY {
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: Black; }

A {
color: #336699;
 }

li
{
padding-top: 4px;
padding-left: 0px;
}

ul {
	padding-left: 20px;
}

p {
margin-bottom: 4px;
margin-top: 2px;
}

/*Main H1 ! No change!*/
h1{
	margin:0; 
	font-size:120%;
	margin-bottom:10px;
	margin-top: 16px;
	padding-bottom:18px;
	border-bottom:3px solid #EDF1F3
}
/*Main H2 ! No change!*/
h2
{
padding-top: 16px;
	font-size:120%;
}
/*Element H3 ! No change!*/
h3{
	padding-top: 16px;
	font-weight: bold;
}
/*Main H6 ! No change!*/

h4{
	font-size:110%;
}

h5{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #4d8fb7;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: 4px;
}

h6 {
	font-size:120%;
	margin-bottom:2px;
	border-bottom: 3px solid #668997;
}

.tooltip{
width: 99%;
background-color: #fbfbfb; 
	margin: 6px 6px;
	padding: 12px 12px;
	border: 1px solid;
	border-color: #dae4f1;
}

.red { color: Red; }

.gray { color: Gray; }

.red{
	color: red;
}

.desc {
FONT-SIZE: 10px;
COLOR: #666666;
FONT-STYLE: italic;
FONT-FAMILY: Verdana;
MARGIN-RIGHT: 8px; }

.tabletitle{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#336699;
margin: 8px 6px;
}

/*Main text block*/

.text-block{
color: black;
padding-left: 26px;
padding-right: 20px;
margin-right: 20px;
text-align: justify;
vertical-align: top;
clear: both;
}
/*No changing: Exhibitions List*/
.title_1{
	color: #1d6e8f;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: 2px solid #bccfd8;
}

/*Information block*/
.information-block
{
	width:150px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	font-size:90%;
	color:#494947;
}
.head_multiline{
font-weight: normal;
margin-top: 6px;
	
}
.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:10px;
	padding-bottom:2px;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}
.tbs {
PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px

}
.tbs_1 {
BORDER-RIGHT: #d3dfe5 1px solid; BORDER-TOP: #d3dfe5 1px solid; BORDER-LEFT: #d3dfe5 1px solid; BORDER-BOTTOM: #d3dfe5 1px solid

}
.tbs_2 {
BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid

}
.tbs_3 {
BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; BORDER-BOTTOM: #ffffff 1px solid

}

.trt_1 {
height: 36px;
background-color: #f2f6f9;
padding: 2px 6px;
font-weight: bold;
color: #4682b4;

}
.trt_all {
height: 22px;
padding: 4px 6px;
background-color: white;
}
.trt_ex {
padding: 6px 2px;
background-color: white;
}
.trt_tab {
height: 22px;
padding: 4px 6px;
background-color: #E2EAF1;
}
.pub_detail {
padding-left: 24px;
margin-top: 8px;
	
}

.code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}

/*Text block under detail news*/
.bottomrstext {
font-size: 80%;
margin-bottom: 4px;
margin-top: 60px;
text-align: center;
color: #1F77AB;
font-size: 8pt; }

.note1
{
	border: 1px;
	width: 99%;
	border-style: dashed;
	border-collapse: collapse;
	background-color: #fff4dd;
	border-color: #FFDBA6;
	text-align: justify;
	padding: 10px;
}
.table_01{
padding-top: 50px;
font-size: 90%;
}
.table_02{
padding-top: 2px;
font-size: 90%;
}
.text{

color: #4276a4;
 }
.text_linkintable{
	padding: 10px 16px;
	margin-top: 10px;
	background: white;
	font-size: 9pt;
	
} 
#detail_picture{
	float: left;
}

/* ------------ - Tabs CSS - -----------------*/

 ol#toc {
    height: 2.6em;
    list-style: none;
    margin: 0;
    padding: 0;

 }

ol#toc li {
    float: left;
    margin: 0 1px -1px 0;

   }

ol#toc a {
    background: url(/pic/pic_tabs/tab.png);
    display: block;
    position: relative;  /* for border-bottom in IE! */
    z-index:1;           /* for border-bottom in IE! */
    float: left;
    height: 2.3em;
    padding-left: 10px;
    text-decoration: none;
    color: #A4A4A4;
}

ol#toc a:hover {
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
    font-weight: normal;
    color: #3366FF;
}

ol#toc li.current a {
    background-position: 0 -60px;
    color: #336699;
    border-bottom: 1px solid #ffffff;


}

ol#toc li.current span {
    background-position: 100% -60px;

}

ol#toc span {
    background: url(/pic/pic_tabs/tab.png) 100% 0;
    display: block;
    line-height: 2.3em;
    padding-right: 10px;
}

div.content {
    background-color: #FFFFFF;
    clear: left;
    padding-top: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 24px;
    border-left:   1px solid #aac1e3;
    border-right:   1px solid #aac1e3;
    margin-bottom: 0px;
}
#ch {
  clear: left;
  border-left:   1px solid #aac1e3;
  margin-top: 0;
  z-index:0;
 }

 .cf{
   margin-bottom: 0px;
 }
 /* ------------ - contact tab - -----------------*/

.contact_tab{
  min-height: 90px;
  background-image: url(/pic/pic_bg/bg_contact_phone.jpg);
  background-repeat: no-repeat;
  padding-left:220px;
  vertical-align: middle;
}