﻿/*Used when we want an invgif to space an item 20090317*/

.InvGifClass
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>> T A B L E       B A C K G R O U N D S    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*The SubBox allows for certian tables to have background colours as images, or repeating images if required set here.*/


/*This is used on the background of the CR Profile user DETAILS box. */
.TableSubBoxYourDetails
{
    background-image:url(images/WebContactResource/SubBox/SubBoxBackGrounds/SubBoxUserDetails.png);
    background-repeat:repeat;    
}

/*This is used on the background of the CR Profile / CR ADDRESS user ADDRESS box. */
.TableSubBoxYourAddress
{
    background-image:url(images/WebContactResource/SubBox/SubBoxBackGrounds/SubBoxAddressDetails.png);
    background-repeat:repeat;    
}

/*This is used for the password reset box background*/
.TableSubBoxPasswordReset
{
    background-image:url(images/WebContactResource/SubBox/SubBoxBackGrounds/SubBoxPasswordReset.png);
    background-repeat:repeat;    
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>> T E X T B O X     W I D T H S    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* This is for a full width of a 250px cell text box*/
.TxtBoxWidth
{
    width:250px;
}

/* This is for a 190px width of a 250px cell text box*/
.TxtBoxWidthThird
{
    width:190px;
}

/* This is for a 150px width of a 250px cell text box*/
.TxtBoxWidthHalf
{
    width:125px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>> E N D    T E X T B O X     W I D T H S    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>> F O N T S    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/



/*F O N T - used for the generic text as found on all pages */
p.generictext {
font-family : arial, sans-serif; 
text-align : left; 
font-size : 12px; 
color : #000000; 
} 

.generictextSml {
font-family : arial, sans-serif; 
text-align : left; 
font-size : 12px; 
color : #000000; 
} 
.GenericTextSmlBold {
font-family : arial, sans-serif; 
text-align : left; 
font-size : 12px; 
font-weight:bold;
color : #000000; 
} 

.generictext {
font-family : arial, sans-serif; 
text-align : left; 
font-size : 14px; 
color : #000000; 
} 


/*This is used for the confirmation of change being bade on the CRaddress.aspx page */
/*This is also used on the CR Profile page to allow people to know the address has being changed */
.InfoText
{
color : #000000;  

}

/*This is used when the :nbsp; chr is used, what it does is apply a standard font to the character*/

.SubBoxSubSpacer
{
      /*Font details are also carried here */
    text-align:left;
    font-family : arial, sans-serif; 
    font-size : 8px; 
    font-weight:bold;
    color : #000000; 
    vertical-align:middle;
}
