/*global general*/
body {
margin: 0;
padding: 0;
/*font-family: Verdana,Arial,Helvetica,sans-serif; */
font-family: helvetica,arial;
font-size: 13px;
background: #fffccc url(/loc/images/wrapper_bg_orange.jpg) no-repeat;
color: #333333;

}
.clear{clear:both}
/*default links*/
a:link {
text-decoration: none;
color: #003399;
}

a:visited {
text-decoration: none;
color: #003399;
/*color: #999999; */
}

a:hover {
text-decoration: underline;
color: #0066CC;
}

a.download {
margin:0px 0px 0px 0px;
background:url(/loc/images/button_blue2.gif) center no-repeat;
padding: 1em 1em 1em 1em;
font: 14px "tahoma";
text-decoration: none;
font-weight: bold;
letter-spacing: 0px;
width:240px;
height:60px;
color: #ffffff;
}

/*hand appears on a text or image*/
.hand {cursor:pointer;cursor:hand}

/*small size text like date, author etc*/
.small {
font-size: 12px;
margin: 0;
padding: 1px;
}

.clear_both {
clear: both;
}

.spacer {
clear: both;
height: 20px;
}

/*default h1, h2, h3*/
/*page level title*/
h1 {
margin: 0;
padding: 30px;
font-size: 150%;
}

/*block level title*/
h2 {
display: inline;
font-size: 15px;
margin: 10px 5px 0 0px;
padding: 0;
}

/*paragraph title*/
h3 {
display: inline;
font-size: 13px;
font-weight: bold;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}

/*paragraph text*/
p {
font-size: 13px;
margin: 0;
padding: 5px;
}

/*default input*/
input.search {
float: left;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 1px #CC9966 solid;
border-left: 1px #CC9966 solid;
border-bottom: 1px #FEFFEF solid;
border-right: 1px #FEFFEF solid;
background: #FAFCEF;
color: #333333;
font-size: 12px;
width: 188px;
}

input.groovybutton{ 
margin: -3px 0 0 0;
   font-size:12px;
   color:#333333;
   width:110px;
   height:18px;
   background-color:#FFFBF0;
   border-style:outset;
   border-color:#FFCC66;
}

input.groovybutton_eng{ 
margin: -3px 0 0 0;
   font-size:14px;
   color:#333333;
   width:135px;
   height:25px;
   background-color:#FFFBF0;
   border-style:outset;
   border-color:#FFCC66;
}

label{
float: left;
width: 3em;
}

#username{
float: left;
margin:7px 10px 0 5px;
padding: 0px;
border: 1px #CCCCCC solid;
background: #F7F8FC;
color: #333333;
font-size: 11px;
width: 140px;
}
#password{
float: left;
margin:7px 10px 0 5px;
padding: 0px;
border: 1px #CCCCCC solid;
background: #F7F8FC;
color: #333333;
font-size: 11px;
width: 140px;
}

/*default textarea*/
textarea {
margin-top:0;
padding: 2px;
border: 1px #C5BDBD solid;
background: #D7E7E9;
color: #333;
font-size: 13px;
}

/*homepage layout wrapper div*/
#wrapper {
width: 1000px;
margin: 0 0 0 0;
text-align: left;
background: #FFFFFF;
border: #FF0000 solid 0px;
}

/* subpage layout wrapper div*/
#wrapper {
width: 1000px;
margin: 0 0 0 0;
text-align: left;
background: #FFFFFF;
border: #FF0000 solid 0px;
}

/*home page global header including logo*/
#header_home {
margin: 0;
padding: 0;
width: 1000px;
height: 104px;
border: #C5BDBD solid 0px;
/*background: #FFB549 url(/loc/images/top_header.png); */
background: #fffccc url(/loc/images/top_header_orange.png);

}

/*sub page global header including logo*/
#header {
margin: 0;
padding: 0;
width: 1000px;
height: 80px;
border: #C5BDBD solid 0px;
background: #fffccc url(/loc/images/top_header_orange.png);
}

/*sub page global header including logo*/
#header_eng {
margin: 0;
padding: 0;
width: 1000px;
height: 80px;
border: #C5BDBD solid 0px;
/*background: #FFB549 url(/loc/images/top_header.png); */
background: #fffccc url(/loc/images/top_header_orange_en.png);

}

#post_form {
float: left;
clear: both;
display: inline;
margin: 32px 0 0 460px;
padding: 0 0 0 0;
/*width: 304px; */
width: 354px;
border: 0px solid #C5BDBD;
}

#subscribe_form {
float: left;
display: inline;
margin: 0 0 0 0;
padding: 10 0 0 0;
/*width: 304px; */
width: 200px;
border-bottom: #FFD9A6 dotted 1px;
}

input.subscribe {
float: left;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 1px #CC9966 solid;
border-left: 1px #CC9966 solid;
border-bottom: 1px #FEFFEF solid;
border-right: 1px #FEFFEF solid;
border-width: 1px;
background: #FAFCEF;
color: #333333;
font-size: 12px;
width: 150px;
}

input.subscribebutton{ 
margin: 0 0 0 0;
   font-size:12px;
   color:#333333;
   width:40px;
   height:24px;
   background-color:#FFFBF0;
   border-style:outset;
   border-color:#FFCC66;
   border-width: 1px;
}

#language{
float: right;
display: inline;
list-style: none;
text-align: right;
margin: 40px 10px 10px 0px;
padding: 0 5px 0 0;
width: 120px;
border: 0px solid #CCCCCC;
font-size: 13px;
line-height: 1.2em;
font-weight: bold;
}



/*global breadcrumb navigation*/
#breadcrumb {
clear:both;
width: 1000px;
height: 20px;
background: #cccccc;
}

#bottom_homepage{
float: left;
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 1000px;
height: 40px;
border: #C5BDBD solid 0px;
}

#bottom{
float: left;
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 1000px;
height: 40px;
border: #C5BDBD solid 0px;
}
/*page global footer*/
#footer{
background: #fffccc;
padding: 10px 0 0 0;
clear:both;
text-align: center;
float: left;
width: 1000px;
height: 30px;
margin: 10px 0 0 0;
border: 0px dotted #C5BDBD;
}


#footer p{
margin: 0 0 0 2px;
padding: 10px 0 0 0px;
text-align: center;
background: url(images);
height: 30px;
}

/*one column layout*/
#one_col {
clear: both;
float:left;
width: 860px;
margin: 10px 0 0 35;
padding: 35px;
border: #C5BDBD solid 0px;
}


/*start two column layout*/
#two_col_left {
margin: 0 0 0 0;
display:inline;
padding: 0;
width: 322px;
float: left;
border: #FFFFFF solid 0px;
}

#two_col_right {
margin: 0 0 0 -10px;
padding: 0 27px 0 0;
display:inline;
width: 651px;
float: right;
border: #FFFFFF solid 0px;
}

/*start three column layout*/

#three_col_left2  {
float: left;
width: 288px;
margin: 0 0 0 0;
padding: 0 0 10px 10px;
border: #C5BDBD solid 0px;
}

#three_two_left  {
float: left;
width: 760px;
margin: 0 0 0 0;
margin-right:10px;
}

#three_col_left  {
display:inline;
float: left;
width: 365px;
margin: 0 0 0 0;
margin: 0 0 10px 0px;
border: #C5BDBD solid 0px;
}

#three_col_center  {
float: left;
width: 350px;
margin: 0 0 0 0;
margin: 0 0px 0 10px;
border: #C5BDBD solid 0px;
}

#three_col_right  {
float: left;
width: 225px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border: #C5BDBD solid 0px;
}

/*top main navigation block*/
#header h1 {
margin: 20px 0 0 0;
float: left;
color: #ffffff;
}

#top_nav_general {
margin: 0;
padding: 2px 10px 0 0;
float: right;
text-align: right;
line-height: 1em;
list-style: none;
color: #0099ff;
}

#top_nav_general a{
color: #0099ff;
}

#top_nav_general a:hover {
text-decoration: underline;
}

/*top main navigation items*/
#top_nav_general li {
display: inline;
margin: 0;
padding: 0 0 0 5px;
font-size: 13px;
}

#image_center{
margin: 20px 0 10px 0;
padding: 0 0 0 0;
border: #cccccc solid 0px;
width: 300px;
}

#image_left{
float: left;
display: inline;
margin: 0 0 0 0px;
padding: 10px 0 0 10px;
border: #cccccc solid 0px;
width: 251px;
height: 183px;
background: url(/loc/images/picture_wrapper.gif) no-repeat;
}
#image_right{
float: left;
display: inline;
margin: 10px 0 4px 0;
padding: 0 0 0 0;
border: #cccccc solid 0px;
width: 218px;

}
#caption{
width: 261px;
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #006699;
border: #cccccc solid 0px;
}

#title{
float: left;
display: inline;
margin: 0 0 0 10px;
padding: 16px 0 6px 0px;
border: #cccccc solid 0px;
width: 100%;
font-size: 16px;
font-weight: bold;
color: #3333ff;
}

#subtitle_left{
float: left;
display: inline;
margin: 0 0 0 10px;
padding: 16px 0 6px 0px;
border: #cccccc solid 0px;
width: 370px;
font-size: 16px;
font-weight: bold;
color: #3333ff;
}

#subtitle_right{
float: right;
display: inline;
margin: 0 0 0 10px;
padding: 16px 0 6px 0px;
border: #cccccc solid 0px;
width: 50%;
font-size: 16px;
font-weight: bold;
color: #3333ff;
}

#title_right{
float: left;
display: inline;
margin: 0 0 0 0px;
padding: 16px 0 6px 0px;
border: #cccccc solid 0px;
width: 225px;
font-size: 16px;
font-weight: bold;
/* color: #33CCCC; */
color: #2b8fff;
}
#title_sub{
float: left;
display: inline;
margin: 0 0 0 0px;
padding: 8px 0 1px 0px;
border: #cccccc solid 0px;
width: 280px;
font-size: 13px;
font-weight: normal;
color: #FF6600;
}
#title_sub_right{
float: left;
display: inline;
margin: 0 0 0 0px;
padding: 8px 0 1px 0px;
border: #cccccc solid 0px;
width: 225px;
font-size: 13px;
font-weight: normal;
color: #FF6600;
}
#title_sub span{
color: #333333;
}

.box{
	/* border-right:2px solid #ccc; */
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
	width:750px;
}

.box .content_list{
	float:left;
	width:370px;
}
.content_list ul{
list-style-type:none;
padding:0;
margin:0;
}

.content_list li{
display: block;
list-style: none outside;
margin: 0 0 0 10px;
padding: 2px 0 0 10px;
border: #cccccc solid 0px;
background:url(/loc/images/dot.gif) 2px 7px no-repeat;
line-height: 150%;
font-size: 14px;
clear:both;
}

.content_list li a{
/* color: #333333; */
font-size: 14px;
}

.content_list li a:visited {
color: #999999;
}

#ticker{
float: left;
display: block;
margin: 8px 0 8px 0px;
padding: 4px 2px 0px 4px;
border: #FEEABB solid 1px;
width: 320px;
height: 20px;
font-size: 13px;
font-weight: bold;
color: #FF9600;
background: #FFF8E3;
}

#content_list_mid ul{
list-style-type:none;
padding:0;
margin:0;
}
#content_list_mid li{
float:left;
display: block;
list-style: none;
margin: 0 0 0 0px;
padding: 2px 0 0 0px;
border: #cccccc solid 0px;
font-size: 13px;
clear:both;
width:340px;
}
#content_list_right ul{
list-style-type:none;
padding:0;
margin:0;
}
#content_list_right li{
float: left;
display: inline;
list-style: none;
margin: 0 0 0 0px;
padding: 2px 0 6px 1px;
border-bottom: #FFD9A6 dotted 1px;
font-size: 13px;
}
#content_list_right1 ul{
list-style-type:none;
padding:0;
margin:0;
}
#content_list_right1 li{
float: left;
display: inline;
list-style: none;
margin: 0 0 0 0px;
padding: 2px 0 1px 1px;
border-bottom: #FFD9A6 dotted 0px;

}

#right_top{
float: left;
display: inline;
list-style: none;
margin: -0 0 0 0;
padding: 10px 0 6px 0;
border-bottom: #FFD9A6 dotted 1px;
width: 225px;
/* color: #33CCCC; */
color: #2b8fff;
}

/* some quick dirty fix for current table */

table tr td th{
font-weight: normal;
font-size: 13px;
}
