#body 
{
	background-color: #d8d8d8;
}

.pageFrameOuter {
	/* Outer Page Border - Remove code to display border */
	border: none;
}

.pageFrameInner {
}

.pageHeaderFrame
{
	/*To have a border under heading - border-bottom: solid 1px          	#996666;*/
	/*Image Size - Width 898 (resize in Photoshop)*/	
	height: 137px;
	background-image: url(/userfiles/100/Image/rugby-talent-header.png);
	background-repeat: no-repeat;
	background-color: #d8d8d8;
	/* Place a hold color here as it will show if image is slow to load*/

}

.sideMenu a
{
	/*Left hand type definitions ie. remove none to display underline, font weight: normal;*/
}

.sideMenu a:hover 
{
}

.pageTitle 
{
	color: #000000;
}

.exampleProfileLink {
color: #000000;
text-decoration: none;
}

a 
{
	/* Color of standard links */
	color: #3da8dd;
}

a:hover
{
	color: #aa231d;
}

.pagePartTitleLink {
	/*Color of edit text */
	color: #de322a;
}

.pagePartTitleLink:hover {
	color: #3da8dd;
}
	
.footerFrame 
{
	/* Color of non linked items at the bottom of screen (only line at the moment)*/
	color: #999999;
}

.footerFrame a
{
	/* Color of linked items at the bottom of screen */
	color: #ffffff !important;
}

.footerFrame a:hover
{
	color: #1c4c64!important;
}

.textHeading
{
  Color: #de322a;
  Font-size: 14px;
  font-weight: bold;
  Font-family: arial, helvetica, sans-serif;
}

.sideMenuFrame {

}

.contentHeaderFrame {

}

.contentFooterFrame {
}

.rightContentFrame {
}

/*HOMEPAGE */
.jobSeekersNavigationTitle
{
    background-color: #1b4496;
    fromgradient: #577fbb;
}
.jobSeekersNavigationTitle.fromGradient
{
    background-color: #577fbb;
}
.employersNavigationTitle
{
    background-color: #d75b27;
    fromgradient: #f09668;
}
.employersNavigationTitle.fromGradient
{
    background-color: #f09668;
}
.contentBottomRightSectionTitle, .contentBottomLeftSectionTitle
{
    background-color: #219de8;
    border-color: #29a0e9;
    fromgradient: #aee5fc;
}
.contentBottomRightSectionTitle.fromGradient, .contentBottomLeftSectionTitle.fromGradient
{
    background-color: #aee5fc;
}
.contentTopSectionTitle
{
    background-color: #cb0724;
    fromgradient: #ed5561;
}
.contentTopSectionTitle.fromGradient
{
    background-color: #ed5561;
}
.accountAreaSectionTitle
{
    background-color: #219de8;
    border-color: #299fe8;
    fromgradient: #aee5fc;
}
.accountAreaSectionTitle.fromGradient
{
    background-color: #aee5fc;
}
.accountAreaSectionContent
{
    background-color: #229de8;
    fromgradient: #4cbbef;
}
.accountAreaSectionContent.fromGradient
{
    background-color: #4cbbef;
}
.linksAreaNavigationLink
{
    background-color: #219de8;
    border-color: #29a0e9;
    border-bottom-color: #0980c9;
    fromgradient: #aee5fc;
}
.linksAreaNavigationLink.fromGradient
{
    background-color: #aee5fc;
}
.statisticsArea
{
    background-color: #aee5fc;
    border-color: #29a0e9;
    fromgradient: #219de8;
}
.statisticsArea.fromGradient
{
    background-color: #219de8;
}
.banner
{
    background-image: url(/UserFiles/100/Image/rugby-talent-header.png);
}
.contentTopSection .jobSeekers .videoThumbnail 
{
	background-image: url(/userfiles/100/Video/jobseeker-thumbnail.jpg);    		
}

.contentTopSection .employers .videoThumbnail 
{
	background-image: url(/userfiles/100/Video/employer-thumbnail.jpg);    	
}

.contentTopSection .jobSeekers .videoThumbnail:hover 
{
	background-image: url(/userfiles/100/Video/jobseeker-thumbnail-on.jpg);    		
}

.contentTopSection .employers .videoThumbnail:hover 
{
	background-image: url(/userfiles/100/Video/employer-thumbnail-on.jpg);    	
}
.contentTopSectionNavigationLink
{
    background-color: #585858;
    fromgradient: #b2b2b2;
}

.contentTopSectionNavigationLink.fromGradient
{
    background-color: #b2b2b2;
}
.employersBoldNavigationLink
{
    background-color: #d75b27;
    fromgradient: #f09668;
}
.employersBoldNavigationLink.fromGradient
{
    background-color: #f09668;
}
.jobSeekersBoldNavigationLink
{
    background-color: #1b4496;
    fromgradient: #577fbb;
}
.jobSeekersBoldNavigationLink.fromGradient
{
    background-color: #577fbb;
}
.loginButton
{
    background-color: #cb0724;
    height: 22px;
    width: 145px;
    border: solid 1px #770000;
    color: White;
    margin-top: 6px;
    cursor: pointer;
    fromgradient: #ed5561;
}
.loginButton.fromGradient
{
    background-color: #ed5561;
}

.accountArea .sectionTitle {
	border-color: #299fe8;
}


