/* standard */
html, form
{
	min-height: 50%;
	height: 50%;
	width: 1024px;
}

body
{
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	margin:0px 0px 0px 0px ;
	line-height:16px;

}

/* HyperLink */
a:link
{
	color: #4486b5;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

a:visited
{
	color: #4486b5;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

a:hover
{
	color: #336600;
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

a:active
{
	color: #4486b5;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

/* Menu Header */
#header
{
	height: 70px;
	width: 100%;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 20px;
}

.trMenuButtonClass 
{
	background-image: url(Images/header-bg.jpg);
	background-repeat: repeat-x;
	height:50px;
	padding-top: 14px;	
	vertical-align: baseline;
}

#tdmenubuttonleft
{
	background-image: url(Images/header-menu-left.jpg);
	background-repeat: no-repeat;
	width:14px;
	vertical-align: baseline;
}

#tdmenubuttonright
{
	background-image: url(Images/header-menu-right.jpg);
	background-repeat: no-repeat;
	width:15px;
	vertical-align: baseline;
}

.tdmenuseperator
{
	background-image: url(Images/header-menu-seperator.jpg);
	background-repeat: no-repeat;
}

.trMenuButtonClass a:link 
{
	color:#666666;
	font-family: Century Gothic;
	padding-left:18px;
	padding-right:17px;		
	text-decoration:none;
	font-size:12px;
}
.trMenuButtonClass a:visited
{
	color:#666666;
	font-family:Century Gothic;
	padding-left:18px;
	padding-right:17px;	
	text-decoration:none;
	font-size:12px;
}
.trMenuButtonClass a:hover
{
	color:Black;
	font-family:Century Gothic;
	padding-left:18px;
	padding-right:17px;		
	text-decoration:none;
	font-size:12px;
}
.trMenuButtonClass a:active
{
	color:#666666;
	font-family:Century Gothic;
	padding-left:18px;
	padding-right:17px;		
	text-decoration:none;
	font-size:12px;
}

/* content */
#content
{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	width: 100%;
}

/* main */
#main
{
	float: none;
	width: 100%;
	background-image: url(Images/content-area-bg.png);
	background-repeat: repeat-y;
}

#main .inner
{
	width: auto;
	background-color: Transparent;
	padding-left: 80px;
	padding-right: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 250px;

}

/* popup */
#popup
{
	float: none;
	width: 100%;

	background-image: url(Images/PopupBorder.png);
	background-repeat: repeat-y;
}

#popup .inner
{
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	background-color: Transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#publicsite-content
{
	width: 1024px;
	margin-left: 10px;
	float: none;
}

#publicsite-content-main
{
	float: none;
	width: 100%;
	padding-left: 20px;
	padding-right: 0px;
	margin-top: 6px;
	background-image: url(Images/public-content-bg.png);
	background-repeat: no-repeat;
	min-height: 330px;
}
/* footer */
#footer
{
	background-color: Transparent;
	width: 100%;
}

#footer .inner
{
	width: 100%;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer .outer
{
	width: 98%;
	margin-right: auto;
	background-color: Transparent;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 10px;
	font-family: Century Gothic;
	text-align: center;
	vertical-align: middle;
	color: #444444;
}

/* clear fix: to fix the float left or right */
.clearfix
{
	clear: both;
}
/* popup window */
body.popup
{
	background-color: #ffffff;
}

#popup-header
{
	height: 65px;
	background-image: url(images/header-bg-light.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}

#popup-header h1
{
	font-size: 1.8em;
	height: 50px;
}

#popup-content
{
	background-color: transparent;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	min-height: 370px;
}

#popup-footer
{
	background-color: transparent;
	color: #aaaaaa;
	text-align: center;
	padding: 5px;
}

#popup-content table.form-table th
{
	width: 120px;
}

/* clear fix: to fix the float left or right */
.clearfix
{
	clear: both;
}

/* form */
h2
{
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

h3
{
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 4px;
}

/* login table */
table.login-table
{
	width: 100%;
}

table.login-table th
{
	padding-left: 250px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	width: 30%;
	color: #003b7e;
}

table.login-table td
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	width: 70%;
}

table.login-table a:link 
{
	color:#003b7c;
	text-decoration:underline;
	font-size:10px;
}
table.login-table a:visited
{
	color:#003b7c;
	text-decoration:underline;
	font-size:10px;
}
table.login-table a:hover
{
	color:#003b7c;
	text-decoration:underline;
	font-size:10px;
}
table.login-table a:active
{
	color:#003b7c;
	text-decoration:underline;
	font-size:10px;
}
/* form table for popup*/
table.form-table-popup
{
	
	margin-bottom: 10px;
}

table.form-table-popup th
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: left;
	
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	color:#003b7c;
	font-size: 14px;
	
}
table.form-table-popup td
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: left;
	
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	color:#003b7c;
	font-size: 12px;
	
}
table.form-table-popup td span
{

	color:#444444;

	
}

/* form table */
table.form-table
{
	width: 100%;
	margin-bottom: 10px;
}

table.form-table th
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: left;
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	color:#444444;
	font-size: 14px;
	
}
table.form-table th span
{
	color:#003b7c;
}

table.form-table td
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	color:#444444;
	font-size: 12px;
}

table.form-table td th
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	width: auto;
}

table.form-table td td
{
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: auto;
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	color:#444444;
	font-size: 12px;	
}

table.form-table a:link 
{
	color:#003b7c;
	text-decoration:underline;
	font-size:11px;
}
table.form-table a:visited
{
	color:#003b7c;
	text-decoration:underline;
	font-size:11px;
}
table.form-table a:hover
{
	color:#003b7c;
	text-decoration:underline;
	font-size:11px;
}
table.form-table a:active
{
	color:#003b7c;
	text-decoration:underline;
	font-size:11px;
}

/* profile table */
table.profileleft-table
{
	width:100%;
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #003b7c;
	text-align: left;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right:solid 1px #CCCCCC;
	margin-left: 0px;
}

table.profileleft-table td
{
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}


table.profileright-table
{
	width:100%;
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #003b7c;
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
}

table.profileright-table th
{
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #003b7c;
	text-align: left;
	padding-left: 40px;
}

table.profileright-table td
{
	font-family: Century Gothic, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* form detail table */
table.form-detail-table
{
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
}

table.form-detail-table thead th
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
	width: auto;
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;	
}

table.form-detail-table thead th.right
{
	text-align: center;
}

table.form-detail-table th
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
	width: auto;
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
}

table.form-detail-table th.header
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 1.15em;
	vertical-align: top;
	text-align: left;
	width: auto;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	text-decoration:underline;
}

table.form-detail-table td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
	width: auto;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	height: 10px;
}

table.form-detail-table th.right, table.form-detail-table td.right
{
	text-align: right;
}

/* pagination table */
table.pagination-table
{
	width: 100%;
	margin-bottom: 10px;
}

table.pagination-table th, table.pagination-table td
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

/* button table */
table.button-table
{
	width: 100%;
	border-top: solid 1px #999999;
	margin-top: 4px;
}

table.button-table th, table.button-table td
{
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
}

.input-button
{
	height: 22px;
	border: solid 1px #ecf3f9;
	background-color: #87CEEB;
	color: #003b7c;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
}

.input-textbox-login
{
	height: 16px;
	width: 100px;
	background-color: #FBFFF7;
}

.input-textbox-num-short
{
	height: 16px;
	width: 43px;
	background-color: #FBFFF7;
	text-align: left;
}

.input-textbox-short
{
	height: 16px;
	width: 120px;
	background-color: #FBFFF7;
}

.input-textbox-medium
{
	height: 16px;
	width: 200px;
	background-color: #FBFFF7;
}

.input-textbox-long
{
	height: 16px;
	width: 400px;
	background-color: #FBFFF7;
}

.input-textbox-num
{
	height: 16px;
	width: 46px;
	background-color: #FBFFF7;
	text-align: right;
}

.input-textbox-medium-readonly
{
	height: 16px;
	width: 200px;
	background-color: #ffffff;
	color: #888888;
}

.input-textbox-num-readonly
{
	height: 16px;
	width: 46px;
	background-color: #ffffff;
	text-align: right;
	color: #888888;
}

.input-textbox-comment
{
	height: 40px;
	width: 850px;
	background-color: #FBFFF7;
	overflow:hidden;
}

.input-textbox-remark
{
	height: 40px;
	width: 850px;
	background-color: #FBFFF7;
}

.input-textbox-appsetting
{
	height: 16px;
	width: 660px;
	background-color: #FBFFF7;
}

.input-fileupload
{
	height: 20px;
	width: 400px;
	background-color: #FBFFF7;
}

.input-dropdown
{
	height: 20px;
	
	padding: 0px;
	background-color: #FBFFF7;
}

.input-dropdown-medium
{
	height: 22px;
	width: 200px;
	
	padding: 0px;
	background-color: #FBFFF7;
}
.input-dropdown-quicklink
{
	height: 22px;
	width: 180px;
	border: #DBEEC8 1px solid;
	padding: 0px;
	background-color: #FBFFF7;
}
.input-dropdown-large
{
	height: 22px;
	width: 400px;
	border: #DBEEC8 1px solid;
	padding: 0px;
	background-color: #FBFFF7;
}

.input-radiobutton
{
	border: transparent 1px none;
}

.input-checkbox
{
	width: auto;
}

.input-checkbox span
{
	padding-right: 30px;
}

.input-textbox-login:focus, .input-textbox-short:focus, .input-textbox-medium:focus, .input-textbox-long:focus, .input-textbox-num:focus, .input-dropdown:focus, .input-fileupload:focus
{
	/*background-color: #DEFFBA;*/
}


.errormsg
{
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	color: Red;
}

.instruction
{

	font-size: 12px;
}

/* Current Performance Column Vertically*/
table.vertical-table
{
	width: 300px;
	height: 300px;
	background-color:Transparent;
	font-size: 11px;
	border-collapse: collapse;
	border: solid 2px #ecf3f9;	
	
}
.vertical-table-header
{
	width: 65%;
	height: 28px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;	
	background-color: #003b7c;
	border-bottom: solid 1px #ecf3f9;
	padding-left: 20px;
	padding-top: 10px;
}
.vertical-table-row
{
	height: 28px;
	text-align: right;
	color: #000000;	
	font-size: 12px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
	background-color: #ffffff;

}
.vertical-table-row-alternate
{
	height: 28px;
	text-align: right;
	color: #000000;	
	font-size: 12px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
	background-color: #cfe1f4;
}
/* grid view */
table.list-table
{
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}
tr.list-table-header th
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	height:25px;
	border: solid 1px #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #003b7c;
}
tr.list-table-header th img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

tr.list-table-header th a
{
	color: #FFFFFF;
}


tr.list-table-pager td
{
	background-color: #F9F9F9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}

tr.list-table-pager table
{
	margin-left: auto;
	margin-right: auto;
}

tr.list-table-pager table td
{
	border-style: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

tr.list-table-row td
{
	height:28px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
}
tr.list-table-row td img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
tr.list-table-row-alternate td
{
	height:28px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
	background-color: #cfe1f4;
}

tr.list-table-row-alternate td img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

tr.list-table-row-paging td
{
	height:28px;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
}
tr.list-table-row-paging td img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
tr.list-table-row-paging-alternate td
{
	height:28px;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 0px #CCCCCC;
	background-color: #cfe1f4;
}

tr.list-table-row-paging-alternate td img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.MainAccountNo
{
	font-family:Century Gothic; font-size:14px; color:#003b7c;
}
.MainText3
{
	font-family:Century Gothic; font-size:12px; color:#444444;
	vertical-align:middle;
	margin-bottom:20px;
}

.portfoliotitle
{
	font-family:Century Gothic; 
	font-size:14px; 
	color:#444444;
	vertical-align:top;
	
}

.portfolioaccountdisplay
{
	font-family:Century Gothic; 
	font-size:12px; 
	color:#003b7c;
}

.print
{
	text-align: right;
	font-family:Century Gothic; 
	font-size:9px; 
	word-spacing: 1px;
	color:#003b7c;
}

/* Print */
@media print
{
	page{size:landscape;}


	#CONTENT {display:inline-table;}
	
	
	#header {display:none;}
	#footer {display:none;}
	#ctl00_ImageContentTop {display:none;}
	#ctl00_ImageContentBottom {display:none;}
	#ctl00_ContentPlaceHolderMain_LabelPrint {display:none;}
	#ctl00_ContentPlaceHolderMain_ImageButtonPrint {display:none;}
	
}

/* popup */
.modal-bg
{
	background-color:#AAAAAA;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.modal-popup
{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #555555;
	width: 650px;
	height: 510px;
	padding: 5px;
}

div.modal-infopopup
{
	border-style:none;
	text-align: left;
	vertical-align: middle;	
	width: 350px;
	height: 165px;
	padding: 0px;
	background-color:#e7f4fc;
	
}


div.ViewApprovalDetail
{
	border:solid 1px black;
	background-color:white;
	width:800px;
	height:auto;
	overflow:inherit;
	
	
}
div.ViewApprovalDetail div 
{
	padding:6px 6px 6px 6px ;
	text-align:justify;
}
div.ViewApprovalDetail div span
{
	font-family:Century Gothic @MS PGothic Verdana; 
	font-size:12px; 
	color:#444444;
	vertical-align:top;
	line-height:16px;
	text-align:justify;
}


#ApprovalAcknowledgement
{
	width:810px;
	text-align:justify;
}

#NoteTerminology
{
	width:800px;
	text-align:justify;
	font-size: 9px;
}

.divMarginLeft
{
	padding-left:7px;
}
/* For Existing GYC CSS*/
table.TermsConditions
{
	width: 800px;
	padding-left: 10px;
	padding-right: 2px;
	text-align: justify;
}

table.TermsConditions th
{
		
}

table.TermsConditions td
{
	color: #444444;
	font-size: 9px;
}

.smalltext {
font-size: 8px;
	color: #999999;
}
.bold {
	color: #006699;
	font-weight: bold;
}

.Subtitle {
	color: #71675A;
}

.DarkGreyText{
	color: #333333;
	}

.MenuText{
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none; 
	}

.MenuText:hover { 
color: #000000;
text-decoration: underline; 
}

.SubMenuText{
	color: #006699;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none; 
	}

.SubMenuText:hover { 
color: #000000;
text-decoration: underline; 
}

tr.list-table-header_generated th
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	height:25px;
	border: solid 1px #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #466aa6;
}
tr.list-table-header_generated th img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

tr.list-table-header_generated th a
{
	color: #FFFFFF;
}
/* for download PDF table */
table.form-table-download-download
{
	width: 100%;
	text-align: right;
	font-family:Century Gothic; 
	word-spacing: 1px;
	color:#003b7c;
}
table.form-table-download a:link 
{
	color:#003b7c;
	text-decoration:none;
	font-size:9px;
}
table.form-table-download a:visited
{
	color:#003b7c;
	text-decoration:none;
	font-size:9px;
}
table.form-table-download a:hover
{
	color:#003b7c;
	text-decoration:none;
	font-size:9px;
}
table.form-table-download a:active
{
	color:#003b7c;
	text-decoration:none;
	font-size:9px;
}
