﻿@charset "utf-8";
/**** body ****/
body {
	margin: 0;
	padding: 0;
	background: #f6f6f0 url(/eCOMPASS/com/aig/ecompass/common/images/body_bg.gif) repeat-x top left;
}
.contentBody{
	font-size: 11px;
	background: #f6f6f0 
}
p,h1,h2,h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	color: #000000;
	line-height:30px;
	
	font-size: 16px;
}

dt {
	padding: 5px 5px 5px 20px;
	color: #D31145;
}

dd {
	color: #333;
}

blockquote {
	color: #333;
}

address {
	font-style: normal;
	padding: 5px;
}

/**** end of body ****/

/**** link *****/

.aFontRed {
	color:#D31145;
	text-decoration: underline;
}

.aFontRed10PT {
	color:#D31145;
	font-size: 1.273em;
	font-family: Arial;
	font-weight: bold;
	list-style-type: none;
}

li a {
	text-decoration: none;
}

a.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 15px;
	text-decoration: none;
}
/**** end of link ****/

/**** listing ****/
ul.normal li {
	background: url(../images/arrowGrey.gif) no-repeat 3px 4px;
	margin-top: 6px;
	padding-left: 20px;
	list-style-type: none;
}

ul.link li {
	background: url(../images/arrow.gif) no-repeat 3px 4px;
	margin-top: 6px;
	padding-left: 20px;
	list-style-type: none;
}

ol.alpha li {
	margin: 6px 20px;
	padding-left: 0px;
	list-style-type: lower-alpha;
}

ol.decimal li {
	margin: 6px 20px;
	padding-left: 0px;
	list-style-type: decimal;
}
/**** end of listing ****/



/**** english version****/
.en {
	font-family: arial;
	color: #333333;
	font-size: 11px;
	line-height: 15px;
}

.en h1 {
	font-size: 16px;
}

.en h2 {
	font-size: 12px;
}

.en h3 {
	font-size: 11px;
}

.en dl {
	font-size: 10px;
}

.en blockquote {
	font-size: 10px;
}

.en input,.en select,.en textarea {
	font-size: 11px;
	font-family: arial;
}
/**** end of english version****/

/**** taiwan traditional chinese version****/
.tw {
	font-family: arial, PMingLiU, mingliu;
	color: #333333;
	font-size: 11px;
	line-height: 22px;
}

.tw h1 {
	font-size: 16px;
}

.tw h2 {
	font-size: 12px;
}

.tw h3 {
	font-size: 11px;
}

.tw dl {
	font-size: 10px;
}

.tw blockquote {
	font-size: 10px;
}

.tw input,.tw select,.tw textarea {
	font-size: 11px;
	font-family: arial, PMingLiU, mingliu;
}



/**** end of english version****/



/**** hongkong traditional chinese version****/
.hk {
	font-family: arial, PMingLiU, mingliu;
	color: #333333;
	font-size: 11px;
	line-height: 22px;
}

.hk h1 {
	font-size: 16px;
}

.hk h2 {
	font-size: 12px;
}

.hk h3 {
	font-size: 11px;
}

.hk dl {
	font-size: 10px;
}

.hk blockquote {
	font-size: 10px;
}

.hk input,.hk select,.hk textarea {
	font-size: 11px;
	font-family: arial, PMingLiU, mingliu;
}



/**** end of english version****/



/**** China traditional chinese version****/
.cn {
	font-family:Arial,PMingLiU,mingliu,SimSun;
	color: #333333;
	font-size: 11px;
	line-height: 22px;
}

.cn h1 {
	font-size: 16px;
}

.cn h2 {
	font-size: 12px;
}

.cn h3 {
	font-size: 11px;
}

.cn dl {
	font-size: 10px;
}

.cn blockquote {
	font-size: 10px;
}

.cn input,.cn select,.cn textarea {
	font-size: 11px;
	font-family:Arial,PMingLiU,mingliu,SimSun;
}



/**** end of english version****/



/**** Thailand  version****/
.th {
	font-family: arial,helvetica,sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 22px;
}

.th h1 {
	font-size: 16px;
}

.th h2 {
	font-size: 12px;
}

.th h3 {
	font-size: 11px;
}

.th dl {
	font-size: 10px;
}

.th blockquote {
	font-size: 10px;
}

.th input,.th select,.th textarea {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
}



/**** end of english version****/




/****Top navigation****/

#topNavList {
	position: absolute;
	top: 0px;
	left: 112px;
	height: 38px;
	margin: 0;
	padding: 0;
	color: #767676;
	list-style: none;
}

#topNavList li {
	float: left;
	padding-top: 17px;
}

#topNavList a {
	color: #767676;
}

#topNavList a:focus,#topNavList a:hover {
	color: #D31145;
}

/****Primary menu*/
#primaryMenu {
	position: absolute;
	top: 55px;
	left: 112px;
	margin: 0;
	padding: 0;
	z-index: 220;
	list-style: none;
	top: 55px;
}

/****RENAMED*/
.primaryMenuItem {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	height: 29px;
	display: inline-block;
	line-height: 29px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;
}

.primaryDropdown {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
}

/****Portal menu*/

#portalMenu {
	position: absolute;
	top: 91px;
	left: 112px;
	right: 50px;
	line-height: 23px;
	z-index: 210;
	margin: 0;
	padding: 0;
	color: #000000;
	list-style: none;
}

/****RENAMED*/

.portalMenuItem {
	float: left;
	position: relative;
	line-height: 23px;

}

.portalDropdown {
	display: none;
	position: absolute;
	top: 23px;
	left: 0px;
}

/****Primary and portal dropdown*/

.primaryDropdownMenu,.portalDropdownMenu {
	width: 144px;
	margin: 1px 0 0 0;
	padding: 7px 13px 5px;
	background: url(../images/portalMenuBgMiddle.gif) repeat-y;
	list-style: none;
}

/****RENAMED*/

.primaryDropdownMenuItem,.portalDropdownMenuItem {
	font-size: 11px;
	line-height: 20px;
	padding-left: 9px;
	font-weight: normal;
	background: url(../images/arrow.gif) no-repeat 2px 8px;
}

.primaryDropdownBottom,.portalDropdownBottom {
	height: 6px;
	width: 170px;
	background: url(../images/portalMenuBgBottom.gif) no-repeat;
}

/****Left menu*/

#leftMenuEmpty {
	float: left;
	padding: 38px 0 0 0;
	margin: 0 0 38px 0;
	width: 130px;
	list-style: none;
}

#leftMenu {
	float: left;
	padding: 38px 0 0 0;
	margin: 0 0 38px 0;
	width: 130px;
	border-bottom: 1px solid #CBCBC4;
	list-style: none;
}

#leftMenu li {
	border-top: 1px solid #CBCBC4;
	padding: 6px 0 6px 10px;
}

#leftMenu .l1 {
	font-weight: bold;
}

#leftMenu .l1selectedItem {
	background-color: white;
}

#leftMenu .l2 {
	padding-left: 18px;
	background: url(../images/arrow.gif) no-repeat 10px 12px;
}

#leftMenu .l2selectedItem {
	padding-left: 26px;
	font-weight: bold;
	background: url(../images/doubleArrow.gif) no-repeat 10px 12px;

}

#leftMenu .l2selectedItem a {
	color: #D31145;
}

#leftMenu .l3 {
	padding-left: 32px;
	background: url(../images/arrow.gif) no-repeat 22px 13px;
}

#leftMenu .l3selectedItem a {
	color: #D31145;
}

#leftMenu li a,#leftMenu a {
	color: #767676;
}

#leftMenu li a:focus,#leftMenu li a:hover {
	color: #D31145;
}

/****Common menu style*/
#primaryMenu .selectedItem,#primaryMenu .selectedItem>a,#portalMenu .selectedItem,#portalMenu .selectedItem>a
{
	color: #D31145;
}

#portalMenu .listSep,#topNavList .listSep {
	padding-left: 10px;
	padding-right: 10px;
}

/****General*/


/****Structure*/
#workspace {
	margin: 0 auto;
	padding: 0 38px;
	width: 1004px;
	background: #fbfbf9 url(../images/bg_bg.gif) repeat-x top left;
}

#header {
	position: relative;
	height: 137px;
	z-index: 200;
	background: url(../images/header_bg.gif) repeat-x top left;
}

#MainContentDiv {
	min-height: 400px;
	padding-top: 12px;
	padding-bottom: 0px;
	z-index: 100;
	overflow:hidden;	
	background:#f6f6f0;
}


#MainContentDiv:AFTER {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow:no;	
}

#footer {
	padding-top: 20px;
	z-index: 0;
	color: #999999;
	background: url(../images/footer_divider.gif) repeat-x top left;
	line-height: 15px;
}

/****Header*/

#AIAlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#greeting {
	position: absolute;
	top: 18px;
	right: 0px;
	color: #767676;
}

#greeting a {
	color: #D31145;
}

#portalName {
	position: absolute;
	top: 45px;
	right: 12px;
	height: 29px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	line-height: 29px;
	color: white;
	display: inline-block;
	
}

#marketName {
	position: absolute;
	top: 91px;
	width: 90px;
	line-height: 23px;
	color: #d31145;
	font-size: 11px;
	text-align: center;
}

#MainOutStanding {
	position: absolute;
	top: 91px;
	right: 9px;
	line-height: 23px;
}

#MainOutStanding a{
	text-decoration: none;
}

#logout a{
	text-decoration: none;
}

#logout:after {
	content: " >";
}

/****Breadcrumbs*/
#breadcrumbs {
	float: left;
	width: 530px;
	height: 40px;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
}

#breadcrumbs li {
	float: left;
	white-space: nowrap;
}

#breadcrumbs .listSep {
	padding-left: 5px;
	padding-right: 5px;
}

/****Content*/

#CommonContentDiv {
	float: left;
	margin-left: 30px;	
	overflow:no;
}

.content2 {
	width: 826px;
	
	overflow:no;	
}

.content3 {
	width: 566px;
	overflow:no;	
}

.contentHome3 {
	width: 650px;
	padding-top: 15px;
}

.contentHome2 {
	width: 960px;
	padding-top: 15px;
}

.mailprint {

	width: 249px;
	line-height: 20px;
	margin-bottom: 5px;	
	background-color: #EEEEE6;
}

.mailprintempty {

	width: 249px;
	line-height: 20px;
	margin-bottom: 5px;	

}



.printIcon {

	background: url(../images/printer.gif) no-repeat;
	padding-left: 16px;
}

a.printIcon {
	text-decoration: none;	
	color: #666666;

}

a.printIcon:HOVER,a.printIcon:FOCUS {
	color: #D31145;

}

.print {
	padding-left: 16px;
	background: url(../images/printer.gif) no-repeat;
}

.email {
	padding-left: 20px;
	background: url(../images/email.gif) no-repeat;
}

#rightPanel {
	float: right;
	width: 256px;
	margin-right: 5px;
	overflow:no;
	
}

.contentLogin {
	padding-left: 125px;
	width: 694px;
}

/****Footer*/
#sitemap {
	margin: 0 46px;
	width: 888px;
	padding: 24px 0 24px 24px;
	margin-bottom: 60px;
	font-size: 11px;
}

#sitemap:AFTER {
	content: ".";
	clear: both;
	visibility: hidden;
}

#sitemap a {
	color: #999999;	
	text-decoration:none;	
}

#sitemap a:HOVER,#sitemap a:ACTIVE {
	color: #D31145;
}

.sitemapColumn {
	float: left;
	width: 206px;
	padding-right: 16px;
	margin-bottom:15px;
}

.sitemapHeader {
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
}

.sitemapList {
	list-style: none;
	padding: 0px;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 16px;
}

.sitemapList li {
	padding-left: 10px;
	background: url(../images/arrowGreyLight.gif) no-repeat 0px 6px;
}

.sitemapColumnitem2 {
	padding-left: 10px;
	
}

.sitemapColumnitem2 a{
	text-decoration: none;	
	color: #666666;	
}


#disclaimer {
	width: 974px;
}

#disclaimer td,#disclaimer th {
	color: #999999;
}

#disclaimer a {
	color: #999999;
}

#disclaimer a:HOVER,#disclaimer a:FOCUS {
	color: #D31145;
}


.MainContent{
	min-height: 400px;
	padding:0px;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow:no;
	background: #f6f6f0 url(../images/main_divider.gif) repeat-x top left;	
}

.BodyContentBGColor{
	background:#f6f6f0;
}

.BodyNoWhite{
	background: #f6f6f0;
}