﻿/*------------------------------------------------------------
Should be one of the first css included as contains elements 
included across adviser, insurer and internal portals.
file and then others (jquery / grid etc.) override it, this 
allows any necessary adjustments for the Insurer Portal.
------------------------------------------------------------*/
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
html
{
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
.helpText
{
	font-style: italic;
}

body
{
	background-color: #FFFFFF;
	font-size: .85em; /* overriden to 0.8em in IE for similar cross-browser size */
	font-family: myriad-pro, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #454545;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: 0px 185px;
	overflow-x: hidden;
}
p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

header, footer, nav, section
{
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: news-gothic-std, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif !important;
	font-weight: normal;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #454545;
	font-weight: normal;
}

h3
{
	padding: 0 0 2px 0;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	color: #454545;
	border-bottom: solid 3px #E0e0e0;
}

h4
{
	font-size: 1.1em;
	color: #454545;
}

h5, h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(Images/content-bg.png) no-repeat top left;
	padding-bottom: 10px;
}
.entryPage
{
	text-align: center;
}
.basicView
{
	margin: 0 auto 0;
	width: 400px;
	padding-top: 80px;
}
header, #header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}
header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}
.mainTitle
{
	position: absolute;
	top: 39px;
	left: 235px;
	color: #757678;
}
#main
{
	padding: 0px 30px 15px 30px;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	min-height: 450px;
	position: relative;
}
div#title
{
	display: block;
	float: left;
	text-align: left;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
    padding-top: 8px;
}
div#homeIcon
{
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	width: 33px;
	height: 23px;
	padding: 0px;
}
footer, #footer
{
    width: 960px;
	color: #999;
	padding: 20px 0 10px;
	position: fixed;
    bottom: 0px;
	text-align: center;
	line-height: normal;
	margin: 20px 0 0px 0;
	font-size: .85em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background: url(Images/footer-bar.png) no-repeat top center #fff;
	
    z-index: 55;
}


span#phone
{
	background: url('Konnect/phoneicon.png') no-repeat left 6px;
	display: inline-block;
	text-align: left;
	vertical-align: baseline;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 4px;
	padding-left: 17px;
}
span#phone .phoneNumber
{
	color: #555;
	font-weight: bold;
}

footer span#email
{
	display: inline-block;
	/*margin-left: 45px;
	margin-right: 62px;*/
	padding-top: 4px;
	font-weight: bold;
}
footer span#copyright
{
	display: inline-block;
	height: 30px;
	padding-left: 25px;
	padding-right: 105px;
	padding-top: 1px;
	background: url('images/konnect_NET_footer.png') no-repeat right top;
}
div#footerText
{
	display: inline-block;
	padding: 0px;
	text-align: left;
	vertical-align: central;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	border: 1px solid #ddd; /* padding: 0 1.4em 1.4em 1.4em;*/
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	border: solid 1px #ababab !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	width: 98%;
	outline: none;
	height: 80px;
	font-size: 12px !important;
	font-family: myriad-pro !important;
}
#ExtendedTextTemplate
{
	width: 95% !important;
}
input[type="text"], .text-box, input[type="password"], input[type="number"] 
{
	background-color: White !important;
	outline: none;
	border: solid 1px #ababab;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
}
#grid
{
}
/* fix input[type='text'] in the grids */
#grid input[type="text"]
{
	padding: 1px !important;
}
.gridExternalButtons
{
	position: absolute;
	right: 30px;
	top: 35px;
}
select
{
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 0.85em;
	color: Gray;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif; /* width: 240px;    height: 34px;*/
	overflow: hidden; /*background: url(images/phoneicon.png) no-repeat right;*/
	color: #444;
}

.styled-select select
{
	background: transparent;
	width: 268px; /*padding: 5px;    font-size: 16px;    border: 1px solid #ccc;*/
	height: 24px;
}



button
{
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	padding: 2px 12px 2px 12px;
	font-size: .85em;
	font-weight: normal;
	color: #454545;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	cursor: pointer;
	background-color: #e0e0e0;
}
.putborders
{
	/*border: 2px solid white; 	padding: 4px 0px 4px 4px;*/
}
.therealputborders
{
	border: 2px solid red;
}
input[type='text']
{
	outline: none;
}
input[type='text'].input-validation-error, input[type='password'].input-validation-error, 
input[type='text'].error, input[type='password'].error
{
	border: solid 1px red !important; /* so that the above style is overridden */
}
#create-note-submit
{
    font-size: 12px !important;
}
.field-validation-error, label.error, .calendarContainer label.error
{
	background: url(Images/validation-error.png) no-repeat;
	display: inline;
	width: 30px !important;
	margin-left: 5px;
	margin-top: 3px;
	text-indent: -100000px !important; /* moves text away */
	position: absolute; /* ensures that the validation message does not push elements around */
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: none;
}

table td
{
}

table th
{
	text-align: left;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

nav, #menucontainer
{
	position: relative;
	bottom: 0px;
	float: right;
}
#logindisplay
{
	font-size: 1.0em;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 3px;
	position: relative;
	bottom: 4px; /*konnect dark gray*/
	color: #3b322f;
	clear: left;
}
#logindisplay a:link
{
	text-decoration: none;
}

#logindisplay a:visited
{
	text-decoration: none;
}

#logindisplay a:hover
{
	text-decoration: none;
}

#search
{
	display: block;
	border: 1px solid red;
	width: 400px;
	position: relative;
	left: 600px;
	text-align: left;
}

div#topOrangeBar
{
	height: 31px;
	z-index: 10 !important;
}
div#grayHomeBar
{
	height: 31px;
	z-index: 10 !important;
	background: #3B3B3B;
}
div#widgemadgetBackground
{
	height: 75px;
	background: #3b3b3b url(Images/widgemadget/widgemadget_bg.png) repeat-x top left;
	color: #e5e5e5;
}
div#widgemadget
{
	text-align: left;
	padding-left: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	vertical-align: middle;
	font-size: 32px;
	font-weight: lighter;
	font-family: news-gothic-std;
	padding-top: 6px;
}
div#widgemadget span
{
	display: block;
	font-size: 1.05em !important;
	float: left;
	padding-top: 9px;
	padding-left: 30px;
}
/* Widgemadget itself */
.widgemadgetTaskIcon
{
	background-image: url('Images/Icons/taskicon-dark.png');
	background-repeat: no-repeat;
	font-size: 10pt;
	color: black;
	float: left;
	width: 80px;
	position: relative;
	left: 80px;
	top: 20px;
	cursor: pointer;
	height: 49px;
}
.widgemadgetTaskIcon:hover
{
	background-image: url('Images/Icons/taskicon-light.png'); 
}
div#widgemadget img
{
	position: relative;
	left: 80px;
	top: 47px;
	float: left;
	padding-left: 10px;
}
div#widgemadget img.arrow
{
	left: 75px !important;
}
div#widgemadget .profileIcon
{
	/* override above style */
	top: 0 !important;
	left: 0 !important;
}
.profileIcon
{
	position: absolute;
	border-left: 1px dotted #555;
}
.widgemadgetTaskIcon .statusLabel
{
	text-align: center;
	padding-top: 2px;
}
.widgemadgetTaskIcon table
{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.widgemadgetTaskIcon #count { /* note: id #count is left in here as cannot update SharedHelpers at this time. In future, use class not id. */
	font-size: 20px;
	padding: 0px 4px;
	line-height: 26px;
}
.widgemadgetTaskIcon .count {
	font-size: 20px;
	padding: 0px 4px;
	line-height: 26px;
}
.widgemadgetSelected
{
	background-image: url('images/Icons/taskicon-light.png');
}
.widgemadgetLeftHeader
{
	float: left;
	position: relative;
	margin-right: 30px;
	width: 300px;
}

#headerControls .widgemadgetTaskIcon
{
	width: 88px;
	text-align: left;
	margin-right: 28px;    
}

.widgemadgetTaskIcon#All
{
	width: 105px;
	border-right: dotted 1px #666;
	text-align: left;
	margin-right: 28px;
}
.widgemadgetTaskIcon#All .statusLabel
{
	text-align: left;
	text-indent: 30px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: normal;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
	margin: 1em 0 0 0;
}
.display-field, .editor-field
{
	margin: 0.5em 0 0 0;
}
.text-box
{
	width: 30em;
}
.text-box.multi-line
{
	height: 6.5em;
}
.tri-state
{
	width: 6em;
}
.summaryTable
{
	background: #E0E0E0;
	color: Black;
	width: 100%;
	font-size: 0.85em;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.labelColumn
{
	padding: 8px 5px 8px 15px !important;
}
.summaryTable
{
	padding: 1px;
}
.summaryTable .labelColumn
{
	text-transform: uppercase;
	color: #202020;
	border-bottom: 1px solid white;
	padding: 5px;
}

.summaryTable .labelColumnNoBorder
{
	text-transform: uppercase;
	color: #202020;
	border-right: 1px dotted darkGrey;
	padding: 5px;
}
.summaryTable .dataColumn
{
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 12px;
}
.summaryTable .clientName
{
	font-size: 14px !important;
}
.summaryTable tr td
{
	padding: 5px;
}
.includeeye
{
	/*	background-position:0 -1400px;*/
	padding: 0px 0px 0px 28px; /*	width: 240px;*/
	/*width: 100%;  SA-524 */
	height: 34px;
	overflow: hidden;
	background: url(images/icons/view-icon.png) no-repeat left; /*background:transparent url(images/view-icon.png) no-repeat scroll 0 0;*/
}

.includeeye_hover
{
	/*	background-position:0 -1400px;*/
	padding: 0px 0px 0px 28px; /*	width: 240px;*/
	/*width: 100%;  SA-524 */
	height: 34px;
	overflow: hidden;
	background: url(images/icons/view-icon-rollover.png) no-repeat left; /*background:transparent url(images/view-icon.png) no-repeat scroll 0 0;*/
}

.styled-select
{
	width: 140px;
	height: 24px;
	overflow: hidden;
	background: url(images/phoneicon.png) no-repeat right white;
}

/* LOGIN STYLES */

.loginContainer
{
	margin-left: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.loginContainer #titleText
{
	padding-top: 10px;
}
.loginTable
{
	width: 310px;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #E0E0E0;
}
.loginTable .labelColumn
{
	color: #202020;
	border-bottom: 1px solid white;
	padding: 3px;
	width: 120px !important;
}
.loginTable .labelColumn
{
	font-family: myriad-pro !important;
	font-size: 12px;
	text-transform: uppercase;
}
.loginTable .inputArea
{
	color: #202020;
	padding: 5px;
}
.loginTable .textArea
{
	color: #202020;
	border-bottom: 1px solid white;
	padding: 5px;
}

.loginTable .textArea#input
{
	color: red;
}
.loginTable .bottom-row td
{
	border-bottom: none !important;
	/*padding: 5px 3px;*/
}
.loginTable .bottom-row td *
{
	float: left;
	/*margin-left: 4px;*/
	display: block;
	font-size: 12px;
	font-family: myriad-pro !important;
	text-transform: uppercase;
	color: #202020;
}
.loginInput
{
	width: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
	height: 16px;
}
.loginTable td
{
	position: relative;
}
.loginTable .field-validation-error
{
	position: absolute;
	top: 3px; /* Shotbolt: Note; this used to be 8px on Insurer portal and Internal portal. Verify that 3px is correct. */
	right: -41px;
}
.loginFeedback
{
	font-size: 12px;
	margin-top: 5px;
	display: block;
	border-top: solid 5px white;
}
.loginFeedback li
{
	list-style: none;
	padding-top: 5px;
}
.loginExtras
{
	font-size: 12px;
	width: 310px;
	display: block;
	height: 32px;
}
.loginExtras *
{
	float: right;
	margin-left: 10px;
}
.loginExtras .coloredButton
{
	background-color: white !important;
	margin-top: -3px;
}
.forgotPassword
{
	height: 119px;
}
.forgotPassword .loginTable
{
	padding: 0 !important;
}
.forgotPassword .inputArea
{
	padding: 4px;
}
.forgotPassword .inputArea td
{
	width: 350px !important;
}
.forgotPassword .inputArea .forgotPasswordInput
{
	padding: 4px !important;
}
.forgotPassword .inputArea input
{
	width: 288px;
}
.forgotPasswordFeedback
{
	margin-top: 5px;
	padding-left: 3px;
	font-family: myriad-pro !important;
}
.logintitle
{
	padding-top: 150px;
	background: url(images/konnect_NET_logo.png) no-repeat;
	background-position: left 166px;
	padding-left: 80px;
}
.logintitle h2
{
	padding-bottom: 60px;
}
.loginbody
{
    background-color: #FFFFFF;
	background-image: url('images/background.png') !important;
	background-repeat: repeat-x !important;
	background-position: 0px 0px !important;
}
.loginHelpText
{
	background: url(images/icons/big-phone.png) no-repeat left top;
	width: 100%;
	margin: 30px 0px 0px 241px;
	padding-left: 35px;
	padding-top: 5px;
	position: relative;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5em;
}


/*END LOGIN STYLES */

.profileTable td, .profilePasswordChange td
{
	padding: 6px 4px;
}
.profilePasswordChange input, .profileTable input
{
	width: 200px;
}
.profilePasswordChange input
{
	width: 200px;
}
.btnHolder
{
	height: 30px;
	padding-top: 10px;
}

.makeVisible
{
}
.makeInvisible
{
	display: none;
}
.btnHolder input
{
	float: right;
}

.threeColumnDiv
{
	float: left;
	width: 32%;
}
#newNoteDiv textarea
{
	margin-left: 0px !important;
	border: solid 1px red;
}
.demographicsTabTable
{
	border-top: 3px solid #E0E0E0;
	border-bottom: 3px solid #E0E0E0;
	border-collapse: collapse;
	width: 97%; /*margin: 0px 5px 0px 5px;*/
	text-align: left;
}

.demographicsTabTable td
{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
	color: Black;
}

.demographicsTabTable tr.noborder td
{
	border: none;
}
.demographicsTabTable tr.topborder td
{
	border: none;
	border-top: 1px solid #E0E0E0;
}
.demographicsTabTable td:first-child
{
	text-transform: uppercase;
	font-weight: normal;
	color: Gray;
	padding-right: 1em;
}

.taskDetails
{
	float: left;
	width: 49%;
	display: inline;
}
.taskDetails .labelColumnNoBorder
{
	padding-right: 15px;
}

.taskHistory
{
	float: right;
	width: 49%;
	display: inline;
}

.taskDetailsTable
{
	background-color: lightgray;
	width: 100%;
}

.taskHistoryItem
{
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 0px 5px 0px;
}
.taskHistory-avatar
{
	width: 10%;
	height: 100%;
	float: left;
}
.taskHistory-header
{
	/*font-weight: bold;*/
	color: #666;
	font-size: 13px !important;
}
.taskHistory-header b
{
	color: #000;
}
.taskHistory-body
{
	color: Black;
	padding: 0px 10px 0px 60px;
	font-size: 12px;
	font-family: myriad-pro, Tahoma, Arial, Sans-Serif;
	display: block;
}
.taskHistory-footer
{
	clear: both;
}
.History h2
{
	border-bottom: solid 4px lightgray;
	margin-bottom: 6px;
}
.taskDetails .summaryTable
{
	background: #F0EFEE;
}
.taskDetailBottom
{
	text-align: right;
	padding: 5px 0;
	border-top: 1px solid white;
	width: 437px;  /* TODO: shotbolt - width on insurer portal and Internal portal was 457px.  Verify that 437px is correct and for which portals.*/
	padding-right: 5px;
	margin-left: -1px;
	background: #E6E5E4;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.context-menu
{
    color: White;
    background-color: orangered;
	border-radius: 6px;
	font-size: 12px !important;
	padding: 5px 10px 4px !important;
    width: 50px;
}

/***************************************** Uploader Styles *****************************************/

/** KnlUpload styling **/
.progressWrapper {
	width: 350px;
	overflow: hidden;
}

.progressContainer {
	margin: 1px 5px 0px 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Error */
.progressContainer.uploaderStateError {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* In Progress*/
.progressContainer.uploaderStateInProgress {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.progressContainer.uploaderStateComplete, 
.progressContainer.uploaderStateCancelled {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 270px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.progressBar {
	font-size: 0;
	width: 0%;
	height: 10px;
	background-color: blue;
	margin-top: 2px;
}

.uploaderStateInProgress .progressBar {
	font-size: 0;
	background-image: url('Images/spinner/progressmeterOrange10px.gif'); /* Konnect Theme default */
}

.uploaderStateComplete .progressBar {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.uploaderStateError .progressBar {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.uploaderStateCancelled .progressBar {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('Images/buttons/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/***************************************** Button Styles *****************************************/
.coloredButton {
background-image: url('Konnect/LoginButton.png');
background-repeat: no-repeat;
}
.submitButton
{
	color: whitesmoke;
	background-image: url('images/buttons/button-middle-background.png');
	background-repeat: repeat-x;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px !important;
	padding: 5px 10px 4px !important;


	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.submitButton.defaultActionTheme {
	background-image: url('images/buttons/button-middle-background-orange.png');
}
.submitButton.defaultActionTheme.KnlTowerTheme {
	background-image: url('images/buttons/button-middle-background-tower.png');
}
.submitButton:hover
{
	background-position: 0px -30px;
	color: white;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.submitButton:active {
	background-position: 0px 0px;
	box-shadow: none;
}
.submitButton.knlGridDisabled,
.submitButton:disabled
{
	background-position: 0px -60px;
	color: #DDD; 
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3); /* keep this */
	cursor: default;
}

.submitButton.gradientStyle {
	background-image: url('images/buttons/gradientstyle-button-background.png');
	text-transform: uppercase;
	color: #C3480F;
	padding: 2px 5px 1px !important;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
}
.submitButton.gradientStyle:hover 
{
	background-position: 0px -21px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.submitButton.gradientStyle:active {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3); /* keep this on click */
	color: #F05355;
}


.submitButton.gradientStyle.comboButtonStyle {
	width: 82px;
	text-align: left;
	text-indent: 5px;
	text-shadow: 1px 1px 1px #BBB;
	padding-bottom: 2px !important;
}



.coloredButton
{
	color: White;
	background-color: transparent;
	font-size: 1.1em !important;
	border-collapse: collapse;
	padding: 0px 15px 0 0 !important;
	margin-top: 3px;
	height: 33px;
	width: 83px;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	cursor: pointer;
	bottom-shadow: none;


	-webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	   -moz-border-radius: 6px;
            border-radius: 6px;
	
	height: 29px;
	background-position: 0px -2px;
}
.coloredButton:hover {
	background-position: 0px -35px;
}
.coloredButton:active {
	background-position: 0px -2px;
}
/* Added by shotbolt.  TODO: what about IE? */
.coloredButton:disabled {
	background-position: 0px -2px;
	color: #DDD;
	cursor: default;
	opacity: 0.7; 
}

.knlColoredButton
{
	background-color: transparent;
	color: White;
	font-size: 15px !important; /* 1em !important; Expect 15px */
	border-collapse: collapse;
	padding: 2px 30px 0 0 !important;
	margin-top: 2px;
	text-indent: 12px;
	
	height: 28px;
	/* line-height ?? */
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	cursor: pointer;

	background-image: url('images/buttons/KnlColoredButtonUnshadowed.png');
	background-position: 100% 0px;
	
	-webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	   -moz-border-radius: 6px;
            border-radius: 6px;
            
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); /* ie9, chrome, ff*/
}
.knlColoredButton:hover {
	background-position: 100% -28px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); /* ie9, chrome, ff*/
}
.knlColoredButton:active {
	background-position: 100% 0px;
	box-shadow: none; 
}
/* Added by shotbolt.  TODO: what about IE? */
.knlColoredButton:disabled {
	background-position: 100% 0px;
	color: #DDD;
	cursor: default;
	opacity: 0.7; 
}

.spinner.knlDial 
{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-image: url('images/spinner/loadingDialOrange.gif');
	background-position: -1px 0px;
	/* background-color: white;	 */
	
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.spinner.knlProgressBar 
{
	display: inline-block;
	height: 10px;
	background-image: url('images/spinner/progressmeter10px.gif');
}
.spinner.knlProgressBar.orangeStyle {
	background-image: url('images/spinner/progressmeterOrange10px.gif');
}
.spinner.standard 
{
	display: inline-block;
	height: 13px;
	width: 220px;
	background-image: url('images/spinner/loading.gif');
}
.spinner.loading 
{
    width: 100%;
    height: 100%;
    background:url(images/Spinner/loading.gif) no-repeat center center;
}

/* Fixed size so the container doesn't grow */
.spinner.loadingfixed 
{
    width: 200px;
    height: 19px;
    background:url(images/Spinner/loading.gif) no-repeat center center;
}

/* UserMenu - */
/* Menu at top left (next to home page icon) */
.userMenu
{
	margin: 8px 0 3px 0;
	padding: 0;
}
.userMenu li
{
	float: left;
	height: 25px;
	padding: 4px 8px 0 8px;
	list-style: none;
	border-right: solid 1px lightgray;
	overflow: hidden;
}
.userMenuLoginInfo
{
	border-collapse: collapse;
	border: 0px solid black;
	display: inline-block; 
	position: relative; 
	bottom: 6px; 
	font-size: 1em; 
	line-height: 1em;
	
	vertical-align: bottom; /* required for ie8 and ie9 to display correctly */
}
.userMenuLoginInfoOrg
{
	color: #757678;
	/* font-size: 12px;
	line-height: 12px;  */
}

#loginPadding
{
	padding-left: 0px;
}

.loginHelpText#span
{
	border: none !important;
}

.shortBreak
{
	padding-top: 4px;
}
.landingpage
{
	width: 400px;
	margin: 30px auto;
}
.colouredTextBig
{
	font-size: 1.2em;
	color: #C3480F;
}
.landingpage div
{
	height: 70px;
	border-bottom: solid 1px lightgray;
	margin-bottom: 5px;
}
.landingpage a
{
	text-decoration: none !important;
}
.landingpage p
{
	float: right;
	width: 200px;
	padding-top: 5px;
}
.landingpage img
{
	float: left;
	margin: 0;
	width: 185px;
}
.landingpage .orgSelect
{
	height: 30px;
}

.centerPanel
{
	text-align: center;
}

.centerText
{
	margin: 0px auto;
	width: 55%;
	text-align: left;

}
div#titleText
{
	padding: 30px 10px 0px 183px;
}
div#titleText h2
{
	color: #848586;
}

div#contactText
{
	padding: 0px 0px 0px 280px;
	width: 70%;
}
.leftSideBar
{
	float: left;
	width: 29%;
	margin-right: 1%;
	padding-right: 4px;
}
.leftSideBar h3, .mainPanel h3 .rightSideBar h3, .mainPanelLeft h3
{
	border-bottom: solid 4px lightgray;
}
.mainPanel
{
	border-left: 1px dotted #a1a1a1; /* background-image: todo*/
	float: left;
	padding-left: 10px;
	width: 68%;
}
.mainPanelLeft
{
    border-right: 1px dotted #a1a1a1;
    /* background-image: todo*/
    float: left;
    padding-right: 10px;
    width: 68%;
}


.rightSideBar
{
    float: left;
    width: 29%;
    margin-left: 1%;
    padding-left: 4px;
}
.ui-tabs-nav
{
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	padding-left: 0 !important;
	border-bottom-width: 4px !important;
}
.ui-tabs-nav li a
{
	padding: 8px 11px 5px 11px !important;
}

.ui-tabs .ui-state-hover {
    background-color: #EAEAEA;
}

/** **/

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
	margin: 2px 2px 2px 2px;  /* Like regular button */
}
/* -- SWFUpload Object Styles ------------------------------- */


#knlUploadControlContainer input[type="button"],
.nfuSelectFileControl input[type="button"] {
	vertical-align: top;
}

.nfuSelectFileControl .nfuSelectFileButton {
	width: 160px;
	height: 22px;
	background-image: url('images/buttons/BrowseToSelectFile160x22.png');
	vertical-align: top;
}
.nfuSelectFileButton[disabled] {
	opacity: 0.7;
}

.nfuSelectFileControl:hover .nfuSelectFileButton {
	background-position: 0px -22px;
}
.nfuSelectFileControl:hover .nfuSelectFileButton[disabled] {
	background-position: 0px 0px;
}

.nfuFileValueLabel {
	display: block;
}



/******** NON-STYLING - SHOULD NOT BE CHANGED - items below are for hidden element *****/
.nfuTransparentContent {
	visibility:visible;
	opacity:0.0; 
	width: 160px; 
	height: 22px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	cursor: pointer;
	text-align: right;
	overflow: hidden;
}
.nfuTransparentContent input 
{
	width: 160px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	font-size: 40px;
	font-family: sans-serif;
	padding: 0px 0px;
	margin-bottom: 0px;
}
/* IE 7-8 fix. Doesn't harm other browsers' */
.nfuTransparentContent input { 
	filter: alpha(opacity=0);
}
/***** END OF NON-STYLING ****/

.nfuSelectFileControl 
{
	display: inline-block;
	margin: 2px 2px 2px 2px; /* in line with submit button */

	/* Width and height of the button. Must be explicitly set. */
	width: 160px; 
	height: 22px; 
	
	background-color: transparent; 
	position: relative; 
	
	overflow:hidden;
	zoom: 1;
}

.nfuSelectFileButton 
{
	/* Width and height of the button. Must be explicitly set.*/
	width: 160px;
	height: 22px;
	
	position:absolute; 
	/*top: 0px;*/ 
	left: 0px; 
	
}
.nfuUploadFileButton {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
}
.nfuFileValueLabel {
	display: inline-block;
	width: 300px;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}
.nfuUploadStatusLabel {
	display: inline-block;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}




/* Documents Grid Styling */

.knlGridRow.customerDocumentGrid-documentState-absent  {
	color: #AAA;
}

.knlGridRow.customerDocumentGrid-documentState-present .customersDocumentGrid-documentDescription {
	font-weight: bold;
}

.knlGridRow.customerDocumentGrid-documentRequirement-mandatory  {
	/* background-color: #FFEAEA !important; */
}
.knlGridRow.customerDocumentGrid-documentRequirement-optional  {
	background-color: #ECECEC !important;
}
table.showRowHoverHighlight tr.knlGridRow.customerDocumentGrid-documentRequirement-mandatory:hover {
	background-color: #FDE2DD !important;
}
table.showRowHoverHighlight tr.knlGridRow.customerDocumentGrid-documentRequirement-optional:hover {
	background-color: #E6E6E6 !important;
}



/********************* Popup Dialog Styling *********************/
.deleteDocumentWarningDialog {
	width: 420px;
	padding: 10px;
}
.deleteDocumentWarningDialog .deleteDocumentWarningDialogTitle {
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color:  #C3480F;
}
.deleteDocumentWarningDialog .underlineBorder {
	border-top: 2px dotted #CCC;
}
.deleteDocumentWarningDialog .instructionsRegion {
	padding: 8px 10px 8px 10px;
}
.deleteDocumentWarningDialog .documentRequirementName {
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #C3480F;
}
/** TODO: theming for upload dialog **/
.uploadDialog {
	width: 580px; 
	padding: 10px;
}
.uploadDialog .progressWrapper {
	width: 400px;
}
.uploadDialog .progressBarStatus {
	width: 390px;
}

.uploadDialogTitle 
{
	display: block;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #C3480F;
	margin-bottom: 1px;  
}

.uploadDialogContent 
{
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 0.8em;
	color: #454545;
}
.uploadDialogContent .uploadDetails {
	width: 100%;
	color: #888;
	font-weight: bold;
	
	border-collapse: collapse;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	
	margin-bottom: 7px;
}
.uploadDialogContent .uploadDetails td {
	padding: 4px;
}
.uploadDialogContent .uploadDetails td.tdFor
{
	width: 20px;
}
.uploadDialogContent .uploadDetails td.tdDated
{
	width: 35px;
}
.uploadDialogContent .uploadDetails td.tdVersion
{
	width: 40px;
}
.uploadDialogContent .uploadDialogUserName {
	color: #C3480F;
	font-weight: bold;
}
.uploadDialogContent .uploadDate {
	color: #000000;
	font-weight: bold;
}
.uploadDialogContent .uploadDocVersion 
{
	font-weight: bold;
}
.uploadDialogContent .uploadInstructions 
{
	color: #888;
	font-style: italic;
	margin-bottom: 4px;
}
.uploadDialogContent .selectedFileStatus {
	padding: 10px 5px;
	display: inline-block;
	font-weight: bold;
	color: #666;
	width: 103px; /* set here so that if it changes from 'no file selected' to 'file selected' the adjacent compoentns dont move. */
}
.uploadDialogContent .documentTypeLabel {
	padding: 8px 3px 8px 3px;
	display: inline-block;
	font-weight: bold;
	color: #666;
	vertical-align: top;
}
.uploadDialogContent .typeSelectInstructions 
{
	color: #888;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 4px;
}
.uploadDialogContent .fileSelectSection {
	width: 97%;
	height: 60px;
	background-color: #CCCCCC;
	padding: 8px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.uploadDialogContent .originalFileNameLabel {
	display: inline-block;
    padding: 7px;
    vertical-align: top;
    text-align: center;
	text-transform: uppercase;
}
.uploadDialogContent .selectFilesButtonPlaceholder {
	display: inline-block;
}
.uploadDialogContent .typeSelectRegion {
	width: 97%;
	height: 30px;
	background-color: #CCCCCC;
	padding: 8px;
	margin-bottom: 4px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.uploadDialogContent .typeSelectRegion .comboBoxWrapper {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 0px;
}

.uploadDialogContent .typeSelectRegion select.documentTypeSelector {
	width: 178px;
}
.uploadDialogContent .typeSelectRegion select.documentSubTypeSelector {
	width: 253px;
}
.uploadDialogContent .uploadDialogLowerSection {
	height: 50px
}
.uploadDialogContent .uploadButton {
	float: right;
	/* TODO: remove when upload button is cleaned up  */
	background-position: 0px -2px;
	height: 28px;
}
.uploadDialogContent .nfuUploadFileButton {
	position: absolute;
	right: 90px;
	bottom: 5px;
}

.uploadDialogContent .uploadDialogBottomButton {
	margin-bottom: 0px;
	vertical-align: bottom !important; /* for some reason this will not override unless !important given here. */
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.uploadDialogContent .ddTitleText.uploadDialogNonexistingItem {
	color: #C3480F;
}
.uploadDialogContent .progressContainer .progressBarStatus 
{
	font-family: news-gothic-std, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #C3480F;
	text-align: center;
}

/* Uploader styling -state: Uploads complete */
.uploadDialogContent .progressContainer { /* }.uploaderStateComplete { */
	border: solid 1px transparent; /* #DED2D2; */
	background-color: transparent; /* #F5F5F5;*/
}
.uploadDialogContent .progressContainer.uploaderStateComplete .progressBarStatus {
}
.uploadDialogContent .progressContainer.uploaderStateComplete .progressBar 
{
	visibility: hidden;
}
.uploadDialogContent .progressContainer.uploaderStateError { 
	border: solid 1px #FFA2A2; /* #DED2D2; */
	background-color: #FFD2D2; /* #F5F5F5;*/
}


.uploadDialogContent #cancelUploadButtonPlaceholder {
	display: inline-block;
	width: 58px;
	height: 20px;
}

/* Document Versions Dialog */

.documentVersionDialog {
	width: 680px;
	height: 510px;
	padding: 10px;
}

.documentVersionDialogTitle 
{
	display: block;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #C3480F;
	margin-bottom: 1px;  
}

.documentVersionDialogContent 
{
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 0.8em;
	color: #454545;
}
.documentVersionDialogContent .documentVersionDetails {
	width: 100%;
	color: #888;
	font-weight: bold;
	
	border-collapse: collapse;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	
	margin-bottom: 7px;
}
.documentVersionDialogContent .documentVersionDetails td {
	padding: 4px;
}
.documentVersionDialogContent .documentVersionDetails td.tdFor
{
	width: 25px;
}
.documentVersionDialogContent .documentVersionDetails td.tdDated
{
	width: 85px;
}
.documentVersionDialogContent .documentVersionDetails td.tdVersion
{
	width: 95px;
}
.documentVersionDialogContent .documentVersionDialogUserName {
	color: #C3480F;
	font-weight: bold;
}
.documentVersionDialogContent .lastAlteredDate {
	color: #000000;
	font-weight: bold;
}
.documentVersionDialogContent .latestVersionNumber 
{
	font-weight: bold;
}
.documentVersionDialogContent .documentVersionGridSection {
	width: auto;
	height: 290px;
	background-image: url('images/background.png'); /* from mvc portal */
	background-color: #E0E0E0;
	padding: 8px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.documentVersionDialogContent .documentVersionDialogLowerSection {
	height: 50px
}
.documentVersionDialogContent .buttonDialogOK {
	float: right;
	/* TODO: remove when upload button is cleaned up  */
	background-position: 0px -2px;
	height: 28px;
}

.documentVersionDialogContent .documentVersionDialogBottomButton {
	margin-bottom: 0px;
	vertical-align: bottom !important; /* for some reason this will not override unless !important given here. */
	position: absolute;
	right: 0px;
	bottom: 5px;
}


/* DevXpress styling */

.dxgvControl_BlackGlass
{
	background: none !important;
	width: 903px !important;
}
.dxgvTable_BlackGlass, #gvTrackAndTrace_DXHeadersRow0, #gvTasks_DXHeadersRow0
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	border-collapse: separate !important;
}
#gvTrackAndTrace_DXHeadersRow0 td:first-child, #gvTasks_DXHeadersRow0 td:first-child
{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
#gvTrackAndTrace_DXHeadersRow0 td:last-child, #gvTasks_DXHeadersRow0 td:last-child
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
#gvTrackAndTrace_DXHeadersRow0 td:last-child table, #gvTasks_DXHeadersRow0 td:last-child table
{
	border: none !important;
}
#gvTrackAndTrace_DXHeadersRow0 table, #gvTasks_DXHeadersRow0 table
{
	width: 100%;
	border-right: dotted 1px #999999;
}
#gvTrackAndTrace_DXHeadersRow0 td, #gvTasks_DXHeadersRow0 td
{
	padding: 4px 0 2px;
}
#gvTrackAndTrace_DXHeadersRow0 table, #gvTasks_DXHeadersRow0 table
{
	width: 100%;
	border-right: dotted 1px #999999;
}

#gvTrackAndTrace_DXHeadersRow0 table td, #gvTasks_DXHeadersRow0 table td
{
	text-indent: 9px;
	font-family: myriad-pro;
	width: 100%;
	padding-right: 20px;
	border-radius: 0 !important;
	position: relative;
}
#gvTrackAndTrace_DXHeadersRow0 img, #gvTasks_DXHeadersRow0 img
{
	position: absolute;
	top: -2px;
	right: 2px;
}
.dxgv
{
	font-size: 11px;
	padding: 5px 8px;
}
.dxgv a
{
	font-size: 11px !important;
}
.dxgvFilterRow_BlackGlass td.dxgv
{
	background: url(Images/table-filter-bg.png) repeat-x !important;
	border-right: none !important;
}
.dxeTextBox_BlackGlass
{
	border-radius: 4px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	background: #F0F0F0 !important;
	margin: 2px;
}
.dxeTextBox_BlackGlass *
{
	border: none !important;
}
.dxeTextBox_BlackGlass input
{
	background: none !important;
	border: solid 1px #F0F0F0 !important;
	width: 90% !important;
}
.dxgvHeader_BlackGlass
{
	background: #6A6A6A !important;
	border: none !important;
}

.faq dt
{
	font-size: 1.3em;
	padding: 5px 0;
	font-family: news-gothic-std;
}
.faq dd
{
	font-family: myriad-pro;
	padding-left: 40px;
	width: 85%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666;
}
.faq dd li
{
	margin-left: 30px;
}
.MELegal1, .MELegal3, .MELegal4
{
	font-family: myriad-pro !important;
}
.create-note-loading
{
	padding-right: 40px;
	font-family: myriad-pro !important;
}
.termsContainer
{
	border: solid 1px #555;
	height: 350px;
	width: 900px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px 20px 20px 0;
}
.acceptTerms
{
	text-align: right;
	padding-right: 17px;
	margin: 20px 0;
}
.acceptTerms input
{
	text-indent: -7px;
}
#syndicatedTasksAndNotesPartial .field-validation-error
{
	height: 30px;
	margin-left: 520px;
}
#newNoteDiv .field-validation-error
{
	height: 30px;
	margin-left: 365px;
	margin-top: 14px;
}
#create-note-loading
{
	float: right;
	display: none;
	font-size: 12pt;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 13px !important;
	font-family: myriad-pro !important;
}
.taskWorkFlowManagement
{
	width: 400px !important;
}


.newsDate
{
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size: 1.1em;
}

/** KnlUpload usage styling move to popup area**/


.customerReqUploadFileProgressContainer {
	display: inline-block;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0px;
}
.customerReqUploadPopupBottomControl 
{
	vertical-align: bottom;
	margin-bottom: 5px;
	
}
.uploadDialogContent .selectedFileNameContainer {
	display: inline-block;
}
.uploadDialogContent .selectedFileName {
	display: inline-block;
    font-size: 18px;
    color: #C3480F;
    
	background-color: transparent !important;
	border: solid 1px transparent !important;
	font-size: 18px;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif;
	width: 360px; /* Extend this if needed, once layout finalized. */
	  
	/*    
		white-space: nowrap;
		overflow: hidden;
	*/
}
.uploadDialogContent .selectedFileName:focus
{
	border: solid 1px #ABABAB !important;
	background-color: #EEE !important;
}

.uploadDialogContent .documentTypeDetailsPanel 
{
	display: none; 
	width: 185px;
    height: 120px;
	color: #666666;
    background-color: #CCCCCC;
    position: absolute;
    left: 600px;
    top: 95px;
	padding: 15px;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
            border-radius: 10px;
}
.uploadDialogContent .documentTypeDetailsContent {
	font-size: 1.2em;
}
.uploadDialogContent .knlUploadRenameDocumentButton {
	margin-top: 4px;
}  
.uploadDialogContent .infoIconWrapper {
	display: inline-block;
}
.uploadDialogContent .knlImageIcon.knlInfoIcon {
	/*display: inline-block; */
	margin-left: 4px;
	margin-top: 2px;
	/*width: 24px;
	height: 24px; */
	
	/* background-image: url('images/knlGrid/knlInfoIcon.png'); /** use infoIcon renderer.. */
}
.uploadDialogContent .uploadControlsRegion {
	display: inline-block;
	float: right;
}

.uploadDialogContent .coloredButton {
	height: 29px;
	background-position: 0px -3px;

	font-size: 1.25em !important;
	padding-right: 20px !important;
	
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.uploadDialogContent .coloredButton:hover {
	background-position: 0px -36px;
}
.uploadDialogContent .coloredButton:disabled {
	background-position: 0px -3px;
}
.uploadControlsRegion .submitButton {
	vertical-align: bottom !important;
	margin-bottom: 3px;
}
.uploadControlsRegon .cancelUploadingQueueButton {
	vertical-align: bottom;
	margin-bottom: 5px;
	height: 27px;
}
.uploadControlsRegon #btnOK
{
	vertical-align: bottom;
	margin-bottom: 5px;
}

.forcewordwrap
{
    word-wrap: break-word;
    -moz-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}

.pindent p
{
    margin-left: 30px;
}

.faq li
{
	margin-left: 56px;
}

.legal td
{
    line-height: 1.6em;
    vertical-align: top;
    padding-bottom: 6px;
}
    
.indent td
{
    left:56px;
    position:relative;
}

.productConfigTable td
{
    width: 400px;    
}
.productConfigTable
{
    width:100%;    
}

.productConfigTable td select
{
    width:320px;
}

.knlAlert.alert
{
    /* For alerts in the prepare application page and client portal, the alert icon should be absolutely positioned left of the text - the text should not wrap and appear underneath the icon */
    position: relative;
    padding-left: 28px;
    /* Konnect Modification - border should match text color (This is isolated as we don't want to mess with the Referral styles yet) */
    border-color: #c09853;
}
.knlAlert.alert>i.fa
{
    position: absolute;
    top: 11px;
    left: 8px;
}