#rssButton {
    margin-top:-18px;
    margin-left:90%;
}

#articleSubmissionButtonHolder {
    margin-left: 52%;
    margin-top: -23px;
    position: absolute;
}

#articleSubmission {
    display: block;
    height: auto;
    overflow: auto;
    _overflow:none;
    padding: 10px;
    width: 98%;
}

#articleSubmissionIntroduction {
    margin-top:10px;
}

#articleSubmissionStatus {
    display:block;
    text-align:center;
    height: auto;
}

#articleSubmissionForm {
    position:relative;
}

#articleSubmissionForm label {
    display:block;
    width: 150px;
    float:left;
    clear:left;
}

#articleSubmissionForm fieldset {
    padding:10px;
}

#articleSubmissionForm input, #articleSubmissionForm  textarea {
    float:left;
    margin-bottom:10px;
}

#articleTitle {
    width: 100%;
}

#articleSummary {
    width: 100%;
}

#articleContent {
    width: 100%;
    height: 420px;
}

#articleSubmit {
    float:right;
    margin-top: 5px;
}

span.cke_browser_gecko table.cke_editor, span.cke_browser_ie9 table.cke_editor, span.cke_browser_ie10 table.cke_editor {
    margin-left: -100%;
    margin-top: 140px;
}

span.cke_browser_ie8 table.cke_editor {
    margin-left: -20%;
    margin-top: 140px;
}

.yellow{
	padding:7px;
	border-color:#FF9900;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFCC;
	color: #000000;
	line-height:1.5;
}

#last_updated {
    font-size: 0.75em;
    font-style: italic;
    padding: 5px 0 !important;
    clear: both;
    margin-top: 25px;
    width: 100%;
}


#red {
    padding: 6px 7px 7px;
    border-color: #990000;
    border-width: 1px;
    border-style: solid;
    background-color: #F2DBDB;
    margin: 0 0 20px;
}


input.error, textarea.error {
   border-color: #990000;
   border-width: 1px;
   border-style: solid;
   background-color: #F2DBDB;
}

.searchResult {
    border-bottom: 1px solid black;
    min-height: 40px;
    padding: 10px 0;
}

.icon {
    height: 40px;
    margin: 0px 5px 5px -9px;
    width: 50px;
    float: left;
}

#search-pages {
    width: 62.5%;
    float: left;
    margin-right: 5%;
}

#search-documents {
    width: 32.5%;
    float: left;
}

#search-pages.full-width, #search-documents.full-width {
    width: 100%;
    float: none;
    margin: 0;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pager {
    display: block;
    margin: 20px auto 5px;
    text-align:center;
}

#footer .footer.privacy-policy
{
    display: none;
}

#footer.show_privacy_policy .footer.privacy-policy
{
    display: inline;
}

#hidden {
    display: none;
}

#acnyIntroTextContainer {
    width: 792px;
    text-align: justify;
}

#introTextContainer {
    width: 1200px;
    padding-left: 1em;
    text-align: justify;
}