/* 
 * ==|== normalize ==========================================================
/* =============================================================================
   base resettings d
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   feature resetting - addressing offsite dojo styling
   ========================================================================== */

.dj_ie7 #main {
  padding-top: 110px;
}
.dj_contentbox #wrapper {
  width: 600px;
}
/* =============================================================================
   main container definitions 
   ========================================================================== */

body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}
#header {
  height: 100px;
  position: absolute;
  left: 0;
  width: 100%;
  background: #003E7E;
  margin: 0px;
}
#header a {
  display: inline-block;
  width: 180px;
  height: 100px;
  /* background: #003E7E url(images/background_sprite.png) 0px -500px; */
  background: #003E7E url(/static/companies/images/background_sprite.png) 0px -500px;
}
#header #static_header {
  margin: 0px auto;
  height: 100px;
  width: 1024px;
}
#header .header-help {
  float: right;
  width: 250px;
  height: 100px;
  color: #f5f5f5;
  margin-top: 60px;
  text-align: right;
}
#wrapper {
  width: 1024px;
  min-width: 1024px;
  max-width: 1024px;
  margin: 0px auto;
  /* fix max-width incompatibility in IE6 */
  width: expression(document.body.clientWidth > 1024?"1024px": "auto");
  overflow: hidden;
}
#main {
  overflow: auto;
  display: box;
  text-align: centre;
  min-height: 670px;
  border: 1px solid #EBEBEB;
  margin-top: 100px;
  border-top: none;
  border-bottom: none;
  padding: 10px 20px 20px 20px;
}
#footer {
  border-top: 1px solid #E5E5E5;
  clear: both;
  color: #777;
  height: 140px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 0px;
  text-align: right;
  padding: 4px 0px 0px 0px;
}
#footer>div {
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  /* fix max-width incompatibility in IE6 */
  width: expression(document.body.clientWidth > 1000?"1000px": "auto");
  /*overflow:hidden; */
  margin: 0px auto;
  text-align: right;
}
#footer a {
  color: #003E7E;
  margin-right: 4px;
}
#footer #static_footer {
  padding: 0px 12px 10px 12px;
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  background-color: #F5F5F5;
  /* fix max-width incompatibility in IE6 */
  width: expression(document.body.clientWidth > 1000?"1000px": "auto");
  /*overflow:hidden; */
  margin: 0px auto;
  text-align: left;
}
#footer .login-logged-in {
  background-color: #FDFDFD;
  float: right;
  width: auto;
  padding: 18px;
  margin: 0px 0px 0px 24px;
  font-size: 1.1em;
  color: #333333;
}
#footer .login-logged-in a {
  font-size: 1.1em;
}
#footer .login-logged-in .login-account-reminder {
  font-size: 0.9em;
  color: #965A01;
  margin: 6px 0px 0px 0px;
}
#footer .login-logged-in a:hover {
  color: #333333;
}
/* =============================================================================
   navigation & links
   ========================================================================== */

a {
  text-decoration: underline;
  font-size: 12px;
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
a:link {
  color: #005391;
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
a:visited {
  color: #005391;
}
a:hover {
  color: #333333;
}
a:active {
  color: #333333;
}
#menu {
  float: left;
  left: 0px;
  width: 224px;
  margin-right: 0px;
  margin-top: 101px;
}
#menu ul {
  list-style: none;
  margin: 0px 0px 0px 10px;
  padding: 0;
}
#menu a,
#menu h2 {
  display: block;
  margin: 0;
  padding: 8px;
  text-decoration: none;
  padding: 2px 12px;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
#menu a:hover {
  color: #300336;
  background: #fff;
}
#menu h2 {
  color: #003E7E;
  font-size: 1.2em;
}
#menu ul li a {
  padding: 4px 12px;
}
#menu ul li a:hover {
  background-color: #CECECE;
  color: #333333;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  color: #333333;
}
#menu ul li.active a {
  background: #CECECE;
  color: #333333;
  border: 1px solid #EBEBEB;
  border-right: none;
  margin-right: -1px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  color: #333333;
}
a img {
  border: 0 none;
  vertical-align: middle;
}
tr.odd {
  background-color: #FFFFFF;
}
tr.even {
  background-color: #EFEFEF;
}
#footer,
#footer a {
  font: 11px/15px Arial, Helvetica, sans-serif;
}
/* =============================================================================
   content
   ========================================================================== */

.content-float {
  float: left;
  width: 46%;
  padding: 6px 12px;
  line-height: 1.6em;
}
/* =============================================================================
   typography
   ========================================================================== */

p.confirmation {
  color: #003E7E;
  font-weight: bold;
}
h1,
h2,
h3,
H4 {
  color: #003E7E;
}
h1 {
  font-size: 1.6em;
  line-height: 1.8em;
  margin: 0px;
  color: #003E7E;
}
h2 {
  font-size: 1.3em;
  line-height: 1.6em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.5em;
}
.container-login {background-color: #FCFCFC; overflow: auto; padding: 10px; margin-top: 20px;  border: 1px solid #E5E5E5; border-radius: 2px; }
.container-login h3 {border-bottom: 1px solid #87A6C8; font-size: 1.5em; margin-top: 40px;font-weight: normal;}
.container-login h3:first-child {margin-top: 10px; }
.container-login .login-disclaimer {background-color: #CCC; display: block; margin-top: -5px; padding: 10px; color: #000 }
h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}
form h4 {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 4px;
}
/* =============================================================================
   forms
   ========================================================================== */

label {
  width: 26%;
  clear: both;
  /*line-height: 2.4em; */
  float: left;
  margin: 0px 4px 0px 8px;
  font-weight: bold;
  color: #003E7E;
}
input[type='text'],
input[type='password'] {
  height: 26px;
  line-height: 28px !important;
  margin-right: 6px;
  padding-left: 6px !important;
  /*width: 300px;*/
  background: #F5F5F5;
}
input[type='text']:focus,
input[type='password']:focus {
  box-shadow: 0px 0px 2px #78B1DF;
  background: #FFFFFF;
}
input,
textarea,
select {
  border: 1px solid #ebebeb;
}
.textField-large {
  width: 70% !important;
}
select {
  padding: 5px 4px;
}
input[type='checkbox'] {
  border: none;
  padding-bottom: 14px;
}
input[type='file'] {} textarea {
  width: 400px;
  height: 80px;
  resize: both;
}
input.image {
  border: none;
  height: auto;
  vertical-align: middle;
}
.submit {
  /* padding-left: 210px; */
  margin-top: 32px;
  clear: both;
  display: block;
}
.submit input {
  border: 1px solid #003E7E;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /* background: #B9D4EE url(images/background_sprite.png) 0px -333px; */
  height: 41px;
  min-width: 105px;
  margin-right: 4px;
  background: #B9D4EE url(/static/companies/images/background_sprite.png) 0px -333px;
  text-shadow: -1px -1px 1px #333;
  filter: none;
  cursor: pointer;
}
.submit input:hover {
  background: #003E7E;
}
form.login .submit {
  padding: 0px;
}
input[type='button'] {
  border: 1px solid #003E7E;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /* background: #B9D4EE url(images/background_sprite.png) 0px -333px; */
  height: 28px;
  min-width: 60px;
  margin-right: 4px;
  background: #B9D4EE url(/static/companies/images/background_sprite.png) 0px -333px;
  text-shadow: -1px -1px 1px #333;
  filter: dropshadow(color=#333, offx=-1, offy=-1);
  cursor: pointer;
}
input[type='button']:hover,
input[type='button'].button-large:hover {
  background: #003E7E;
}
input[type='button'].button-large {
  border: 1px solid #003E7E;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /*background: #B9D4EE url(images/background_sprite.png) 0px -333px;*/
  height: 41px;
  min-width: 105px;
  margin-right: 4px;
  background: #B9D4EE url(/static/companies/images/background_sprite.png) 0px -333px;
  text-shadow: -1px -1px 1px #333;
  filter: dropshadow(color=#333, offx=-1, offy=-1);
  cursor: pointer;
}
table .submit {
  display: inline;
}
table .submit input {
  background: none;
  text-shadow: none !important;
  border: none;
  filter: none;
  color: #333333;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #005391;
  text-decoration: underline;
}
table .submit input[type='button'] {
  text-shadow: none !important;
}
table .submit input:hover,
table .submit input[type='button']:hover,
table .submit input[type='submit']:hover {
  background: none !important;
}
.quicklinks {
  clear: both;
  padding-bottom: 15px
}
.quicklinks span {
  float: right;
}
.submit input#cancel {
  background: none;
  border: none;
  text-shadow: none;
  color: #dd4b39;
  text-transform: underline;
  text-decoration: underline;
  text-transform: capitalize;
}
.submit input#cancel:hover {
  color: #F00;
  background: none;
}
/* =============================================================================
   list
   ========================================================================== */

li {
  padding-top: 0px;
  text-align: left;
}
ul li {
  margin: 0 0 0.25em 0;
  padding: 0;
}
div .inputHint {
  font-size: 0.85em;
  margin-left: 28%;
}
/* =============================================================================
   table
   ========================================================================== */

table {
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  font: 1em/1.4em Tahoma, Geneva, sans-serif;
  clear: both;
  width: 100%;
}
table th {
  padding: 12px 6px 12px 6px;
  color: #333;
  background: #D4D4D4;
  text-align: left;
}
table td {
  padding: 4px;
}
table td a:link {
  color: #666;
}
.pagebanner {
  font: 1.1em/2.8em Tahoma, Geneva, sans-serif bold;
  float: left;
  width: 300px;
}
.pagelinks {
  font: 1.1em/1.4em Tahoma, Geneva, sans-serif bold;
  float: right;
  margin: 8px 0px 0px 0px;
  width: 300px;
  text-align: right;
}
.pagelinks a {
  display: block-inline;
  width: 40px;
  height: 40px;
  padding: 6px;
  background-color: #D4D4D4;
  border: 1px solid #ebebeb;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
.pagelinks a:hover {
  background-color: #F5F5F5;
}
.pagelinks a.pagelinks_first:before {
  content: "<< ";
}
.pagelinks a.pagelinks_previous:before {
  content: "< ";
}
.pagelinks a.pagelinks_next:after {
  content: " >";
}
.pagelinks a.pagelinks_last:after {
  content: " >>";
}
.status-Error,
.status-Deleted-Pre-Release,
.status-Deleted-Post-Release,
.status-Transmission-Failed {
  color: #FF0000;
}
.status-In-Progress {
  color: #FF33FF;
}
.status-Accepted {
  color: #000000;
}
.status-Released {
  color: #009933;
}
.status-Delivered {
  color: #3333FF;
}
/* table elements */

table.login td,
table.login th {
  padding: 1px;
  border: 0px solid #CCCCCC;
  vertical-align: top;
}
div#content {
  margin-left: 3%;
  margin-right: 3%;
}
/* =============================================================================
   page specific
   ========================================================================== */

form #companyDirectorsDetails_div {
  border: 1px solid #EBEBEB;
  padding: 0px 12px 18px 12px;
  margin: 10px 0px 20px 0px;
  font-size: 1em;
  line-height: 0.8em;
  color: #666666;
}
form #companyDirectorsDetails_div input[type='button'] {
  margin-left: 8px;
}
form #companyDirectorsDetails_div label {
  text-align: right;
  line-height: 2.2em;
  font-size: 1.1em;
  padding-right: 4px;
  width: 38%;
}
form #companyDirectorsDetails_div h2 {
  text-align: center;
  line-height: 1em;
}
/* page specific company details edit */

form#companyContactDetails {
  width: 600px;
}
/* directors/management search */

#contactName_div label {
  width: 20%;
}
.formFieldSmall {
  width: 45px !important;
}
.formFieldMedium {
  width: 20% !important;
}
.formFieldLarge {
  width: 45% !important;
}
/* custom styling required for individual text box size changes not possible with dijit */

.formFieldSmallInput .dijitTextBox {
  width: 45px !important;
}
.formFieldMediumInput .dijitTextBox {
  width: 180px !important;
}
.formFieldLargeInput .dijitTextBox {
  width: 335px !important;
}
/* page specific - logins */

.dijitValidationIcon {
  width: 30px !important;
  min-width: 30px !important;
  padding-top: 8px !important;
  margin-right: 0px !important;
}
.dijitTooltip iframe {
  display: none!important;
}
form.login {
  width: 247px;
  margin: 0px auto;
  border: 1px solid #78B1DF;
  padding: 18px;
  background: #e9f1f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9f1f9 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #e9f1f9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9f1f9 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9f1f9 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9f1f9 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9f1f9 20%, #ffffff 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9f1f9', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
form.login label {
  width: 100%;
  float: none;
  margin-right: 4px;
  font-weight: 600;
  line-height: 32px;
  color: #003E7E;
  text-align: left;
  padding-left: 0px;
  display: block;
  margin-left: 0;
  font-size: 15px;
}
form.login .login-forgot-link {
  font-size: 1.2em;
  text-align: left;
  line-height: 1em;
  margin-left: 0px;
  color: #003E7E;
  margin-top: 5px;
  display: block;
  text-align: right;
  margin-right: 5px;
}
form.login a.login-forgot-link {
  color: #dd4b39;
}
form.login input[type='text'],
form.login input[type='password'] {
  height: 40px;
  line-height: 28px;
  margin-right: 6px;
  padding-left: 6px;
  min-width: 165px;
  width: 100%;
  border: 1px solid #b3b3b3;
  background: rgb(240, 240, 240);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
form.login .submit input {
  /*margin-left: 105px;*/
  width: 130px;
  height: 42px
}
/* page specific - status of announcement */

table#elodgements,
table#userProfiles {
  margin-top: 16px;
}
table#issuerUsersUid input[type='checkbox'] {
  border: none;
  position: relative;
  left: 45%;
}
#announcementHeader tr.odd,
#announcementHeader tr.even {
  background-color: #FFFFFF;
}
/* page specific - create new user */

.checklist {
  padding: 12px !important;
  width: 95% !important;
}
.checklist li {
  line-height: 2.0em !important;
}
.utilbox {
  width: 18px;
}
caption {
  caption-side: top;
  width: auto;
  text-align: left;
  font-size: 12px;
  color: #848f73;
  padding-bottom: 4px;
}
fieldset {
  background: #CCFFFF;
  padding: 8px;
  padding-bottom: 22px;
  border: none;
  width: 560px;
}
fieldset label {
  width: 70px;
  float: left;
  margin-top: 1.7em;
  margin-left: 20px;
}
fieldset textfield {
  margin: 3px;
  height: 20px;
  background: #CCFFFF;
}
fieldset textarea {
  margin: 3px;
  height: 165px;
  background: #CCFFFF;
}
fieldset input {
  margin: 3px;
  height: 20px;
  background: #CCFFFF;
}
fieldset table {
  width: 100%;
}
fieldset th {
  padding-left: 25px;
}
.table-buttons {
  background-color: #fff;
  border: none;
}
.table-buttons td {
  border: none;
}
.button {
  border: 1px solid #BBBBBB;
  color: #777777;
  padding: 2px 7px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  height: 20px;
  margin-right: 1px;
  margin-left: 1px;
  vertical-align: middle;
}
.updated {
  background: #ecf1e5;
  font-size: 11px;
  margin-left: 2px;
  border: 4px solid #ecf1e5;
}
.updated td {
  padding: 2px 8px;
  font-size: 11px;
  color: #888888;
}
.dijitArrowButton {
  height: 20px;
}
.dijitTextArea {
  min-height: 5.5em !important;
  max-height: 22em !important;
  overflow-y: auto !important;
  max-width: 175px;
}
.RichTextEditable {
  min-height: 18em !important;
  max-height: 18em !important;
}
.flag {
  height: 11px;
  width: 16px;
}
.audit {
  color: red;
}
/* input guide */

.input-guide {
  color: #777777;
  font-size: 0.85em;
  margin-left: 210px;
}
.input-guide-error {
  color: #dd4b39;
  font-size: 12px;
  float: right;
  bottom: 30%;
}
#submitButton .input-guide {
  margin-left: 0;
}
/* warnings */

.errors {
  border: 1px solid #dd4b39;
  background-color: #F5F5F5;
  color: #dd4b39;
  padding: 8px;
  margin: 0px auto 8px auto;
  /* width: 320px;  position: relative; */
  overflow: auto;
  display: block;
}
.errors p,
.errors label {
  color: #dd4b39;
}
.errors input {
  border: 1px solid #bbb;
  background-color: #FEECEC;
}
ul .errors {
  margin: 5px;
  display: block;
  text-decoration: none;
}
ul.errors label {
  color: #003E7E;
}
ul.errors input {
  background: none;
  border: none;
}
.success {
  border: 1px solid #52CC97;
  background-color: #DEF5EC;
  color: #154631;
  padding: 8px;
  margin: 0px auto 8px auto;
  /* width: 320px;  position: relative; */
  overflow: auto;
}
.warning {
  border: 1px solid #FFB435;
  background-color: #FFFBCC;
  color: #965A01;
  padding: 8px;
  margin: 0px auto 8px auto;
  /* width: 320px;  position: relative; */
  overflow: auto;
}
.icon-company {
  width: 32px;
  height: 32px;
}
.logo-company {
  width: 200px;
  height: auto;
}
#widget_j_username {
  width: 240px !important
}
#widget_j_password {
  width: 240px !important
}
.tundra .dijitValidationIcon {
  width: 16px;
  background: transparent url(/companies/resources/dijit/themes/tundra/images/warning.png) no-repeat center center !important;
}
.info-guide {
  color: #777777;
  font-size: 0.85em;
  margin-left: 210px;
  border: 1px solid #0099ff;  
  background-color: #e6f7ff;
  padding: 8px;
} 
