<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 ----------------------------------------------------------------
 
 ASYCUDA Portal Front End 
 Version 0.2
 http://www.asycuda.org
 updated: Jan 19, 2012
 
 This may not be re-distrubited without the
 express written permission of the author.
 
 NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
 THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
 AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
 
 ----------------------------------------------------------------
 */
body {
	background: url("../img/background/background_body.gif") repeat-x scroll
		0 0 #E9EEF4;
}

body,table,td,form,input,select,textarea,label,pre {
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif, sans;
	font-size: 12px;
}

.mainTableTemplate {
	margin: auto;
	width: 950px;
	background-color: white;
}

.loginPanel {
	width: 100%;
}

h1,h2,h3,h4,h5 {
	clear: right;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0.5em
}

h4 {
	background: none repeat scroll 0 0 #F8F8FF;
	padding: 0
}

html body {
	background-color: #E9EEF4;
	color: #494949;
	margin: 0
}

.indentedParagraph {
	margin-bottom: 7px;
	margin-left: 15px;
	margin-top: 2px
}

.doubleIndentedParagraph {
	margin-bottom: 7px;
	margin-left: 30px;
	margin-top: 2px
}

.tripleIndentedParagraph {
	margin-bottom: 7px;
	margin-left: 45px;
	margin-top: 2px
}

.normalParagraph {
	margin-bottom: 7px;
	margin-top: 2px
}

.content_body {
	margin: 0 auto
}

#un-asycuda-container,#un-asycuda-header,#un-asycuda-navbar,#un-asycuda-main,#un-asycuda-footer
	{
	width: 995px
}

#un-asycuda-header-top-left {
	height: 8px;
	min-height: 8px;
	width: 8px;
	min-width: 8px;
	background-image: url('../img/header-background-top-left.gif');
	background-repeat: no-repeat;
}

#un-asycuda-header-top-mid {
	height: 8px;
	min-height: 8px;
	background-image: url('../img/header-background-top-mid.gif');
	background-repeat: repeat-x
}

#un-asycuda-header-top-right {
	height: 8px;
	min-height: 8px;
	width: 10px;
	min-width: 10px;
	background-image: url('../img/header-background-top-right.gif');
	background-repeat: no-repeat
}

#un-asycuda-header-mid-left {
	background-image: url('../img/header-background-mid-left.gif');
	background-repeat: repeat-y
}

#un-asycuda-header-mid-right {
	background-image: url('../img/header-background-mid-right.gif');
	background-repeat: repeat-y
}

#un-asycuda-footer-left {
	height: 10px;
	min-height: 10px;
	width: 8px;
	min-width: 8px;
	background-image: url('../img/footer-background-left.gif');
	background-repeat: repeat-y
}

#un-asycuda-footer-mid {
	height: 10px;
	min-height: 10px;
	background-image: url('../img/footer-background-mid.gif');
	background-repeat: repeat-x
}

#un-asycuda-footer-right {
	height: 10px;
	min-height: 10px;
	width: 10px;
	min-width: 10px;
	background-image: url('../img/footer-background-right.gif');
	background-repeat: repeat-y
}

#un-asycuda-navbar,#un-asycuda-main {
	background-color: #FFF;
	background-image: url('../img/box-background.png');
	background-repeat: repeat-y
}

#un-asycuda-title {
	background-color: #2D3F55;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding: 5px
}

table.un-asycuda-banner {
	background: url('../img/background/main_aww_banner.jpg') repeat-x;
	height: 100px;
	width: 100%;
	border: 1px solid #003F67
}

#un-asycuda-logo-right {
	text-align: right
}

#un-asycuda-logo-left {
	text-align: left
}

table.un-asycuda-body-table {
	width: 100%;
	min-width: 990px
}

table.un-asycuda-slideshow {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	padding-top: 5px
}

.un-asycuda-boxtext a:hover {
	color: blue
}

.un-asycuda-boxtext-ar a:hover {
	color: blue;
	text-align: right
}

#language-chooser {
	padding-bottom: 3px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFF !important;
	font-weight: 700 !important;
	margin-right: 10px;
	text-align: right
}

#language-chooser .right {
	float: right;
	position: absolute;
	right: 0
}

.right {
	display: inline;
	float: right;
	background-color: #CCC
}

#language-chooser ul li {
	background: transparent url(../img/list_pipe_sep.png) no-repeat scroll
		right 1px;
	display: inline
}

#language-chooser #lang {
	margin-bottom: 4px
}

#language-chooser ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	margin: 0 1px;
	padding: 0
}

#language-chooser ul li a {
	text-decoration: none;
	font-weight: 700;
	color: #2D3F55;
	padding: 0 8px
}

#language-chooser ul li a.active {
	color: #F50
}

#down-left-title {
	float: left;
	width: 360px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	color: #50a8fa;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 0;
	border-bottom: #e6e6e6 solid 1px;
	background: url(../img/arrow.gif) no-repeat 4% 50%;
	padding: 7px 0
}

#down-mid-title {
	float: left;
	width: 360px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	color: #50a8fa;
	text-transform: uppercase;
	margin-top: 5px;
	border-bottom: #e6e6e6 solid 1px;
	background: url(../img/arrow.gif) no-repeat 4% 50%;
	padding: 7px 0
}

#down-right-title {
	float: left;
	font-weight: 700;
	color: #50a8fa;
	text-transform: uppercase;
	margin-top: 5px;
	border-bottom: #e6e6e6 solid 1px;
	background: url(../img/round-right-arrow.png) no-repeat 4% 50%;
	padding: 7px 0 7px 40px
}

#down-left-body,#down-mid-body,#down-right-body {
	text-align: justify
}

#down-left-panel,#down-mid-panel,#down-right-panel {
	background: url("../img/down-panel-bg.jpg") repeat scroll 0 0
		transparent;
	border: 1px solid #98AFC7
}

#down-left-panel {
	float: left;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	height: 200px;
	width: 360px;
	padding: 3px
}

#down-mid-panel {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	height: 200px;
	width: 360px;
	padding: 3px
}

#down-right-panel {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	height: 200px;
	padding: 3px
}

#bullet-main {
	float: left;
	margin-bottom: 0;
	width: 100%
}

#bullet {
	text-align: justify;
	margin-left: 15px
}

.bullet-box {
	font-weight: 700;
	color: #50a8fa;
	background: url(../img/bullet-box.gif) no-repeat 0 60%
}

.bullet-box a {
	padding-left: 12px
}

.bullet-box-no-bullet {
	font-weight: 700;
	color: #50a8fa;
	text-align: left
}

.bullet-box-no-bullet a {
	margin-left: -20px
}

.bullet-content {
	font-weight: 400;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
	padding-left: 0;
	width: 95%;
	margin-left: 12px;
}

.bullet-content a {
	font-weight: 400;
	color: #333;
	border-bottom: #666 dotted 1px;
	text-decoration: none;
	line-height: 18px
}

.rightMenuColumn {
	width: 300px;
	vertical-align: top;
	background: url("../img/background/rightMenuBackground.png") repeat-y
		scroll 0 0 transparent;
}

.columnWithBackground {
	background: url("../img/background/rightMenuBackground.png") repeat-y
		scroll 0 0 transparent;
}

.slideshowColumn {
	width: 500px;
	vertical-align: top;
	background: url("../img/background/rightMenuBackground.png") repeat-y
		scroll 0 0 transparent;
}

.newsColumnLeft {
	width: 70%;
	vertical-align: top
}

.newsColumnRight {
	width: 30%;
	vertical-align: top;
	text-align: center
}

.topColumn {
	vertical-align: top
}

.centerColumn {
	text-align: center
}

.centerColumnRightMenu {
	text-align: center;
	width: 150px;
}

.rightMenuVesselPanel .ui-panel-content .ui-widget-content {
	width: 260px !important;
	padding:0px !important;
}

.noPaddingColumn {
	padding: 0 !important
}

.un-asycuda-title a:link,.un-asycuda-title a:visited,.un-asycuda-title a:active
	{
	color: #FFF;
	text-decoration: none
}

.un-asycuda-title a:hover,#language-chooser ul li a:hover {
	color: #9CF
}

.un-asycuda-boxtext a:link,.un-asycuda-boxtext a:visited,.un-asycuda-boxtext a:active
	{
	color: #000;
	text-decoration: none
}

.un-asycuda-boxtext-ar a:link,.un-asycuda-boxtext-ar a:visited,.un-asycuda-boxtext-ar a:active
	{
	color: #000;
	text-decoration: none;
	text-align: right
}
.un_follow_fb
        {
         background:url("../img/background/FB-FindUsonFacebook-online-58.png") no-repeat !important;
         width:16px;
         height:16px;
        }
.un_follow_twitter
        {
         background:url("../img/background/Twitter_logo_blue_16.png") no-repeat !important;
         width:16px;
         height:16px;
        }</pre></body></html>