﻿/***********************************************************
Quick Launch customisation
************************************************************/

/* Hide "View All Site Content" and Recycle Bin" links" */
#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll, #ctl00_PlaceHolderLeftNavBar_idNavLinkRecycleBin
{
       Visibility:hidden;
}

/***********************************************************
Custom element sty;ing
************************************************************/

/************* Folder  ****************/
.FolderTitle {
	font-size:14px;
	color:#333366;
	font-weight:bold;
}

#fwork-text {
	font-size:12px;
	line-height:14px;
	color:#333366;
}


.RHButton {
font-size:90%;
width=174px;
height=80px;
background=url('../images/Colas/RedWP_bg_170x76.jpg') no-repeat;
color:white;
}

.RHButton img{
float:left;
margin-top:10px
}

.RHButton .txtDec{
position:relative;
top:25%;
}

.RHButton .txtDec p{
width:70px;
font-weight:bold;
text-align:center;
}

/*Banner styling*/
.banner {
	width:530px;
	color:blue;
	height:auto;
	margin:0px;
	padding:0px;
}

.banner-wide {
	width:750px;
	color:blue;
	height:auto;
	margin:0px;
	padding:0px;
}

.banner-image {
	width:150px;
	height:auto;
	float:left;
}

.banner-wide-image {
	width:150px;
	height:auto;
	float:left;
}

.banner-image img, .banner-wide-image img {
	margin: 10 20 10 0;
	width:130px;
}

.banner-body {
	width:100%;
	height:auto;
}

.banner-header {
	width:100%;
	margin: 10 auto auto 20;
	padding:0px;
	font-size:120%;
	color: maroon;
}

.banner-text {
	margin: 20px auto 10px 20px;
	line-height:25px;
	color:navy;
	padding-right:20px;
}

.banner-text p {
	margin:0px 0px 10px 0px;
	text-align:justify;
}

.banner-text a {
	font-weight:bold;
}

.banner-text img {
	float:right; 
	margin:0px 20px 20px 20px;
}

.banner-text li {
	list-style:disc;
	list-style-position:inside;
}

.banner-content {
	width:100%;
}

.banner-content-lhs {
	width:50%;
	float:left;
}

#banner-content-lhs-folder {
	width:200px;
	float:left;
	padding-top:8px;
}

.banner-content-rhs {
	width:50%;
	padding-top:13px;
}

/*********************** content block styling****************************/
.content-block {
	width:100%;
}

.content-block a {
	font-weight:bold;
}


.content-block {
	height:auto;
	line-height:24px;
	color:navy;
	
	border:0px solid black;	
}

.content-block .tick-emph {
	color:#993300;
}

.content-block-left-box, .content-block-right-box {
	width:50%;
	text-align:center;
}

.content-block-left-box {
	height:auto;
	float:left;
	
	border:0px solid red;
}

.content-block-right-box {
	height:auto;
	float:right;
	padding-right:20px;
	
	border:0px solid red;
}

.content-block-text {
	height:auto;
	text-align:justify;
	padding:0px 20px 0px 20px;
	
	border:0px solid green;

}

.content-block-hdr {
	text-align:center;
	width:100%;
	font-size:120%;
	font-weight:bold;
}

/*********************** rh content *******************************/
.rh-content-box {
	width:175px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#800000;
	line-height:16px;
	
	border: 0px solid black;
}

.rh-content-hdr {
	margin-bottom:10px;
	font-weight:bold;
	color:gray;
}

.rh-text-block {
	text-align:justify;
}

.rh-text-block a {
	text-decoration:none;
	font-weight:bold;
	color:navy;
}

.rh-text-block p {
	margin:0px 0px 5px 0px;
}
