#blanket {
   background-color:#111;
   opacity: 0.7;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
.popUpDiv {
    box-shadow: 4px 4px 7px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 4px 4px 7px #818181;
    -moz-box-shadow: 4px 4px 7px #818181;
    border:4px solid #a22222; /*Border around tooltip*/

	position:absolute;
	background-color:#eeeeee;
	width:800px;
	height:600px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

/*=========================== TAILING =========================*/

.tail-bg {
	background:url(../images/tail-bg.jpg) repeat-y left top;
}
.top-bg {
	background:url(../images/top-bg.jpg) no-repeat left top;
}
.bot-bg {
	min-height:1200px;
	height:auto!important;
	height:1200px;
	background:url(../images/bot-bg.jpg) no-repeat left bottom;
}
#main { 
	width:1024px; 
	margin: 0 auto;
}
/*========================== ALIGMENT =========================*/

.alignright { 
	text-align:right;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
	display:inline-block;
}


.ShowContent { float:left; width: 690px; padding: 10px 0px 10px 0px; overflow:auto; }

/*================= TXT, LINKS, LINES, TITLES =================*/
p { 
	margin:0;
}
.pcontent { 
    margin:0;
	padding: 5px 0px;
	line-height:1.5em;
	text-align:justify;
}

a {	
	color:#cb0202; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	color:#2f2f2f;
	font-size:16px;
	line-height:2em;
	
}
h2 strong {
	color:#bd0102;
	display:block;
	text-transform:uppercase;
	margin-bottom:0px;
	position:relative;
	font-weight:bold;
}

h2 span {
	font-size:16px;
	position:relative;
	top:1px;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	color:#2f2f2f;
	text-transform:uppercase;
	margin-bottom:10px;
}
.spaceTop {
	margin-top:6px;
}
.cssCaption_LoginNews {
    font-size:12px;
	line-height:1.2em;
	color:#3a3a3a;
	margin-bottom:10px;
}
.cssCaption_HotNews {
    font-size:20px;
	line-height:1.2em;
	color:#bd0102;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:bold;
}
h3 strong {
	color:#bd0102;
}
h3.extra {
	font-size:21px;
}
h4 {
	font-size:16px;
	line-height:1em;
	color:#1b5f9f;
	margin-bottom:0px;
}
h5 {
    font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	color:#585858;
	margin-top:-15px;
	margin-bottom:5px;
	text-align:justify;
}
h5.extra {
	margin:0;
}
.col-1, 
.col-2, 
.subcol-1,
.subcol-2 { 
	float:left;
}
html>body #content .col-1 { width:688px; margin-right:30px; margin-left: 10px; margin-bottom:30px;} /*for Fire fox and IE hight version */
#content .col-1 { width:688px; margin-right:20px; margin-left: 10px; margin-bottom:30px;}
#content .col-2 { width:262px;}

.col-1 .subcol-1 { width:320px; margin-right:22px; padding-right:26px;}
.col-1 .subcol-2 { width:320px;}

.img-link {
	float:left; 
	border:2px solid #fff;
}
.img-link:hover {
	border:2px solid #2f2f2f;
}

.link {
	color:#fff;
	font-weight:bold;
	background:#0b6da0;
	padding: 4px 10px 4px 10px;
	line-height:1.08em;
	display:inline-block;
	text-decoration:none;
}
.link:hover {
	background:#bd081b;
}
/*========================== LISTS ============================*/

ul, 
ol { 
	list-style:none;
}

.list li {
	background:url(../images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-left:-40px;
}
.list li.last {
	background:none;
}
.list li span {
	padding:0 0 0 19px;
	background:url(../images/arrowmenu.gif) no-repeat left 3px;
	display:inline-block;
}

.list li a {
	color:#236cb1;
	text-decoration:none;
}
.list li a:hover {
	font-weight:bold;
}
.list.capability li span.submenu {
	padding:0 0 0 13px;
	background:url(../images/dot.gif) no-repeat left 3px;
	display:inline-block;
}
.list.capability li span a {
	font-weight:bold;
}
.list.capability_otherNews li span a {
	font-weight:normal;
}
.list.capability_otherNews li span a:hover {
	color:#cb0202;
}
.list.capability_comment li span {
	font-weight:normal;
	color:#3a3a3a;
	text-align:justify;
}
.list.capability_comment li span a {
	font-weight:normal;
	color:#3a3a3a;
}
.list.capability_comment li span a:hover {
	color:#cb0202;
}

.list.capability li span.submenu a {
	font-weight:normal;
}
.list.capability li span a:hover {
	color:#cb0202;
}
.list.flow li span a {
	font-weight:bold;
	color:#3a3a3a;
}
.list.flow li span a:hover {
	color:#cb0202;
}

.list.alt li span a {
	color:#cb0202;
}
.list li.alt {
	margin-bottom:30px;
}

.banner_menu {
	padding-bottom:5px;
}

.imgBorder {
    float:left;
	width:100%;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:12px;
}

.imgBorder a {
	border:1px solid #b0dbec;
	display:block;
	float:left;
}
.imgBorder a:hover {
	border:1px solid #ffff00;
}


/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
.box .top-corner { 
	background:url(../images/top_page.png) no-repeat right top; 
	height:16px; 
	width:1020px; 
	padding-left:2px;
}

.box .bot-corner { 
	background:url(../images/bottom_page.png) no-repeat right bottom; 
	height:16px; 
	width:1020px; 
	padding-left:2px;
}

.box .border-top { 
	background:url(../images/border-top.png) left top repeat-x; 
	height:2px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .border-bot { 
	background:url(../images/border-bot.png) left bottom repeat-x; 
	height:2px; 
	font-size:0; 
	line-height:0; 
	width:100%;
}
.box .border-left { 
	background:url(../images/border-left.png) left top repeat-y; 
	padding-left:2px;
}
.box .border-right { 
	background:url(../images/border-right.png) right top repeat-y; 
	padding-right:2px;
}
.box .xcontent { 
	background:url(../images/box-tail.png);
	padding: 0px 15px;
	min-height:1000px;
	height:auto!important;
	height:1000px;
}
.box .xcontent .space { 
	padding: 15px 0px;
}
/*---*/

.box_T { background:url(../images/menu_T.png) no-repeat left top; height:16px; width: 262px; z-index:100px;}
.box_B { background:url(../images/menu_B.png) no-repeat left bottom; height:17px; width: 262px;}

.box1 {
	width:100%;
	background:#fff;
}
.box1 .inner {
	padding: 1px 15px;
}


/*========================== HEADER ===========================*/

#header { 
	height:132px;
	position:relative;
	z-index:10;
}

#menu {
    background:url(../images/bg_menu.png) no-repeat left top;
    width:990px;
    height:40px
}


/*========================= CONTENT ===========================*/

#content .content {
	padding: 28px 0 0 32px;
}
#content .indent {
	padding-bottom:20px;
}


/*========================= FOOTER ============================*/
#footer { 
	height:126px;
	color:#025086;
}

#footer .indent {
	padding: 10px 23px 0 0;
	text-align:right;
}
#footer p {
	margin-bottom:7px;
}
#footer p strong {
	color:#c80202;
	font-size:16px;
	line-height:1.2em;
}
#footer p, #footer a {
	color:#025086;
}
#footer a, #footer ul li a.active {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul li {
	display:inline;
	border-right:1px solid #025086;
	padding-right:5px;
	margin-right:5px;
}
#footer ul li.last {
	border:0;
	padding:0;
	margin:0;
}
#footer ul li a.active {
	color:#c80202;
	font-weight:bold;
}
#footer ul li a.unActive {}

/*=============================================================*/

body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#242424; 
	min-width:1024px;
}
img { 
	behavior: url(CSS/iepngfix.htc);
    border:0; 
	vertical-align:top; 
	text-align:left;	
}

div,
span,
table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
}
a {	
	color:#cb0202; 
	outline:none;
}
a:hover {
	text-decoration:none;
}


#cssSearch {
    width: 365px; height: 25px; right: 0px; top: 410px; position: absolute; z-index: 500; padding-top: 3px
}
html>body #cssSearch {
    width: 365px; height: 25px; right: 40px; top: 407px; position: absolute; z-index: 500; padding-top: 3px
}

.cssButton {
	border-left: 0px; border-bottom: 0px; border-right: 0px; border-top: 0px; font-weight: bold; font-size: 12px; color: #808080; font-family: Arial, Helvetica, sans-serif; height: 22px; text-align: center; text-decoration: none; width: 99px; background-image: url(../images/button.gif)
}

.cssDroplistBox {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; padding-left: 3px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; width: 100%;
}
.cssTextBox {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #FFFDFE; border: 1px solid #90AFD7; padding-left: 3px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px;
}
.cssTextBox_ {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #FFFDFE; border: 1px solid #90AFD7; padding-left: 3px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; width: 170px;
}
.cssButton_Search {
	border-left: 0px; border-bottom: 0px; border-right: 0px; border-top: 0px; font-weight: bold; font-size: 12px; COLOR: #EEEEEE; font-family: Arial; height: 24px; text-align: right; padding-right: 15px; text-decoration: none; width: 98px; background-image: url(../images/bt_search.jpg); background-repeat:no-repeat
}
.cssTextbox_search {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: 0; color: #dadada; width: 190px; background-color: #345788;
}
.linkLang {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#1C6297; text-decoration: none
}
.linkLang:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#FF0000; text-decoration: none
}
.linkLanguage {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#FFFFFF; text-decoration: none
}
.linkLanguage:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#FF6600; text-decoration: none
}
.cssIMGBorder {
	border: 1px solid #D1D1D1
}

.cssIMG {
	border: 1px solid #90AFD7
}

.cssDIV {
    float: left;
}
.cssDIV_right {
    float: right;
}
.cssDIV_Space {
    float: left; width: 10px;
}
.cssDIV_br {
    clear: both;
}
.cssHand {
    cursor: hand;
}

.cssSolution {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#1A5A8A; text-decoration: none
}
.cssSolution:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#1C6297; text-decoration: underline
}
.cssSolution_ {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#82BCE8; text-decoration: none
}
.cssSolution_:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#1C6297; text-decoration: underline
}

.cssSpan_NameOther  {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #1C6297; font-weight: bold; text-decoration: none
}
.cssSpan_Name {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #3076AF; font-weight: bold; text-decoration: none
}
.cssSpan_Name_msg {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #3076AF; font-weight: bold; text-decoration: none
}

.linkNewsCaptionDetail {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; line-height: 150%;font-weight: bold; text-decoration: none
}
.MainTop_Header {
    font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold; color:#2b2828; text-decoration: none
}
.MainTop_Header:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold; color:#c50125; text-decoration: none
}
.MainTopSpecial_Header {
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color:#333333; text-decoration: none
}
.MainTopSpecial_Header:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color:#c50125; text-decoration: none
}
.MainTopSpecial_Created {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#585858; text-decoration: none
}
.cssSpan_NameOther  {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1C6297; font-weight: bold; text-decoration: none
}
.Linkmore {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2f3434; text-decoration: underline
}
.Linkmore:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF6600; text-decoration: underline
}
.cssDateNews {
   font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 12px; color: #969695; text-decoration: none
}
.newstop {
    font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color:#C55901; text-decoration: none; line-height: 130%;
}
.newstop:hover {
    text-decoration: underline
}
.newstop_small {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#236cb1; text-decoration: none
}
.newstop_small:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#cb0202; text-decoration: underline
}
.newstop_small_normal {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#000; text-decoration: none
}
.newstop_small_normal:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; color:#C55901; text-decoration: underline
}

.photoLayer {
	padding-right: 0px; padding-left: 0px; LEFT: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; position: relative; top: 0px; z-index: 0
}
.LinkEmail {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300; text-decoration: none
}
.LinkEmail:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #358A16; text-decoration: underline
}
.cssLinkUnderline {
	font-size: 12px; color: #02306C; font-family: Arial, Helvetica, sans-serif; text-decoration: none; border-bottom: #7a4618 1px dashed; padding-bottom: 2px
}
.cssLinkUnderline:hover {
	font-size: 12px; color: #FF6600; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; border-bottom: #7a4618 1px dashed; padding-bottom: 2px
}
.cssLinkUnderline_Download {
	font-size: 12px; color: #236cb1; font-family: Arial, Helvetica, sans-serif; text-decoration: none; border-bottom: #7a4618 1px dashed; padding-bottom: 2px; cursor:pointer;
}
.cssLinkUnderline_Download:hover {
	font-size: 12px; color: #FF6600; font-family: Arial, Helvetica, sans-serif; text-decoration: none; border-bottom: #7a4618 1px dashed; padding-bottom: 2px; cursor:pointer;
}
.csslinkFlow {
	font-size: 11px; color: #3a3a3a; font-style:italic; font-family: Arial, Helvetica, sans-serif; text-decoration: none; cursor:pointer;
}
.csslinkFlow:hover {
	font-size: 11px; color: #158dd6; font-style:italic; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; cursor:pointer;
}

.csskhcnResourceHeader_
{
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #205FAC;
	text-decoration: none;
	height:30px;
	background-image:url(../images/bg-download.jpg);
	background-repeat:repeat-x;
}
.csskhcnResourceHeader__
{
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #428e60;
	text-decoration: none;
	height:30px;
	background-image:url(../images/bg-download.jpg);
	background-repeat:repeat-x;
}
.csskhcnResourceHeader,.csskhcnResourceHeader table
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #205FAC;
	text-decoration: none;
	height:30px;
	background-image:url(../images/bg-download.jpg);
	background-repeat:repeat-x;
}
.csskhcnResourceHeader A, .csskhcnResourceHeader A:active, .csskhcnResourceHeader A:visited, .csskhcnResourceHeader A:link
{
	color: yellow;
	text-decoration: none;
}
.csskhcnResourceHeader A:hover
{
	text-decoration: underline;
}
.csskhcnResource, .csskhcnResource P
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #eeeeee;
}
.csskhcnResource A, .csskhcnResource A:active, .csskhcnResource A:visited, .csskhcnResource A:link
{
	color: #10218E;
	text-decoration: none;
}
.csskhcnResource A:hover
{
	text-decoration: underline;
}
.csskhcnResourceAlternative, .csskhcnResourceAlternative P
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}
.csskhcnResourceAlternative A, .csskhcnResourceAlternative A:active, .csskhcnResourceAlternative A:visited, .csskhcnResourceAlternative A:link
{
	color: #10218E;
	text-decoration: none;
}
.csskhcnResourceAlternative A:hover
{
	text-decoration: underline;
}
.linknewsAdvert {
    color:#333333;
    text-decoration:none;
}
.moreGallery {
    padding: 0px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#ffffff; text-decoration: none
}
.moreGallery:hover {
    padding: 0px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#ffffff; text-decoration: underline
}
.cssCaptionControl {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #005F8F; padding-left: 8px; padding-right: 6px; padding-top:2px; padding-bottom:2px; background-color:#c6e1f1
}
.cssShowControl {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:justify; padding-top: 10px; padding-bottom: 10px
}
.csDateFilter {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005F8F; font-weight: bold; padding-top: 5px; padding-bottom: 2px
}
.csDateFilter_ {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0c2e48; font-weight: bold; padding-top: 1px; padding-bottom: 2px
}
.cssTD {
	border: 1px solid #90AFD7
}
.cssLineTable {
	padding-left: 3px; padding-right: 3px; padding-top: 5px; padding-bottom: 5px
}
.linkPlanShip {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none
}
.linkPlanShip:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FF6600; text-decoration: underline
}
.linkPlanShip_Current {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FF6600; text-decoration: none
}
.linkPlanShip_Current:hover {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FF6600; text-decoration: underline
}
.cssShowControlNews {
    font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; background-color:#e2eef3
}
.cssLinkPDF {
    font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration: none; color: #3a3a3a
}
.cssLinkPDF:hover {
    font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration: underline; color: #FF6600
}
.langDrop { font-family: Arial, Helvetica, sans-serif; font-size:11px; background-color:#d1e9fe; border:solid 1px #fff; border-collapse:collapse; }
.Linksearch { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; }
.Linksearch:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FF6600; text-decoration: underline; }
.linkPort {font-weight:bold; color:#215998; font-size:13px; text-decoration: none;}
.linkPort:hover {font-weight:bold; color:#e94707; font-size:13px; text-decoration: underline;}
.contentNews {
    font-family:Time News Roman;
    text-align:justify;
    font-size:12pt;
    color:#242424;
    font-weight:normal;
    text-decoration:none;
    line-height:1.5em;
    margin:0 0 10px 0;
}

