/****** THIS FILE CONTAINS ALL THE STANDARD CSS RULES FOR THE E-Filing PAGES WHEN A USER IS LOGGED IN ******/
/****** PLEASE REFER TO THE FILE MASTERNOLOGIN.CSS FOR THE STANDARD RULES WHEN A USER IS NOT LOGGED IN ******/


/****** CONTACT INFO SECTION ******/
div.contactinfo {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5pt;
	color: #333;
	text-align: right;
}

/****** SPECIFIC TO HOME PAGE ******/
div.BoldMessageRed {
    color:crimson;
}

div.BoldMessageBlue {
    color:#0000FF;
}

/****** BANNER SECTION ******/
div.newbanner-eng {
    /*background-image: url(../images/NewLook/BannerBkgd-eng.png);*/
    background-image: url(../images/CT_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1016px;
	height: 137px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.newbanner-fra {
    background-image: url(../images/CT_fr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1016px;
	height: 137px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/****** MENU BAR SECTION ******/
div.menubar {
    width: 1020px;
    height: 32px;
    margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background-image: url(../images/NewLook/NavBarBkgd.png);
	background-repeat: repeat-x;
	background-position: left center;
	/*background-color: #333;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/*border-radius: 0.2em;*/
}
div.menubarspacer {
    float: left;
	height: 30px;
	width: 1px;
	background-image: url(../images/NewLook/MenuBarSpacerBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.menubarlanguagespacer {
    float: right;
	height: 30px;
	width: 1px;
	background-image: url(../images/NewLook/MenuBarSpacerBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.MenuButton {
    float: left;
	height: 32px;
	text-decoration: none;
	text-align: center;
	font-size: 11.5pt;
	width: 120px;
	/*font-weight:bold;*/
	line-height: 2.0;
	color: #FFFFFF;
	/*background-color: #333;*/
	padding-left: 20px;
	padding-right: 20px;
}
div.MenuButton:hover {
    /*background-color: #333;*/
    background-image: url(../images/NewLook/NavBarBkgdHover.png);
    background-repeat: repeat-x;
	background-position: left top;
    color: #EEEEEE;
	cursor: hand;
}
div.MenuLanguageButton {
    float: right;
	height: 32px;
	text-decoration: none;
	text-align: center;
	font-size: 11.5pt;
	/*font-weight:bold;*/
	line-height: 2.0;
	color: #FFFFFF;
	/*background-color: #333;*/
	padding-left: 20px;
	padding-right: 20px;
}
div.MenuLanguageButton:hover {
    /*background-color: #333;*/
    background-image: url(../images/NewLook/NavBarBkgdHover.png);
    background-repeat: repeat-x;
	background-position: left top;
    color: #EEEEEE;
	cursor: hand;
}
div.MenuLogoutButton {
    float: right;
	height: 22px;
	text-decoration: none;
	text-align: center;
	font-size: 11.5pt;
	/*font-weight:bold;*/
	line-height: 2.0;
	color: #FFFFFF;
	/*background-color: #333;*/
	padding-left: 20px;
	padding-right: 20px;
}
div.MenuLogoutButton:hover {
    /*background-color: #333;*/
    background-image: url(../images/NewLook/NavBarBkgdHover.png);
    background-repeat: repeat-x;
	background-position: left top;
    color: #FF0000;
	cursor: hand;
}

/****** WELCOME SECTION ******/
div.welcome {
    width: 1010px;
    margin-top: 10px;
    text-align: right;
    font-size: 11pt;
    /*background-color: #DC8;*/
}
div.logout {
    width: 300px;
    margin-top: 10px;
    text-align: right;
    /*background-color: #FC6;*/
}
.inactiveSession {
    font-size: 10.0pt;
    color: #BBBBBB;
}

/****** GENERAL MAIN CONTENTS SECTION ******/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
div.efiling {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
.admintableheader {
	background-color: #666;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.admintableheaderlight {
    background-color: gainsboro;
    border: 0px solid #004d99;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10.5pt;
    color: black;
    text-align: right;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.admintablecell {
	min-height: 18px;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	word-wrap: break-word;
}
.admintablecell9pt {
	min-height: 18px;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	word-wrap: break-word;
}
.admintablecell8pt {
	min-height: 16px;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	word-wrap: break-word;
}
.tableheader {
	background-color: #777;
	color: #FFF;
	border: 1px dotted #000;
	font-weight: bold;
}
.tablerow {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
.tablerowConfirm {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	background-color: #DFDFDF;
}
.#overlay
{ width: 100%;
  height: 100%;
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1.0;
  z-index: 102;
  }
  
/* Sortable tables */
table.sortable thead {
    /*background-color:#eee;
    color:#666666;
    font-weight: bold;*/
    cursor: pointer;
    table-layout:fixed;
}
/****** SPECIFIC TO HOME PAGE ******/
div.adminbuttons {
    width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div.clientbuttons {
    width: 660px;
	margin-right: auto;
	margin-left: auto;
}
div.adminbuttonwrap {
    float: left;
	width: 185px;
	margin-left:auto;
	margin-right:auto;
}
div.clientbuttonwrap {
    float: left;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}
div.adminvertspacer {
    float: left;
	width: 120px;
}
div.clientvertspacer {
    float: left;
	width: 30px;
}

/****** SPECIFIC TO SUBMIT PAGE ******/
div.ProgressBar {
    width: 440px;
    text-align: center;
    color: #222222;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11.5pt;
	line-height: 2.0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
    position: absolute;
    top: 54%;
    left: 30%;
    border: 1px solid #004d99;
	background-color: #EEEEEE;
	border-radius: 0.4em;
	box-shadow: 0px 0px 4px 2px #CCCCCC;
}
div.submitConfirm {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.dropDownListSubmit,
.fileUploadSubmit {
    border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #000;
	font-size: 13px;
	/*width: 359px;*/
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.attachButtonSubmit {
	background-color: #FFFFFF;
	color: #000;
	font-size: 11.5px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
.textAreaSubmitInput {
    border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #000;
	font-size: 14px;
	width: 904px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.textAreaSubmitInput:focus {
    border: 1px solid #004d99;
    box-shadow: 0px 0px 3px 1px #DDDDDD;
}





/****** SPECIFIC TO RETRIEVE PAGE ******/
.retrievetableheader {
	background-color: #666;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.admintablecell {
	min-height: 18px;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	word-wrap: break-word;
}

/****** SPECIFIC TO UPDATE PROFILE PAGE ******/
div.updateOptionA {
    width:400px;
    margin-left: 64px;
    margin-right: 64px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #004d99;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    background-color: #F7F7F7;
}
div.updateOptionB {
    width:400px;
    margin-right: 60px;
    margin-left: 60px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #004d99;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    background-color: #F7F7F7;
}
div.number {
    height: 140px;
    float: left;
    /*background-color: #FC6;*/
}






/****** SPECIFIC TO MODIFY PROFILE PAGE ******/
.modifyProfileLeftCell {
	background-color: #666;
	border: 1px solid #004d99;
	width: 176px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.modifyProfileRightCell {
	min-height: 18px;
	width: 320px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
}
.modifyProfileRightCell:focus {
	border: 1px solid #004d99;
	box-shadow: 0px 0px 3px 1px #DDDDDD;
}
.modifyProfileDropDownList {
	/*min-height: 18px;*/
	width: 334px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.modifyProfileRightLabel {
    border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000;
	font-size: 10.5pt;
	width: 360px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.modifyProfileValidator {
	/*background-color: #FC6;
	border: 1px solid #004d99;*/
	width: 512px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.0pt;
	color: #FF0000;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** SPECIFIC TO REMOVE PROFILE PAGE ******/
div.lightbox {
    width: 718px;
    border: 1px solid #222222;
    margin-left: 20px;
    padding: 10px;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    background-color: #F7F7F7;
}






/****** SPECIFIC TO UPLOAD DOCUMENTS PAGE ******/
.uploadPageDropDownList {
	/*min-height: 18px;*/
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.uploadPageCheckbox {
    width:920px;
    margin-left: auto;
    margin-right: auto;
}
.uploadPageFileBrowse {
    border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #000;
	font-size: 13px;
	/*width: 359px;*/
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.uploadPageFileRename {
    border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #000;
	font-size: 13px;
	/*width: 359px;*/
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.uploadPageFileRename:focus {
    border: 1px solid #004d99;
	box-shadow: 0px 0px 3px 1px #DDDDDD;
}
.uploadPageTextArea {
    border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #000;
	font-size: 13px;
	width: 908px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.uploadPageTextArea:focus {
    border: 1px solid #004d99;
	box-shadow: 0px 0px 3px 1px #DDDDDD;
}
.uploadPageTable {
    width: 920px;
}
.uploadPageDocTableHeader {
	background-color: #666;
	width: 828px;
	border: 1px solid #004d99;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.uploadPageDocTableHeadernoWrap {
	background-color: #666;
	width: 828px;
	border: 1px solid #004d99;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
    word-wrap: hyphenate;
    overflow-wrap: normal;
    text-wrap: avoid;
    white-space: nowrap;
}
.uploadPageDocTableCell {
	min-height: 18px;
	width: 828px;
	border: 1px solid #004d99;
	background-color: #FEFEFE;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.uploadPageSelectTableHeader {
	background-color: #666;
	width: 80px;
	border: 1px solid #004d99;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.uploadPageSelectTableCell {
	min-height: 18px;
	width: 80px;
	border: 1px solid #004d99;
	background-color: #FEFEFE;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/****** SPECIFIC TO UPLOAD CONFIRM PAGE ******/
.uploadConfirmPageTableHeader {
	background-color: #666;
	width: 906px;
	border: 1px solid #004d99;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.uploadConfirmPageTableCell {
	min-height: 18px;
	width: 906px;
	border: 1px solid #004d99;
	background-color: #FEFEFE;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.uploadConfirmPageTableCellLeft {
	min-height: 18px;
	width: 186px;
	border: 1px solid #004d99;
	background-color: #FEFEFE;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}
.uploadConfirmPageTableCellRight {
	min-height: 18px;
	width: 720px;
	border: 1px solid #004d99;
	background-color: #FEFEFE;
	color: #222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

button {
    overflow: visible;
    width: auto;
}
button.link {
    font-family: "Verdana" sans-serif;
    font-size: 1em;
    text-align: left;
    color: blue;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
   
    -moz-user-select: text;
 
    /* override all your button styles here if there are any others */
}
button.link span {
    text-decoration: underline;
}
button.link:hover span,
button.link:focus span {
    color: black;
}

span.buttonempty1, div.buttonempty1 {
	float: left;
	height: 16px;
	width: 132px;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 1px;
	color: #FFF;
	padding-top: 1px;
}
span.buttonempty2, div.buttonempty2 {
	float: left;
	height: 16px;
	width: 133px;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 1px;
	color: #FFF;
	padding-top: 1px;
}
span.button1, div.button1 {
	float: left;
	height: 34px;
	width: 132px;
	background-color: #BBB;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	line-height: 2.4;
	color: #000;
	margin-right: 1px;
	margin-top: 0px;
}
span.button1:hover, div.button1:hover {
	background-color: #004d99;
	color: #FFF;
	cursor: hand;
}

span.button2, div.button2 {
	float: left;
	height: 17px;
	width: 133px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
	margin-right: 1px;
	margin-top: 0px;
	padding-top: 2px;
}
span.button2:hover, div.button2:hover {
	background-color: #004d99;
	cursor: hand;
}

span.button3, div.button3 {
	float: left;
	height: 17px;
	width: 133px;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
	margin-right: 1px;
	margin-top: 0px;
	padding-top: 2px;
}
span.button3:hover, div.button3:hover {
	background-color: #004d99;
	cursor: hand;
}

span.button4, div.button4 {
	float: left;
	height: 17px;
	width: 133px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
	margin-right: 1px;
	margin-top: 0px;
	padding-top: 2px;
}
span.button4:hover, div.button4:hover {
	background-color: #004d99;
	cursor: hand;
}

span.button5, div.button5 {
	float: left;
	height: 17px;
	width: 132px;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
	margin-right: 1px;
	margin-top: 0px;
	padding-top: 2px;
}
span.button5:hover, div.button5:hover {
	background-color: #004d99;
	cursor: hand;
}

span.button6, div.button6 {
	float: left;
	height: 17px;
	width: 132px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
	margin-top: 0px;
	padding-top: 2px;
}
span.button6:hover, div.button6:hover {
	background-color: #004d99;
	cursor: hand;
}

/****** SPECIFIC TO APPROVE DOCS PAGE ******/
.approvedocstable {
    width: 920px;
    margin: 0px;
    padding: 0px;
}
.managedocstitleheader {
	border: 1px solid #444444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
	color: #FFF;
	text-align: left;
	text-indent: 127px;
	background-color: #444444;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.managedocsbuttonsrow {
    padding-top: 10px;
    padding-left: 24px;
    padding-bottom: 20px;
}
.button {
    margin-right: 24px;
}
.managedocsspacebuttons {
    width: 40px;
    min-height: 20px;
}
.managedocstableheader {
	background-color: #666;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.managedocstablecell {
	min-height: 18px;
	border: 1px solid #004d99;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/****** SPECIFIC TO MANAGE Cases PAGE ******/
div.ASPPanels {
	width: 920px;
	min-height: 220px;
	margin-left: auto;
	margin-right: auto;
}
div.PageTitle {
    width: 530px;
    float: left;
}
div.secondMenuBar {
    /*width: 916px;*/
    height: 30px;
    margin-top: 12px;
    /*margin-left: 4px;*/
    float: right;
}
div.secondMenuBarSpacer {
    float: left;
	height: 30px;
	width: 1px;
}
#AddButton,
#ModifyButton,
#DeleteButton {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#AddButton li,
#ModifyButton li,
#DeleteButton li {
	float: left;
	width: 98px;
	height: 28px;
	border-radius: 0.3em;
	border: 1px solid #BBBBBB;
	/*background-image: url(../images/NewLook/ButtonBkgd.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 5px;
	padding-left: 6px;
	position: relative;
}
#AddButton li:hover,
#ModifyButton li:hover,
#DeleteButton li:hover {
	background-image: url(../images/NewLook/ButtonBkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
}
#AddButton li a,
#ModifyButton li a,
#DeleteButton li a {
	display:block;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11.0pt;
	color: #000000;
	line-height: 1.9;
	text-align: left;
}
#AddButton li:hover a,
#ModifyButton li:hover a,
#DeleteButton li:hover a {
	color:#000000;
}
div.SubMenu {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding-top: 4px;
	background-color: #FFFFFF;
}
#AddButton li:hover .SubMenu,
#ModifyButton li:hover .SubMenu,
#DeleteButton li:hover .SubMenu {
	left: -1px;
	top: 26px;
}
div.SubMenuTitle {
	width: 156px;
	height: 20px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.0pt;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	margin-bottom: 1px;
	border: 1px solid #BBBBBB;
	border-radius: 0.3em;
	background-image: url(../images/NewLook/ButtonBkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}
div.SubMenuTitle:hover {
	background-image: url(../images/NewLook/ButtonBkgdHover.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	border: 1px solid #004d99;
}
.PanelValidator {
	/*background-color: #FC6;
	border: 1px solid #004d99;*/
	/*width: 512px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #F00;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftGreenCellCT {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 160px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellCT {
	min-height: 20px;
	width: 320px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.leftGreenCellCS {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 170px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellCS {
	min-height: 20px;
	width: 170px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.leftGreenCellAS {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 190px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellAS {
	min-height: 20px;
	width: 620px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.leftGreenCellPM {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 230px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellPM {
	min-height: 20px;
	width: 230px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.leftGreenCellDT {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellDT {
	min-height: 20px;
	width: 200px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.leftGreenCellHR {
	min-height: 18px;
	background-color: #004d99;
	border: 1px solid #004d99;
	width: 240px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #FFF;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightWhiteCellHR {
	min-height: 20px;
	width: 240px;
	border: 1px solid #BBBBBB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10.5pt;
	color: #222;
	background-color: #FEFEFE;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 4px;
}
.rightWhiteCellTC:focus,
.rightWhiteCellCT:focus,
.rightWhiteCellCS:focus,
.rightWhiteCellAS:focus,
.rightWhiteCellPM:focus,
.rightWhiteCellDT:focus,
.rightWhiteCellHR:focus {
	border: 1px solid #004d99;
	box-shadow: 0px 0px 3px 1px #DDDDDD;
}


/****** GENERAL FOOTER SECTION ******/
div.mainfooter {
    text-align: left;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	/*height: 30px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5pt;
	color: #333;
	line-height: 2.4;
}

/****** BUTTONS, INPUT AND TEXT AREA SECTION ******/
#form1 button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd url('/images/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 13px/1.3;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
#loginform button,
#registerform button,
#recoverform button,
input [type="reset"],
input [type="submit"],
input [type="button"] {
	font-size: 14px;
}
#form3 button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd url('/images/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 13px/1.3;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
#form1 button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
#registerform button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
#form3 button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
#form1 button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
#form3 button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
div.errorbox {
    width: 450px;
    border: 1px solid #F00000;
    background-color: #FFFFFF;
    padding: 6px;
    border-radius: 0.4em;
    box-shadow: 0px 0px 4px 2px #DDDDDD;
    color: #F00000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    line-height: 16px;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
}
div.registerInputLeft {
    width: 359px;
    float: left;
}

div.registerInputLeftAudit {
    width: 70px;
    float: left;
}
div.registerInputLeftAudit400 {
    width: 400px;
    float: left;
}
div.registerInputLeftAudit300 {
    width: 300px;
    float: left;
}

div.registerInputRight {
    width: 359px;
    margin-left: 20px;
    float: left;
}

div.registerInputRightHalf {
    width: 32px;
    margin-left: 530px;
    float: left;
}

.registerFormInput100 {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 100px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.registerFormInput {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 347px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.registerFormInputAudit {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 547px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

    .registerFormInput:focus {
        border: 1px solid #004d99;
        box-shadow: 0px 0px 3px 1px #DDDDDD;
    }

.registerDropDownList {
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    width: 359px;
    float: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
}

div.registerValidatorLeft {
    width: 359px;
    float: left;
    color: #FF0000;
}

div.registerValidatorRight {
    width: 359px;
    margin-left: 20px;
    float: left;
    color: #FF0000;
}