/*this file is called from /aspx/welcome.aspx*/

body 
{
	background-image: url(/assets/images/SeaBannerBg.gif);
	background-repeat: repeat-x;
	background-color: #0C4F71;
}

#main
{
	width:100%;
	background-image: none;
}

#header 
{
	width: 100%;
	background-image: url(/assets/images/SeaBannerBg.gif);
	border-top:none;
	height:93px;
	padding-top: 19px;
	text-align: center;
}

#header img
{
	float:none;
}

#content 
{
	width: 95%;
	background: #fff;
	background-image:none;
	border-left: 18px solid #0C4F71;
	border-right: 18px solid #0C4F71;
	position: relative;
	padding: auto;
	min-width: 743px;
}

#innerContent 
{
	width: 703px;
	height: 370px;
	margin: 0 auto 20px;
	position:relative;
	padding: 0 20px 0 20px;
}

#main_image 
{
	float: right;
}

#news 
{
	border-top:solid 20px #fff;

}

#rightCol 
{
	display: none;
}

#footer 
{
	background: #0C4F71;
	width: 100%;
	height: 14px;
	padding: 1px 0 0 0;
	margin:0 0 0 0;
	bottom:0;
	position:absolute;
}

body.welcome
{
	background-color: #C5C6C9;
	margin: 0;
	padding: 0;
}

.welcomeformat
{
	background: url(/assets/images/gateway/side2.gif) repeat-y right top;
	background-color: #FFFFFF;	
}

.leftborder
{
	background: url(/assets/images/gateway/side1.gif) repeat-y left top;
}

.CopyrightWelcome
{
	background-color: #0C4F71;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
	height:38px;
}

/*Language Select Menu____________________*/
#menu {
	background:  url(/assets/images/language_select/top.gif) no-repeat left top;
	width: 165px;
	padding: 7px 0 0 0;
	margin: 0;
}

#menu p {
	margin: 0;
	padding: 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #616880;
}

#enter {
	background: #E1E1E5 url(/assets/images/language_select/divider.gif) no-repeat left bottom;
	width: 165px;
	padding:0 0 13px 0;
	margin: 0;
	text-align:center;
}

#enter span
{
	text-align: right;
}

#enter a, #enter a:visited
{
	background: url(/assets/images/language_select/enterarrow.gif) no-repeat right 0;
	padding: 5px 43px 10px 0;
	margin: 4px 43px 0 0;
	text-decoration: none;
	color: #616880;
	float:right;
}

#enter a:hover, #enter a:focus
{
	background-position: 100% -86px;
	color: #313e8c;
}

#enter a:active
{
	background-position:  100% -172px;
	color: blue;
}

#enter p
{
	height: 34px;
}

#enter p, #language p {
	padding: 0;
	margin: 0;
	border-right: 1px solid #616880;
	border-left: 1px solid #616880;
	text-align: center;
}

#language {
	background: #E1E1E5 url(/assets/images/language_select/bottom.gif) no-repeat left bottom;
	width: 165px;
	padding:0 0 7px 0;
	margin: 0;
}

#language #P1
{
	margin: 0;
	padding: 0;
	display: inline;
	border: 0 solid #E1E1E5;
	float: right;
	position: absolute;
	left: 22px;
	top: 115px;
}

#language #P2
{
	padding-bottom:4px;
}

#language span#LanguageLabel
{
	width: 135px;
	text-align: left;
	margin: 5px 0 4px 14px;
	float:left;
}

#DummyButton, #SubmitStyleEnter
{
	display: none;
}

#SwitchModesButton
{
/*	color: #E1E1E5; */
	color: White;
	border: 0 solid white;
	width: 28px;
	height: 15px;
	background-color: white;
	margin: 0;
	padding: 0;
	display: inline;
}


#language #P2 select
{
	width: 135px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*News Stories____________________________*/

#news
{
	margin: 0;
	padding: 6px 0 0 0;
	width: 165px;
	background: url(/assets/images/NewsTable/top.gif) no-repeat top left;
}

#news p, #news p a:link, #news p a:hover, #news p a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #616880;
	padding: 2px 0 8px 0;
	margin: 0 ;
}

#news ul
{
	list-style-type: none;
	padding: 0 0 7px 0;
	margin: 0;
	background: url(/assets/images/language_select/bottom.gif) no-repeat bottom left;
}

#news li
{
	padding: 4px 4px 4px 6px;
	margin: 0;
	vertical-align: top;
	border-left: 1px solid #616880;
	border-right: 1px solid #616880;
	background-color: #E1E1E5;
	font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

#news li a, #news li a:visited
{
	padding-left: 10px;
	background-image: url(/assets/images/NewsTable/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block;
	color: #616880;
	text-decoration: underline;
}

#news li a:hover, #news li a:focus
{
	background-position: 0 -97px;
	background-repeat: no-repeat;
	color: #313E8C;
}

#news li a:active
{
	color: blue;
}
#header .btnChangePassword 
{
	margin-top:24px;
}
#header .btnLogout
{
	margin-top:24px;
}

/*fix for ie6 link issue */
#news li a
{
	width:140px;
}

