@charset "UTF-8";
/* CSS Document 
* r4c green: #049d61;
* darker green: #02964c;
* aqua: #01aefa;
*/


body  {
	font: 100% Verdana, Helvetica, Arial, Sans-Serif;
	background: #cdcdcd;
	margin: 0; 
	padding: 0;
	text-align: center; /* IE 5 */
	color: #000000;
	font-size: 1em;
	padding-bottom: 1em;
}

img 
{
    border: 0;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
    text-decoration: none;
	color: #049d61;    
}

a:hover {
    text-decoration: underline;
}

.underline 
{
	border-bottom: 1px dotted #049d61;
}

.soft
{
	font-weight: normal;

}

.green {
	color: #049d61;
}



#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 {
    position: relative;
    top: 0px;
    left: 0px; 
	width: 800px; 
	margin: 0 auto 0 auto; 
	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;  
	margin: 0 auto 0 auto; 
	text-align: left; 
	background-image: url('../images/bg_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;	
} 

#container_ft { 
	width: 800px; 
	margin: 0 auto 0 auto; 
	background-image: url('../images/bg_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;	
} 




#logo {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	background-image: url('../images/r4c_logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;		
}

#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 {
    font-size: .6em;
	color: #01aefa;
    float: right;
	text-align: right;
    margin-top: -15px;
    padding-bottom: 5px;
    padding-right: 40px;
}

#container_hd .nav a {
	color: #01aefa;
}

#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;
}

#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 {
    clear: both;
    display: block;
	margin: 0px;
	padding: 10px 25px 10px 15px;
	font-size: 1em;
}


#container_hd #userstatus 
{
	float: left;
	width: 550px;
	color: #02964c;
	font-size: .8em;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.userLogout a 
{
    text-decoration: underline;
}


#container_hd .userLogout 
{
	color: #02964c;
	font-size: .8em;
	width: 150px;
	float: right;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#orgImg {
    float: left;
    margin: 0px 0px 5px 5px;
}


#menu {
    position: relative;
    top: 0px;
	width: 180px;
	display: block;
	float: left;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;    	
}

.menu_top {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
    color: #ffffff;
    font-size: .8em;
    font-weight: bold;
	display: block;
	width: 100%;
	height: 40px;
}

.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 0px 0px;
	position: relative;
	top: -10px;	
}

.menu_top a {
    color: #ffffff;
}

.menu_mid p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: .8em;
    color: #01aefa;    
    font-weight: bold;
    margin: 0px 0px 5px 20px; 
}

.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 white solid;
	margin-bottom: 7px;
    padding-left: 5px;    
}

.menu_mid ul li a {
    display: block;
	width: 140px;
    color: #333;
    text-decoration: none;
}

.menu_mid ul li a:hover {
    display: block;
	width: 140px;
    color: #01aefa;
	position: relative;
    left: -7px;    
    padding-left: 5px;    
    border-left: 2px #01aefa solid;    
}


.menu_top p {
	padding: 0px;
	margin: 0px;	
	padding-top: 10px;
	text-align: center;		
}


#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 0px 20px 200px; /* 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 10px;
} 

#content p {
    font-size: .8em;
    padding-bottom: 1em;
}

#content .pB {
    display: block;
    padding-bottom: .6em;
}

#content .NoPt {
    padding-top: 0;
    margin-top: 0;
}

#content .NoPb {
    padding-bottom: 0;
    margin-bottom: 0;
}

#content .NoPad {
    padding: 0;
    margin: 0;
}

#content .topH {
    margin-top: 0;
    padding-top: 0;
    }

#content ul {
    font-size: .8em;
}

#content .size8 {
    font-size: .8em;
}

#content .smaller {
    font-size: .6em;
}

#content .smaller img {
}

#content h1 {
	font-size: 1.6em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
    color: #049d61;	
}

#userForm h2 {
	text-transform: capitalize;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;    
	display: block;	
}


#content h2 {
	text-transform: capitalize;
	font-size: 1.4em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
}  

#content h2 a {
    text-decoration: none;
    color: black;
}                

#content h3 a {
    text-decoration: none;
}                
              

#content h3 {
	font-size: 1.2em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
    margin: 0;
    padding: .5em 0 .5em 0;	
	color: #049d61;    
}


#bdStat #userForm h2 {
	border-bottom: 0px;
}

#content h4 {
	font-size: 1em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    margin: 0;
    padding: 0 0 .5em 0;	
}

#content h5 {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #049d61;
	padding: .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;	
	padding: .5em 0 .5em 0;
	margin: 0 0 0 0;    
}



.left
{
	text-align: left;
}

.right
{
	text-align: right;
}


div.lrg {
	padding-left: 20px;
	font-size: 1.2em;
}  




/* 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 #049d61;
	margin-top: 0px;
}

#main_content a {
    color: #049d61;
    text-decoration: underline;
}

#main_content ul {
	position: relative;
}


#main_content ul li {
	padding-bottom: 5px;	
}

#orderLaserToner 
{
    position: relative;
}

#orderLaserToner ul li 
{
    list-style-type: decimal;
}

#logo {

	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}

#loginEmail input {
    width: 200px;
}

#loginPass {
    margin-top: 10px;
}



.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;
    line-height: 0px;
}

#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 {
    font-size: .8em;
    border-top: 1px solid #049d61;
    border-bottom: 1px solid #049d61;
    padding: 10px 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: block;
	list-style: none;
    padding: 0px;
	margin: 0px;
    margin-top: 5px;
}

#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;
	margin-bottom: 10px;
}


#design {
	padding: 5px 20px 0px 0px;
	background-color: #cdcdcd;
	font-size: .6em;
	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;
} 



#myDonExport {
    margin-top: 20px;
    border: 1px solid #049d61;
    font-size: 1em;
    font-weight: bold;
    width: 80px;  
}


#tbDonExport {
    margin-top: 20px;
}

.tdDonExport {
    margin-top: 20px;
    border: 1px solid #049d61;
    font-size: .6em;
    font-weight: bold;
    width: 80px;  
}



.floatleft {
    display: block;
    width: 170px;
    float: left;    
}

.floatright {
    display: block;
    width: 250px;
    float: left;
}


.floatBoth {
    display: block;
    width: 450px;
    float: left;    
    clear: both;
}


#cookieWarn {
    border: 1px dashed #049d61;
    padding: 10px;
    width: 480px;
    color: ThreeDLighShadow;
    margin: 10px 0px 10px 0px;
}



.userform_btn {
    position: relative;
}

.userform_btn a:hover {
    text-decoration: underline;
}

.userform_btn img {
}

.userform_btn span {
    border: 1px solid black;
    display: inline;
    position: absolute;
    top: 0px;
}



/* Supporter Resources page */


#resources h3 {
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

.intLinkCharName {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #049d61;
}

#userForm 
{
    position: relative;    
    padding: 0px 10px 10px 0px;
    margin: 0px;
    width: 500px;
    display: block;
    text-align: left;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;  
}

#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;
}


#userForm .reqMark {
    color: #049d61;
}

#userForm .smallerBold {
    font-weight: bold;
}


#userForm .fieldContainer {
    font-size: .8em;
    display: block;     
    width: 470px;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color:  #e5e3e3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;       
}

#userForm .fieldContainer#fc_mid {
    top: -4px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}


#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('/images/userform_arrow3.gif');
	background-position: 5px 3px;
	background-repeat: no-repeat;
    width: 460px;    
}

#userForm .triplefloat .fieldContainer  {
    width: 410px;
    margin-left: 60px;    
}


/* 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;  
    color: #01aefa;
    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 .floatright .imgValidateError {
    font-size: .8em;
    background-image: url('/images/userform_warn21.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 5px 0px 10px 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 .floatright .imgValidateError_Extra {
    font-size: .8em;
    background-image: url('/images/userform_warn21.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;
}

/* for shorter fields */
#userForm .fieldContainer .floatright .imgValidateError_Sml {
    font-size: .8em;
    background-image: url('/images/userform_warn21.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 3px 0px 10px 30px;
    margin: 0;  
    
    position: absolute;
    top: 0;
    left: 120px;
    width: 180px;
}


#userForm .fieldContainer .imgValidateErrorStep_MobsInks_LaserToner {
    font-size: .8em;
    display: block;
    background-image: url('/images/userform_warn21.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 {
    font-size: .8em;
    display: block;
    background-image: url('/images/userform_warn21.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 10px;  
    font-weight: normal;        
}

#userForm .imgValidateError_H3 {
    display: block;
    background-image: url('/images/userform_warn21.png');
	background-position: 0em 0em;
	background-repeat: no-repeat;	
    padding: .2em 0em 1em 2.5em;
    margin: 0em;  
}

.imgValidateError_H3_Extra {
    background-image: url('/images/userform_warn21.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;
}

.customValStep {
    display: block;
    position: relative;
}


#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;
}


.note {
    display: block;
    padding: 5px 0px 0px 0px;
    font-size: .8em;
}


.floatright .note {
    color: #049d61;
}

#green.note {
    color: #049d61;
}

.triplefloat .noteBox {
    border: 1px #049d61 dashed;
}



/* 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 0px 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;	
	}


#tweet_img {
	background-image: url('/images/tweet.png');
}

#pound_img {
	background-image: url('/images/pound.gif');
}

#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_sml_img {
	background-image: url('/images/pound_sml.png');
}

#lorry_img {
	background-image: url('/images/lorry3.png');
}

#box_img {
	background-image: url('/images/collection_box.png');
}



/* poster images */
#poster_toner_img 
{    
	background-image: url('/images/poster_tmb_las_r4c.gif');
}

#poster_inkjet_img 
{    
	background-image: url('/images/poster_tmb_ink_r4c.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 */





/* 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 */


    
#userForm .fieldContainer .userFieldTextBox {
    border: 1px solid #049d61; 
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 4px 2px;
    width: 180px;
}

#userForm .fieldContainer .userFieldTextBox_sml {
    border: 1px solid #049d61; 
    margin: 0px 0px 0px 0px;
    padding: 4px 2px 4px 2px;
    width: 100px;
}

#userForm .fieldContainer .userField_cal 
{
    background-image: url('/images/cal.png');
    background-position: 0em 0em;
    background-repeat: no-repeat;
}

#userForm .fieldContainer .floatright .userFieldDropDown {
    border: 1px solid #049d61; 
    margin: 0px 0px 0px 0px;
    padding: 2px 1px 2px 1px;
}

#userForm .fieldContainer .floatleft#alignRight {
    text-align: right;
    width: 70px;
    margin: 0px 15px 0px 0px; 
    padding: 0;
}

#userForm .fieldContainer .userFieldDropDown {
    border: 1px solid #049d61; 
    margin: 0px 0px 0px 0px;
    padding: 2px 1px 2px 1px;
}

#userForm .fieldContainer h3 {
    margin-top: 10px;
    font-size: 1.2em;
    text-decoration: none;
    border-bottom: 0px;
}



.confirmBox {
    -moz-border-radius: 10px;
    -border-radius: 10px;
    -webkit-border-radius: 8px;       
    border: 2px solid #049d61;
    padding: 1em 1em 1em 4em;
    padding: 1em 1em 1em 5em;
    margin-bottom: 1em;
    display: block;
    background-image: url('/images/userform_arrow1.gif');
    background-position: 1em;
    background-repeat: no-repeat;
    
}

/* 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;
}


.warnTitle {
    color: red;
    font-size: 1em;    
    display: block;
    font-weight: bold;   
    background-image: url('/images/userform_warn.png');
    background-position: 0em 0em;
    background-repeat: no-repeat;
    padding: .1em .1em .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;
    font-weight: normal;
}

.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 */

.hideMe {
    display: none;
}

.showMe 
{
   display: block;
}

.bold {
    font-weight: bold;
 }
 
.regFailed .h3ErrorImg h3 {
    float: right;
    margin-top: 5px;
    width: 465px;
}

.regFailed img {
    float: left;
    margin: 3px 10px 0px 0px;    
}

.regFailed .h3ErrorImg p {
    color: Red;
    margin-top: 0px;
    width: 450px;
}

.regFailed h3 {
    margin-top: 10px;    
}

.regFailed ul {
    font-size: 1em;
}


.errorCode {
    font-weight: bold;
}

.regError {
    color: Red;
}

#main_content .regError strong {
    color: Red;
}

.gvTable 
{
    border: 1px solid #7A6E67;
    font-size: .8em;
    margin-bottom: 1em;
}

.gvTable th {
    border: 1px solid #7A6E67;
    padding: 5px 10px 5px 5px;
    font-size: .9em;
    font-weight: normal;
    color: #049d61;
    }
    
.gvTable td 
{
    border: 1px solid #7A6E67;
    padding: 5px 5px 5px 5px;
    font-size: .8em;    
}


#faq_summary a {
    display: block;
    list-style: disc;
}




.button_sm
{       
    display: block;
    padding: 5px 0px 5px 0px;
}

.button_sm a
{
    padding: 10px 50px 10px 50px;
    display: inline;
    
}

.button_sm a.btnSubmit
{
    background-image: url('../images/userform_btn_lg.gif');
    background-position: center;
    background-repeat:no-repeat;   
}


.button_md
{       
    color: Black;
    display: block;
    padding: 15px 5px 15px 5px;
}

.button_md a
{
    padding: 10px 50px 10px 50px;
    display: inline;
}

.button_md a.btnSubmit
{
    background-image: url('/britishredcross/images/userform_btn_md.gif');
    background-position: center;
    background-repeat:no-repeat;   
}

.button_lg
{       
    display: block;
    padding: 15px 5px 15px 5px;
}

.button_lg a
{
    padding: 10px 50px 10px 50px;
    display: inline;
}

.button_lg a.btnSubmit
{
    background-image: url('../images/userform_btn_lg.gif');
    background-position: center;
    background-repeat:no-repeat;   
}


.btnLoading
{
    padding: 10px 0px 60px 0px; 

    background-image: url('/britishredcross/images/userform_submitLoading.gif');
    background-position: center;
    background-repeat:no-repeat;   
}


.btns_cnt {
   text-align: center;
   font-size: 1em;   
}

.fieldContainer .btns_cnt {
    text-align: left;
    margin-left: 140px;
    font-size: 1.2em;   
}




/* My Donators */
.exportImg {
	background-image: url('/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: Gray;
}
/* -- end for gridview tables */


/* 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;
    
    border: 1px solid #ccc;
    padding: .5em 2em 0em 1em;
    display: block;
    width: 180px;
    position: absolute;
    top: 0px;
    right: -20px;
	color: #7A6E67;
    text-align: left;
    
}

#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 5px 0px 5px;
    
    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 0px 3px 3px;
    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;
}

#statBody {
    position: relative;
}

#statBody h4 {
    margin: 1em 0em .5em 0em;
}

.tabSummary {
    border-left: solid 1px #02964c;
    padding-left: 10px;
    margin-bottom: 20px;
}

#statInf {
    margin-left: 10px;
}

.statAmt 
{
    font-size: 1.4em;
    font-weight: normal;
    color: #7A6E67;
    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;
    
    border: 1px solid #ccc;
    padding: .5em 3em 0em 1em;
    margin: .3em 0 .5em 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: #049d61;
}

h5.topH#collectorDetails {
    position: relative;
    top: -.6em;
    display: inline;
    padding: 0em .5em 0em .5em;
    background-color: White;
    color: #049d61;
}


.bdstatTotalSum 
{
    font-weight: normal;
    font-size: 1.6em;
    border-bottom: 2px solid #049d61;
}

#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 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 #049d61;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;  
    text-align: center;
}

.fullbox:hover
{
    border: 5px solid #01aefa;
}


#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 #049d61;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 0;
    left: 110px;
	text-indent: -2000px;
	overflow: hidden;
}

.ui-datepicker { font-size: .8em !important; } 

/* end arrange collection */





/* home page */
#splash h1 {
	display: block;
	padding: 0;
	margin: 0;
	background-image: url('/images/welcome-splash-new.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;	
	width: 564px;
	height: 250px;
	}

#splash h1 a {
	width: 564px;
	height: 250px;
	display: block;
	padding: 0;
	margin: 0;
}


#splash h1 span {
	display: none;
}


/* to migrate */

#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;
	color: White;
}

#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 h3 a {	
    position: relative;
    top: -3px;
}

#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;	
	font-size: 1.4em;	
}


.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;		
}

/* --end home page */



/* rounded box styling with thanks to: 
	http://www.webdesignerwall.com/tutorials/css-the-all-expandable-box/ 
*/
.rBox {
	width: 35em;
	margin: 50px auto;
}

.rBox div.tl {
	display: block;
	background: url("images/rBox_magenta.png") top left no-repeat white;
	padding: 2.0em 0em 0em 2.0em;
}

.rBox div.tr {
	display: block;
	background: url("images/rBox_magenta.png") top right no-repeat white;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}

.rBox div.bl {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/rBox_magenta.png") bottom left no-repeat white;
}

.rBox div.br {
	display: block;
	background: url("images/rBox_magenta.png") bottom right no-repeat white;
	height: 45px;
	margin-left: 3.0em;
}


