

/* additional modificaiton of css */
/* additional modificaiton of css */
/* additional modificaiton of css */
/* additional modificaiton of css */

/* tinymce_editor */
.tinymce_editor {

}



/* - main menu */
/* - main menu */
#nav li .subMenuWrapper {
	visibility:hidden;
	height:0px;
}
#nav li.selected .subMenuWrapper {
	visibility:visible;
	height:auto;
}





/* - subsection container */
/* - subsection container */
.subsection_container {
	padding: 10px 25px 50px;
}

/* - template content container */
/* - template content container */
.template_content_container {
	padding: 10px 25px 0px;
}

/* - template content*/
/* - template content*/
.template_content {
	overflow: hidden;
	padding-top: 18px;
}




/* - template content - general*/
/* - template content - general*/

/* - template content - general - p */
.template_content > p {
	padding-bottom:18px;
	color:#333;
	text-align: justify;
}
.template_content > div.contentContainer01 > p {
	padding-bottom:18px;
	color:#333;
	text-align: justify;
}
/* - template content - general - h3 */
.template_content > div.contentContainer01 > h3,
.tabContent .template_content > h3 {
	padding:0 0 20px;
	font-size: 100%;
	line-height: 1.5em;
}
/* - template content - general - a */
.template_content a{
	color: #aa5303;
}
/* only for index page */
.template_content div.showHide a{
	color: black;
}
.template_content div.section a{
	color: white;
}

/* - template content - general - .remark.fRight (for press/press-release) */
.template_content .remark {

}
.template_content .fRight {
	text-align: right;
}



/* - template content - general - list */

.template_content ul.list {
        /*font-size: 87.5%;*/
        color: black;
        padding-left: 26px !important;
        line-height: 1.5em;
        padding-bottom: 12px;
        text-align: justify;
        list-style-type: square !important;
}
.template_content ul.list li{
        /*list-style-image: url("../images/background/bullet-list.gif");*/
        padding-left: 0px;
        line-height: 1.5em;
        padding-bottom: 12px;
}

.template_content ul.list2 {
  padding-left: 10px !important;
  line-height: 1.5em;
  padding-bottom: 12px;
  text-align: justify;
  list-style-type: none !important;
}

.template_content ul.list2 li {
  background: url("../images/background/bullet-list.gif") 0px 10px no-repeat;
  padding-left: 26px !important;
  line-height: 1.5em;
  padding-bottom: 12px;
}

.template_content ol.list {
	/*font-size: 87.5%;*/
	padding-left: 26px;
	line-height: 1.5em;
	/*padding-bottom: 12px;*/
	text-align: justify;
}
.template_content ol.list li{ 
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
}


/* - template content - general - list-space */
.template_content ul.list-space {
	/*font-size: 87.5%;*/
	color: black;
	padding-left: 26px !important;
	line-height: 1.5em;
	padding-bottom: 12px;
	text-align: justify;
	list-space-style-type: square !important;
}
.template_content ul.list-space li{ 
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
}

.template_content ol.list-space {
	/*font-size: 87.5%;*/
	padding-left: 26px;
	line-height: 1.5em;
	padding-bottom: 12px;
	text-align: justify;
}
.template_content ol.list-space li{ 
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
}


/* - template content - general - nostyle */
.template_content ul.nostyle {
	/*font-size: 87.5%;*/
	color: black;
	padding-left: 0px !important;
	line-height: 1.5em;
	padding-bottom: 12px;
	text-align: justify;
	list-style-type: none;
	nostyle-style-type: none !important;
}
.template_content ul.nostyle li{ 
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
}

.template_content ol.nostyle {
	/*font-size: 87.5%;*/
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
	text-align: justify;
}
.template_content ol.nostyle li{ 
	padding-left: 0px;
	line-height: 1.5em;
	padding-bottom: 12px;
}

/* - template content - general - table */
.template_content table.tableStyle03 {
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	margin-bottom: 20px;
	width: 100%;
}
.template_content table.tableStyle03 thead th,
.template_content table.tableStyle03 thead td  {
	padding:11px 10px 12px;
	border-bottom:2px solid #ccc;
	border-right:1px solid #b6b6b6;
	font-size:87.5%;
	line-height:1.5em;
	text-align:left;
	vertical-align:top;
	/*
	white-space:nowrap;
	*/
	white-space:normal;
	
	font-weight: bold;
	color:#fff;
}

.template_content table.tableStyle03 th,
.template_content table.tableStyle03 td {
	padding: 10px;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	font-size:87.5%;
	line-height:1.5em;
	vertical-align: top;
}
.template_content table.tableStyle03 tbody td {
	color: #333;
}
.template_content table.tableStyle03 td a{
	color: #AA5303;
}
.template_content table.tableStyle03 td a:hover,
.template_content table.tableStyle03 td a:focus {
	color: #333333;
}


.template_content table.tableStyle03 thead th,
.template_content table.tableStyle03 thead td{
	background:#369 url("../images/background/table-header-bottom-theme1.gif") left bottom repeat-x;
}
.colorTheme1 .template_content table.tableStyle03 thead th,
.colorTheme1 .template_content table.tableStyle03 thead td {
	background:#369 url("../images/background/table-header-bottom-theme1.gif") left bottom repeat-x;
}
.colorTheme2 .template_content table.tableStyle03 thead th,
.colorTheme2 .template_content table.tableStyle03 thead td {
	background:#754b51 url("../images/background/table-header-bottom-theme2.gif") left bottom repeat-x;
}
.colorTheme3 .template_content table.tableStyle03 thead th,
.colorTheme3 .template_content table.tableStyle03 thead td {
	background:#4b7915 url("../images/background/table-header-bottom-theme3.gif") left bottom repeat-x;
}
.colorTheme4 .template_content table.tableStyle03 thead th,
.colorTheme4 .template_content table.tableStyle03 thead td {
	background:#126d9a url("../images/background/table-header-bottom-theme4.gif") left bottom repeat-x;
}
.colorTheme5 .template_content table.tableStyle03 thead th,
.colorTheme5 .template_content table.tableStyle03 thead td {
	background:#595959 url("../images/background/table-header-bottom-theme5.gif") left bottom repeat-x;
}

/* - template content - general - table */
.template_content table.borderTable {
	border: solid 1px #666666;
	width: 100%;
	padding: 3px;
	margin-top:5px;
	margin-bottom:5px;
}
.template_content table.borderTable td {
	border: solid 1px #666666;
	padding: 3px;
}

.template_content table.borderlessTable {
	width: 100%;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
}
.template_content table.borderlessTable td {
	padding: 3px;
}

/* - template content - general - leftCol */
.template_content .leftCol {
	width: 570px;
	float: left;
}
.template_content .leftCol > p {
	padding-bottom:18px;
	text-align: justify;
}

.template_content .leftCol.small {
	width: 525px;
}

/* - template content - general - rightCol */
.template_content .rightCol {
	width: 170px;
	float: right;
}
.template_content .rightCol > p {
	padding-bottom:18px;
	text-align: justify;
}
.template_content .rightCol.boxStyle2{
	background: #FFFFFF;
}
.template_content .rightCol.boxStyle2 p {
	padding: 10px;
	border: 1px solid #e3e3dd;
	text-align: center;
}
.template_content .rightCol.big {
	width: 215px;
}
.template_content .colSmall{
	width: 215px;
}
.template_content .colBig{
	width: 525px;
}
.template_content .rightCol img {
	width: 100%;
	display: block;
}

/* - template content - general - colorList */
.template_content .colorList {
	list-style-type:none;
	margin-left:0;
}
.template_content .colorList li{
	padding: 0px 0px 0px 26px!important;
	/*font-size:100%; */
	color:#b59657;
	/*background: url("../images/background/bullet-list.gif") 10px 0.6em no-repeat;*/
	background: url("../images/background/bullet-list.gif") no-repeat 10px 0.6em;	
	line-height: 1.5em;
	padding-bottom: 12px;
	font-size: 87.5%;
}
.template_content .colorList li span{
	color: #333333;
}
.template_content .colorList li p{
	font-size:100%;
	padding:0 0 0;
	color: #333;
}
.template_content .colorList li h3 {
	font-size:100%;
	padding:0 0 0;
	color:#333;
}


/* - template content - general - showHide */
.template_content .showHide {
	padding-bottom: 18px;
}
.template_content .showHide .showHideTrigger {
	background: url("../images/content/closedTab.jpg") left 5px no-repeat;
	display: block;
	padding-left: 35px;
	font-size: 87.5%;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}
.template_content .showHide.open .showHideTrigger {
	background: url("../images/content/openTab.jpg") left 5px no-repeat;
}
.template_content .showHide .showHideContent {
	padding:0 0 0 46px;
	color:#333;
}
.template_content .showHide .confaqStyle{
	padding:0 0 0 36px;
}
.template_content .showHide .showHideContent a {
	color: #aa5303;
}
.template_content .showHide .showHideContent a:hover,
.template_content .showHide .showHideContent a:focus {
	color: #333;
}
.template_content .showHide .showHideContent ul {
	padding-left:24px;
}
.template_content .showHide .showHideContent li {
	padding:14px 0 0;
	font-size:87.5%;
	line-height:1.5em;
}
.template_content .showHide .showHideContent li li,
.template_content .showHide .showHideContent li p {
	font-size:100%;
}











/* - template content - Template 2. Section landing page */
/* - template content - Template 2. Section landing page */
.headerWrapper.template1 {
	/*background: url("../images/background/visaH2Bground.jpg") no-repeat;*/
}
.template_content_container.template1 {
	padding: 0px;
}

.template1_col {
}
.template1_col1 {
	width: 360px;
	padding: 28px 30px 25px 30px;
}
.template1_col2 {
	width: 360px;
	padding: 28px 0 25px 0px;
}


.template1_col .newsBox {
	width: 100%;
	margin-bottom: 24px;
}
.template1_col .newsBox img{
	display: block;
}
.template1_col .newsBox h1, .template1_col .newsBox h2 {
	position: relative;
	display: block;
	border-bottom: 3px solid #ccc;
	font-size: 87.5%;
	line-height: 1.2em;
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.template1_col .newsBox h1 span, .template1_col .newsBox h2 span {
	display:block;
	padding:12px 0 13px 10px;
}
/* for shown in editor only */
.tinymce_editor.template_content .newsBox h1, .tinymce_editor.template_content .newsBox h2 {
	background:#369 url("../images/background/newsBox-title-top-theme1.gif") left top repeat-x;
}
.tinymce_editor.template_content .newsBox h1 span, .tinymce_editor.template_content .newsBox h2 span {
	background: url("../images/background/newsBox-title-bottom-theme1.gif") left bottom repeat-x;	
}
.tinymce_editor.template_content .newsBoxList ul li{
	background: url("../images/background/bullet-style01-theme1.jpg") 10px 10px no-repeat;
}


/* - template content - Template 2.1 Section landing page template with image */
/* - template content - Template 2.1 Section landing page template with image */

/* replace .col1 */
.template2_col1{
	float: left;
	padding-right: 20px;
	width: 248px;
}
.template2_col1 .col1Inner{
	padding-left: 6px;
}
.template2_col1 .col1Feature{
	padding-bottom: 32px;
	display: block;
}
/* replace .col2 */
.template2_col2{
	float: left;
	width: 480px;
}

/* replace .downloadList */
.template2_col1 ul {
}
.template2_col1 ul li{
	list-style:none;
	padding:0 0 20px;
	font-size: 87.5%;
	line-height:1.5em;
}
.template2_col1 ul li a{
	text-decoration:none;
	color:#aa5303;
}
.template2_col1 ul li a:hover,
.template2_col1 ul li a:focus{
	color:#333;
}
.template2_col1 ul li a {
	position:relative;
	display:block;
	margin:0 0 0 40px;
}
.template2_col1 ul img{
	position:absolute;
	top:0;
	left:-40px;
	display:inline-block;
	padding-right:8px;
	text-indent:-9999px;
	cursor:pointer;
}
/* replace .listArrow*/
.template2_col2 ul li, 
.template2_col2 ol li{
	list-style:none;
	padding:8px 0 16px 38px;
	font-size:87.5%;
	line-height:1.5em;
	color:#aa5303;
	background: url("../images/background/bullet-style01-theme1.jpg") no-repeat 10px 10px;	
}
.template2_col2 ul li a, 
.template2_col2 ol li a {
	color:#aa5303;
	text-decoration:none;
}
.template2_col2 ul li a:hover,
.template2_col2 ul li a:focus,
.template2_col2 ol li a:hover,
.template2_col2 ol li a:focus{
	color: #333;
}

.colorTheme1 .template2_col2 ul li,
.colorTheme1 .template2_col2 ol li {
	background: url("../images/background/bullet-style01-theme1.jpg") 10px 10px no-repeat;
}
.colorTheme2 .template2_col2 ul li,
.colorTheme2 .template2_col2 ol li {
	background: url("../images/background/bullet-style01-theme2.jpg") 10px 10px no-repeat;
}
.colorTheme3 .template2_col2 ul li,
.colorTheme3 .template2_col2 ol li {
	background: url("../images/background/bullet-style01-theme3.jpg") 10px 10px no-repeat;
}
.colorTheme4 .template2_col2 ul li,
.colorTheme4 .template2_col2 ol li {
	background: url("../images/background/bullet-style01-theme4.jpg") 10px 10px no-repeat;
}
.colorTheme5 .template2_col2 ul li,
.colorTheme5 .template2_col2 ol li {
	background: url("../images/background/bullet-style01-theme5.jpg") 10px 10px no-repeat;
}


/* - template content - Template 1. Homepage */
/* - template content - Template 1. Homepage */
.template_content_container.template24 {
	padding: 0px;
}
.template_content.template24 {
	padding: 0px;
}




/* - template content - Template 3. Information Page (expand and collapse) */
/* - template content - Template 3. Information Page (expand and collapse) */

.template_content_container.template3 {
	padding: 0px;
}
.template_content.template3 {
	padding: 0px 25px 0px;
}

/* - template content - Template 3.1 Dropdown with information page */
/* - template content - Template 3.1 Dropdown with information page */
.template_content_container.template4 {
	padding: 0 30px 0 30px;
}

.template_content.template4 {
	padding: 0px;
}

.template_content.template4  > div.contentContainer01 > p,
.template_content.template4  > div.contentContainer01 > h3 {
	font-size:87.5%;
}

/* - template content - Template 4. Detailed information (tabs) */
/* - template content - Template 4. Detailed information (tabs) */
.template_content_container.template5 {
	padding: 0px;
}

.template_content.template5{
	padding: 0px 30px 50px;
}
.template_content_container.template5 .customSelectAreaNoDecoration{
	padding: 0px;
}
.tabContent .template_content.template5{
	padding: 0px 20px 20px 20px;
}


/* - template content - Template 4.1 Detailed information (tabs without dropdown) */
/* - template content - Template 4.1 Detailed information (tabs without dropdown) */
.template_content_container.template6 {
	padding: 30px;
}
.template_content.template6 {
	padding: 0px 25px 50px;
}



/* - template content - Template 5. Download forms*/
/* - template content - Template 5. Download forms*/

/* table cell used in Template 5. Download forms*/
.cell01 {
	width:20%;
}
.cell02 {
	width:80%;
}


/* - template content - Template 6. Text with image */
/* - template content - Template 6. Text with image */
.template_content.template8 p {
	font-size: 87.5%;
	line-height: 1.5em;
}


/* - template content - Template 6.1 Text with image and header image */
/* - template content - Template 6.1 Text with image and header image */
.template_content.template9 {
	padding: 0px 0px 0px;
}

.template_content.template9 h3,
.template_content.template9 p{
	font-size: 87.5%;
	line-height: 1.5em;
}
.template_content.template9 h3{
	padding:0 0 6px;
	color: #0a3057;
}
.template_content.template9 > p:first-child{
	padding: 0px;
}
/* - template content - 6.2 Text with image - version 2 */
/* - template content - 6.2 Text with image - version 2 */
.template_content_container.template10 {
	padding: 0px;
}
.template_content.template10 {
	padding: 0px;
}
.template_content.template10 > p {
	padding: 0px 25px 50px;
}

/* - template content - 9. Text with bullet points and section headings */
/* - template content - 9. Text with bullet points and section headings */

.template_content.template14 h3 {
	font-size:100%;
	padding:0 0 20px;
}
.template_content.template14 p {
	padding-bottom:18px;
	color:#333;
}
.template_content.template14 ul {
	list-style-type: none;
	margin-left: 0px;
}
.template_content.template14 ul li{
	padding-bottom: 12px;
	color: #333;
}
.template_content.template14 p,
.template_content.template14 h3,
.template_content.template14 .colorList li {
	font-size:87.5%;
	line-height:1.5em;
}
.template_content.template14 ul {
	padding:0 0 6px;
}

/* - template content - 10. FAQ (with search) */
/* - template content - 10. FAQ (with search) */
.template_content_container.template16 {
	padding: 0px;
}
.template_content.template16 {
	padding: 0px 25px 0px 25px;
}
.template_content_container.template16 .tabHeader {
	display: block;
	height: 25px;
}

/* - template content - 11. Download specific form */
/* - template content - 11. Download specific form */
.template_content_container.template19 {
	padding: 0px;
}
.template_content.template19 {
	margin-top: 30px;
	width: 750px;
	padding: 0 30px 0 30px;
}

/* - template content - 12. Video and photo gallery */
/* - template content - 12. Video and photo gallery */
.template_content_container.template20 {
	padding: 0px;
}

/* - template content - 12.1.Single image gallery */
/* - template content - 12.1.Single image gallery */
.template_content_container.template21 {
	padding: 0px;
}

/* - template content - 13. Dropdown with table and text */
/* - template content - 13. Dropdown with table and text */
.template_content_container.template22 {
	padding: 0 30px 0 30px;
}
.template_content.template22 {
	padding-top: 0px;
}
.template_content.template22 .template_content.template22 {
	padding-top: 20px;
}


/* additional modificaiton of css */
/* additional modificaiton of css */
/* additional modificaiton of css */
/* additional modificaiton of css */

.ui-tabs-hide { 
    display: none !important; 
 }

 
 /* fix for printing dropdown in IE */
 /* fix for printing dropdown in IE */
.jsCustomSelectContentSwitcher, .jsCustomSelectContentSwitcher > * {
	zoom: 1;
}

sup { vertical-align: top; position: relative; top: -0.5em; }
