/* reset the formatting for all elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
* {
	line-height: 140%;
}
/* remvoe the outline for focussed elements */
*:focus {
	outline: 0;
}

/* do not set the default font with html * */
/* this will cause problems with different fonts and inline tags, like strong and em */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
}

/* hacks ie6 + ie7 */

/* common block element settings */
h1, h2, h3, h4, h5, h6, 
p, ol, ul, dl, pre, 
blockquote, table, form {
	font-size: 12px;
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* headlines [h1-h6] */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0.5em 0 0.25em 0;
}


h1 {	
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

a {
	text-decoration: underline;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

table p {
	margin:0;
}

/* text orientation */
.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: right;
}

/* paragraph, pre, blockquote */
pre {
	font-family: courier;
}
code {
	font-family: courier;
}
blockquote {
	margin-left: 0.25em;
}


/* lists [ul, ol, dl] */
ul,
ol,
dl {
	padding-left: 2.5em;
}
/* disabled margin in nested lists */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
	margin-bottom: 0;
}
ul li {
	padding: 0.25em 0 0.25em 0;
}

ol li {
	padding: 0.25em 0 0.25em 0;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 0.5em 0;
}


/* table [table, tr, th, td] */
table {
	border-collapse: collapse;
	border: 1px solid #bababa;
}

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #bababa;
	padding: 0.5em;
}

table tr th {
	font-weight: bold;
	background: #ebebeb;
}


/* forms [form, fieldset, input, ...] */
form {
}

fieldset {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 0.5em 0;
	vertical-align: top;
}

fieldset legend {
	padding: 0;
	margin: 0;
}
/* the line height is fixed and different between label and input */
label {
	display: block;
	float: left;
	width: 150px;
	line-height: 150%;
	padding: 0;
}
/* define a width for inputs and textareas */
input,
textarea,
select {
	border: 1px solid #bababa;
	font-family: inherit;
	font-size: inherit;
	color: black;
	line-height: 120%;
	width: 190px;
}
/* typo specific mailform options */
input.csc-mailform-radio,
input.csc-mailform-check {
	border: 0;
}
input.csc-mailform-submit,
input.csc-mailform-radio,
input.csc-mailform-check {
	width: auto;
}

.csc-mailform-field,
.felogin-field {
	clear: both;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.csc-mailform-radio legend {
	display: none;
}
/* change this based on your column width */
.csc-mailform-radio label {
	width: auto;
	width: 80%;
}
.csc-mailform-radio input {
	clear: both;
	float: left;
}


/* clear because images float */
.csc-textpic,
.csc-header {
	clear: both;
}

/* remove padding in dl - interacts with the typo image rendering */
.csc-textpic dl {
	padding: 0;
}

/* different typo frames */
.csc-frame-rulerBefore {
	border-top: 1px solid black;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid black;
}

.indent,
.csc-frame-indent {
	margin-left: 5%; 
}

.csc-frame-indent3366 {
	margin-left: 33%;
}

.csc-frame-indent6633 {
	margin-right: 33%;
}

.csc-frame-invisible {
	display : none;
}


/* np_countersubmission */
.error {
	margin-bottom: 15px;
}

.tx-npcountersubmission-pi1 .info a {
	margin-top: 15px;
	display: block;
}

/* np_pricecalc */
.f3-form-error{
	border: 1px solid #F00;
	background: #FCC;
}

.error {
	color: #F00;
}

#np_pricecalc_result {
	display: none;
}

#monthlyDifference, #annualDifference, #nextYearTotal, #currentYearTotal {
	font-weight: bold;
}
