/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio[controls],
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/* =============================================================================
         Base
         ========================================================================== */


/*
       * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
       *    http://clagnut.com/blog/348/#c790
       * 2. Force vertical scrollbar in non-IE
       * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
       *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
       * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
       *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
       */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 12px;
	line-height: 1.231
}

body,
button,
input,
select,
textarea {
	font-family: arial, sans-serif;
	color: #222
}


/* 
       * These selection declarations have to be separate
       * No text-shadow: twitter.com/miketaylr/status/12228805301
       * Also: hot pink!
       */

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}


/* =============================================================================
         Links
         ========================================================================== */

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:focus {
	outline: thin dotted;
}


/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */

a:hover,
a:active {
	outline: 0;
}


/* =============================================================================
         Typography
         ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}


/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}


/* Improve readability of pre-formatted text in all browsers */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}


/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* =============================================================================
         Lists
    ========================================================================== */

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 0
}

dd {
	margin: 0 0 10px 0
}

dt {
	font-weight: bold
}

nav ul,
nav ol {
	list-style: none;
	margin: 0;
	padding: 0
}


/* =============================================================================
         Embedded content
    ========================================================================== */


/*
       * Improve image quality when scaled in IE7
       * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
       */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/*
       * Correct overflow displayed oddly in IE9 
       */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
         Figures
    ========================================================================== */

figure {
	margin: 0;
}


/* =============================================================================
         Forms
    ========================================================================== */

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


/* 
       * 1. Correct color not inheriting in IE6/7/8/9 
       * 2. Correct alignment displayed oddly in IE6/7 
       */

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}


/* Indicate that 'label' will shift focus to the associated form element */

label {
	cursor: pointer;
}


/*
       * 1. Correct font-size not inheriting in all browsers
       * 2. Remove margins in FF3/4 S5 Chrome
       * 3. Define consistent vertical alignment display in all browsers
       */

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}


/*
       * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
       * 2. Correct inner spacing displayed oddly in IE6/7
       */

button,
input {
	line-height: normal;
}


/*
       * 1. Display hand cursor for clickable form elements
       * 2. Allow styling of clickable form elements in iOS
       */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}


/*
       * Consistent box sizing and appearance
       */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


/* 
       * Remove inner padding and border in FF3/4
       * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
       */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Remove default vertical scrollbar in IE6/7/8/9 */

textarea {
	overflow: auto;
	vertical-align: top;
}


/* Colors for form validity */

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

/* SPF Form specific styles */

#spf_form input[type="submit"] {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border:	none;
}

.spf_buttons {
	margin: 15px 0px 20px 0 !important;
}

#spf_form input {
	margin-left: 0 !important;
}

/* =============================================================================
         Tables
         ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0
}


/* =============================================================================
         Primary styles
         Author: eltonic.co.uk
         ========================================================================== */


/* ==================
          Colour Palette :
                          Websafe	RGB			
                          -------	--------------	
          Corporate Blue	#005983	(0,89,142)
          Engineering		#e53134	(229,49,52)
          Gas				#f9b500 (249,181,0)
          Regulation		#acb5b5	(172,181,181)
          Futures			#88ba14	(136,186,20)
          SHE				#18ad9c	(24,173,156)
          Info/Emergency	# as above
          Operations		#f8e400	(248,228,0)
          Offshore		#008673	(0,134,115)
          europe			#003399 < from wikipedia
         ================== */

body {
	background: #005983
}


/*Corporate Blue */


/* ===== MASTHEAD ===== */

#logo {
	height: 80px
}

#topNav {
	margin: 40px 20px 0 0;
	display: block;
	text-align: right
}

#topNav ul li {
	display: inline
}

#topNav a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	color: white;
	text-decoration: none
}

#topNav a:hover {
	text-decoration: underline
}

#searchBox {
	width: 130px;
	height: 15px;
	margin-top: 43px;
	margin-left: 0;
}

#searchBox input {
	padding: 2px 3px;
}

/* ===== CONTENT ===== */

#main {
	min-height: 430px;
	background-color: white;
	padding: 25px 0 25px 0
}

#main {
	font-size: 13px
}


/* do not change font size on the BODY - it adds a blue line under the logo !?! */

.contentPage #main {
	padding-top: 0
}


/*  lose padded gap between #masthead and #main  */

.navBox {
	display: block;
	background: grey;
	height: 200px;
	margin-top: 10px;
	font-family: helvetica, arial
}

.navBox.halfHeight {
	height: 100px;
}

.navBox a {
	text-decoration: none;
}

.linkWrap a {
	display: block;
	width: 100%;
	height: 100%;
}

/* .navBox:hover h2, .navBox h3 a:hover {color:black} */

.navBox h2 {
	color: white;
	font-size: 26px;
	display: block;
	margin: 0;
	padding: 10px 0 0 10px;
	height: 115px
}

.navBox h3 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px 10px
}

.navBox h3 a,
.navBox a h3 {
	color: white;
	font-size: 14px
}

.navBox h4 {
	color: #222;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 5px 10px 0 3px;
	font-weight: normal;
	line-height: 18px
}

.navBox.grid_2 h3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.navBox.grid_2 a {
	padding: 1em;
}


.events .navBox a {
	position: absolute;
	bottom: 5px
}

.events .navBox h2 {
	padding: 5px 10px 5px 10px;
	height: auto
}

.events .navBox h3 {
	margin-top: -15px
}

.events .navBox a p {
	margin: 10px 0 0 0
}

.navBox .buttonColor {
	background: rgba(0, 255, 0, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88339900', endColorstr='#88339900');
	/* IE */
	width: inheret;
	height: inherit;
}

.navBox .buttonColorGreen {
	background: rgba(153, 204, 0, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8899cc00', endColorstr='#8899cc00');
	/* IE */
	width: inheret;
	height: inherit;
}

.navBox .buttonColorTurquoise {
	background: rgba(0, 153, 153, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88009999', endColorstr='#88009999');
	/* IE */
	width: inheret;
	height: inherit;
}

.navBox .buttonColorBlue {
	background: rgba(0, 102, 153, 0.8);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88006699', endColorstr='#88006699');
	/* IE */
	width: inheret;
	height: inherit;
}

.buttonColorPurple {
	background: rgba(118, 24, 98, 0.8) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88761862', endColorstr='#88761862');
}

.buttonColor:hover,
.buttonColorGreen:hover,
.buttonColorTurquoise:hover,
.buttonColorBlue:hover,
.buttonColorPurple:hover {
	background: rgba(189, 214, 230, 0.8) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88339900', endColorstr='#88339900');
	transition: opacity .7s ease-out;
}

.brand-enw {
	background-color: #64C837 !important;
}

.brand-npg {
	background-color: #AB1236 !important;
}

.brand-spe {
	background-color: #5C881A !important;
}

.brand-sse {
	background-color: #004687 !important;
}

.brand-ukp {
	background-color: #D05400 !important;
}

.brand-wpd {
	background-color: #6D9F8D !important;
}

.brand-nge {
	background-color: #D05400 !important;
}

.nobg {
	background-image: none !important;
}

.navBoxWideText h2,
.navBoxWideText h3,
.navBoxWideText h4 {
	padding-left: 55px !important;
}


/*  Section Nav pages */

.electricity #topLeft,
.gas #topLeft,
.news #topLeft,
.events #topLeft {
	background: none white no-repeat
}

.electricity h1,
.gas h1,
.news h1,
.events h1 {
	font-size: 36px;
	color: #005983;
	margin: 0
}

.electricity #topMiddle {
	background: url('../images/navbox/elec/elec_top_middle.gif') no-repeat
}

.electricity #topRight {
	background: url('../images/navbox/elec/elec_top_right.gif') no-repeat
}

.electricity #bottomLeft {
	background: url('../images/navbox/elec/elec_bot_left.gif') no-repeat
}

.electricity #bottomMiddle {
	background: url('../images/navbox/elec/elec_bot_middle.gif') no-repeat
}

.electricity #bottomRight {
	background: url('../images/navbox/elec/elec_bot_right.gif') no-repeat
}


/* Overrides for ONG index page */

.electricity #topLeft.ong {
	background: url('../images/navbox/ong/btn-enw.gif') no-repeat
}

.electricity #topMiddle.ong {
	background: url('../images/navbox/ong/btn-npg-online.gif') no-repeat
}

.electricity #topRight.ong {
	background: url('../images/navbox/ong/btn-spe.gif') no-repeat
}

.electricity #bottomLeft.ong {
	background: url('../images/navbox/ong/btn-sse.gif') no-repeat
}

.electricity #bottomMiddle.ong {
	background: url('../images/navbox/ong/btn-ukp.gif') no-repeat
}

.electricity #bottomRight.ong {
	background: url('../images/navbox/ong/btn-wpd.gif') no-repeat
}

.electricity #bottomFull.ong {
	background: url('../images/navbox/ong/btn-nge-wide.gif') no-repeat
}

.gas #topMiddle {
	background: url('../images/navbox/gas/gas_top_middle.gif') no-repeat
}

.gas #topRight {
	background: url('../images/navbox/gas/gas_top_right.gif') no-repeat
}

.gas #bottomLeft {
	background: url('../images/navbox/gas/gas_bot_left.gif') no-repeat
}

.gas #bottomMiddle {
	background: url('../images/navbox/gas/gas_bot_middle.gif') no-repeat
}

.gas #bottomRight {
	background: url('../images/navbox/gas/gas_bot_right.gif') no-repeat
}

.news #topMiddle {
	background: url('../images/navbox/news/news_top_middle.gif') no-repeat
}

.news #topRight {
	background: url('../images/navbox/news/news_top_right.gif') no-repeat
}

.news #bottomLeft {
	background: url('../images/navbox/news/news_bot_left.gif') no-repeat
}

.news #bottomMiddle {
	background: url('../images/navbox/news/news_bot_middle.gif') no-repeat
}

.news #bottomRight {
	background: url('../images/navbox/news/news_bot_right.gif') no-repeat
}

.events #topMiddle {
	background: url('../images/navbox/events/button_top_middle.gif') no-repeat
}

.events #topRight {
	background: url('../images/navbox/events/button_top_right.gif') no-repeat
}

.events #bottomLeft {
	background: url('../images/navbox/events/button_bot_left.gif') no-repeat
}

.events #bottomMiddle {
	background: url('../images/navbox/events/button_bot_middle.gif') no-repeat
}

.events #bottomRight {
	background: url('../images/navbox/events/button_bot_right.gif') no-repeat
}


/*  Home  */

.home .navBox h4 {
	color: black;
	font-size: 16px;
	margin: 0;
	padding: 120px 0 0 130px;
	display: block;
	font-weight: bold
}

.home .navBox h2 {
	color: white;
	font-size: 30px;
	margin: 0;
	padding: 0 0 0 130px;
	display: block;
	height: 40px
}

.home .navBox a {
	color: white;
}

.home .navBox h3 {
	color: black;
	font-size: 20px;
	margin: 0;
	padding: 30px 0 20px 130px;
	display: block
}

.home .navBox p {
	color: black
}

.home #bottomLeft h4 {
	padding-top: 0;
}

.home #bottomLeft h2 {
	padding-top: 1em;
	color: white;
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 2em;
}

.home h1 {
	font-size: 60px;
	color: #005983;
	margin: 0
}

h1.introtext,
h2.introtext,
h3.introtext,
h4.introtext {
	color: #005983;
}

.grid_9 .introtext {
	margin: 1em;
}

.home #topLeft {
	background: url('../images/navbox/home/home_top_left.gif') no-repeat
}

.home #topMiddle {
	background: url('../images/navbox/home/home_top_middle.gif') no-repeat
}

.home #topRight {
	background: url('../images/navbox/home/home_top_right.gif') no-repeat
}

.home #bottomLeft {
	background: url('../images/navbox/home/home_bot_left.gif') no-repeat
}

.home #bottomMiddle {
	background: url('../images/navbox/home/home_bot_middle.gif') no-repeat
}

.home #bottomRight {
	background: url('../images/navbox/home/home_bot_right.gif') no-repeat
}

#topLeft:hover,
#topMiddle:hover,
#topRight:hover,
#bottomLeft:hover,
#bottomMiddle:hover,
#bottomRight:hover {
	background-position: 0 -200px
}

.events #topLeft:hover,
.events #topMiddle:hover,
.events #topRight:hover,
.events #bottomLeft:hover,
.events #bottomMiddle:hover,
.events #bottomRight:hover {
	background-position: 0;
}


/*  Content Pages  */

body.electricity #contentHeader {
	height: 100px;
	background: #e53134 url('../images/navbox/home/home_top_left.gif') no-repeat;
	background-position: 0 0px;
	color: white
}

body.gas #contentHeader {
	height: 100px;
	background: #f9b500 url('../images/navbox/home/home_top_middle.gif') no-repeat;
	background-position: 0 0px;
	color: white
}

body.news #contentHeader,
body.blog #contentHeader,
body.info #contentHeader {
	height: 100px;
	background: #005983 url('../images/navbox/home/home_top_right.gif') no-repeat;
	background-position: 0 0px;
	color: white
}

body.events #contentHeader {
	height: 100px;
	background: #761862 url('../images/navbox/home/home_bot_middle.gif') no-repeat;
	background-position: 0 0px;
	color: white
}

body.electricity #contentArea h2 {
	color: #e53134
}

body.gas #contentArea h2 {
	color: #f9b500
}

body.news #contentArea h2,
body.blog #contentArea h2,
body.blog #contentArea h2 a {
	color: #334455;
	text-decoration: none;
}

body.info #contentArea h2 {
	color: #005983
}

body.events #contentArea h2 {
	color: #761862
}

.contentPage #contentHeader h1 a {
	display: block;
	height: 100px;
	padding: 30px 0 0 10px;
	font-size: 36px;
	text-decoration: none;
	color: white
}

.contentPage #contentSideNav {
	padding-top: 60px
}

.contentPage #contentSideNav ul,
.contentPage #contentSideNav li {
	margin: 0;
	padding: 0;
	line-height: 20px
}

.contentPage #contentSideNav ul {
	list-style-position: inside
}

/* white gap between coloured folders */
.contentPage #contentSideNav ul>ul>li {
	border: solid white 2px
}



/* coloured accordion headings and button bg */
body.electricity #contentSideNav ul>ul,
body.electricity input[type="submit"] {
	list-style: none;
	background: #e53134
}

body.gas #contentSideNav ul>ul,
body.gas input[type="submit"] {
	list-style: none;
	background: #f9b500
}

body.blog #contentSideNav ul>ul,
body.blog input[type="submit"] {
	list-style: none;
	background: #005983
}

body.news #contentSideNav ul>ul,
body.news input[type="submit"],
body.info #contentSideNav ul>ul,
body.info input[type="submit"] {
	list-style: none;
	background: #005983
}

body.events #contentSideNav ul>ul,
body.events input[type="submit"] {
	list-style: none;
	background: #761862
}

.arrowBullet {
	list-style-image: url('../images/nav_bullet.gif')
}

.contentPage #contentSideNav ul ul ul {
	list-style-image: url('../images/nav_bullet.gif');
	padding-left: 10px;
	margin-left: -10px;
	background: white;
	font-weight: normal
}


/* inactive items */

.contentPage #contentSideNav ul ul ul ul {
	margin-left: 0;
}

.contentPage #contentSideNav ul a,
.contentPage #contentSideNav ul>.tl-tag>a,
.contentPage #contentSideNav ul>.arc-item>a {
	text-decoration: none;
	color: #444
}


/* inactive items links*/

.contentPage #contentSideNav ul>ul>li {
	padding-left: 10px
}

.contentPage #contentSideNav ul>ul>li>a,
.contentPage #contentSideNav ul>ul>li>span {
	text-decoration: none;
	color: white;
	font-weight: bold;
}


/* coloured headings */

.contentPage #contentSideNav li .active {
	list-style-image: url('../images/nav_bullet_active.gif')
}


/*.contentPage #contentSideNav ul ul.blog-nav-head li {list-style-image: none;}*/

.contentPage #contentSideNav ul>.arc-item,
.contentPage #contentSideNav ul>.tl-tag {
	list-style-position: inside;
}

body.electricity #contentSideNav li .active>a {
	font-weight: bold;
	color: #e53134
}


/* active red item */

body.gas #contentSideNav li .active>a {
	font-weight: bold;
	color: #f9b500
}


/* active yellow item */

body.news #contentSideNav li .active>a,
body.blog #contentSideNav li .active>a,
body.info #contentSideNav li .active>a {
	font-weight: bold;
	color: #005983
}


/* active blue item */

body.events #contentSideNav li .active>a {
	font-weight: bold;
	color: #761862
}


/* active purpleitem */

.gisMenu {
	list-style: none;
	padding: 5px 0 50px 0
}

.gisMenu li {
	float: left;
	margin-right: 30px
}

.contentPage #contentArea p {
	max-width: 680px;
	line-height: 20px
}

.contentPage #contentArea ul {
	list-style-position: outside;
	margin-left: 20px
}

.contentPage #contentArea li {
	margin-bottom: 5px
}

.contentPage #contentArea img.imageBanner {
	width: 100%;
	padding-bottom: 10px
}

.contentPage #contentArea img.imageRHS {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px
}

.contentPage #contentArea img.imageLHS {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px
}

.contentPage #contentSidebarA {
	margin-top: 55px;
	max-height: 340px;
	overflow: hidden
}

.contentPage #contentSidebarB {
	margin-top: 55px
}

.contentPage #contentSidebarA img {
	float: left;
	margin: 0 0 15px 15px;
	width: 100px
}

.contentPage #contentSidebarB img {
	float: right;
	margin-bottom: 20px;
	width: 200px
}

.contentPage .viewGallery {
	color: #999;
	text-align: right;
	font-size: 12px
}


/* ===== FOOTER ===== */

#footer {
	height: 240px;
	color: white
}

#footer ul {
	list-style: none
}

#footer li {
	margin-bottom: 8px
}

#footer a {
	color: #eef;
	text-decoration: none;
	font-weight: normal
}

#footer .middleColumn a,
#footer .rightColumn a {
	font-size: 12px
}

#footer a:hover {
	text-decoration: underline;
	color: white
}

#footer p {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
}


/* color:white; */

#footer span {
	font-weight: bold;
	font-size: 13px;
}


/* color:white} */

#footerLine p {
	font-size: 10px;
	color: #aab;
	text-align: center
}

#footerLine a {
	color: #4099c3
}


/* ========== Voting/Reporting ::  Abuse Mini Template ========== */

.likedislike.abuse_mini .result1 {
	display: block;
	margin: 0 0 0 38px;
	height: 16px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.likedislike.abuse_mini input {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../images/abuse_mini.png) no-repeat 0 0;
	border: 0;
	text-indent: -9999px;
}

.likedislike.abuse_mini input.down {
	left: 0px;
	background-position: -16px 0;
}

.likedislike.abuse_mini input:hover,
.likedislike.abuse_mini input:focus {
	background-position: 0 -16px;
}

.likedislike.abuse_mini input.down:hover,
.likedislike.abuse_mini input.down:focus {
	background-position: -16px -16px;
}

.likedislike.abuse_mini input:active {
	background-position: 0 -32px;
}

.likedislike.abuse_mini input.down:active {
	background-position: -16px -32px;
}

.likedislike.abuse_mini.disabled input,
.likedislike.abuse_mini.busy input {
	background-position: 0 -48px;
}

.likedislike.abuse_mini.disabled input.down,
.likedislike.abuse_mini.busy input.down {
	background-position: -16px -48px;
}

.likedislike.abuse_mini.right input {
	left: auto;
	right: 18px;
}

.likedislike.abuse_mini.right input.down {
	right: 0;
}

.likedislike.abuse_mini.right .result1 {
	margin: 0 38px 0 0;
	text-align: right;
}

.likedislike label {
	margin-left: 20px;
	font-size: 0.8em;
	margin-top: 5px;
}


/* ========== Blog ::  User Avatars ========== */

#avatar {
	float: left;
	padding-right: 10px;
}

#avatar img {
	width: 55px;
	margin-top: 2px;
}

hr.clear {
	margin: 0px;
}

div#comments .quip-comment-text p {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}


/* =============================================================================
         Non-semantic helper classes
         Please define your styles before this section.
         ========================================================================== */


/* For image replacement */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}


/* Hide for both screenreaders and browsers:
         css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
	display: none;
	visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders: by Jon Neal.
        www.webaim.org/techniques/`/invisiblecontent/  &  j.mp/visuallyhidden */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility: hidden;
}


/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */

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

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}


/* =============================================================================
         PLACEHOLDER Media Queries for Responsive Design.
         These override the primary styles
         Modify as content requires.
    ========================================================================== */

@media only screen and (max-width:480px) {
	/* Style adjustments for viewports 480px and under go here */
}

@media only screen and (max-width:999px) {
	/* Style adjustments for viewports 999px and under go here */
}


/* =============================================================================
         Print styles.
         Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
    ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* Black prints faster: sanbeiji.com/archives/953 */
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	/* Don't show links for images, or javascript/internal links */
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* =============================================================================
          Styles for CSS buttons
    ========================================================================== */

.button {
	border-top: 1px solid #ffd261;
	background: #f9b700;
	padding: 6px 12px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

.button:hover {
	border-top-color: #f9b700;
	background: #f9b700;
	color: #fff;
}

.button:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.button:visited {
	color: #fff;
}


/* =============================================================================
          Styles for CSS labels
    ========================================================================== */

.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
}

.label-important {
	background-color: #b94a48;
}


/* =============================================================================
          Form Styling
   ========================================================================== */

input,
select {
	margin: 5px 5px 10px 5px;
}

.hidden {
	display: none;
}

.shown {
	display: block;
}

input.error {
	border: 1px solid red;
}

.error {
	color: #b94a48;
}

/* .navbox {
	background-color: rgb(211, 211, 211) !important;
} */

.thead {
	background-color: rgb(211, 211, 211) !important;
}

/* styling for DER/ONG data tables  */
#DERDataTable td:last-child {
	width: 225px;
}
