@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #cdcdcd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	padding: 0px;
	margin: 0px;
}

img 
{
    border: 0;
}

img a 
{
    border: 0;
}

span.clear
{
    display: block;
    clear: both;
    margin: 0 0 .5em 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.underline 
{
	border-bottom: 1px dotted #c30102;
}

.soft
{
	font-weight: normal;

}

/* Arrange Collection */
#userForm ul#section_links 
{
    position: absolute;
    top: -.1em;
    right: 1em;
}

ul#section_links li
{
    font-size: .8em;
    list-style: none;
}

ul#section_links li a
{
    text-decoration: none;
}

ul#section_links li a:hover
{
    text-decoration: underline;
}


#container_stats {
	font-size: .6em;
	color: #009245;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url('../images/bg_top.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	text-align: center;
    }
    
#container_stats div {
    padding: 10px 30px 0px 20px;
}    

#landfill {
    float: left;
	width: 400px;
	text-align: left;	
}

#donations {
    float: right;

	width: 250px;
	text-align: right;	
}

#container_hd { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url('../images/bg_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;	
} 

#container_hd div {
    padding: 0px 20px 0px 10px;
}    

#container_main { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('../images/bg_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;	
} 

#container_ft { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 40px auto; /* the auto margins (in conjunction with a width) center the page */
} 




#logo {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#logo h1 {
	background-image: url('../images/r4c_logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;		
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}

#logo h1 A {
	WIDTH: 100%;
	HEIGHT: 108px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#logo h1 span {
	DISPLAY: none; 
	}


#container_hd #nav {
	text-align: left;
	font-size: .6em;
	color: #000;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 10px;
}

#container_hd #btns {
    margin-left: 7px;
	text-align: center;
}


#btns ul {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

#btns li {
	float: left;
	display: inline;
	width: 150px;
	height: 67px;
	padding-bottom: 1em;	
}

#btns li a {
	float: left;
	display: inline;
	width: 147px;
	height: 67px;
/*	text-indent: -999em; */
	text-decoration: none;
}
#btns ul li a span {
	font-size: .6em;
    font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
	top: 43px;
	display: inline;
	color: #ffffff;	
	}


#btns li.btn_ma a {
	background-image: url('../images/icon_home.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;		
}

#btns li.btn_bc a {
	background-image: url('../images/icon-collect.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	}	

#btns li.btn_sd a {
	background-image: url('../images/icon_donate.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	}	
#btns li.btn_sc a {
	background-image: url('../images/icon_collect.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}
#btns li.btn_faq a {
	background-image: url('../images/icon_faq.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}
#btns li.btn_login a {
	background-image: url('../images/icon_login.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}	



#container_hd #userstatus_search {
	margin: 0px;
	padding: 10px 25px 10px 15px;
	font-size: 1em;
	color: #049d61;
}

#userstatus a 
{
    text-decoration: underline;
	color: #666666;
}


#container_hd #userstatus 
{
	color: #666666;
	font-size: .8em;
	text-align: right;
	margin: 5px 20px 0px 10px;
	padding: 0px;
}


#orgImg {
    float: left;
    margin: 0px 0px 5px 5px;
}


#menu {
    position: relative;
    top: -1em;
	width: 180px;
	display: block;
	float: right;
    padding: 0px 30px 0px 0px;
    margin: 0px 0px 0px 0px;
    	
}

.menu_top {
	float: left;
    color: #ffffff;
    font-size: .8em;
    font-weight: bold;
	display: block;
	width: 100%;
	height: 43px;
}

.menu_top a {
    color: #ffffff;
}

.menu_mid {
	float: left;
	background-image: url('../images/brc_left_nav_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 100%;
	padding: 0px;
	margin: 0px;	
}

.menu_btm {
	float: left;
	background-image: url('../images/brc_left_nav_btm.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	top: -10px;

}

.menu_mid p {
    font-size: .8em;
    margin: 0px 0px 5px 20px; 
    color: #c30102; 
}

.menu_mid ul {
    display: block;
    list-style: none;
    font-family: Verdana;
	width: 140px;
    padding: 0px;
	margin: 0px;
	position: relative;
	left: 20px;	
	font-size: .7em;
	margin: 0px 0px 10px 0px;
	
}

.menu_mid ul li {
    display: block;
	width: 140px;
    border-left: 1px #7A6E67 solid;
	margin-bottom: 7px;
    padding-left: 5px;    
}

.menu_mid ul li a {
    display: block;
	width: 140px;
    color: #7A6E67;
}

.menu_mid ul li a:hover {
    display: block;
	width: 140px;
    color: #7A6E67;
	position: relative;
    left: -7px;    
    padding-left: 5px;    
    
    border-left: 2px #7A6E67 solid;    
}


.menu_top p {
	padding: 0px;
	margin: 0px;	
	padding-top: 10px;
	text-align: center;		
}

#menu_mobink {
	background-image: url('../images/brc_left_nav_top_mobink.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#menu_lasertoner {
	background-image: url('../images/brc_left_nav_top_laser.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#menu_tasks {
	background-image: url('../images/brc_left_nav_top_tasks.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#menu_info {
	background-image: url('../images/brc_left_nav_top_info.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#menu_about {
	background-image: url('../images/brc_left_nav_top_about.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}




#content { 
	margin: 0px 200px 20px 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    padding: 0px 20px 0px 0px;
} 

#content h1 {
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	color: #7A6E67;
}

#content h2 {
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	margin: 30px 0px 10px 0px;	
}

#content h3 {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
    margin: 0;
    padding: .5em 0 .5em 0;	
}

#content h4 {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 0 .5em 0;	
	color: #c30102;    
}

#content h5 {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7A6E67;
	padding: 1.5em 0 .5em 0;
	margin: 0 0 0 0;    
}
#content h5.topH {
    margin-top: 0;
    padding-top: 0;
    }

#content h6.topH {
    margin-top: 0;
    padding-top: 0;
    }

#content h6 {
	font-size: .8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;	
	color: black;
	padding: .5em 0 .5em 0;
	margin: 0 0 0 0;    
}

#content .topH {
    margin-top: 0;
    padding-top: 0;
    }

#content .pB {
    display: block;
    padding-bottom: .6em;
}

#content .NoPad {
    padding: 0;
    margin: 0;
}

#content .NoPt {
    padding-top: 0;
    margin-top: 0;
}

#content .NoPb {
    padding-bottom: 0;
    margin-bottom: 0;
}


/* used for padding on all but welcome page */
#main_content {
    float: left;
    display: block;
    width: 530px;
    padding: 5px 0px 20px 20px;
    margin: 0px;
}

#main_content h1 {
	border-bottom: 1px solid #c30102;
	margin-top: 0px;
}

#main_content a {
    color: #c30102;
    text-decoration: underline;
}

#main_content p {
	font-size: .8em;
    padding-bottom: 1em;
}

#main_content ul {
	position: relative;
	font-size: .8em;
}


#main_content ul li {
	padding-bottom: 5px;	
}

#logo {

	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}

#loginEmail input {
    width: 200px;
}

#loginPass {
    margin-top: 10px;
}


#splash {
    float: left;
}

#splash h1 {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#splash h1 a {
	background-image: url('../images/welcome_splash.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	width: 564px;
	height: 196px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


#splash h1 span {
	display: none;
}

#programmes {
	}

#programmes p {
	padding: 0px 20px 10px 20px;
	width: 210px;
}

	
#programmes img {	
	padding: 0px;
	margin: 0px;
}

.prog_hd a {
	padding: 0px;
	margin: 0px;	
	text-decoration: none;
	color: #ffffff;	
}

.prog_mid p a {
    color: Black;
    text-decoration: underline;
}


#programmes h1 {
	font-family: Verdana, Geneva, sans-serif;	
	font-weight: normal;	
	font-size: 1.8em;
	padding: 10px;
	margin: 0px;
}

#programmes h2 {	
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;	
	font-weight: normal;
}

#programmes h3 {	
	padding: 25px;
	margin: 0px;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;	
	font-weight: bold;
}

#programmes a:hover {	
	text-decoration: underline;
	}

#donate, #collect {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;	
	font-size: .6em;
	TEXT-ALIGN: center;
	padding-left: 15px;
	float: left;
}

.prog_hd {
	padding: 0px;
	margin: 0px;	
	width: 260px;
	height: 121px;
	display: block;	
}

.prog_mid {
	padding: 0px;
	margin: 0px;	
	background-image: url('../images/start_mid_donate.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 260px;	
	display: block;	
}


.prog_ft {
	padding: 0px;
	margin: 0px;	
	background-image: url('../images/start_btm.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 260px;
	height: 19px;
	display: block;	
}

#donate .prog_hd {
	background-image: url('../images/start_top_donate.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#collect .prog_hd {
	background-image: url('../images/start_top_collect.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;		
}

#donate .prog_mid {
	background-image: url('../images/start_mid_donate.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#collect .prog_mid {
	background-image: url('../images/start_mid_collect.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;		
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:1px;
    font-size: 1px;
}

#copyright {
	background-image: url('../images/bg_btm.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
    display: block;
}

#copyright p {
	font-size: .6em;	
	text-align: center;
	padding: 10px 0px 20px 0px;
}

#crumbs {
    border-top: 1px solid #049d61;
    border-bottom: 1px solid #049d61;
    padding: 20px 0px 20px 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    text-align: center;
    margin: 0px 20px 0px 20px;   
    width: 750px;
}

#crumbs ul {
    display: inline;
	list-style: none;
    padding: 0px;
	margin: 0px;
	font-size: .8em;
}

#crumbs ul li {
    display: inline;
	padding: 0px 3px 5px 0px;
}

#crumbs ul li a {
    color: #049d61;
    text-decoration: underline;
}

#crumbs p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .8em;
	margin-bottom: 10px;
}


#design {
	padding: 5px 20px 0px 0px;
	background-color: #cdcdcd;
	font-size: .7em;
	color: #ffffff;
    text-align: right;
}

#design A {
	color: #ffffff;
	font-weight: bold;
}
#design A:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}


.m3 {
font-size:7px;
vertical-align:top;
} 


#oldFormsContainer {
    border: 1px solid #c30102;
    padding: 10px;
    width: 500px;
    font-size: .8em;   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    text-align: left;
    }

    /* used for login page - don't set the font size! */
.oldFormsContainer {
    border-bottom: 1px solid #c30102;
    padding: 10px 20px 10px 0px;
    width: 460px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    text-align: left;
    }

.floatBoth {
    display: block;
    width: 450px;
    float: left;    
    clear: both;
}


#cookieWarn {
    border: 1px dashed #c30102;
    padding: 10px;
    width: 480px;
    color: ThreeDLighShadow;
    font-size: .8em;
    margin: 10px 0px 10px 0px;
}


/* My Statistics */
#myStats h3 {
    color: #c30102; 
}

/* My Donators */
.exportImg {
	background-image: url('/britishredcross/images/myDonators.gif');
	background-position: 10px 3px;
	background-repeat: no-repeat;
	padding: .5em 1em 1em 3.5em;
}

#userForm .triplefloat#exportDropDown .fieldContainer .floatleft 
{
    width: 30px;    
}

#userForm .triplefloat#exportDropDown .fieldContainer .floatright
{
    margin: 0;
    padding: 0;
    width: 330px;    
}

/* for gridview tables */
.rowStyle 
{
    color: black;
}

.altRowStyle
{
    color: #c30102;
}

.pagerStyle 
{
    text-align: center;
    font-size: 1.4em;
}

/* -- end for gridview tables */



/* submit buttons */
#showHideBtn 
{
    padding: 1em 0 .5em 0;
}

#divBtn a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#divBtn a:hover
{
    text-decoration: underline;
}

.btnSbmt
{
    background-image: url('/images/userform_btn_lg.gif');
    background-repeat:no-repeat;   
    padding: 7px 5px 7px 5px;
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 155px;
    font-size: .8em;
}

.left .btnSbmt
{
    margin-right: auto; 
}

.center .btnSbmt
{
    margin-left: auto; 
    margin-right: auto;     
}

.right .btnSbmt
{
    margin-left: auto;     
}

/* increase size to compensate for standard fieldcontainer .8em; */
.fieldContainer .btnSbmt 
{
    font-size: 1em;
}

#divLoadText 
{
    margin: 10px 0px 10px 0px;
    padding: 30px 0px 0px 0px; 
    background-image: url('/images/userform_submitLoading.gif');
    background-position: 0px 0px;
    background-repeat:no-repeat;   
}

/* -- end submit buttons */



/* Breakdown Statement */
.chooseStat {
	background-image: url('/britishredcross/images/cal.gif');
	background-position: 10px 3px;
	background-repeat: no-repeat;
	padding: .5em 1em 1em 3.5em;
}

.hover {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 8px;       

	background-image: url('/britishredcross/images/wand.gif');
	background-position: 185px 5px;
	background-repeat: no-repeat;
    background-color: #fefef1;
    
    border: 1px solid #ccc;
    padding: .5em 2em 0em 1em;
    display: block;
    width: 180px;
    position: absolute;
    top: 0px;
    right: -20px;
	color: #7A6E67;
    text-align: left;

}

#statBody {
    position: relative;
}

#statBody h4 {
    margin: 1em 0em .5em 0em;
}

.tabSummary {
    border-left: solid 1px #c30102;
    padding-left: 5px;
    margin-bottom: 20px;
}

#statInf {
    margin-left: 10px;
}

.statAmt 
{
    font-size: 1.4em;
    font-weight: normal;
    color: #c30102;
    border-bottom: dashed 1px #7A6E67;
}

.myStatsLabel {
    font-weight: normal;
}

.masterAcc ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}

.masterAcc {
    position: relative;
}

.masterAcc ul li {
    display: inline;
    margin: 0 .5em 0 0;
    padding: 0;
}

.masterAccToggle a {
    display: block;
    padding: 0;
    margin: 0 0 1em .5em;
    text-align: left;
    font-size: .6em;
}


#declone {
    position: absolute;
    right: .7em;
    top: 0em;
    }

.clonedAcc {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 8px;       

	background-image: url('/britishredcross/images/wand.gif');
	background-position: top right;
	background-repeat: no-repeat;
    background-color: #fefef1;
    border: 1px solid #ccc;
    padding: .5em 3em 1em 1em;
    margin: .3em 0 2em 0em;
    display: block;
    position: relative;
	color: #7A6E67 
}

.clonedAcc h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clonedAcc ul 
{
    display: inline;
    float: left;
    clear: left;
    margin: .5em 0 0 0;
    padding: 0;
}

.clonedAcc ul li 
{
    display: inline;    
    list-style: none;
    margin: 0 .6em 0 0;    
}

ul#cloneOptions {
    text-align: left;
}

.cloneSelector {
    border: 1px solid #7A6E67;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 3px;       
    margin: 1em;
    padding: .5em;
    margin-left: 60px;
    width: 400px;
}

.cloneSelectorImg {
	background-image: url('/britishredcross/images/userform_arrow3.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.startCloneBtn {
    font-weight: bold;
    font-size: .7em;
    margin-left: 1em;
}

.popUpWrapper {
    width: 520px;
    position: relative;
    min-height: 400px;
}

.popup {
    border: 1px dashed #7A6E67;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 7px;  

    padding: 0em .5em 1em .5em;
    position: absolute;
    width: 220px;
    display: none;
    top: 0px;
    margin-left: 270px;
}

.popup img {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 0;
}


h5.topH#donatorDetails {
    position: relative;
    top: -.6em;
    display: inline;
    padding: 0em .5em 0em .5em;
    background-color: White;
    color: #c30102;
}

h5.topH#collectorDetails {
    position: relative;
    top: -.6em;
    display: inline;
    padding: 0em .5em 0em .5em;
    background-color: White;
    color: #c30102;
}


.bdstatTotalSum 
{
    font-weight: normal;
    font-size: 1.2em;
    border-bottom: 2px solid #c30102;
}
/* -- end Breakdown Statement */



/* Arrange Collection */
ul#section_links 
{
    position: absolute;
    top: -.1em;
    right: 1em;
}

ul#section_links li
{
    font-size: .8em;
    list-style: none;
}

ul#section_links li a
{
    text-decoration: none;
}

ul#section_links li a:hover
{
    text-decoration: underline;
}

.stepBdr {
    padding: 0 .5em 0 0;
    width: 500px; 
    border-bottom: 0px solid #049d61;
}

.bi_pi_step1 { background: url('/images/bc_step1.jpg') no-repeat top left; width: 510px; height: 82px; }
.bi_pi_step2 { background: url('/images/bc_step2.jpg') no-repeat top left; width: 510px; height: 82px; }
.bi_pi_step3 { background: url('/images/bc_step3.jpg') no-repeat top left; width: 510px; height: 82px; }

.boxcol_step2 
{
    position: relative;
}

/*
#stepInd_bck 
{
    position: absolute;
    display: block;
    top: -1.7em;
    right: .2em;
    width: 500px; 
    text-align: right;
    padding-bottom: .5em;
}
*/

.fullbox 
{
    margin: 1em 1em 1em 0;
    padding: 0 .5em 1em .5em;
    border: 5px solid #7A6E67;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;  
    text-align: center;
}

.fullbox:hover
{
    border: 5px solid #c30102;
}


#half.fullbox 
{
    float: left;
    width: 205px;
}

#full.fullbox 
{
    float: left;
    width: 450px;
}

.fbdesc
{
    color: Black;
}


.fbttl
{
    font-size: 1.4em; 
    padding: .2em;
    margin: .2em;
    border-bottom: 1px solid #c30102;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 0;
    left: 110px;
	text-indent: -2000px;
	overflow: hidden;
}

.ui-datepicker { font-size: .8em !important; } 

/* end arrange collection */





/* code to be migrated */

#oldFormsContainer td {
    text-align: right;
}

#oldFormsContainer p {
    font-size: 1em;
}

.oldContainerTitle {
    border-bottom: 1px solid #c30102; 
}


.userButton {
    border: 1px solid black; 
    background-color: #7A6E67;    
    color: White;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 1px 5px 1px 5px;
    clear: both;
}


.oldFormContainerH2 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

.oldFormContainerH3 {
    padding: 0px;
    margin: 20px 0px 0px 0px;
    width: 95%;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #c30102;
	display: block;
}

.h3Titles {
    width: 480px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #c30102;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #c30102;
	display: block;
}


.oldContainerWarning {
    display: block;
    color: red;
    font-size: .8em;
    clear: both;
    font-weight: bold;
}

.oldContainerPrompt {
    display: block;
    font-size: .8em;
    clear: both;
    display: block;
    font-weight: bold;
    color: #7A6E67;    
}


.oldContainerValidateDiv {
    display: inline;
    clear: both;
}

.oldContainerValidateError {
    display: block;
    color: red;
    font-size: .8em;
    float: left;
    padding-right: 10px;
}

.oldContainerGreenText {
	color: #c30102;
}


#brcMsg {
    font-size: .8em;
    text-align: center;
    padding: 20px 0px 5px 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    text-align: center;
    margin: 0px 20px 0px 20px;   
    width: 750px;
    clear: both;
}

#brcInf {
    font-size: .6em;
    text-align: center;
    padding: 0px 0px 5px 0px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    text-align: center;
    margin: 0px 20px 0px 20px;   
    width: 750px;
}

#brcHref {
	color: #c30102;
    text-decoration: underline;
}

.brcWarning {
	color: #c30102;
}

#r4cHref {
	color: #000;
    text-decoration: underline;	
}


#brcLogoTxt {
    display: block;
    font-size: 1em;
    color: #c30102;
    font-weight: bold;
    text-align: center;
    margin: 0px 20px 10px 20px;   
    
}

#brcLogoCharNo {
    display: block;
    font-size: .6em;
    color: #c30102;
    text-align: center;
    margin: 0px 20px 0px 20px;   
    
}

#brcLogoTxt A {
    font-weight: bold;
    color: #c30102;
}


/* Supporter Resources page */


#resources h3 {
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

.intLinkCharName {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #333;
}

/* new code to stay */

.smaller {
    font-size: .8em;
}

#content_home {
    width: 550px;
}


#content_home_title h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #7A6E67;
	margin: .5em 0 0 0;
	padding: 0px;
	padding-bottom: 20px;
}

#content_home_weDonate strong {
    display: block;
    color: #333;
    padding-bottom: 20px;
    font-size: 1em;
    font-weight: bold;
}


#content_home_list ul {
    left: -20px;
    padding-top: 0;
    margin-top: 0;
}


#content_home_list {
    width: 240px;
    float: left;
    display: block;
}

#content_home_img {
    width: 300px;
    float: left;
    display: block;
}

#content_home_list_img {
    padding-bottom: 20px;
}


#userForm {
    position: relative;    
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    width: 500px;
    display: block;
    text-align: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;  
}

#main_content strong {
	color: #333;
}

#userForm .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    margin: 0px;
    padding: 0px;
}

#page_SupLogin #userForm h3 {
	border: 0px;
    margin: 0px 0px 20px 0px;    
}

    
#page_SupLogin #userForm {
    padding-left: 0px;
}
    

#userForm h3 {
    padding: 10px 0px 0px 0px;
    margin: 20px 0px 10px 0px;    
	font-size: 1.2em;
	color: #333;
	font-weight: bold;	
	border-bottom: 1px solid #c30102;
	display: block;
}

#bdStat #userForm h3 {
	border-bottom: 0px;
}

h3 a 
{
	color: #333;
    text-decoration: none;
}

#content h3 a {
    text-decoration: none;
}                


#userForm h4 a {
    color: black;
    text-decoration: none;
}


#userForm .reqMark {
    color: Black;
}

#userForm .smallerBold {
    font-size: .8em;
    font-weight: bold;
}


#userForm .fieldContainer 
{
    font-size: .8em;
    display: block;     
    width: 470px;
    background-color:  #e5e3e3;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;   

    position: relative;
    top: 0px;
    left: 0px;
    color: #c30102;        
}

#userForm .fieldContainer .floatleft {
    position: relative;
    top: 0px;
    left: 0px;

    display: block;
    width: 120px;
    float: left;
    margin: 0px 20px 0px 5px;
}


#userForm .fieldContainer .floatright {
    position: relative;
    top: 0px;
    left: 0px;

    display: block;
    width: 280px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#userForm .triplefloat {
	background-image: url('/britishredcross/images/userform_arrow3.gif');
	background-position: 5px 3px;
	background-repeat: no-repeat;
    width: 460px;    
}

#userForm .triplefloat .fieldContainer  {
    width: 410px;
    margin-left: 60px;    
}

#userForm .triplefloat .fieldContainer .floatleft {
    width: 60px;    
}

#userForm .triplefloat .fieldContainer .floatright {
    margin: 0px 0px 10px 10px;
    padding: 0px;
}

.customValStep {
    display: block;
    position: relative;
}

/* alignment for left floated checkboxes on main registration pages */
#userForm .fieldContainer .floatleft#checkbox {
    width: 40px;    
    padding: 0; 
    margin: 0;
}
#userForm .fieldContainer .floatright#checkbox {
    margin: 0px 0px 0px 20px;
    width: 400px;
}


#userForm .fieldContainer .floatright .userPrompt {
    font-size: .8em;
    background-image: url('/images/close.png');
	background-position: 0 0;
	background-repeat: no-repeat;	
    padding: 5px 0px 10px 30px;
    margin: 0px 0px 0px 5px;  
    position: absolute;
    top: 0px;
    width: 100px;
}

.notPos
{
    background-image: url('/images/close.png');          
	background-position: 0 0;
	background-repeat: no-repeat;	
	padding: .3em 0 0 2.7em;
}

#userForm .fieldContainer .imgValidateError {
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 5px 0px 5px 30px;
    margin: 0px 0px 0px 0px;  
    
    position: absolute;
    top: 0px;
    left: 190px;
    width: 100px;
}

/* allow the item to be displayed 'on top' of the other validation error */
#userForm .fieldContainer .imgValidateError_Extra {
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 5px 0px 5px 30px;
    margin: 0px 0px 0px 0px;
    
    position: absolute;
    top: 0px;
    left: 190px;
    width: 100px;
}

#userForm .imgValidateError_H3 {
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;	
    padding: 15px 0px 5px 30px;
    margin: 0px 0px 0px 0px;  
}

.imgValidateError_H3_Extra {
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;	
    padding: 15px 0px 5px 30px;
    margin: 0px 0px 0px 0px;  
    position: absolute;
    top: -10px;
    left: 0px;
}


#userForm .fieldContainer .imgValidateError_Step2Step3 {
    display: block;
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;	
    padding: 5px 0px 5px 35px;
    margin: 0px 0px 0px 0px;  
    font-weight: normal;
    
    position: absolute;
    top: 0px;
    left: 10px;
    width: 80px;
}

#userForm .imgValidateError_MobsInksOptions {
    display: block;
    background-image: url('/britishredcross/images/userform_warn24.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 10px;  
    font-weight: normal;        
}


#userForm .noteBox {
    padding: .5em;
    margin-left: 1em;
    clear: both;
}


#userForm .noteBox#hNote 
{
    
    padding: 0;
    margin-left: .5em;
    clear: both;
}

#hNote p {
    padding: 0;
    margin: 0;
}


#userForm .noteBox ul {
    display: block;
    font-size: 1em;
    margin: 0px 20px 0px 0px;
    padding: 0px 20px 0px 0px;
    list-style: none;
    
}

#userForm .noteBox ul li {
	background-image: url('/britishredcross/images/userform_note24.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
    left: 0;
    margin: 0;
    padding-left: 3em;
    list-style: none;
}


#userForm .note {
    display: block;
    padding: 5px 0px 0px 0px;
    font-size: .8em;
    color: #333;
}

.triplefloat .noteBox {
    border: 1px #333 dashed;
}

#userForm .userform_textfields .noteBox ul {
    left: 30px;
}

#userForm .userform_textfields .noteBox {
    padding: 0px 10px 10px 0px;
    margin: 0px 0px 0px 10px;
	background-image: url('/britishredcross/images/userform_note24.png');
}

#userForm .userform_textfields .noteBox ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;    
}

#page_startDonate h2 {
    font-size: 1.4em;
	border-bottom: 0px;
    margin: 20px 0px 10px 0px;    
}

#faq h2 {
    font-size: 1.4em;
	border-bottom: 0px;
    margin: 10px 0px 10px 0px;    
}


#faq ul {
    padding-top: 0px;
    margin-top: 0px;
}

#userForm .fc_tabs {
    display: block; 
    border-bottom: 1px solid grey;
    padding-bottom: 3px;    
}

#userForm .fc_tabs .tab {
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    padding: 0px 5px 3px 5px;
    margin-right: 0px;    
    display: inline;
    border: 1px solid #999;
    border-bottom: 0px;

    background-color: #e5e3e3;
    }

#userForm .fc_tabs .tab a {
    text-decoration: none;
    font-size: .8em;
    padding: 0px 10px 0px 10px;
    
    text-decoration: underline;
    font-weight: normal;
}

#userForm .fc_tabs .tabSelected {
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    padding: 3px 5px 3px 5px;
    margin-right: 0px;    
    display: inline;
    border: 1px solid #999;
    border-bottom: 0px;

    background-color: white;
    }

#userForm .fc_tabs .tabSelected a {
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    
    color: Black;
}

    
.brc_imageButton {
    margin: 0px 0px 0px 0px;
    padding: 1px 5px 1px 5px;
    clear: both;
}


.userFieldTextBox {
    border: 1px solid #c30102; 
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 4px 2px;
    width: 180px;
}

#userForm .fieldContainer .userFieldTextBox_sml {
    border: 1px solid #c30102; 
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 4px 2px;
    width: 100px;
}


.userFieldDropDown {
    border: 1px solid #c30102; 
    margin: 0px 0px 0px 0px;
    padding: 2px 1px 2px 1px;
}


/* user validation page warnings */
.warnBox {
    -moz-border-radius: 10px;
    -border-radius: 10px;
    -webkit-border-radius: 8px;       
    background-color: #f5f5f5;
    border: 1px solid red;
    margin: 0em;
    padding: 1em 1em 0em 1em;
    margin-bottom: 1em;
    display: block;
}

.confirmBox {
    -moz-border-radius: 10px;
    -border-radius: 10px;
    -webkit-border-radius: 8px;       
    border: 2px solid #c30102;
    padding: 1em 1em 1em 4em;
    padding: 1em 1em 1em 5em;
    margin-bottom: 1em;
    display: block;
    background-image: url('/images/userform_arrow3.gif');
    background-position: 1em;
    background-repeat: no-repeat;
    
}



.warnTitle {
    color: red;
    font-size: 1em;    
    display: block;
    font-weight: bold;   
    background-image: url('/britishredcross/images/userform_warn.png');
    background-position: 0em 0em;
    background-repeat: no-repeat;
    padding: .1em .1em 1.5em 3.5em;
    margin-left: 0em;
    position: relative;
    left: 0em;
}

.loginWarnText {
    color: red;
    font-size: 1em;    
    font-weight: normal;
}

.warnTextSummary {
    font-size: 1.2em;    
    font-weight: normal;
    
}

.warnForgotDetails 
{
    font-size: 1em;    
    font-weight: normal;
    padding: 0 0 0 1.5em;
}

.warnValGroup {
    padding: 0em 0em 0.6em 0em;
    margin: 0;
    font-size: 1em;
}

.warnValGroup ul  {
    list-style: none;
    padding: 0.5em 0em 0em 0em;
    margin: 0;
}

.warnValGroup ul li {
    list-style: none;
    padding: 0em 0em 0em 0em;
    margin: 0;
    font-weight: normal;
}

/* -- end user validation page warnings */



/* two columns on a page */
.halfcolumn {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
}

.halfcolumn h2 {
    padding: 0;
    margin: 0;
}

.halfcolumn_leftimg {
    padding: 0px 0px 0px 100px;
    margin: 0px 15px 0px 0px;
	background-position: top left;
	background-repeat: no-repeat;	
}

.halfcolumn_rightimg {
    padding: 0px 100px 10px 0px;
    margin: 0px 15px 0px 0px;
	background-position: top right;
	background-repeat: no-repeat;	
    }
    
	
.halfcolumnSml_left {
    padding: 0px 0px 0px 85px;	
    margin: 0;
	background-position: top left;
	background-repeat: no-repeat;	
	}
	
.halfcolumnSml_right 
{
    padding: 0 5em 0 0;
    margin: 0 1em 0 0;
	background-position: top right;
	background-repeat: no-repeat;	
	}
	
	
.halfcolumn50px_left {
    padding: 0 0 0 4.5em;
    margin: 0;
	background-position: top left;
	background-repeat: no-repeat;	
	}
	
.halfcolumn50px_right 
{
    padding: 0 2em 0 0;
    margin: 0 1em 0 0;
	background-position: top right;
	background-repeat: no-repeat;	
	}
	


#person_img {
	background-image: url('/images/person.png');
}

#tick_img {
	background-image: url('/images/tick.png');
}

#zoom75_img {
	background-image: url('/images/zoom_75x78.jpg');
}

#zoom_img {
	background-image: url('/images/zoom.jpg');
}

#prt40_img 
{    
	background-image: url('/images/prt40.png');
}

#pound_img {
	background-image: url('/images/pound.gif');
}

#pound_sml_img {
	background-image: url('/images/pound_sml.png');
}

#lorry_img {
	background-image: url('/images/lorry3.png');
}

#tweet_img {
	background-image: url('/images/tweet.png');
}

#box_img {
	background-image: url('/images/collection_box.png');
}


#orderLaserToner 
{
    position: relative;
}

#orderLaserToner ul li 
{
    list-style-type: decimal;
}


/* poster images */
#poster_toner_img 
{    
	background-image: url('/images/poster_tmb_las_brc.gif');
}

#poster_inkjet_img 
{    
	background-image: url('/images/poster_tmb_ink_brc.gif');
}


.halfcolumn_bdr
{
   	background-position: top left;
	background-repeat: no-repeat;	    
    display: block;
    }

.halfcolumn_bdr span
{
	background-repeat: no-repeat;    
    border: 1px solid grey;
    border-left: 0;
    border-top: 0;
    width: 50px;
    height: 60px;
    margin: 0 .5em 0 0;
    padding: .3em;
    display: block;
    float: left;
}

.halfcolumn_bdr p
{
    float: left;
    width: 450px;
}

/* -- poster images */


/* -- end two columns on a page */


.hideMe {
    display: none;
}

.showMe 
{
   display: block;
}

.bold {
    font-weight: bold;
 }
 
.regFailed .h3ErrorImg h3 {
    float: right;
    margin-top: 5px;
}

.regFailed .h3ErrorImg img {
    float: left;
    margin: 3px 10px 0px 0px;    
}

.regFailed .h3ErrorImg p {
    color: Red;
    margin-top: 0px;
}


.regFailed h3 {
    margin-top: 10px;    
}

.regFailed ul li p {
    font-size: 1.2em;
}


.errorCode {
    font-weight: bold;
}

.regError {
    color: Red;
}

.gvTable {
    border: 1px solid #7A6E67;
    font-size: .8em;
}

.gvTable th {
    border: 1px solid #7A6E67;
    padding: 5px 10px 5px 5px;
    font-size: .9em;
    color: #c30102;
    font-weight: bold;
    }
    
.gvTable td {
    border: 1px solid #7A6E67;
    padding: 5px 5px 5px 5px;
    font-size: .8em;    
}


/* breakdown stat */
#show_popup .gvTable {
    border: 0px;
    color: black;
}

#show_popup .gvTable tr {
    border: 0px;
}

#show_popup .gvTable th {
    border: 0px;
}

#show_popup .gvTable td {
    border: 1px solid #7A6E67;
    padding: .5em;
    width: 90px;
}
/* end breakdown stat */
