﻿/* Reset margins and padding on everything - helps with IE compatibility */
* {
   margin: 0;
   padding: 0;
}

p, ul
{
    margin-bottom: 20px;
/*DR    line-height: 1.6em; */
}

.admin p, .admin ul
{
    margin-bottom: 0px;
    line-height: 1.6em;
}

/*
ul, ol {
  padding-left: 14pt;
}
*/

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.2em;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
body { margin: 0; padding: 0; background: white; }

.frontend .page
{
    margin: 0 auto; width: 980px; position: relative; padding-right:2px;
}

/* Home page */
.frontend #main .leftTwoThirds 
{
    float: left;
    width: 500px;
    padding-top: 10px;
}

.frontend #main .rightThird
{
    float: right;
    width: 240px;
}

.frontend #main .rightThird div 
{
 margin: 10px 0 0 0;
 padding: 0px;   
}

div#welcomeContent 
{
   padding: 0px 20px 0px 0px;
}

/* Header */
div#Header { clear:both; overflow:hidden; margin: 15px 0 15px 0; }
div#Header img { float: left; margin: 6px 0 0 0px; display: inline; }
div#Header div { overflow: hidden; }
div#Header div#ApplicationTitle { display: inline-block; float: left; width: 400px; padding-top: 3px; font-size: 2em; font-weight: bold; color: #00335E; text-decoration: none; }
div#Header div#shortcuts { clear: left; position: relative; height: 25px; }
div#Header div#shortcuts2 { float: right; }
div#Header ul { list-style: none; padding:0; }
div#Header .shortcuts {  padding-top: 2px;  }
div#Header .shortcuts span, 
div#Header .shortcuts a { border: 0; padding: 0; margin-top: 6px; color: #00335E; font-size: 1em; }
div#Header .shortcuts a:active,
div#Header .shortcuts a:focus { color: #FFF; }
div#Header div.headernav { padding: 0 6px 0 6px; border-right: solid 1px #00335E; display:inline; margin-top:0; margin-bottom:0; white-space: nowrap; }
div#Header div.headernavlast { padding: 0 0 0 6px; border: 0; display:inline; margin-top:0; margin-bottom:0; white-space: nowrap; }

select #culture { float: right; }

/* Title, logo */
div#logo { float: left; padding-right: 4px; padding-bottom: 6px; }
div#logo img { border: 0px; }


/*  Main menu */
#mainmenu { height: 2px; text-align: center; background-color: #2F6F9B; background-image:url(../../Handlers/ColourizeImage.ashx?name=shaded&h=0&s=0&v=0); background-repeat: repeat-x; clear: both; }
#mainmenu ul { color:white; padding: 4px 2px 2px 2px; font-size: 1.1em; }
#mainmenu li { display:inline; padding: 0; }
#mainmenu li a { color: white; text-decoration: none; padding: 0 1px 0 1px; }
#mainmenu div.menuItem { display:inline; border-right:1px solid #FFF; padding:0px 8px 1px 8px; }
#mainmenu div.menuItem a:focus, 
#mainmenu div.menuItem a:active, 
#mainmenu div.menuItem a:hover { color: white; border-bottom: solid 3px #F6BF10;  border-top: solid 3px #2F6F9B;  background: #2F6F9B; }
#mainmenu div.menuItem.last { border-right: none; }

/*  Footer */
#footer { height: 60px; clear: both; background: #F4F4F4; color: #666; padding: 10px; line-height: normal; margin: 0 0 20px 0; font-size: .9em; }
#footer p { display: inline; }
#footer p.copyright { float: left; color: #666; text-decoration: none; }
#footer p.bricksLink { float: right; color: #666; text-decoration: none; }
#footerMenu { display: inline;  float: left; text-align: center; width: 650px; }
#footerMenu li { display: inline; padding:0 10px 0 8px; border-right: solid 1px #00335E; }
#footerMenu li a { color: #00335E; text-decoration: none; }
#footerMenu li a:hover { color: #0066FF; text-decoration: underline; }
#footerMenu li a:focus, #footerMenu li a:active { color: #FFF; }
#footerMenu li.last { border-right: none; }

/*  Related Sites */
#relatedSitesMenu { display: inline;  float: left; text-align: center; width: 100%; margin-top: 8px; border-top: 1px solid #CCC; padding-top: 8px; }
#relatedSitesMenu li { display: inline; padding:0 10px 0 8px; border-right: solid 1px #00335E; }
#relatedSitesMenu li a { color: #00335E; text-decoration: none; }
#relatedSitesMenu li a:hover { color: #0066FF; text-decoration: underline; }
#relatedSitesMenu li a:focus, #footerMenu li a:active { color: #FFF; }
#relatedSitesMenu li.last { border-right: none; }

#main { padding: 0; margin-bottom: 10px; background-color: #fff; _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */ }

/* LINKS */
a {
	text-decoration: none;
	color: #006cc9;	
	padding: 0 1px 2px 1px;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
	padding: 0 1px 2px 1px;
}

a:focus, a:active {
	background-color: #2F6F9B;
	color: #FFF;
    border-bottom: solid 2px #F6BF10; 
    padding: 0 1px 0px 1px;
}

a.ApplicationTitle {
    display: inline-block; float: left; width: 400px; padding-top: 3px; font-weight: bold; color: #00335E; text-decoration: none;
}

#skiplinks ul, #skiplinks li, #skiplinks-extra ul, #skiplinks-extra li {
    margin:0;
    padding:0;
}

#skiplinks li, #skiplinks-extra li {
display:inline;
list-style-type:none;
}

#skiplinks a, #skiplinks-extra a {
    font-size:1.2em;
    font-weight:bold;
    border:0 none;
    height:0;
    left:16px;
    overflow:hidden;
    position:absolute;
    top:73px;
    width:0;
    z-index:1002;
}

#skiplinks a:active, #skiplinks a:focus, #skiplinks-extra a:active, #skiplinks-extra a:focus {
    background:#006699 none repeat scroll 0 0;    
    color:#FFFFFF;
    height:auto;
    margin:0;
    padding:8px;
    position:absolute;
    width:auto;
    z-index:1000;
    border: solid 3px #F6BF10;    
}

.accessibilityHidden {left:-2000px; overflow:hidden; position:absolute; }

/* MISC  
----------------------------------------------------------*/

.invisibleAnchorLink 
{
    position: absolute;   
}

.clear
{
    clear: both;
}

.alignRight  
{
    float: right; display: block; 
}

.error
{
    color:Red;
}

div.separator 
{
    display: block;
    min-height: 20px;    
    clear: both;
}

* html div.separator { height: 30px; }
body.admin div#Header { padding: 0; }
body.admin div#Header h1#siteTitle { display:inline-block; float:left; text-align:left; color: #FFF; }
body.admin div#Header a { color: #FFF; text-decoration: none; }
body.admin div#Header a:hover { border-bottom: 2px solid #FFF; }
body.admin div#Header div.headernav { border-right: 1px solid #FFF; }

.field-validation-error
{
    color: #ff0000;
}

ul.validation-summary-errors {
    list-style: none;
    margin-left: 200px;
    margin-bottom: 2px;
    padding: 4px;
    padding-left: 0px;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.dateWarning
{
    font-style: italic;
    margin-left: 10px;
}

/*
	Table list styling
*/

table.itemlist {
  width: 100%;
  font-size: 0.9em;
}

.itemlist img 
{
	border: none;
}

table.itemlist thead {
  background: #ddddff;
  border-collapse: collapse;
  text-align: left;
}

table.itemlist tfoot
{
    background: #ddddff;
}

table.itemlist tbody tr 
{
  background: #eef;
  font-size: 90%;
}

table.itemlist thead a, table.itemlist tbody a {
  color: #3366FF;
  text-decoration: none;
}

table.itemlist thead div.header form {
    white-space: nowrap;
}

table.itemlist thead div.header span.removeSortFilter a {
    display: inline-block;
    padding: 0px;
    color: transparent;
    margin: 0px;
    width : 16px; 
    height : 16px;
    background: url('/Content/images/edit-delete.png') no-repeat;
}

table.itemlist thead a:hover, 
table.itemlist tbody a:hover {
    background-color:#0080C0;
    color:#FFFFFF;
}

table.itemlist thead a:active, 
table.itemlist tbody a:active, 
table.itemlist thead a:focus, 
table.itemlist tbody a:focus {
    background-color: #0090C0;
    color:#FFFFFF;
}

table.itemlist td, table.itemlist th {
  padding: 4px;

}

table.itemlist .action, table.itemlist .id {
  text-align: center;
}

table.itemlist .action {
  padding: 0px;
}

table.itemlist thead tr div.headerForm {
    min-width: 120px;
}

table.itemlist thead tr div.headerForm form select {
    padding-bottom: 3px;
    margin-top: 1px;
}

ul.actionList 
{
    list-style: none; 
    margin: 0; 
    padding-left: 5px; 
    padding-right: 5px;
    font-size: 0.9em;
    font-family: Arial;
}

ul.actionList span.label {
    font-weight: bold;
}

ul.activityList li
{
    margin-bottom: 5px; 
    border-bottom: dotted 1px #CCC;
    padding-bottom: 5px;
}

div.contentPage { width: 960px; }
div.unconstrained { width: 100%; padding: 0 2px 0 2px; } 
div.centered { margin: auto; }
div.contentPage div.title { padding: 5px 10px 5px 10px; background: #DDD; border-bottom: solid 1px #999; border-top: solid 1px #999;}
div.contentPage div.subTitle { padding: 5px 10px 5px 10px; background: #F6F6F6; border-bottom: solid 1px #CCC;}
div.actionBox { margin: 20px 0 20px 0; padding: 0px; border-bottom: solid 1px #CCC; }
div.actionBox div.title { background: #DDD; padding: 10px; border-bottom: solid 1px #999; border-top: solid 1px #999;}
div.actionBox div.contents { background: #F6F6F6; padding: 10px; border-top: solid 1px #CCC; }
ul.pager { margin-left: 20px;}
ul.pager li { list-style: none; display: inline-block; }

div.twoColumnLayout { width: 960px; clear: both; }

div.leftColumn { float: left; width: 465px; }
div.leftColumnSmall { float: left; width: 250px; }

div.rightColumnLarge { float: right; width: 680px; }
div.rightColumn { float: right; width: 300px; }

div.paddingRight { margin-right: 30px; }



li span.heading 
{
    font-weight: bold;
}

/*<!-- table buttons -->*/
table.itemlist .action a {
  display: block;
  padding: 4px;
  border: solid 1px #666;
  background: #DDFFFF;
  margin: 2px;
}

table.itemlist .action a:hover {
  background: #ddf;
}

table.itemlist .action a.delete:hover {
  background: #fcc;
}

table.itemlist tbody {
  color: black;
}

td.action { vertical-align: top; }
td.action ul { width: 210px; list-style: none; float: left; margin: 0; padding:0; display:inline; }
td.action ul li { width: 70px; float: left; padding: 0; display:inline; margin:0; }
td.live, td.liveclosed, td.true { background-color: #CCFFCC; }
td.notlive, td.notliveclosed, td.false { background-color: #FFCCCC; }
td.expired,td.expiredclosed { background-color: #FFFFCC; }
td.liveclosed, td.notliveclosed, td.expiredclosed { border: solid 1px #666; }
td.centered { text-align: center; margin: 0 auto; }

.itemlist a.titleLink {
  text-decoration: none;
  font-weight: bold; 
}

.itemlist a:hover.titleLink {
  text-decoration: underline;
  font-weight: bold; 
}


/* 
  Forms
*/

form p { margin-left: 200px; }
form ul { margin-left: 200px; }
div.validation-summary-errors ul, div#sectionBody div.fieldValidation { margin-left: 0px; }
div.validation-summary-errors ul {list-style-type: none; padding-left: 0;}

/** Required to make the styles drop-down in CKeditor work - one of these needs to wrap every CKeditor instance */
.richTextContainer 
{
    display: inline-block;
}

/* Need to restrict this only to specific things in the front-end, because otherwise display of the CKEditor
breaks */
fieldset.frontEnd {
  float: left;
  width: 43%;
  border:1px solid #CCCCCC;
  margin: 1em 1em 1em 0;
  padding: 0.5em 1em 1em;
}

fieldset.frontEndWide {
  border:1px solid #CCCCCC;
  margin: 1em 1em 1em 0;
  padding: 0.5em 1em 1em;
}

legend {
  font-size: 1.4em;
  padding-left: 10px;
  padding-right: 10px;  
  color: #666;
}

label span.field-validation-error {
  float: left;
  margin: 5px 0px 0px 4px;
  font-size: 120%;
}

fieldset .field input, fieldset .field textarea, fieldset .field iframe, fieldset .field select {
  width: 90%;
  min-width: 200px;
}

table .field input, table .field textarea, table .field iframe {
  width: 500pt;
}

.field .container {
    border-bottom: solid 1px #E9E9E9;
}

.field input, .field textarea, .field select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: black;
  background: #F0FFF0;
  margin: 1px 0px 10px 0px;
  border: 1px solid #ccc; 
  padding: 3px 5px 3px 5px;
  width: 500px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.field input[type="checkbox"],
.field input[type="file"]
{
    width: auto;
}

.field input.halfWidth 
{
    width: 250px;
}

.fieldlabel {
    width: 200px;
    float: left;
    display: inline;
    text-align: right;
}

.frontEnd .fieldlabel {
    width: 100%;
    float: left;
    display: inline;
    text-align: left;
}

.checkboxGroup .fieldlabel, .checkboxGroup2 .fieldlabel 
{
    text-align: left;
}

.fieldlabel label 
{
    padding-right: 10px;
    padding-top: 2px;
}

.radiobuttonset label 
{
    margin-left: 2em;
    width: auto;
}

.radiobuttonset input 
{
    width: auto;
}

div.comments div.fieldlabel label, fieldset div.fieldlabel label 
{
    float: left;
}

div.instructions 
{
    font-size: smaller;
    margin-left: 200;
    width: 500px;
    margin-left: 200px;
}

div.instructions p 
{
    margin-left: 0;
}

.field input.readonly {
    color: #666666;
    background: #EEEEEE;
}

.field textarea.large 
{
    height: 150px;
}

.field input#rememberMe,
.field input#MarketingOptIn,
.field input#FigureTitlesAfterFigures {
    width: 20px;
}

div.marketingOptIn { padding-left: 200px; }
div.marketingOptIn input { float: left; border: 0; background: none; }
div.marketingOptIn p { float: left; padding: 0; margin: 0; font-size: 0.9em; }

.fieldValidation
{
    margin-left: 200px;
    clear: both;
}

fieldset .fieldValidation 
{
    margin-left: 0px;
}

.fieldSeparator 
{
    display: block;
    height: 5px;
    clear: both;
}

.field input.input-validation-error, .field select.input-validation-error, .field textarea.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.field input:focus, .field textarea:focus, .field select:focus,
.field input:active, .field textarea:active, .field select:active {
  border: solid 2px #99f;
  /* Adjusts the margin to compensate for the border, so fields don't move on focus */
  margin: 0px 0px 9px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.field input[type=checkbox]:focus,.field input[type=checkbox]:active {
  /* Checkboxes don't take borders, so don't need to compensate for it */
  margin: 1px 0px 10px 0px;
}

.field input.date-pick {
  width: 10em;
}

label span 
{
    vertical-align: top;
}

span.mandatoryFlag 
{
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    margin-top: -3px;
    margin-bottom: -0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #000000;
    cursor: help;
    line-height: normal;
}

input.submit {
  clear: both;
  display: block;
  padding-right: 10pt;
  padding-left: 10pt;
}

/* this was breaking the login button position in IE7, 
but is needed fro IE6, and admin area submit buttons (JG) */
* html div.submit { float: left; }
body.admin div.submit { float: left; }

div.cancel  
{
  display: block; 
  float: left; 
  margin-left: 20px; 
  padding: 0 6px 0 6px; 
  background: #EEE; 
  border: 1px solid #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div.formButtons 
{
    margin-left: 200px;
    margin-bottom: 35px;
}

* html div.formButtons 
{
    clear: both;
    margin-left: 102px;
}

.checkboxGroup
{
    padding-top: 10px;
}
.checkboxGroup2
{
    padding-top: 10px;
    padding-left: 200px;
}
.checkboxGroup .fieldlabel, .checkboxGroup2 .fieldlabel
{
    margin-bottom: 10px;
    width: 100%;
}

.buttonGroup 
{
    overflow: auto;
}

.buttonGroup input
{
    float: left;
    margin-right: 10px;
}

.buttonGroup a
{
    float: left;
    margin-right: 10px;
    padding-left: 6px;
    padding-top: 3px;
}

.sectorSelectListField.hidden 
{
    visibility: hidden;
    position: absolute;
}

/* Forms from the PRS user management */
form.prs p { margin-left: auto; }
form.prs ul { margin-left: auto; }

ul.prs { list-style-type: none; }

input.danger 
{
    background-color: #cc6666 !important;
}

/*
 Admin Home page
*/

#zeitgeist {  
  background: #eef;
  float: right;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  width: 410px;
  border-bottom: solid 1px #CCC;
}

#zeitgeist a.edit {
  font-size: 80%;
}

#zeitgeist #comments {  
  margin-bottom: 8px;
}

#zeitgeist div.title
{
    padding: 9px;
}

#zeitgeist div.contents
{
    padding: 5px;
}

#stats 
{
    background: #ddf;
    font-size: 0.9em;
}

#stats li 
{
    list-style-type: none;
    margin-bottom: 0.5em;
}

/* Used in Admin.Master to display messages */

div.notificationWarning 
{
    background: #ffcccc;
    border: 2px solid #ff0000;
    padding: 5px;
    margin-bottom: 5px;
}

div.notificationMessage 
{
    background: #ffffcc;
    border: 2px solid #ffff00;
    padding: 5px;
    margin-bottom: 5px;
}


/** The parameters available when editing an email template */

.availableParameters {
  list-style-type: none;
}

.availableParameters li {
  display: inline-block;
  margin-right: 20px;
  color: black;
/* These make the items look like buttons - which they aren't, yet */
/*
  background: #eee;
  padding: 2px 20px 2px 20px;;
  cursor: pointer;
  border: solid 1px black;
*/
}

/* The options that appear at the bottom of an admin page */
ul.adminOptions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Important messages */

.message {
   border: solid 4px red;
   padding: 10px;
   font-size: 200%;
   color: black;
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   background: #eee;
   text-align: center;
}

/* Frontend appearance */

body.frontend, body.popup
{
    background-color: #ffffff;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}


.frontend ul,.frontend ol
{
    margin-bottom: 0px;
    line-height: 1.3em;
}

.frontend p, .popup p {
    margin-bottom: 8px;
/*    line-height: 1.3em; */
}

.frontend .constrained {
    width: 740px;
    margin-left: 10px;
    float: right;
}

.frontend .leftconstrained {
    width: 700px; 
    float: left;
    display: inline;
}

#rightColumn {
    width: 250px;
    float: right;
    padding-right:10px;
}

.frontend #siteTitle, .popup #siteTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
}

.frontend #siteTitle a, .popup #siteTitle a {
   text-decoration: none;
   color: #000;
}

.frontend h1.indented
{
    margin-left: 200px;
    padding-top: 30px;
}

.frontend p.indented 
{
    margin-left: 200px;
    width: 500px;   
}

/* Fix the line height in the miniToc, so mouseovering it doesn't flicker */
.frontend ul.miniToc {
  line-height: normal;
}

.frontend ul.miniToc li {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Popup pages */

.popup #content 
{
    margin: 10px;
}

/*
  Standout items - blocks with a coloured background
  that may contain a button.
*/

.standoutWithButton, .standout, .draftDescription, .draftToc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px;
    margin-top: 8px; 
    float: left;
    clear: both;
}

div#sideBar {
  border: 1px solid #B8D3EF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  float: left;
  padding: 8px;
  width: 200px;
  clear: left;
}

div#sideBar .sideBarHeader 
{
    padding: 0 0 8px 0;
    font-weight: bold;
}

div.draftList {
  border: 1px solid #B8D3EF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  padding: 8px;
  width: 714px;
}

table.draftList {
  width: 100%;
  float: left;
}

table.draftList .sector { width: 13%; }
table.draftList .identifier{ width: 15%; }
table.draftList .source { width: 7%; }
table.draftList .type { width: 17%; }
table.draftList .title { width: 25%; }
table.draftList .committee { width: 20%; }
table.draftList .reviewEndDate { width: 15%; }

.draftList th {
    vertical-align: bottom;
}

.draftList th div.header {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.9em;
  padding: 3px;
  display: block;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
}

.draftList th select
{
    width: 100%;
}


.draftList td, .commentTable td {
  padding: 5px 8px;
  font-size: 0.9em;
}

.draftList a, .commentTable a {
  font-weight: bold;
  text-decoration: none;
  color: #204B68;
  padding: 0 1px;
}

.draftList a:focus, .draftList a:hover, .commentTable a:focus, .commentTable a:hover, .draftList a:active, .commentTable a:active  {
  background: #2F6F9B;
  color: white;
}

div.draftListSortAndFilter, div.draftListSort
{
    font-size: 0.9em;
    background:url(/content/images/sort_az_small.gif) 3px 1px no-repeat; 
    padding-left: 14px;
    border: solid 1px #B8D3EF;
}

div.draftListSortAndFilter:focus, div.draftListSort:focus, div.draftListSortAndFilter:active, div.draftListSort:active
{
    border: solid 1px #F6BF10;
}

div.draftListSortAndFilter option, div.draftListSort option
{
    margin-left: 10px;
    padding: 0px;
}

.draftListSelectorButton  
{
    float: right; 
}

table.commentTable {
  width: 680px;
  font-size: 0.9em;
}

table.commentTable thead 
{
    background: #DDD;
}

table.commentTable tr.odd 
{
    background: #EEE;
}

table.commentTable tr.even 
{
    background: #FEFEFE;
}


div.spacer 
{
    clear:both;
    display: block;
    width: 500px;
    height:10px;        
}

.standoutWithButton,  .draftDescription, .draftToc {
background:#EEF9FF;
border: 1px solid #B8D3EF;
width: 700px;
}

.draftDescription, .draftToc {
  line-height: 1.8em;    
}

.draftDescription .label, .standout .label {
  width: 10em;
  display: block;
  float: left;
  padding-left: 5px;  
}

.draftDescription .value, .standout .value {
  display: inline-block;
  width: 500px; 
}


.draftTitle .label {
  padding-left: 2px;
}

.draftTitle span.value a, .draftTitle span.value span.inlineTitle {
  display: inline-block;
  width: 500px;
}


.draftDescription .draftTitle {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 padding-left: 4px;  
}

.draftToc {
  padding: 0px;
  width: 100%;
}

.draftToc div {
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  font-size: 1.3em;
}

.draftToc .ident {
  color: #888;
}

.draftToc .draftTitle {
  background: #fff;
  border: 2px solid #B8D3EF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.draftToc .draftTitle span {
  display: block;
}

.draftDescription .draftTitle span.label {
  font-weight: normal;
}

.draftDescription .draftTitle span {
  font-weight: bold;
  margin-left: -2px;
}

.draftDescription div.documentFiles { padding: 0 0 5px 6px; }
.draftDescription div.documentFiles ul { margin: 0px; padding: 0 5px 0 0; }
.draftDescription div.documentFiles li { font-size: 10pt; list-style: none; padding: 4px; }
.draftDescription div.documentFiles li.listRow1x { background: #F2F2FF; }
.draftDescription div.documentFiles li.listRow0x { background: #F6F6FF; }
.draftDescription div.documentFiles a { background: none; font-weight: bold; }
.draftDescription div.documentFiles a:hover { background: none; color: #006cc9; }
.draftDescription div.documentFiles a:visited { background: none; color: #006cc9;}

.draftTitle a:focus, .draftTitle a:active, .draftTitle a:hover {
  background: #006CC9;
  color: white;
}


.standoutWithButton .button, .standout .button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-image :url(../../Handlers/ColourizeImage.ashx?name=shaded&h=0&s=0&v=0);
  background-color: #2F6F9B;
  background-repeat: repeat-x;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  float: right; 
  min-width: 100px;
  font-size: 0.9em;
}

.viewDraftLink .button
{
    width: 160px;
}

.standoutWithButton .button a, .standout .button a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-bottom: solid 2px #2F6F9B;
}

.standoutWithButton .button a:hover, .standout .button a:hover {
    border-bottom: solid 2px #F6BF10;
}

.recommendButton 
{
    float: left !important;
}


.standoutWithButton .button span.arrow 
{
  background-image:url(/Content/images/arrow.png);
  background-repeat:no-repeat;
  background-position: 0 2px;
  padding-left : 5px;
  padding-right: 0px;
  width: 19px;
  height: 21px;
  float: right;
}

.standoutWithButton .button span.link {
  padding-top: 3px;
  float: left;
}

/* Hide the arrow from IE6 (CSS hack) - it cannot display the Unicode correctly */
* html .standoutWithButton .button span.arrow 
{
  display: none;	
}
/* And, consequently, center the text in the button */
* html .standoutWithButton .button span.link {
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.standoutWithButton .button a, .standout .button a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
}

.standoutWithButton .button a:active, .standout .button a:active,
.standoutWithButton .button a:focus, .standout .button a:focus {
    background-color: #2F6F9B;
    color: #FFF;
    border-bottom: solid 2px #F6BF10;
}

.standout {
  background:#FFFFED;
  border: 1px solid #DEBC8E;
  width: 700px;
}

.standoutWithButton .text, .standout .text {
display: block;
width: 80%;
float: left;
}


.standoutWithButton .title, .standout .title {
display: block;
font-weight: bold;
}

/*
  Table of contents
*/

.toc {
  border: 1px solid #B8D3EF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: both;
  margin-bottom: 5px;
}

.toc ul {
  list-style: none;
  margin-left: 14pt;
}

.toc li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.toc li a 
{
  font-weight: bold;   
}

.toc a:focus, .toc a:active, .toc a:hover {
  background: #006CC9;
  color: white;
}

.toc h2 {
  font-size: 0.95em;
  margin-left: 19px;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 0;
}

/**
 *  Section content
 */

#sectionBody .documentTitle {
  text-align: left;
  font-size: 1em;
  margin-top: 5px;
  padding: 5px 0px 5px 10px;
  clear: both;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #CCC;  
  background-color: #EEEEEE;
}

#sectionBody .sectionTitle {
  clear: both;
}

#sectionBody .documentTitle a {
  font-weight: bold;
}

#sectionBody .nextLink {
  float: right;
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 10px;  
}

#sectionBody .previousLink {
   float: left;
   font-size: 0.8em;
   margin-top: 5px;
   margin-bottom: 10px;   
}

#sectionBody .noLink {
  text-decoration: line-through;
  color: #999;
}

#sectionBody .section 
{
}

#sectionBody .section table.MsoTableGrid 
{
    width: auto;
    overflow: inherit;
}

#sectionBody .section table.MsoTableGrid table
{
    width: auto;
    overflow: inherit;
    float: left; 
}


.commentRequest {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  background: #f0f0f0;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 10px 2px 10px;
  clear: both;
}

#sectionNav 
{
  width: 200px;
  float: left;
}

#sectionNav .navLinks a {
  display: block;
  font-size: 0.9em;
  margin-bottom: 2px;
}

#sectionNav .navLinks {
  margin-bottom: 10px;
}

ul.miniToc {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.miniToc a {
  text-decoration: none;
}

ul.miniToc a:hover, .miniToc a:focus, .miniToc a:active {
	background-color: #006cc9;
	color: white;
}

ul.miniToc li.empty a:hover, .miniToc li.empty :focus, .miniToc li.empty a:active {
	background-color: #dddddd;
	color: Gray !important;
}

ul.miniToc li
{
    padding: 0 1.2em;
}
ul.miniToc li a 
{
    display: inline-block;
}

ul.miniToc span.positionContext 
{
    position: relative;
}

ul.miniToc span.positionContext 
{
    position: absolute;
    display: inline-block;
}

ul.miniToc span.tocBullet 
{
    color: black;
    left: -0.9em;
    position: absolute;
    font-weight: normal;
}
ul.miniToc li.selectedMiniToc {
	color: black;
    background-color: #F9F9F9;	
	border-left: 0.3em solid #006CC9 ;
	padding: 0 0.9em;
    
}

ul.miniToc li.empty a {
	color: gray; 
}


ul.miniToc li.selectedMiniToc a:hover { color: white; }
ul.miniToc li.minitoc1 a { margin-left: 0; font-size: 0.9em; font-weight: bold; }
ul.miniToc li.minitoc2 a { margin-left: 0.5em; font-size: 0.9em; }
ul.miniToc li.minitoc3 a { margin-left: 1em; font-size: 0.8em; }
ul.miniToc li.minitoc4 a { margin-left: 1.5em; font-size: 0.8em; }
ul.miniToc li.minitoc5 a { margin-left: 2em; font-size: 0.7em; }
ul.miniToc li.minitoc6 a { margin-left: 2.5em; font-size: 0.7em; }
ul.miniToc li.minitoc7 a { margin-left: 3em; font-size: 0.7em; }
ul.miniToc li.minitoc8 a { margin-left: 3.5em; font-size: 0.7em; }
ul.miniToc li.minitoc9 a { margin-left: 4em; font-size: 0.7em; }

.miniTocCommentCount 
{
    font-size: 0.75em;
}

.emptyList 
{
    font-style: italic;
    font-size: 9pt;
}

/* DocComment Section content */
#docCommentPage {
}

div.unsectionedDoc {
    margin-top: 10px;
    margin-bottom: 20px;
    border: solid 1px #CCC;
    padding: 5px;
}


#docCommentPage br.clear {
    line-height: 0;
}

#docCommentPage div.fieldValidation
{
    margin-left: 0px;
    clear: both;
}

#commentHeaders {
    padding-bottom: 30px;
}

#commentHeaders div {
    border: 0;
    border-left: dashed 1px #CCC;
}

#commentHeaders div.sectionDC {
    border: 0;
}


div.docCommentButtons {
    float: left;
    margin-top: 20px;
    margin-right: 11px;
}

div.docCommentSubmit 
{
    float: left;
    padding-right: 1em;
}

div.docCommentSave {
    float: left;
}

div.commentSubmit {
    clear: left;
    float: left;
    padding-right: 1em;
}

div.commentSave {
    
    float: left;
}

#newDocComment {
    clear: left;
    padding-top: 20px;
}

.tandc
{
    clear: left;
    padding-top: 8px;
    font-size: 11px;
}

/* My Comments */
#myComments .documentTitle {
  text-align: left;
  font-size: 1em;
  margin-top: 5px;
  padding: 5px 0px 5px 10px;
  clear: both;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #CCC;  
  background-color: #EEEEEE;
  margin-top: 25px;
}

#myComments .documentTitle h2 
{
    float: left;
    width: 500px;
}

#myComments .documentTitle .checkbox,
#myComments .documentTitle .reviewEndDate
{
    float: right;
    padding-right: 5px;

}

#myComments .documentInfo 
{
    clear: left;
}

#myComments .commentActionPanel
{
    margin-top: 10px;
}

#myComments .commentActionPanel select
{
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
}

#myComments .commentActionPanel input
{
    padding-top: 1px;
}


/* Display box */

div.displayBox { border: 1px solid #D7D7D7; border-radius: 5px; }
div.displayBox div.displayBoxHeader 
{
    background:url(/content/images/dotted_bg_withgradient.png) left bottom repeat-x; margin:0 1px; padding:0.5em 9px 0.5em 9px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.displayBox div.displayBoxContent { padding: 0px 10px; }
div.displayBox { padding-bottom: 10px; margin-bottom: 10px;}
div.displayBox p { margin:0; font-size:0.8em; color:#666; padding-bottom: 5px; }
div.displayBox ul { margin:0; list-style:none; }
div.displayBox ul li { background-image:none; padding-bottom: 4px; margin:0; font-size: 9pt; }
div.displayBox ul li div.label { width: 250px; font-weight: bold;}
div.displayBox ul li ul { margin-left: 10px; }
div.displayBox ul li.separator { padding-top:0.8em; padding-bottom:0.8em; }
div.displayBox ul li.separator { margin-right:10px; }
div.displayBox div.separator { background:url(/content/images/dotted_bg.gif) left bottom repeat-x; display:block; margin: 0 0 10px 0; padding: 0 0 0 0; }
div.displayBox table { margin:0; border-collapse:collapse; }
div.displayBox table td { color:#666; }
div.displayBox table span { background:url(/content/images/dotted_bg.gif) left bottom repeat-x; display:block; padding:0 10px 5px; }
div.displayBox table input { margin-left:10px; font-size:1em; }
div.displayBox table label { font-size:1em; margin:0; margin-right:10px; padding:0; position:relative; top:-0.3em; }
div.displayBox table td fieldset { border:0; }
div.displayBox ul li select { width:215px; overflow:hidden; margin-left:-10px; }
div.displayBox p.summary { color: Black; }

/** Allow another info box to follow on from the first one */
div.secondInfoBox { padding-top: 10px; }


/* Admin pages */
body.admin {
   font-size: 0.9em;
   font-family: Arial, Helvetica, sans-serif;
   color: #444;
}

.admin #main {
   font-family: Arial, Helvetica, sans-serif;
   line-height: 150%;   
}

.admin #main h1, .admin #main h2, .admin #main h3, .admin #main h4  {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}

.admin #Header {
  background-color: #14568A;
  width: 100%;
  margin: 0;
}

.admin div.headerContents {
  background-color: #14568A;
  width: 980px;
  margin: auto;
}

.admin div#menucontainerbg 
{
    width: 100%; 
    border-top: 3px solid #448ABD;
    background-color: #83B4D8;
}

.admin div#menucontainer 
{
    width: 960px; 
    margin: auto;
    /* May cause IE6 problems... */
    white-space:nowrap;
}

.admin #Header .siteLink a {
  color: #fff;
  display: block;  
  padding-top: 9px;
  margin-left: 10px;
  float: left; 
  font-size: 0.8em;
}

.admin #main {  
  padding: 20px 10px 10px 10px;
  margin:0 30px 0 30px;
}

.admin #Header #siteTitle {
  padding-left: 14px;
  font-size: 1.2em;
  padding-top: 5px;
  color: white;
  font-weight: bold;
}

.admin #Header {
  padding-top: 5px;
}

.admin #footer {
   padding: 10px 0px 10px 0px;
   margin: auto;
   width: 960px;
   border-top: solid 1px #f0f0f0;
   border-bottom: solid 1px #f0f0f0;
   background: #fcfcfc;
}

.admin #footer p { margin: 0; padding: 10px; }

.admin .itemlist th select {
	max-width: 150px;
}

#logindisplay
{
    font-size:1em;
    display:block;
    text-align:right;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 24px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

h1 .headerLink {
  font-weight: normal;
  font-size: 0.8em; 
}

.masterSelect {
  padding-left: 0.34em;
}

ul.commentList {
  list-style-type: none;
  padding-left: 0px;
}

li.commentBox {  
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
}

li.commentBox span.label {
    font-weight: bold;
}

ul.commentList, ul.commentList ul { margin-left: 0; }

li.commentBox p, li.commentBox li 
{
    background: none;
}

li.commentBox div.commentHeader 
{
    background: #EEF;
    padding: 5px 5px 10px 5px;
}

li.approved div.commentHeader 
{
    background: #EFE;
}

li.unapproved div.commentHeader 
{
    background: #FEE;
}

li.comment ul
{
    padding: 0; 
    margin: 0 0 0 20px;
}

li.comment li.commentHeader 
{
    list-style: none;
    background: none;
}

.commentList li.comment {
  background: #fafafa;
  margin-top: 2px;
  padding: 4px;
  border: solid 1px #999;
}

.commentList li.alternate {
  background: #f0f0f0;
}

ul.commentList li.approved {
  border: solid 2px #666;
}

ul.commentList li.unapproved {
 border: dashed 2px #666;
}

.commentList p {
  margin: 0px;
  font-size: 0.9em;
}

ul.commentList div.actions, ul.commentList div.actions a {
  margin: 5px;
}

.commentList .user, .commentList .commentDate {
  color: #333;
}


/* TAB MENU   
----------------------------------------------------------*/
ul.sitemap
{
    margin-right: 6px;
}

ul.sitemap li
{
    display: inline;
    list-style: none;
    margin-left: 12px;
}

ul.sitemap li:first-child {
   margin-left: 0px;
} 

ul.sitemap li a
{
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    line-height: 2.8em;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
    font-size: 1em;
    color: #000;
}

ul.sitemap li a:hover
{
    padding: 5px 5px 5px 5px;
    border-bottom: 2px solid;
    background-color: #0080C0;
    text-decoration: none;
}

ul.sitemap li a:active, ul.sitemap li a:focus
{
    padding: 5px 5px 5px 5px;
    border-bottom: 2px solid;
    background-color: #0090C0;
    text-decoration: none;
}

ul.sitemap li.selected a
{
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    color: #000;
}

.previousNextBox {
    margin-bottom: 15px;
    background-color: #F9F9F9;
    border-bottom: solid 1px #EEE;
    height: 30px;
    padding: 5px 10px 0px 10px;
}

/* title sections */
div.titleSection 
{
    padding: 10px;
}

div.contentSection 
{
    padding: 10px 0px 0px 0px;
}

div.contentSectionWide 
{
    width: 720px;
    padding: 10px;
}

div.contentSection h3
{    
    padding-bottom: 10px;
}


div.miniheader 
{
    padding-bottom: 10px;
}

a.print, a.downloadCSV, a.downloadRTF
{
    float: right; 
    display: block; 
    font-size:0.75em;   
}

a.print
{
    border-left: solid 1px #AAA;
    padding: 0px 29px 5px 10px; 
    background:url(/content/images/print_icon.gif) no-repeat; 
    background-position: 100% 100%;     
}

a.print:hover, a.print:focus, a.print:active
{
    padding: 0px 29px 5px 10px; 
}

a.downloadCSV, a.downloadRTF {
    margin-right: 10px; 
    padding: 0px 29px 5px 0; 
    background:url(/content/images/hardcopy75.gif) no-repeat; 
    background-position: 100% 100%;     
}

a.downloadCSV:hover, a.downloadCSV:focus, a.downloadCSV:active, a.downloadRTF:hover, a.downloadRTF:focus, a.downloadRTF:active
{
    padding: 0px 29px 5px 0px; 
}

a.print:focus, a.downloadCSV:focus, a.print:active, a.downloadCSV:active, a.downloadRTF:focus, a.downloadRTF:active
{
    color: #FFF;
    background-color: #2F6F9B;
}


a.sortable { padding-right: 13px; background:url(/content/images/plainlinkarrow_sortable.gif) no-repeat 95% 55%; }
a.sorteddown { padding-right: 13px; background:url(/content/images/plainlinkarrow_down.gif) no-repeat 95% 55%; }
a.sortedup { padding-right: 13px; background:url(/content/images/plainlinkarrow_up.gif) no-repeat 95% 55%; }

/* Comment icon on the list of drafts */

a.commentImage img
{
    width: 22px;
    height: 22px;
    border: 0;
}

a.commentImage:hover, a.commentImage:focus, a.commentImage:active {
	text-decoration: none;
	background-color: inherit;
	border: 0;
}

/* Description tooltip on the list of drafts */

span.tooltipTarget 
{
    cursor: hand;
    /*display: block;*/
}

div.tooltipContent 
{
    display: none;
    z-index: 99999;
    position: absolute;
    border-radius: 5px 5px 5px 5px;
    margin-top: 8px;
    padding: 8px;
    box-shadow: -5px 5px 8px #999;
    max-height: 150px;
    overflow: hidden;
}

div.tooltipContent div.fadeOut 
{
    background-image: -moz-linear-gradient(top, rgba(255,254,238, 0), rgb(255,254,238));
    background-image: -webkit-linear-gradient(top, rgba(255,254,238, 0), rgb(255,254,238));
    background-image: -ms-linear-gradient(top, rgba(255,254,238, 0), rgb(255,254,238));
    background-image: -o-linear-gradient(top, rgba(255,254,238, 0), rgb(255,254,238));
    background-image: linear-gradient(top, rgba(255,254,238, 0), rgb(255,254,238));
    min-height: 47px;
    position: absolute;
    top: 122px;
    left: 0;
    width: 100%;
}

/* Comments */

div.comments {
}

.comment {
  font-size: 0.9em;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
  clear: both;
  border-top: solid 1px #AAA;  
}

.comment p 
{
    margin-left: 0;
}

.comment ul 
{
    margin-left: 0;
}

div.commentmeta
{
    overflow: auto;
}

div.commentmeta div.title 
{
    font-weight: bold;
    background-color: #F6F6F6;
    padding: 7px 5px 5px 5px;
    border-bottom: solid 1px #EEE;
    font-size: 0.85em;
}

div.commentmeta div.subtitle
{
    background-color: #F6F6F6;
    padding: 7px 5px 5px 5px;
    clear: both;
    border-top: 1px solid #AAAAAA;
}

div.commentmeta div.subtitle a 
{    
    font-weight: normal;
    font-size: 0.85em;
}

div.commentmeta div.data 
{
    padding: 7px 5px 7px 5px;
    overflow: auto;
}

div.commentmeta span.reportOffensiveLink
{
    float: right;
    clear: both;
    padding-right: 5px;
    padding-top: 8px;
}

.comment .awaitingModeration {
  clear: both;
  padding-top: 8px;

}

div.approved {
   background: #CFFCC2;
}

div.rejected {
    background: #DDD;
}

div.awaiting {
    background: #B8D3EF;
}

div.unsubmitted {
    background: #FCF6CF;
}

div.commentmeta .count 
{
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
}

div.commentmeta .select 
{
    float: left;
    margin-bottom: 5px;
}

div.commentmeta .date 
{
    float: right;
    font-weight: bold;
    margin-bottom: 5px;
}

div.commentmeta .stateText
{
    clear: left;
    float: left;
    margin-bottom: 5px;
}

div.commentmeta .links
{
    clear: right;
    float: right;
    margin-bottom: 5px;
}

div.commentmeta .commentType 
{
    clear: left;
    float: left;
}

div.commentmeta .submitterDetails
{
    clear: right;
    float: right;
}

div.commentmeta .commentType span.label 
{
    font-weight: bold;
}

div.issue
{
    padding: 10px;
    background-color: #FAFAFA;
    border-top: solid 1px #AAA; 
}

div.issue ol, ul  {
    padding-left: 20px;
    padding-bottom: 6px;
}

div.remedy
{
    padding: 10px;
    background-color: #FAFAFA;
    border-top: dotted 1px #CCC;
    border-bottom: solid 1px #CCC;
}

div.remedy ol, ul {
    padding-left: 20px;
    padding-bottom: 6px;
}

div.sectionDC
{
    padding: 10px;
    width: 118px;
    float: left;
    word-wrap: break-word; /* CSS3 */
}

div.issueDC
{
    padding: 10px;
    border-left: solid 1px #AAA;
    width: 399px;
    float: left;
    word-wrap: break-word; /* CSS3 */
    margin-bottom: 15px;
}

div.remedyDC
{
    padding: 10px;
    border-left: solid 1px #AAA;
    width: 399px;
    float: left;
    word-wrap: break-word; /* CSS3 */
    margin-bottom: 15px;
}

div.commentTypeDC
{
    margin-left: 138px;
    padding: 10px;
    clear: both;
}



input.sectionDCInput {
    width: 100px;
}

div.commentbody {
    margin-bottom: 8px;
    float: left;
    background-color: #FAFAFA;
    border-bottom: solid 1px #CCC;
}

.newcomment textarea {
   width: 489px;
   height: 80px;
}

#newDocComment .newcomment textarea {
   width: 368px;
   height: 80px;
}


/* Registration page */

.registerFooter 
{
    width:740px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Admin email template view page */
#emailTemplate {
  font-family: Courier, monospace;
}

.emailHeader {
  display: block;
}

.headerLabel {
  display: inline-block;
  width: 10em;
}

.headerContent {
  font-weight: bold;
}

.emailBody {
  display: block;
  width: 40em;
  white-space:pre;
}


/* Used for fixing CSS floats */
.clearAll 
{
    clear: both;
}

/* Remove the background on the view draft link div (would like to have a graduated background...) */
div.viewDraftLink {
  background: none;
  border: none;
}

/** The "Uploading a draft" status page */

#uploadFailed
{
    display: none;
    border: solid 2px red;
    background: #fee;
    padding: 4px;
}

#uploadComplete 
{
    display: none;
}

#status {
  border: dashed 1px #666;
  padding: 4px;
  background: #eee;
  color: black;
  margin-bottom: 20px;
}


sup {
	vertical-align: text-top;
	font-size: 80%;
}

/* the sorttable JavaScript adds in sort indicators, that we don't want */
#sorttable_sortfwdind, #sorttable_sortrevind {
     display: none;
}

.blankImageReplacement 
{
    clear:both;
}

.convertedTextarea table div
{
    border: none !important;
}

.submitButtonProgressImage 
{    
    float: left; 
    padding-left: 5px
}

.nowrap 
{
    white-space: nowrap;
}

.commentSelector
{
    font-size: 0.85em;
    margin-left: 0px;
    padding: 0px;
}

.highlight { background-color: #FFFF66; }

/* ColorBox links - lightbox */
a.highResLink, 
a.highResLink:hover, 
a.highResLink:focus, 
a.highResLink:active,
a.highResLink img { border: 0; margin: 1; }

option.optgroup 
{
    font-weight: bold;
}

select.expand
{
    width: auto;
}

div.socialNetwork 
{
}
span.socialNetworkFacebookLike 
{
    padding-top: 8px;
    padding-left: 8px;
    display:block;
}

ul.socialNetworkList {
    list-style-type: none;
    margin: 0;
    padding: 8px 0 0 0;
    border:0;
    clear: both;
}

ul.socialNetworkList li {
    display: inline-block;
    float:left;
    padding-left: 8px;
    vertical-align: top;
}

div.searchBox {
    padding: 2px 5px 0 0;
    float: right;
}

div#Header div.searchBox {
    padding: 2px 5px 0 0;
    position: absolute;
    right: 0px;
    top: 1px;
    float: none;
}

div.searchBox input#search {
    width: 10em;
    float: right; 
    margin-bottom: 2px;
}

div.searchBox input.searchSubmit, div.searchBox a.searchSubmit {
    float: right; 
    margin-left: 10px;  
}

a.searchSubmit {
	background-color:#00335E;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #00335E;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 9px;
	text-decoration:none;
}


input.searchSubmit 
{
    font-size: 0.8em; 
}
/* Elements which require word-breaking, based on where Hyphenate was being called
    TODO: Can this just be set on body? */

ul.miniToc, h2.sectionTitle, h1.documentTitle, div.previousNextBox, div.displayBox, table.draftList
{
    word-wrap: break-word; 
}

div.sortFilterControl 
{
    float: left;
    padding-right: 30px;
}

div#sortFilterControls 
{
    min-width: 10px;
    clear: both;
}

/* Possible images in headings */
img.imageInHeading 
{
    border: 0;
    vertical-align: middle;
}

/* Category document list */
div.document 
{
    margin: 14px 0 14px 0;
}

div.document div.documentTitleRegion 
{
    padding: 5px 0 5px 3px;
    overflow: auto;
}

div.document div.documentTitleRegion div.fullTitle
{
    float: left;
}

div.document div.documentContentRegion 
{
    padding: 5px 5px 3px 4px;
}

div.document span.label
{
    font-weight: bold;
}

div.document div.documentContentRegion div.categories
{
    padding-bottom: 5px;
}

div.document div.documentContentRegion  div.committee 
{
    padding-bottom: 5px;
}

div.document div.documentContentRegion div.expiryDate
{
    padding-right: 3px;
    float: right;
}

div#documentListHeader 
{
    margin-top: 10px;
    min-height: 32px;
}

div#documentListHeader h1
{
    float: left;
}

div#sortBox 
{
    float: right;
    margin-top: 4px;
}

div#subscriptionBox 
{
    clear: both;
    padding-top: 4px;
}

/* Most popular drafts */

div#mostPopular 
{
    clear: left;
    margin-bottom: 10px;
    overflow: hidden;
}

div#mostPopular div.mostPopularLabel 
{
    margin-bottom: 10px;
    margin-left: 8px;
    font-weight: bold;
}

div.documentPreviewBox 
{
    border: 2px solid #B8D3EF;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    
    float: left;
    width: 154px;
    margin: 4px 4px 4px 4px;
    padding: 4px 4px 4px 4px;
}

div.documentPreviewBoxContent
{
    height: 140px;
    overflow: hidden;
}

div.documentPreviewBox div.expiryDate
{
    /*position: absolute;
    margin-top: 125px;*/
}

div.documentPreviewBox div.identifier 
{
    
}

div.documentPreviewBox div.title
{
    margin-top: 10px;
}

/* My profile */

span.subscribedCategory 
{
    font-weight: bold;
}

a.subtleLink
{
    color: Black;
}

table.subscriptionTable thead td
{
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
}

table.subscriptionTable 
{
    margin-bottom: 20px;
}

/* Flash messages */

.flashMessage 
{
    background-color: #F8F7A9;
    border: 1px dashed #C8C709;
    margin: 10px 0px;
    padding: 8px;
}

.flashWarning 
{
    background-color: #F8A9A9;
    border: 1px dashed #C80909;
    margin: 10px 0px;
    padding: 8px;
}

/* Content federation form */

#contentFederationControls 
{
    background-color: #E0F0F8;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    width: 850px;
}

#sourceSpecifics .dynamicField
{
    border: 1px dashed #CBCBCB;
    padding-top: 15px;
    margin-bottom: 5px;
    margin-left: 50px;
    width: 90%;
}

#sourceSpecifics .dynamicField .fieldlabel
{
    width: 150px;
}
#sourceSpecifics .dynamicField .instructions, 
#sourceSpecifics .dynamicField .fieldValidation
{
    margin-left: 150px;
}

#sourceSpecifics .remove
{
    float: right;
    margin: -5px 10px 0 0;
}

#contentGroupRegion 
{
    margin-bottom: 10px;
}

.cke_combo_button:hover { padding: 0; }

span.committeeWarning  {
    margin-left: 200px;
}