/* ----- RLN London Service Finder style sheet by Xentica (2008) -----*/

/* ------ MEDIA TAG ----- */
/* this tag determines if the style sheet if for screen or for print*/

@media screen {

/* ********************************************************************* */

/* ----- HTML TAGS ----- */
/* these styles are for default html properties */

/* ----- END HTML TAGS ----- */

/* ********************************************************************* */

/* ----- CONTAINTERS ----- */
/* these styles are for containers and layout */


/* ----- END CONTAINTERS ----- */

/* ********************************************************************* */

/* ----- CONTENT -----*/
/* these styles are for certain content and pages */

.favouriteProviderContainer{
    margin: 0px 2px 0px 0px;
}

.favouriteProviderContent {
    padding: 10px 10px 10px 10px;
}

.favouriteProviderContent hr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #;
}
.favouriteProviderBox {
    background-color: #f4f7f9;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 2px 0px;
    width: 181px;
}

.favouriteProviderHeader {
    font-size: 100%;
    font-weight: bold;
    color: #003263;
}

.favouriteProviderLabel {
    font-size: 75%;
    font-weight: normal;
    color: #003263;
    padding: 3px 0px 5px 0px;
    line-height: 80%;
}

.favouriteProviderTextSmaller {
    font-size: 60%;
}

.serviceFinder hr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #abbccc;
}

.serviceFinder p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.serviceFinder li {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.serviceFinder form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.serviceFinder textarea {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

.serviceFinder input {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

.serviceFinder select {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 110%;
}

.serviceFinder td {
    padding: 2px 0px 2px 0px;
}

.formDefault {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

.tableList01 {
    
}

.tableList01 td {
	border-bottom: 1px solid #abbccc;
    padding: 3px 3px 3px 3px;
    
}

.tableList01 th {
	border-bottom: 1px solid #abbccc;
    border-right: 1px solid #abbccc;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    vertical-align: top; 
}

.tableList02 {
    
}

.tableList02 td {
    padding: 3px 3px 3px 3px;
    
}

.tableList02 th {
    border-right: 1px solid #abbccc;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    vertical-align: top; 
}


.tableListBorderTop{
	border-top: 1px solid #abbccc;
}

.tableListBorderBottom{
	border-bottom: 1px solid #abbccc;
}

.tableNoBorder{
	border: none;
}

.popup {
    background-color: #ecf0f3;
    margin: 0px;
    text-align: left;
    padding: 25px 25px 20px 25px;
}

.popup h1 {
    font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 190%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #1e3c78;
}

.popup h2 {
    font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #1e3c78;
}

.popup h3 {
    font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #1e3c78;
}

/* ----- END CONTENT -----*/

/* ********************************************************************* */

/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textBlue {
	color: #003263;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.pSpacer {
    height: 20px;
}

.noPadding {
    padding: 0px 0px 0px 0px;
}

.noMargin {
    padding: 0px 0px 0px 0px;
}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */

/* this closes the media tag */

}

/* ------ END MEDIA TAG ----- */