/*These are HTML5 tags. Need to set display value for browsers that don't understand them*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

BODY {
	margin: 0;
	padding: 0;
	background: #382a57;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-y;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

TABLE {/* ie inheritance bug fix */
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

TH {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}

TD {
	border: 0;
	padding: 0;
	margin: 0;
}

FORM, P {
	padding: 0;
	margin: 0;
	border: 0;
}

LI {
	margin: 0 0 5px 0;
	padding: 0;
}

A {
	text-decoration: none;
	font-weight:bold;
	color: #4A0AAF;
}

A:hover {
	color: #999999;
}

DIV {
	margin: 0;
	padding: 0;
	border: 0;
}

/* layout */

/****** sidebar ******/
A#hidebutton {
	position: relative;
	top: 1%;
	left: 97%;
	z-index: 2;
}
.pagespecific {
	position: absolute;
	overflow: hidden;
	left: 80%;
	width: 20%;
	height: 30%;
	border-right: 1px black solid;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	z-index: 1;
	background: #FFFFFF;
}
DIV#useterms {
	border-bottom: 1px black solid;
	padding-bottom: 2px;
	text-align: center;
}
DIV#doclibrary {
	border-bottom:1px black solid;
	padding: 0 2px 1px 2px;
	text-align: center;
}

/****** main body text ******/
.titlessbshow {
	position: absolute;
	top:0px;
	height:55px;
	width:96%;
	left:50%;
	margin-left:-48%;
}

.sbar {
	position: absolute;
	overflow: none;
	top: 55px;
	height: 60px;
	width:96%;
	background: transparent;
	left:50%;
	margin-left:-48%;
}

.titlessbhide {
	position: absolute;
	top:0;
	height:5%;
	width:100%;
	background-color: #FFFFFF;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px black solid;
}
/* this is new */
/*#maincontent {
position: relative;
padding: 10px;
display: block;
clear: both;
}*/
.mainsbshow {
	position: absolute;
	overflow: auto;
	top:90px;
	height:79%;
	width: 96%;
	bottom:5px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	z-index: 1;
	left:50%;
	margin-left:-48%;
}
.mainsbhide {
	position: absolute;
	overflow: auto;
	top:15%;
	height:83%;
	width: 100%;
	bottom:2%;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px black solid;
	z-index: 1;
}
.mainpopup {
	overflow: auto;
	text-align: left;
	background-color: #382a57;
	padding-left:5px;
	padding-right:5px;
}

DIV#systemtitle {
	color: #2F322C;
	font-weight: bold;
	font-size: 14pt;
	padding: 0 2px 1px 2px;
	width: 95%;
}

DIV#pagetitle {
	width: 95%;
	/*background-image: url("images/pageheaderbkgrd.jpg");*/
	color: #000000;
	font-weight: bold;
	padding: 0 2px 1px 2px;
	margin-bottom: 15px;
}

/* header splits */
.header1, .header1_light {
	width: 99%;
	background: #382A57 url("images/header.gif");
	color: #382A57;
	font-weight: bold;
	padding: 0 2px 1px 2px;
	margin-bottom: 10px;
	text-align:center;
}

.header1_light {
	background-color: #C82336;
}
.redhead {
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	margin: 10px;
	background: #FFFFFF url("images/header.gif");
}

#main {
	padding-left:2px;
}
.warning {
	color: red;
	font-weight: bold;
}

.header1, .header1_light, .header1_ers {
	width: 99%;
	background-color: #382A57;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px 1px 2px;
	margin-bottom: 10px;
	text-align:center;
}

.header1_light {
	background: #FFFFFF url("images/header.gif");
}

.header1_ers {
    width: 98%;
}
.header2 {
	width: 99%;
	background-color: #605579;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px 1px 2px;
	margin-bottom: 10px;
	text-align:center;
}

/* table1 - invisible table no borders*/
.table1 th {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}
.table1 td {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

/* table 2 used for frozen headers*/
.table2 th[scope=td] {
	background: #FFFFFF;
	color: #EEEEEE;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

/* table2 - background coloured th and no borders*/
.table2 th {
	background: #FFFFFF url("images/header.gif");
	color: #EEEEEE;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

.table2 th.frozentd {
	background: #FFFFFF url("images/header.gif");
	color: #EEEEEE;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}

.table2 td {
	padding-left: 12px;
	padding-right: 12px;
}
/* tabletext3 - use for formatted result tables {{{ */
.table3 {
	color: #111111;
	border-top: 1 #000000 solid;
	border-bottom: 1 #000000 solid;
	border-left: 2 #000000 solid;
	border-right: 2 #000000 solid;
}

.table3 th {
	background: #382A57;
	border-top: 1 #000000 solid;
	border-bottom: 2 #000000 solid;
	text-align: center;
	color: #EEEEEE;
	padding-left: 4px;
	padding-right: 4px;
	cellspacing: 1;
}

.table3 td {
	border-bottom: 1 #cccccc solid;
	padding: 3px 2px 3px 2px;
}
/*table 4 - invisible table indented from screen edge*/
.table4 {
	left 5%;
	width:90%;
}
.table4 th {
	text-align: right;
	padding: 4px;
}
.table4 td {
	text-align: left;
	padding: 4px;
}
/*tabletandc - terms and conditions formatting*/
.tabletandc {
	font-size : 9pt;
	width:99%;
}
/* tabletext5 - use for formatted result tables {{{ */
.table5 {
	color: #111111;
}

.table5 th {
	background: #605579;
	text-align: center;
	color: #EEEEEE;
	padding-left: 4px;
	padding-right: 4px;
	cellspacing: 1;
}

.table5 td {
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
}
/* table6 - green top, overall border, no borders inside */
.calendar {
	font-size: 12pt;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	border-collapse:	collapse;
	padding: 0;
}

.calendar th {
	background: #FFFFFF url("images/header.gif");
	border-top: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	text-align: center;
	color: #EEEEEE;
	border-collapse:	collapse;
	padding: 0;
}

.calendar td {
	border-top: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	padding: 0;
	border-collapse:	collapse;
	height:40px;
	width:100px;
}
/*table 6 - invisible table indented from screen edge*/
.table6 {
	left 5%;
	width:90%;
}
.table6 th {
	text-align: right;
	word-wrap: none;
}
.table6 td {
	text-align: left;
}
/* tabletext7 - use for formatted result tables {{{ */
.table7 {
	color: #111111;
	border: thin solid;
	cellspacing: 0;
	padding:0;
	font-size: 8pt;
}

.table7 th {
	background: #382A57 url("images/header.gif");
	text-align: center;
	color: #EEEEEE;
	padding: 3px;
}

.table7 td {
	border-bottom: thin solid;
	padding-top:1px;
	padding-bottom:1px;
}

/* inner table of contact methods */
.table7 .contactmethods td {
border: none;
}


/* table8 - used for salary tables*/
.table8 {
	color: #111111;
	font-size: 8pt;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
}

.table8 th {
	background: #7C8EDA;
	border-top: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	text-align: center;
	color: #EEEEEE;
}

.table8 td {
	border-bottom: 1px #000000 solid;
	padding-left:2px;
	padding-right:2px;
	text-align: center;
}
/* table9 - used for grids*/
.table9 {
	color: #111111;
	font-size: 8pt;
	border: 1px #000000 solid;


}

.table9 th {
	background: #7C8EDA;
	border: 1px #000000 solid;
	color: #EEEEEE;
}

.table9 td {
	border: 1px #000000 solid;
}
.thtitle {
	background: #7C8EDA;
	border-bottom: 2px #000000 solid;
	text-align: center;
	color: #EEEEEE;
}

.th0 {
	padding-left:2px;
	padding-right:2px;
	font-weight: bold;
	background: #FFFFFF;
}

.th1 {
	padding-left:2px;
	padding-right:2px;
	font-weight: bold;
}

.td0 {
	padding-left:2px;
	padding-right:2px;
	background: #FFFFFF;
}

.td1 {
	padding-left:2px;
	padding-right:2px;
}
/*tabletandc - terms and conditions formatting*/
.tabletandc {
	font-size : 9pt;
	width:99%;
}
.tabletandc th {
	font-size : 9pt;
	font-weight : normal;
	vertical-align: top;
	text-align: left;
	width: 5%;
}

.tabletandc td {
	vertical-align: top;
	padding-bottom: 10px;
}

.erstable {
    font-size:9pt;
}

.foreground_colour {
	background-color: #FFFFFF;
}

.header_colour {
	background: #7C8EDA;
}

.special_table {
	color: #111111;
	font-size: 8pt;
	border-right:1px black solid;
}
.special_table TH {
	background: #7C8EDA;
	text-align: center;
	color: #EEEEEE;
	border:1px black solid;
	border-right:none;
}
.special_table TD {
	text-align: center;
	border-bottom:1px black solid;
	border-left:1px black solid;
}
.divsection {
	text-align: center;
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-top:1px black solid;
	border-right:1px black solid;
	background-color: #382a57;

}

.expandable {
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-top:1px black solid;
	border-right:1px black solid;
	width:99.5%;
	background-image:url("images/expandable_up.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
.expandablesmall {
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-top:1px black solid;
	border-right:1px black solid;
	width:99.5%;
	background-image:url("images/expandable_down.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

@media screen {
	.hide {
		color: black;
	}
}
@media print {
	.hide {
		display: none;
	}
}
@page {
    size:landscape;
}

/*globalnav*/
#navigation {
      float:left;
      /*width:100%;*/
      background:transparent url("images/bg2.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      height:35px;
      }
    #navigation ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #navigation li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #navigation a {
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#605579;
      }
    #navigation a:hover {
      color:#333;
      }
    #navigation #current {
      background-image:url("images/left_on.gif");
      }
    #navigation #current a {
      background-image:url("images/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
 #navigation2 {
      
      width:100%;
      
      height:90%;
      background:#382a57 url("images/nav_bar.gif");
      border-top:6px white solid;
      border-bottom:4px white solid;
      border-left:4px white solid;
      border-right:4px white solid;
      }
   #navigation2_holder {
      float:left;
      width:100%;
      top: 200px;
      height:50px;
      border-left:1px black solid;
      border-right:1px black solid;
      line-height:normal;
      } 
 #nav2table{
	width: 200px;
	float: left; 
}

#superLogout {
	position:absolute;
	top: 88px;
	right: 100px;
	width: 200px;
	height: 0px;
	z-index:99999;
	font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
	color: #000000;
	background-color: #382a57;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding:3px;
	border: 1px solid #ffffff;
	border-top: #382a57;
	-webkit-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	box-shadow: 0px 5px 3px #818181;
	-webkit-box-shadow: 0px 5px 3px #818181;
	-moz-box-shadow: 0px 5px 3px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}
#superLogout #off {
	background:#382a57 url("images/arrow_down_whi.gif") no-repeat;
	height: 7px;
	width: 11px;
	display: none;
	float: right;
	margin: 0px 10px 0px 0px;
}
#superLogout #on {
	background:#382a57 url("images/arrow_up_whi.gif") no-repeat;
	height: 7px;
	width: 11px;
	display: none;
	float: right;
	margin: 0px 10px 0px 0px;
}
#superLogout a {
	display: none;
	width: 130px;
	margin: 2px 0px 4px 10px;
	color: #D9D5DF;
}
#superLogout a:hover {
	color: #ffffff;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/*font: bold 11px arial*/}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 180px;
	background: #4F4F4F;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #382A57}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #382A57;
	z-index:200;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 100%;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #4F4F4F;
		color: #FFF;
		font: 13px arial}

	#sddm div a:hover
	{	background: #382A57;
		color: #FFF}

/* ADDED By ID 18.08.2010 - tidy display of Appeal Details Payments Reports Form */
.repparam {
width: 100%;
margin: 0px auto;
}
.param, #consolidateL {
float: left;
width: auto;
margin-right: 10px;
}
 .nicifiy {
display: block;
padding-bottom: 3px;
}
 .nicifiy .inline {
display: inline;
}
#repparam23 .inline .datespacer {
width: 32px;
display: inline-block;
}
#repparam23 .inline .datebox {
width: 70px;
}
 .nicifiy  label {
width: 130px;
float: left;
}
 .nicifiy  select{
margin-left: 0px;
}
 #consolidateL .nicifiy label {
width: 70px;
}
#ieButton { 
text-align: center;
}
 .button {
display: block;
margin: 0px auto;
}

img.chart { cursor: pointer; }

a img {
border: none;
}

/* ADDED By ID 25.10.2010 - Add Non-Member Donations Page */
.absmiddle { 
vertical-align: middle;
}
#NMD_Button {
margin-top: 8px;
background-color: #23164B;
border: 3px solid #FFBF00;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
border-radius: 19px;
padding: 10px;
}
a #NMD_Button {
color: #ffffff;
}
a:hover #NMD_Button {
color: #cccccc;
}

#NMwelcome {
padding-top: 10px;
text-align: center;
}
#NMwelcome #leftCol {
float: left;
width: 571px;
}
#NMwelcome #rightCol {
float: right;
width: 351px;
text-align: center;
}
#NMwelcome .bold {
font-weight: bold;
}
#NMwelcome form {
width: 953px;
text-align: left;
margin: 0 auto;
}
#NMwelcome h1 {
font-size:25px; 
color:#382a57; 
font-weight: normal;
}
#NMwelcome h1 sub {
font-size:12px; 
color:#ff0000; 
font-weight: normal;
margin-top: 5px;
}
#NMwelcome .tooltips span {
color: #000000;
background:#f8f8f8;
border: 1px solid #888888;
font-size: 11px;
font-weight: normal;
display:none;
padding:10px;
float: right;
width: 250px;
margin-left: -240px;
position:absolute;
z-index:1000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#NMwelcome #addressFinder .tooltips span {
margin-left: 0px;
}
#NMwelcome fieldset, #NMwelcome fieldset legend, #NMwelcome #addressFinder {
border: none;
text-align: left;
}
#NMwelcome fieldset {
border: none;
margin-bottom: 20px;
padding: 0;
}
#NMwelcome fieldset .content {
padding: 10px;
}
#NMwelcome #leftCol fieldset {
width: 566px;
background: #d9d5df url("images/fieldset_Lcol_Bottom.jpg") no-repeat bottom;
margin-bottom: 20px;
display: block;
}
#NMwelcome #leftCol fieldset  .top{
width: 566px;
height: 9px;
background: #d9d5df url("images/fieldset_Lcol_Top.jpg") no-repeat top;
margin-top:-27px;
}
#NMwelcome #rightCol fieldset {
width: 366px;
background: #d9d5df url("images/fieldset_Rcol_Bottom.jpg") no-repeat bottom;
margin-bottom: 20px;
display: block;
}
#NMwelcome #rightCol fieldset .content {
padding: 7px;
}
#NMwelcome #rightCol fieldset .top {
height: 8px;
width: 366px;
background: #d9d5df url("images/fieldset_Rcol_Top.jpg") no-repeat bottom;
margin-top:-35px;
}
#NMwelcome fieldset legend {
padding: 5px 7px 3px 27px;
border: none;
font-weight: bold;
color: #ffffff;
position: relative;
margin-top: -10px;
margin-bottom: 10px;
width: 134px;
height: 27px;
background: #422e5d url("images/legend_BG.jpg") no-repeat;
}
#NMwelcome fieldset label {
float: left; 
clear: left;
}
#NMwelcome fieldset label .req{
color: #ff0000;
}
#NMwelcome  #rightCol fieldset label {
width: 70px;
}
#NMwelcome fieldset input, #NMwelcome fieldset select {
margin-left: 150px;
display: block;
margin-bottom: 2px;
border: 1px solid #ffffff;
padding: 2px;
}
#NMwelcome fieldset input {
width: 250px;
}
#NMwelcome fieldset input, #NMwelcome fieldset select, #NMwelcome fieldset select option {
font-size: 12px;
height: 20px;
}
#NMwelcome fieldset input#e {
width: 390px;
}
#NMwelcome #rightCol fieldset input {
width: 245px;
}
#NMwelcome #rightCol fieldset input, #NMwelcome #rightCol fieldset select {
margin-left: 100px;
}
#NMwelcome #addressFinder {
line-height:180%; 
font-size: 10px;
color: #ffffff;
padding: 8px;
margin: 7px;
margin-top: 15px;
width: 351px;
height:60px;
background: #68587d url("images/addressfinder_BG.jpg") no-repeat;
}
#NMwelcome #addressFinder strong, #NMwelcome #addressFinder .button, #NMwelcome fieldset input#ga  {
font-size: 12px;
width: auto;
}
#NMwelcome fieldset input#ga  {
border: none;
}
#NMwelcome fieldset label#for_ga  {
margin-top: -20px;
}
#NMwelcome #rightCol #addressFinder label {
float: left;
width: 50px;
}
#NMwelcome #rightCol #addressFinder input {
display: inline;
margin-left: 0px;
margin-bottom: 0px;
}
#NMwelcome #rightCol input#a2, #NMwelcome #rightCol input#a3, #NMwelcome #rightCol input#a4 {
margin-left: 100px;
}
#NMwelcome #rightCol fieldset #postcodefinder, #NMwelcome #rightCol  fieldset #pc, #NMwelcome fieldset input#da {
width: 80px;
}
#NMwelcome #rightCol fieldset #postcodefinder, #NMwelcome fieldset input#da {
text-align: center;
}
#NMwelcome #submit {
clear: both;
display: block;
margin:  auto;
}
#NMwelcome #reVert {
float: right;
position: relative;
margin-top: -20px;
margin-right: 4px;
}
#NMwelcome #reVert:hover {
cursor: pointer;
}

/* moved into file and off page - ID 24.11.2010 */
.close {
text-align: right;
cursor: pointer;
}
.close, .close a {
color: #ff0000;
font-weight: normal;
}
#addcontactdiv {
display: none;
color: #000000;
background:#f8f8f8;
border: 1px solid #888888;
font-size: 11px;
font-weight: normal;
padding:10px;
float: right;
width: 820px;
height: 330px;
position:absolute;
top:10%; 
left:3%;
z-index:1000;
}
.matches, .matches a {
font-size: 11px;
font-weight: normal;
}
.matches p {
display: block;
margin: 2px;
padding: 2px;
}
.matches p.cadd {
display: inline;
width: 130px;
padding: 5px;
float: left;
margin-left: 5px;
margin-top: -3px;
}
.matches p.cont, .matches p.cadd {
padding-left: 27px;
}
.matches p.cont, .matches p.cadd:hover, .matches .caddON {
background-color: #d9d5df;
color: #000000;
}
.matches p.cont:hover, .matches .contON {
background: #d9d5df url("./images/add.png") no-repeat 5px;
}
.matches p.cadd:hover, .matches .caddON {
background: #d9d5df url("./images/add.png") no-repeat 5px 0px;
}
.matches p.cont:hover, .matches p.cadd:hover, .matches .contON, .matches .caddON {
cursor: pointer;
}
.matches p a span {
display: none;
}
.cntid, .caddid, .adddata, .cntdata {
display: none;
}

.repparam {
padding: 10px;
}

.ajaxmethods {
display: none;
border: 2px solid #d9d5df;
color: #68587d;
padding: 10px; 
margin-bottom: 5px;
font-size: 11px;
}
.ajaxmethods .txt {
color: #000000;
background-color: #d6d5df;
padding: 5px;
font-size: 11px;
margin-bottom: 5px;
}

/* ID - Confirmation Box */
.conf {
margin-bottom: 10px;
padding:  6px 6px 6px 35px;
border: 2px solid #A4D098;
background: url("images/tick.png") 10px no-repeat;
background-color:  #BEE7B8;
}
.conf,  .conf a {
color: #006633;
font-weight: normal;
}
.conf a {
font-weight: bold;
}
/* ID - Warning Box */
.warning {
margin-bottom: 10px;
padding:  6px 6px 6px 35px;
border: 2px solid #EFC552;
background: url("images/error.png") 10px no-repeat;
background-color:  #F9DF74;
}
.warning, .warning a {
color: #A47723;
font-weight: normal;
}
.warning a {
font-weight : bold;
}
/* ID - Error Box */
.error {
margin-bottom: 10px;
padding:  6px 6px 6px 35px;
border: 2px solid #EA5E50;
background: url("images/cross.png") 10px no-repeat;
background-color:  #FA9986;
}
.error,  .error a {
color: #000000;/*#C02516;*/
font-weight: normal;
}
.error a {
font-weight: bold;
}
.fail {
	border: 1px solid #ff0000;
	background-color: #FA9986;
	padding: 2px;
}

