/*client_branding.css*/
/* Main Generic */

#nav-close-btn{
	display: none;
}    
#uat {
	color: #fff;
}	
h1, h2, h3, h4, h5 {
	color: #213f7f;
}
div.scpopup h2, div.scpopup h4 {
	background-color: #213f7f;
	color: #fff;
}
/* For Name and ID of Application */
div#header{
	background: #fff url(/images/nav_main_bg.gif) repeat-x 0px 0px;
	height: 131px;
}
div#inner_header{
	background: transparent url(/images/nav_left_bg.gif) repeat-x 0px 0px;
	width: 300px;
}
#header h1{
	background: transparent url(/images/logo.gif) no-repeat right 0;
	height: 131px;
}	
#navigationIframeDiv{
	background: transparent;
}
#navigationFiller{
	height: 0px;
}

/* HTML Generics */
a, a:link, a.reverse, a.reverse:link {
	color: #003c7f;
}
a:hover, a:active, a.reverse:hover, a.reverse:active {
	color: #003c7f;
}


*/
/* Tables */
tr.row-select td, tr.row-select, .yui_row_hover td, tr.row-select td, .row-select {
/*    background-color: #aed8ec; */
    background-color: #d8f4fe;
}


th span.button a, .theadTagFix .button a, th span.button a:hover, .theadTagFix .button a:hover {
    font-size: 1em;
}
span.button-left {
	background: #fff url(/images/button_lft.gif) no-repeat center right;
}
span.button-right {
	background: #fff url(/images/button_rgt.gif) no-repeat center left;
}
/* Template */
span.button a, span.button a:link, span.button-input a, span.button-input a:link {
	color: #fff;
	background: #fff url(/images/button_bg.gif) repeat-x 0px 0px !important;
}
span.button a:hover, span.button a:active{
	color: #e2e2e2;
}

a.toggle_display, a.toggle_display:link {
	background: transparent url(/images/expand.gif) no-repeat 0px 0px;
}
a.toggle_display_visible, a.toggle_display_visible:link {
	background: transparent url(/images/collapse.gif) no-repeat 0px 0px;
}
a.toggle_display_h, a.toggle_display_h:link {
	background: transparent url(/images/expand.gif) no-repeat 0px 8px;
}
a.toggle_display_visible_h, a.toggle_display_visible_h:link {
	background: transparent url(/images/collapse.gif) no-repeat 0px 8px;
}

/* Change Border colour */
div#iur-edit-panel li {
	background: #fff url(/images/client_sprite.gif) no-repeat  0px -900px;
	color: #003c7f;
	font-family: Tahoma;
}


/* Orderbook */
#multiTrancheListOrdersForm #dataList table td {
	border-color:#DBDDDE;
}


.two_column_layout .col_left_outer,
.two_column_layout .right_col {
	background-color: #fff;
}


/* Navigation Tabs */
#listOrdersNavigation ol{
	border-bottom: 0px;
}
#listOrdersNavigationUpdate {
	padding-top:0px;
	z-index:0;
}
#listIssuesInfo .navigation_tabs, .navigation_tabs {
	margin-bottom: 0px;
	background:transparent url(/images/nav_bg.gif) repeat-x scroll left bottom;
	z-index: 200;
}
#listIssuesInfo #tabs{
	padding-bottom: 0px;
	width: 100%;
}
.navigation_tabs .tranche_heading{
	line-height: 2;
	color: #000;
}
.navigation_tabs li {
	background:#fff url(/images/issuelist_right.gif) no-repeat scroll right 0;
}
.navigation_tabs a:link, .navigation_tabs a:visited {
	background:transparent url(/images/issuelist_left.gif) no-repeat scroll 0 0;
	margin-right:8px;
	padding:0 3px 0 12px;
	width:auto;
	color: #171a44;
}
.navigation_tabs li, .navigation_tabs a, .navigation_tabs a:link{
	margin-bottom: -1px;
}
.navigation_tabs li.selected, .navigation_tabs li.selected a, .navigation_tabs li.selected a:link{
	margin-bottom: 0px;
}
.navigation_tabs li.selected a:link, .navigation_tabs li.selected a:visited, .navigation_tabs li.selected a:hover, .navigation_tabs li.selected a:active {
	background:transparent url(/images/issuelist_left.gif) no-repeat scroll 0 0;
}
.navigation_tabs li.selected{
	background-color:#fff;
}
.navigation_tabs a:hover, .navigation_tabs  a:active{
	text-decoration: underline;
}
.tranche_heading{
	background:#ffffff none !important; 
}
/*module_login.css*/
/* Login */
#login-wrapper{
    border: 1px solid #cccccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 50px;
    padding: 30px;
    width: 600px;
}
/*#logonImage{
	background: #171a44 url(/images/login.gif) no-repeat scroll 0px 0px;	
	width: 101px;
	height: 28px;
	margin-left: 0px;
}*/
form#loginForm,form#updatePasswordForm {
	width: 1080px;
	margin: 0 auto 15px auto;	
}
div#login_wrapper {
	margin: 0 15px 0 730px;
	border: 1px solid #dbddde;
	height: 214px;
	text-align: left;
}
form#loginForm p, form#updatePasswordForm p{
	margin-left: 5px;
	padding-left: 0px;
}
#assistance{
	margin-left: 5px;
}
form#updatePasswordForm ol.editorial {
	color: #666;
	font-size: 1.1em;
	margin-top: 5px;
}
form#loginForm label,form#updatePasswordForm label {
	font-size: 1.1em;
	text-align: left;
	margin: 0;
	display: inline-block;
	width: 50px;
}
form#updatePasswordForm label {
	width: 140px;
}
form#loginForm label#loginUsernameLabel {
	width: 53px;
}
form#loginForm fieldset,form#updatePasswordForm fieldset,form#updatePasswordForm ol.editorial{
	margin: 5px 15px 15px 5px;
}
form#updatePasswordForm div#login-wrapper fieldset {
	border-width: 0;
	margin-bottom: 0;
}
form#loginForm fieldset li,form#updatePasswordForm fieldset li {
	padding: 2px 0;
	text-align: left;
}
form#loginForm input {
	width: 160px;
}
form#updatePasswordForm input {
	width: 150px;
}
form#loginForm h4,form#updatePasswordForm div#login-wrapper h4.warning_large_old {
	text-align: left;
	line-height: 3;
	padding-left: 25px;
}
form#loginForm div#form-error,form#updatePasswordForm  div#form-error {
	text-align: left;
	border: 1px solid #ccc;
	padding: 0 0 0 32px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif; 
	line-height: 2;
	white-space: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #d11919 url(/images/isynd_error_20.gif) no-repeat 0 50%;
	color: #fff;
}
form#updatePasswordForm  div#form-error {
	margin: 5px 15px;
}
form#loginForm div#form-error strong,form#updatePasswordForm  div#form-error strong{
	font-weight: normal;
	color: #fff;
	font-size: 11px;
}
form#loginForm div.messaging_info,form#updatePasswordForm div.messaging_info {
	text-align: left;
	margin: 15px 0 0 0;
}
form#updatePasswordForm div.messaging_info {
	margin-left: 4px;
}
form#updatePasswordForm input#updatePwdSave {
	width: 64px;
	height: 16px;
	margin: 5px 0;
}

#updatePwdWrapper{
	text-align:left;
}
#updatePwdSave {
	width: 77px !important;
}

