/*******************************************************
Scottish Palestine Solidarity Campaign 
coordin8 stylesheet
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
    color: #3d3d3d;
	background-color: #505050;
    font-family: verdana;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
	overflow-y: scroll;
    padding: 0;
}

body#adminbody {
	background-color: #eee;
}

#jsoncheck {
	position: absolute;
	color: #fff;
	background: #505050;
	left: 10px;
}

#bg {
	background-image: url('../../images/tag-cloud-background.png');
	background-size: contain;
}

#bg.councillors {
	background-position-x: center;
	background-repeat: no-repeat;
}

div.odd {
	background-color: #e8e7e7;
	padding: 10px;
	margin: 20px 0;
}

div.even {
	background-color: #e8e7e7;
	padding: 10px;
	margin: 20px 0;
}

#header #logo {
	color: #b40000;
	font-size: 30px;
	font-weight: bold;
	left: 2px;
	position: absolute;
	top: 65px;
	display: none;
}

#countdiv {
    height: 50px;
    left: 300px;
    position: absolute;
    top: 110px;
    z-index: 2;
}

#count4motion, #count4amendment {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 5px;
}

#remnotice {
	font-size: 12px;
	font-weight: bold;
	color: #006900;
	padding: 4px 0;
}

.secondremsent #remnotice {
	color: #a00000;
}

#email_buttons {
	position: absolute;
	left: 500px;
	top: 127px;
}

#reset_textcall_status {
	position: absolute;
	left: 24px;
	top: 17px;
}

.noremsent #second_email {
	display: none;
}

.firstremsent #second_email {
	display: block;
}

.firstremsent #first_email {
	display: none;
}

.secondremsent #second_email, .secondremsent #first_email {
	display: none;
}

.rem_status {
	width: 140px;
}

.rem_status input {
	float: right;
}

#sentbox {
	position: absolute;
	left: 1100px;
	top: 290px;
	width: 300px;
	height: 500px;
	overflow-y: scroll;
	font-size: 12px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #d3d3d3;
	color: #006900;
}


#sentbox h3 {
	margin: 0px 0 20px;
}

#mainBody #sig_list  table td{
    width: 215px;
}

#count4motion, #mainBody table#ForTable tr td {
    background-color: #02bc00;
    margin-bottom: 9px;
}

#count4amendment, #mainBody table#AgainstTable tr td {
    background-color: #7aa0ff;
}

.motion {
    padding: 5px;
}

.motion h2{
    font-size: 18px;
}

.motion h4, .motion h5{
    background-color: #02bc00;
    font-size: 14px;
    padding: 5px;
}

.motion h5{
    background-color: #7aa0ff;
}


.motion p{

}

#fbshare {
    margin: auto;
    width: 320px;
}

#fbshare h2{
    color: #ff0000;
    text-shadow: 2px 2px 5px #c89c9c;
}

#fbshare p{
margin: 20px 0;
}

#fbshare div {
    float: left;
    overflow: hidden;
    width: 60px !important;
}

#fbshare div.fb-share-button {
    margin: 0 10px 20px 90px;
}

#testing {
    background-color: rgba(189, 220, 173, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 22% 22% 22% 22% / 7% 7% 7% 7%;
    box-shadow: 5px 5px 20px #000000 inset;
    padding: 20px;
    position: absolute;
    right: 270px;
    top: 180px;
    z-index: 2;
}

#adminbody #submitters_list h1 span {
	color: #a00000;
}

#response_area {
	font-size:14px;
	padding: 20px;
	position: absolute;
	left: 350px;
	top: 180px;
	z-index: 2;
	width: 200px;
	height: 100px;
}

#input_div {
	position: absolute;
	left: 714px;
	top: 126px;
}

#input_div input.the_email {
	font-size: 14px;
	padding: 5px 2px;
	width: 300px;
}

#notice_area {
	position: absolute;
	left: 700px;
	top: 240px;
	width: 286px;
	height: 475px;
	background-color: #1b7a00;
	color: white;
	padding: 10px;
	display: none;
}

.sendview #notice_area {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 540px;
	height: 656px;
	background-color: #505050;
	color: white;
	padding: 10px;
	display: none;
	max-width: 98.5%;
	background-image: url(../../../../../img/ODSsunset.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.already {
	margin: 5px 0 20px;
}

.already a:link, .already a:visited {
	color: white;
	background-color: #1b721b;
	border: 1px solid;
	padding: 0 3px;
	border-radius: 6px;
	transition: .3s;
}

.already a:hover {
	color: white;
	background-color: #169205;
}

.web {
	display: none;
}

span.has_signed {
    background: none repeat scroll 0 0 green;
    color: white;
    font-weight: bold;
}

#MSPsList {
    box-shadow: 0 0 15px #E1E1E1;
    margin-bottom: 30px;
    padding: 15px;
}

#scotlink {
    display: none;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 10;
}

#scotlink div {
    background: #b4b2b2 none repeat scroll 0 0;
    padding: 3px;
}

#scotlink a {
    color: #ffffff;
    text-decoration: none;
}

#scotlink div:hover {
    background: none repeat scroll 0 0 #741111;
}

#filterdiv {
    background-color: #505050;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 5px 5px 10px #BBBBBB;
    font-size: 10px;
    line-height: 13px;
    padding: 10px;
    position: absolute;
    right: 330px;
    top: 80px;
    width: 130px;
}

#filterdiv  a#clear {
    color: #DD0000;
    display: block;
    position: absolute;
    right: 8px;
    top: 1px;
}

p {
	margin: 4px 0 6px 0;
	line-height: 1.4em;
}

p.action_button {
	color:#cc0000;
	display: block;
	width: 409px;
	text-align: center;
	margin: 20px auto 0;
	background-color: #e0e0e0;
	border-radius: 18px;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	transition: .3s;
}

p.action_button:hover {
	color: white;
	background-color: #777;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 10px 0 30px 0;
}

h1 {
	font-size: 32px;
	line-height: 43px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

h1#homeH1 {
	font-size: 32px;
	line-height: 43px;
	padding: 20px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-bottom: -18px;
}

.StopJNF-May20 h1#homeH1 {
	font-family: 'Walter Turncoat', cursive;
	color: #960000;
	rotate: -.7deg;
	background-color: #e1e1e1;
	color: #960000;
	margin-bottom: 25px;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;	
}

h3 {
font-size:16px;
margin: 30px 0;
}

h4 {
font-size:17px;
}

#updateContact h3 {
    margin: 7px auto 10px;
    text-align: center;
}

#mpthankyou h3 {
	font-size: 22px;
	margin: 30px 0;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}

#mp_start_view_inset {
	padding: 25px;
	font-size: 14px;
	background-color: #e4e4e4;
	position: relative;
} 

#mp_start_view_inset h1, #mp_start_view_inset h2 {
	font-size: 16px;
	color: #555;
}

#view_sigs {
	margin-top: 20px;
	right: 20px;
	position: absolute;
	width: 180px;
	cursor: pointer;
	bottom: 10px;
	text-align: center;
	color: #990000;
}

.tab-content {
	display: none;
	padding: 20px;
	font-size: 14px;
}

.tab-content .header {
	clear: left;
	margin-bottom: 10px;
}

.tab-content .header div {
	float: left;
	margin-right: 10px;
}

.image, .order {
	display: none;
}

.tab-content span.message {
	display: block;
	margin-top: 20px;
}


a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

h3 a:link, h3 a:visited {
	background: #707070 none repeat scroll 0 0;
	border-radius: 6px;
	color: #fff;
	padding: 1px 5px 4px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

h3 a:hover {
	background: #9b0000 none repeat scroll 0 0;
}

#stopthejnf img {
	width:100%;		
}

#stopthejnf {
	width: 65%;
	margin: 20px auto 0;
}

span.red {
	color: #c10000;
}

#sig {
    color: #CAFFC9;
    font-weight: bold;
    margin-top: 30px;
    text-shadow: 1px 1px 3px #B3B3B3;
}

.hidden {
	display:none;
}

#t2d {
	width: 98%;
	margin: auto;
}

#t2d img {
	width:100%;
}

#siglisting {
	background-image: -moz-linear-gradient(center top , #C7DCB9, #ECF8E3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C7DCB9),color-stop(1, #ECF8E3)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#ECF8E3'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#ECF8E3')";
	behavior: url("ie-css3.htc");
    border: 1px solid #3B6A3A;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 5px 5px 50px #21390C;
    height: 470px;
    left: 250px;
    padding: 10px 0 20px 20px;
    position: absolute;
    top: 370px;
    width: 350px;
	z-index: 20;
}

#siglisting p{
    color: #116510;
    font-size: 12px;
    font-weight: bold;
}

#sig span {
	font-size: 10px;
    font-weight: normal;
}

#closediv {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#therm {
    position: absolute;
    right: -150px;
    top: 430px;
}

#therm img {
	cursor: pointer;
}

#sigclose {
    background: none repeat scroll 0 0 #7CB554;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 7px #618746 inset;
    color: #C4FF9A;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: -3px 10px;
    padding: 1px 6px 3px;
}

#content_editor {

}

#show_unpublished {
    position: absolute;
    right: 20px;
}

#email_result {
height: 150px;
margin: 10px auto;
overflow:auto;
width: 80%;
}

#notsent {
border-top: 2px solid;
color:red;
margin-top:10px:
}

#select {
    background-color: #7F997F;
	background-image: -moz-linear-gradient(center top , #405540, #B0BBB0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #405540),color-stop(1, #B0BBB0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#405540', EndColorStr='#B0BBB0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#405540', EndColorStr='#B0BBB0')";	
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 30px;
    padding: 1px 2px 2px;
    width: 339px;
}

#select select{
    background-color: #464F46;
    color: #DAFFDA;
}

#select select option{
    padding: 1px 5px;
}

#email_subject {
    margin: 0 0 30px;
	width: 343px;
}

#email_submit {

}

ul {
    list-style-type: square;
    margin: 5px 0 5px 20px;
    padding: 0;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
    background-color: #ffffff;
    border: 1px solid #000000;
    margin: 20px auto 0;
    max-width: 600px;
    padding: 0;
    width: 100%;
}

#adminbody #mainContainer {
	margin: 0;
}

/* << ----------------// Header //---------------->> */
#header {
	background: #000000 url("../../images/coordin8header.gif") repeat-x scroll 0 0;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	height: 100px;
	margin: 0;
	max-width: 600px;
	padding: 0;
	position: relative;
	width: 100%;
	background-position: right;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
    background-color: #000000;
    height: 30px;
    line-height: 30px;
    margin: 0;
    max-width: 600px;
    padding: 0;
    width: 100%;
}

#navHorizontal.admin, #header.admin, #mainContainer.admin  {
    max-width: 100%;
}

#navHorizontal ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#navHorizontal ul li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
    border-right: 1px solid #999999;
    color: #EEEEEE;
    padding: 5px 6px 5px 4px;
    text-decoration: none;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active  {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

#navHorizontal.menu{
    text-align: center;
}

#navHorizontal.menu  ul li {
border-top: 1px solid #888;
    padding: 0;
}


#navHorizontal.menu ul li a:link, #navHorizontal.menu ul li a:visited {
padding:0;
}

#adminNavHorizontal {
    background-color: #454545;
    height: 30px;
    line-height: 30px;
    margin: -1px 0 0;
    padding: 0;
    width: 900px;
}

#adminNavHorizontal ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#adminNavHorizontal ul li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#adminNavHorizontal ul li a:link, #adminNavHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#adminNavHorizontal ul li a:hover, #adminNavHorizontal ul li a:active  {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

#adminNavHorizontal.menu{
    text-align: center;
}

#adminNavHorizontal.menu  ul li {
border-top: 1px solid #888;
    padding: 0;
}


#adminNavHorizontal.menu ul li a:link, #adminNavHorizontal.menu ul li a:visited {
padding:0;
}

#navConsign {
    background-color: #BBBBBB;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 900px;
}

#navConsign ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navConsign ul li {
margin:0;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navConsign ul li a:link, #navConsign ul li a:visited {
    border-right: 1px solid #999999;
    color: #EEEEEE;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 19.5%;
}

#navConsign ul li a:hover, #navConsign ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

#selectedpage {
background-color:#454545;
}

#switch_wrapper {
	height: 40px;
}

#switch2delete, #revert {
	padding: 5px;
	margin-bottom: 20px;
	background-color: #ff4d4d;
	color: white;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

#revert {
	background-color: #059005;
	display: none;
}

.submit_delete, #revert {
	display: none;
}



/* << ----------------// mainBody //---------------->> */

#mainBody {
	background-color: #FAFAFA;
	position: relative;
	padding: 0 0 50px;
	min-height: 850px;
}


img#AHK_Logo {
margin-top:10px;
}

#fullwidth, #fw {
	padding: 20px 20px 0;
	position: relative;
}

#fw #currentLogin {
	left: 20px;
	top: -76px;
}

#sigs_link {
position:absolute;
right:20px;
top:20px;
}

.edm_inc {
    left: 2px;
    position: absolute;
    width: 22px;
}

#total_sigs {
    position: absolute;
    top: 10px;
}

#region_totals {
    height: 150px;
    margin: 0;
    position: relative;
}

.normal {
	color: #333333;
}

.bar {
	background-image: -moz-linear-gradient(center top , #9CDE9C, #386C37);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9CDE9C),color-stop(1, #386C37)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9CDE9C', EndColorStr='#386C37'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9CDE9C', EndColorStr='#386C37')";
    border-left: 1px solid #55BA3B;
    border-right: 1px solid #55BA3B;
    border-top: 1px solid #55BA3B;
    bottom: 0;
    box-shadow: 3px 3px 5px #BFCBBD;
    list-style: none outside none;
    margin: 0;
    padding: 0 2px;
    position: absolute;
    width: 50px;
}

#region_names {
    height: 100px;
    margin-top: 30px;
    position: relative;
}

.vert {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 70px;
    position: absolute;
    width: 100px;
}

#councillorpostcode h4 {
	text-transform: capitalize;
}

#councillorpostcode h4 span{
    color: #a4322a;
    line-height: 2em;
    padding: 0 0 0 25px;
}

.councillor_name {
    color: #990000;
    font-family: georgia;
    font-size: 1.2em;
    line-height: 1.35em;
    padding: 0 0 0 40px;
}

#firstForm {
    clear: both;
    width: 100%;
}

#campaign {

}

#postcode , #councillorpostcode {
    height: 130px;
    margin: 30px 50px 60px;
    width: 300px;
}

input#zip {
	margin: 15px 0 0 85px;
	font-size: 24px;
}

#maintenance {
    padding: 50px;
    width: 700px;
}


.take-action {
	text-align: center;
	font-family: 'Walter Turncoat', cursive;
	rotate: -1deg;
	font-size: 31px;
}

#sendEmail {
	position: relative;
}

#top_submit_send {
	margin: 50px 0 -50px;
}

#welcome img{
    border: 5px dashed #e8e7e7;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
    transition: all 0.3s ease 0s;
    width: 250px;
}

#welcome img:hover{
	border: 5px dashed #c6c6c6;
}

#letters_list {

}


#mainBody table tr {
background-color:#fafafa;
}

#mainBody table tr#header_row a{
	color: #99ff99;
}

#mainBody table tr th {
    background-color: #000000;
    background-image: -moz-linear-gradient(center top , #003300, #779966);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003300),color-stop(1, #779966)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#003300', EndColorStr='#779966'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003300', EndColorStr='#779966')";	
	
    border: 1px solid white;
    color: white;
    padding: 2px 5px;
}

#mainBody table tr td {
    background-color: #F0F0F0;
    border: 1px solid white;
    font-size: 0.85em;
    padding: 2px 5px;
    vertical-align: top;
}

#signatoriestable table tr td {
    background-color: #B0CD9C;
    border: 1px solid #C7DCB9;
}

div#c_status {
    width: 180px;
}

#signatoriesLink {
    left: 700px;
    position: absolute;
    top: 20px;
}

#constituenciesTable {

}

#constituenciesTable th.c_status {
    width: 180px;
}


#constituenciesTable td.c_status {
    width: 180px;
}

#constituenciesTable input, #submitters_list input {
font-size:11px;
text-shadow: 0 1px 0 #FFFFFF;
}

td.c_status img {
    float: left;
    margin-right: 7px;
}

#submitters_list h2 {
	margin: 30px auto -21px;
	color: #6f6f6f;
	font-size: 24px;
	font-weight: normal;
}

#submitters_list h1 {
	color: #278804;
	font-size: 20px;
	text-transform: none;
}

#submitters_table_div {
/* 	overflow: scroll;
	height: 500px; */
	font-size: 14px;
}

#submittersTable {

}

#letters_list #letters_list {
	
}

#explain_wrap {
	position: relative;
}

#explain {
	position: absolute;
	top: -101px;
	width: 369px;
	background: #e8e8e8;
	padding: 5px;
	font-size: 12px;
	left: -5px;
	color: #8c8c8c;
	border-radius: 3px 30px 30px 0;
	border-left: 18px solid #adaead;
}

#submittersTable td {
    height: 50px;
    overflow: auto;
}

#mainBody table tr td.yes {
	background-color: #c5e1c5;
	font-size: 17px;
	text-align: center;
	line-height: 2.6em;
	color: #337920;
}

.admin_al #submitters_list {
	font-size: 14px;
	width: 1100px;
	margin: auto;
}

#campaigns_list {
	display: none:
}

#alt_wrapper {
	min-height: 250px;
	margin: 0 -10px;
	overflow: scroll;
	width: 880px;
}

.admin_al #alt_wrapper {
	width: 100%;
	margin: 0;
}

.admin_al #top_submit_send {
	margin: 0px 0 0px;
	padding: 5px 20px;
}

#letter_view_wrapper {
	display: none;
	height: 500px;
	top: 50px;
	left: 250px;
	width: 640px;
	background-color: #deffde;
	box-shadow: 0 0 20px;
	padding: 20px;
	position: fixed;
	z-index: 1;
}

#letter_view_content {
	height:500px;
	overflow-y: scroll;
	width: 100%;
}

#close_viewer {
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 20px;
	background: #dd0606;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#larger_closer {
	display: none;
	width: 320px;
	height: 500px;
	position: fixed;
	top: 20px;
	right: 75px;
	cursor: pointer;
	background-color: #f4f4f4;
}

#larger_closer p {
	position: fixed;
	top: 180px;
	margin-left: 5%;
	font-size: 30px;
	line-height: 30px;
	color: #d9d9d9;
}

#altered_letters_table {
	width:1095px;
}

#altered_letters_table td div{
    height: 90px;
    overflow: auto;
}

#mainBody table tr th#check {
	background-image: none;
	background-color: green;
}

.alt20	{padding:5px 2px;height:90px;width:20px  }
.alt30	{padding:5px 2px;height:90px;width:30px  }
.alt70	{padding:5px 2px;height:90px;width:70px  }
.alt100	{padding:5px 2px;height:90px;width:100px }
.alt110	{padding:5px 2px;height:90px;width:110px }
.alt180	{padding:5px 2px;height:90px;width:180px }
.alt335	{padding:5px 2px;height:90px;width:335px }

#submitternav {
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F0F0F0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0')";	
    border-radius: 15px 15px 15px 15px;
    box-shadow: 5px 5px 10px #BBBBBB;
    color: #555555;
	font-size: 14px;
    margin: -70px 0 30px;
    padding: 10px;
    width: 275px;
}

#submitternav a:link, #submitternav a:visited {
    color: #777777;
    text-decoration: none;
    text-shadow: 1px 1px white;
}

#submitternav a:hover, #submitternav a:active {
color:#cc0000;
text-decoration:none;
}

#sortdiv {
    background-color: #505050;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F0F0F0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0')";	
    border-radius: 15px 15px 15px 15px;
	box-shadow: 5px 5px 10px #BBBBBB;
    font-size: 10px;
    line-height: 13px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 32px;
    width: 130px;
}

#checkContactDiv {
    background-color: #505050;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F0F0F0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0')";	
    border-radius: 15px 15px 15px 15px;
	box-shadow: 5px 5px 10px #BBBBBB;
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 45px;
    width: 205px;
}

#checkContactDiv a {
	cursor: help;
	display: block;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	padding: 5px 0 5px 10px;
}

#submitternav a:link, #submitternav a:visited , #sortdiv a:link, #sortdiv a:visited, #filterdiv a:link, #filterdiv a:visited, #checkContactDiv a:link, #checkContactDiv a:visited{
    color: #777777;
    text-decoration: none;
    text-shadow: 1px 1px white;
}

#submitternav a:hover, #submitternav a:active, #sortdiv a:hover, #sortdiv a:active, #checkContactDiv a:hover , #checkContactDiv a:active {
color:#cc0000;
text-decoration:none;
}

#numContactsDiv {
    background-color: #505050;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F0F0F0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0')";	
    border-radius: 15px 15px 15px 15px;
	box-shadow: 5px 5px 10px #BBBBBB;
	color: #CC0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 45px;
    width: 115px;
}

#findcontact {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 350px;
	z-index: 1; 
	padding: 10px;
	background-color: #ededed;
	border: 1px solid #e3dede;
	border-radius: 3px;
}

#updateContact {
    background-image: -moz-linear-gradient(center top , #C7DCB9, #ECF8E3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C7DCB9),color-stop(1, #ECF8E3)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#ECF8E3'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#ECF8E3')";	
    border: 1px solid #95B05D;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 10px #777777;
    padding: 5px 5px 20px 15px;
    position: absolute;
    right: 20px;
    top: 130px;
    width: 400px;
	z-index: 2;
}

#updateContactSubmit {
	position: relative;
	clear: both;
	padding: 30px 0 0 250px;
}

#updateContact input.client {
	width: 150px;
}

a.anchor {
    left: -29px;
    position: relative;
    top: -20px;
}

#updateContact input.client, #updateContact input#pc {
    border: 1px solid #54741B;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px #DCDCDC inset;
    font-size: 12px;
    padding: 3px 0 3px 3px;
    text-shadow: 1px 1px 2px #C9C7C7;
}

#updateContact input#postcode {

}

#campaign_select option {
	font-size:16px;
}

#campaign_select .submitbtn input {
	font-size: 18px;
	margin-bottom: 40px;
}

.limited #campaign_select option {
	
}

.limited #campaign_select i.fa {
	font-size: 40px;
	color: #990000;
	margin: -30px 10px -30px;
	vertical-align: middle;
}

#num {
	color: darkgreen;
	font-weight: bold;
	left: 22px;
	position: absolute;
	top: 14px;
	font-size: 12px;
}

#num a:link, #num a:visited {
    color: #777;
    text-decoration: underline;
}

#purgelink {
    bottom: 30px;
    position: absolute;
    right: 30px;
    text-align: right;
}

#purgelink.line35 {
    bottom: auto;
    right: 390px;
    top: 10px;
}

acronym {
cursor: help; 
border-bottom: #000 1px dotted
}

#purgelink a, #purgelink a:visited {
    background: none repeat scroll 0 0 darkred;
    border: 1px solid;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

#purgelink a:hover {
    background: none repeat scroll 0 0 white;
color: darkred;
}

#filestatus {
    background: #006400 none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
    bottom: 60px;
    color: #ffffff;
    font-size: 14px;
    padding: 3px;
    position: absolute;
    right: 30px;
    z-index: 10;
}

#mainBody table tr.row1 td {

}

#mainBody table tr.row0 td {

}

/* CSV stuff ################################## */

#csv_stuff {
    background: #474747 none repeat scroll 0 0;
    box-shadow: 10px 10px 20px #9f9f9f;
    min-height: 200px;
    padding: 30px;
    position: absolute;
    top: 165px;
    width: 800px;
    z-index: 20;
}


#csvTable {

}

#csv {
	left: 320px;
	position: absolute;
	top: 17px;
}

#custom_csv_button {
	left: 440px;
	position: absolute;
	top: 14px;
	background-color: #005c00;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

#custom_csv_form {
	display: none;
	left: 320px;
	position: absolute;
	top: 84px;
	background-color: #f5f5f5;
	height: 96px;
	width: 240px;
	box-shadow: 0 0 120px #c8c8c8;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #ccc;
	color: #004d00;
}

.date_label {
	clear: left;
	float: left;
	margin: 5px 0;
	font-size: 12px;
	width: 75px;
}

.date_input {
	margin: 5px 10px;
	height: 30px;
	float: left;
}

#makeCustomCSV {
	clear: left;
}

#makeCustomCSV_submit {
	clear: left;
}


/* endof CSV stuff ################################## */

td.delete input {
    color: #DD3333;
    text-shadow: -1px -1px 0 #FFFFFF;
}

.label {
	clear: left;
	float: left;
	font-family: trebuchet MS;
	font-size: 22px;
	width: 199px;
	margin-top: 30px;
	color: #333;
}

#updateContact .label, #findcontact .label {
	font-size: 16px;
	width: 100px;
}

#findcontact h4 {
	color: #278804;
	margin: 0;
}

.client {
	float: left;
	margin-top: 30px;
	width: 240px;
	font-size: 20px;
}

.large {
	width: 100%;
	font-size: 2em;
}

#details {
	max-width: 550px;
	width: 100%
}

.clear {
    clear: both;
    max-width: 480px;
    padding-top: 10px;
    width: 100%;
}

.ie {
clear:both;
}

#formErrorDiv {
	padding: 75px 20px;
}

#formErrorMessage {
    color: red;
}

#councillors_debug {
	margin-top: 40px;
	color: #aaa;
}

.adminNote {
    clear: both;
    font-family: trebuchet MS;
    padding: 20px;
}

.adminNote  b{
    color: brown;
}

.has {
  background-image: -moz-linear-gradient(top, #F2FFCF, #CBFCB4); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F2FFCF),color-stop(1, #CBFCB4)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2FFCF', EndColorStr='#CBFCB4'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2FFCF', EndColorStr='#CBFCB4')";
}

.refuses {
    background-image: -moz-linear-gradient(center top , #FFFDFD, #FFF0F0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFDFD),color-stop(1, #FFF0F0)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFDFD', EndColorStr='#FFF0F0'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFDFD', EndColorStr='#FFF0F0')";	
}

#message {

}

#inset { /* front-end */
	display: none;
    font-family: trebuchet,arial;
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
    position: relative;
    text-align: justify;
    width: 100%;
}

#inset h4 {
    font-size: 11px;
}

#inset ul {
    list-style-type: circle;
    margin: 5px 0 5px 15px;
}

.inset {  /* admin */
    background: none repeat scroll 0 0 #DDDDDD;
    font-family: trebuchet,arial;
    font-size: 11px;
    padding: 10px;
}

td.status {
background:white;
width:120px;
}

td.status img {
float:left;
margin-right:5px;
}

#LobbyPageMessage {
	background: none repeat scroll 0 0 #c9c9c9;
	color: #0e3c0c;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 20px 10px 25px 0;
	padding: 10px;
	width: calc(100% - 18px);
}

input#subject, textarea#letter {
    margin-bottom: 20px;
    width: 100%;
}

.signature {
    margin-left: 0;
    width: 215px;
}

.submit, .submitbtn {
    clear: left;
    margin: 20px;
    text-align: center;
}

input#submit {
    height: 22px;
    margin: 15px 0 0 147px;
}

div#details input#submit {
    margin: 15px;
}

#new_content input#submit {
    left: 380px;
    margin: 0;
    position: absolute;
    top: 100px;
}

.letters_list  .submit{
margin:0;
}

.letters_list input#submit {
margin:2px;
}

#signatories {
    position: absolute;
    right: -320px;
    top: 100px;
    width: 350px;
}

#signatories p {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    color: darkGreen;
    font-weight: bold;
    margin-top: -37px;
    padding: 5px;
    width: 150px;
}

#signatoriestable {
    box-shadow: 5px 5px 15px #566C39;
    height: 443px;
    margin-right: 20px;
    overflow-y: scroll;
}

#signatoriestable table tr{
    height: 27px;
}

#iframe_hack{
    position: absolute;
    right: 40px;
    top: 100px;
    width: 350px;
}

#jings {
    height: 440px;
    overflow: scroll;
    width: 350px;
}

#mp_info_on {
	background: none repeat scroll 0 0 #C9C9C9;
	border: 1px solid #CCCCB0;
	margin: 10px 0;
	padding: 10px;
	width: calc(100% - 20px);
	font-size: 14px;
}

#message img {
	border: 2px solid #3f3f3f;
	float: right;
	margin: -20px 11px 5px 10px;
	border-radius: 3px;
}

td div#mp_info {
height:60px;
overflow:auto;
width:250px
}

#mp_info_off {
	display:none
}

.input {
float:left;
margin:5px 5px 5px 0;
}

.checkbox {
    clear: left;
    float: left;
    margin: 3px 10px;
}

.left_label, .right_label {
    float: left;
    font-family: trebuchet MS;
    font-size: 0.9em;
    margin: 5px 10px 0 0;
    max-width: 250px;
}

#new_letter {
	font-size: 14px;
}

div#new_letter div.input {
	margin: 30px 5px 5px 0;	
}

div#new_letter div.label {
    font-family: verdana;
    font-size: 1.1em;
    height: 40px;
    width: 290px;
}

div#new_letter.new_targets {
	font-size: 14px;
}

div#new_letter.new_targets input {
	margin-top: 30px;
}

#new_target_emails {
    clear: left;
    display: none;
    margin: 30px 0;
}


#new_target_emails  #emails{
    clear: both;
    float: left;
    width: 362px;
}

#new_target_emails  #names{
    float: left;
    width: 362px;
}

div#new_letter #new_target_emails div.label {
    height: 30px;
    line-height: 30px;
    width: 80px;
}

div#new_letter #new_target_emails div.input input {
    background-color: #E7F1E1;
    width: 230px;
}

#select_label {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    width: 290px;
}

#front_page_select {
	position: relative;
}

#front_page_select p {
    color: #989898;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 220px;
}

#red {
color:red;
}

#manage_users td a { 
    margin: 0 20px 0 0;
}

#ui-datepicker-div { 
    font: 95.5% "Trebuchet MS",sans-serif;
    margin: 3px 105px;
	z-index: 100;
}


#consign {
    height: 400px;
    padding: 20px 50px;
	position:relative;
}


#notice {

}

#consign p {

}

#currentLogin {
    color: #888888;
    left: 7px;
    position: absolute;
    top: -65px;
}

#consign div.label {
    clear: left;
    float: left;
    font-size: 1.2em;
    margin: 5px 5px 5px 0;
    width: 150px;
}

#consign td.label {
    font-size: 11px;
    margin: 1px;
    width: 150px;
}


#consign td.details {
    font-size: 1em;
    margin: 1px;
    width: 180px;
}

.editlink {
    margin: 10px 0;
    padding-left: 2px;
}

#cancel {
clear:both;
margin:20px 0;
}

#cancel  a:link, #cancel  a:visited {
    background-color: black;
    border: 1px solid brown;
    color: #EEEEEE;
    display: block;
    margin: auto;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 190px;
}

#cancel  a:hover {
    background-color: white;
	color:black;
}

#upload {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 10px;
    width: 879px;
}

#error {
background-color:#EAEAEA;
border:1px solid #BBBBBB;
color:red;
float:right;
font-family:trebuchet MS;
font-size:12px;
font-weight:bold;
margin:-20px 10px 0 0;
padding:2px 10px;
width:360px;
}

div#error.find_contact {
	position: absolute;
	right: 10px;
	top: 350px;
	width: 400px;
	font-size: 18px;
}

img.whatsapp {
	
}

#upload_form {
width:350px;
}

.content_image {
	width: 100%;
	max-width: 544px;
	border: 8px solid #bbb;
	margin-bottom: 20px;
	background-color: #bbb;
}

.content_image img {
	width: 100%;
	max-width: 544px;
}

.content_caption {
	padding: 7px 2px;
	font-size: 14px;
	color: #454545;
}

#content_editor .label {
    font-size: 12px;
    height: 20px;
    margin-top: 20px;
    width: 100%;
}

#content_editor .input {
    clear: both;
    float: none;
    margin-bottom: 30px;
}

#fp_checkbox {
    left: 360px;
    position: absolute;
    width: 220px;
}

#fp_checkbox .input {
    clear: none;
    float: left;
    margin-top: 18px;
    width: 20px;
}

#fp_checkbox .label{
    color: red;
    cursor: help;
    float: left;
    width: 180px;
}

#content_editor .input  input, #content_editor .input  textarea {
    font-family: verdana;
    font-size: 12px;
    width: 100%;
}

#content_editor .input input#descrip {
width:250px;
}

table#list_table td.status input.submit {
    height: 22px;
    margin: 2px 0 0 2px;
}

#new_letter h2 {
color: blue;
}

.const_table_td {
	height: 60px;
}

td div#personal_message {
	height: 60px;
	overflow: auto;
}

#select_campaign {
	display:none;
    left: 360px;
    position: absolute;
    top: 150px;
}

.descr {
    color: #53822E;
    font-size: 9px;
    padding-left: 5px;
}

#c_list_descr {
    margin: 0 0 20px;
    width: 550px;
}

#latuff {
    box-shadow: 15px 15px 20px #827D7D;
    margin: 40px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3.9);
}

/* << ----------------// Left column //---------------->> */
#columnOne {
  background-image: -moz-linear-gradient(top, #FFFFFF, #8AA9B6); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #8AA9B6)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6')";		  
 behavior: url("ie-css3.htc");
    float: left;
    height: 700px;
    margin: 0;
    padding: 10px 10px 0 5px;
    width: 185px;
}

#columnOne p, #columnThree p, #columnFour p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li, #columnFour ul li, #columnFour ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2, #columnFour h2 {
font-size:16px;
}

#columnTwo, #columnThree, #columnFour {
height:700px;
}


#columnOne ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}


#columnOne ul li {
margin: 0 0 12px;
position:relative;
   -moz-box-shadow: 4px 4px 10px #999999; 
-webkit-box-shadow: 4px 4px 10px #999999; 
        box-shadow: 1px 1px  3px #999999;		
 behavior: url("ie-css3.htc");
 z-index:2;
}

#columnOne ul li#division {
    margin: 8px 0 12px 12px;
}
	
#columnOne li a:link, #columnOne  li a:visited {
    background: none repeat scroll 0 0 #8AA9B6;   /*8AA9B6*/
    color: black;
    display: block;
    padding: 4px;
	position:relative;	
    text-decoration: none;
	  background-image: -moz-linear-gradient(top, #FAFAFA, #8AA9B6); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #8AA9B6)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6')";
/*
   -moz-box-shadow: 4px 4px 10px #999999; 
-webkit-box-shadow: 4px 4px 10px #999999; 
        box-shadow: 1px 1px  3px #000000;
*/		
 behavior: url("ie-css3.htc");
}

#columnOne li a:hover {
color: #970F18;
}

#columnOne ul li#divisions {
    font-weight: bold;
    list-style-type: none;
    margin: 5px 0 0 10px;
	   -moz-box-shadow: none; 
-webkit-box-shadow: none; 
        box-shadow: none;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column Left //---------------->> */
#columnTwo, #columnTwoError {
  background-image: -moz-linear-gradient(top, #FFFFFF, #D6E1E6); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #D6E1E6)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#D6E1E6'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#D6E1E6')";		  
 behavior: url("ie-css3.htc");
    float: left;
    margin: 0;
    padding: 0 7px 10px;
    width: 665px;
}

#columnTwoError {
    height: 700px;
    width: 685px;
}

#columnTwoError h2{
    color: red;
    margin: 50px 0 20px 130px;
    text-align: left;
}

#columnTwoError p{
    font-weight: bold;
    margin: 50px 0 0 130px;
}

#columnTwo  p{
padding-left: 5px;
text-align:justify;
}

#login {
margin-left:20px;
}

.fright{
    float: right;
    margin-left: 10px;
}

.fleft {
    float: left;
    margin-right: 10px;
}

#contact {
text-align:left;
}

#contact .fright{
    float: right;
    margin-left: 10px;
	width:200px;
}

#contact  .fleft {
    float: left;
    margin: 0;
    padding: 5px;
    width: 220px;
}

.centre {
	display:block;
	margin:20px auto;
}



.required {
color:red
}

#specialist h1 {

}



#columnTwo #contact img {
    margin: 15px 3px;
}

#columnTwo img#divider {
    margin: 20px 7px;
}

#contactLeft {
float:left;
font-size: 11px;
width:220px
}

#contactLeft  h3 {
    font-size: 12px;
    line-height: 14px;
    padding-left: 5px;
}

#telfax {
    clear: both;
    margin-bottom: 20px;
    padding-left: 10px;
}

.TBborders {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px 0;
    width: 170px;
}

.bankDetails {
    margin: 40px 0 0;
}

#ident {
    font-size: 12px;
    font-weight:bold;
	width:100%;
}

#contactRight {
	float:left;
    font-size: 11px;
}

.news {
    overflow: auto;
    padding: 10px 10px 10px 0;
    width: 100%;
}


.news img {
	max-width: 100%;
	height: auto;
}

/* << ----------------// Middle column Right //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:150px;
background-color:#e4e4e4;
}

/* << ----------------// Right column //---------------->> */
#columnFour {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:211px;
  background-image: -moz-linear-gradient(top, #FFFFFF, #8AA9B6); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #8AA9B6)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#8AA9B6')";		  
 behavior: url("ie-css3.htc");
}

img#globe {
    margin: 20px 38px;
}

img#redmap {
    border: 1px solid #AB0E19;
    margin: 10px 5px;
}


#columnFour  h4 {
    margin: 0 0 20px;
    text-align: center;
    text-shadow: 2px 2px 5px #999999;
	behavior: url("ie-css3.htc");
}

#columnFour .label {
    clear: both;
    float: left;
    font-size: 0.9em;
    width: 50px;
}


#columnFour input , .box input.form {
    background-color: #8AA9B6;   /*8AA9B6*/
    color: black;
    font-size: 11px;
	  background-image: -moz-linear-gradient(top, #8AA9B6, #DDDDDD); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8AA9B6),color-stop(1, #DDDDDD)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8AA9B6', EndColorStr='#DDDDDD'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8AA9B6', EndColorStr='#DDDDDD')";		  
 behavior: url("ie-css3.htc");
}

#columnFour .client {
    float: left;
    margin: 2px;
    width: 150px;
}

#columnFour .details {
    clear: both;
    font-weight: bold;
    padding: 15px 0 10px;
}

input.full {
    width: 200px;
}

.left_input {
    float: left;
    margin-right: 5px;
    width: 120px;
}

.right_input {
	float: left;
	width: 137px;
	font-size: 24px;
}

#packages_label, #packages_label p {
    clear: both;
    font-family: trebuchet MS;
    font-size: 0.9em;
    padding-top: 10px;
}

#columnFour textarea {
    background-color: #DDDDDD;
	font-family: trebuchet MS;
    font-size: 0.9em;
    width: 200px;
		  background-image: -moz-linear-gradient(top, #8AA9B6, #DDDDDD); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8AA9B6),color-stop(1, #DDDDDD)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8AA9B6', EndColorStr='#DDDDDD'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8AA9B6', EndColorStr='#DDDDDD')";		  
 behavior: url("ie-css3.htc");
}


#joinNetworkForm {
	border: 1px solid #95b05d;
	border-radius: 9px;
	box-shadow: 1px 1px 10px #777777;
	padding: 5px 5px 5px 15px;
	position: absolute;
	right: 12px;
	top: 92px;
	width: 92%;
	background-color: #cdc;
}

#networkFormDetails  .client{
    box-shadow: 2px 2px 5px #707A5F inset;
			  background-image: -moz-linear-gradient(top, #A4BC72, #FFFFFF); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A4BC72),color-stop(1, #FFFFFF)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#A4BC72', EndColorStr='#FFFFFF'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A4BC72', EndColorStr='#FFFFFF')";		  
 behavior: url("ie-css3.htc");
}

#networkSubmit {
    margin: 15px 0 0 183px;
}

#joinNetworkConfirm {
    box-shadow: 2px 2px 5px #707A5F inset;
	background-image: -moz-linear-gradient(center top , #C7DCB9, #C8FF9C);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C7DCB9),color-stop(1, #C8FF9C)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#C8FF9C'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7DCB9', EndColorStr='#C8FF9C')";		  
	behavior: url("ie-css3.htc");
    border: 1px solid #95B05D;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 10px #707A5F;
    left: 20px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 515px;
}

#ukRegionsMap {
float:left;
margin: 10px;
width:475px
}

ul#maplinks {
    margin: 80px 15px 30px;
}

#regionalContact {
	padding: 0 0 20px 0;
}

#H1find {
    left: -80px;
    position: absolute;
    width: 400px;
    z-index: 10;
}

#notes {
    background-color: #C8DCBE;
    font-size: 11px;
    margin: 40px auto;
    padding: 10px;
    width: 700px;
}

#notes h4 {
    font-size: 13px;
}

#thankyou_resources {
    margin: auto;
    width: 560px;
}

#mainBody #thankyou_resources table{
    font-size: 14px;
    width: 560px;
}

#mainBody #thankyou_resources table td{
	padding: 2px 5px;
}

#long_content {
	overflow-y: scroll;
	height: 250px;
	box-shadow: 3px 3px 10px inset #a4a3a3;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 12px;
	background-color: #efefef;
}

h3#multiply {
	font-size: 23px;
	font-style: italic;
	color: #fff;
	transform: rotate(-3deg);
	letter-spacing: .03em;
	margin: 18px 0 32px;
	background-color: #c90000;
	padding: 14px;
	width: 260px;
}

#facebook-Link img {
	margin: 17px 0;
}

div#razan {
	width: 512px;
	max-width: 100%;
	margin: auto;
}

div#razan img {
	height: auto;
	width: 100%;
}

div#caption {
	font-size: 11px;
	background-color: #dbdbdb;
	padding: 2px 5px;
	color: #3f3f3f;
}

/* << ----------------// Footer //---------------->> */
#footer {
    background-color: #000000;
    clear: both;
    color: #cccccc;
    font-size: 10px;
    height: 20px;
    margin: 0 auto;
    max-width: 585px;
    padding: 5px 5px 5px 10px;
    width: 99%;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#debug {
    background: none repeat scroll 0 0 #006A93;
    color: white;
    display: none;
    min-height: 50px;
    padding: 20px;
}


/* -------------  Media Queries  ------------- */


@media only screen and (max-width: 960px) {

	.large {
		width: 100%;
		font-size: 2.5em;
	}

}


@media only screen and (max-width: 510px) {

	body, #mainBody {
		width: 100%
	}

	#fullwidth, #fw {
		max-width: 96%;
		padding: 4%;
	}

	.news {
		max-width: 100%;
	}


	#firstForm {
		padding: 0;
	}

	#postcode, #councillorpostcode {
		margin: 30px auto;
	}

	#councillorpostcode h4 {
		font-size: 18px;
	}

	.left_label, .right_label {
		font-size: 18px;
	}

	#councillorpostcode .right_input {
		font-size: 20px;
		width: 120px;
	}

	#councillorpostcode input#zip {
		font-size: 1.4em;
		height: auto;
	}

	#formErrorDiv {
		font-size: 18px;
		line-height: 20px;
		padding: 10%;
	}

	#message {
		font-size: 16px;
		line-height: 20px;
	}

	.ie {
		max-width: 100%;
	}


	.ie .label {
		float: none;
		font-size: 16px;
		height: auto;
		line-height: 18px;
		width: 100%;
	}

	.ie input.client {
		float: none;
		font-family: arial;
		font-size: 18px;
		margin-bottom: 15px;
		width: 98%;
	}

	.ie input.client.large {
		font-size: 2em;
	}

	input#subject, textarea#letter, .signature {
		font-size: 16px;
	}

	#checkboxes {
		margin-top: 20px;
		width: 100%;
	}

	.checkbox {
		margin: 10px 10px 30px 0;
		min-height: 25px;
		min-width: 25px;
	}

	#checkboxes .right_label {
		font-size: 17px;
		margin: 5px 10px 15px 0;
		width: calc(100% - 60px);
	}


}


body.act #useragent {
	background-color: #333;
	color: white;
	padding: 20px;
	font-size: 1em;
	line-height: 1.1em;
	display:none;
}

body.act {
	font-size: 30px;
}

body.act #header{
	height: 120px;
}

body.act #header #logo {
    color: #eee;
}

body.act h1{
	font-size: 40px;
	margin: 50px 0 0 185px;
	text-align: left;
}

body.act #details h1{
	font-size: 40px;
	margin: 50px 0 50px 35px;
	text-align: left;
}

body.act #details #message p {
	margin: 4px 0 25px 0;
}

body.act #details .ie .label {
	margin-left: 160px;
}

body.act h4{
	font-size: 35px;
	font-weight: bold;
	margin-left: 85px;
}

body.act #header, 
body.act #navHorizontal, 
body.act #mainContainer,
body.act #details {
	max-width: 1024px;
}

body.act #postcode, body.act #councillorpostcode {
	margin: 30px 0 30px 120px;
	width: 650px;
}

body.act .left_label {
	margin: 5px 10px 0 85px;
}

body.act .right_input {
		font-size: 30px;
}

body.act input#zip {
	margin: 30px 0 0 85px;
	font-size: 30px;
}

body.act textarea#letter {
	font-size: 24px;
	width: 80%;
}

body.act input.signature {
	width: 500px;
}

body.act input#submit {
	height: 50px;
}

#image_div {
	clear: both;
	margin-top: 30px;
}

#image_div img{
	max-width: 100%;
}