/*
** Colour definitions for URAC website.
** Please do not modify.
** Major colour: #EF1B2D (bright red)
** Minor colour: #FBC4C8 (pale red)
** Accent colour: #C1AE00 (dull gold)
** Background colour: #FFF9C1 (pale gold)
*/

a.frontpage, a.frontpage:link, a.frontpage:active, a.frontpage:visited
{
	color: #000000;
	text-decoration: none;  
}

#contentPrint link, #contentPrint vlink, #contentPrint a:link, #contentPrint a:visited
 { color: #0000CC; } /* standard sitewide. do not edit. */

a:link, a:visited
 { color: #0000CC; 
 	text-decoration: none;
 } /* standard sitewide. do not edit. */
 
link, v:link
 { color: #0000CC; 
 	text-decoration: none;
 } /* standard sitewide. do not edit. */

.textNormal
 { background: #F0FFB3; } /* background colour */

/*a:link, a:active, #contentPrint a:active, a:hover, #contentPrint a:hover
 {
	color: #000000;
}*/ /* major colour BAD715 */

a:hover, #contentPrint a:hover
 {
	text-decoration:underline;
} /* major colour BAD715 */

.breadcrumb
 { color: #FFFFFF; background: #239DCE; text-decoration:none;} /* minor, major colours */

a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited
 { color: #ffffff;
 text-decoration:none; } /* standard sitewide. Use #FFFFFF, #02303F or #FDE39B. */

alink.breadcrumb, a.breadcrumb:active, a.breadcrumb:hover
 { color: #E9FE90;
 text-decoration:none;} /* standard sitewide. Use #FFFFFF, #02303F or #FDE39B. */

h1, h5, h6, hr
 { color: #663366; } /* major colour */

h2, h3, h4
 { color: #239DCE; } /* accent colour */

.inputbox, select, option
 { background:#E9F1F4; color:#214A59; } /* standard sitewide. do not edit. */

.tableListalt th
 { background:#BAD715 url("/images/th.jpg") left repeat-x;
 padding:3;
  } /* minor colour */

.tableList th
 { background:#BAD715 url("/images/th.jpg") left repeat-x;
 padding:3;
  } /* minor colour */

.tableList td {
	
 	border-bottom:1px solid #999999;
	border-right:1px solid #ffffff;
	border-left:1px solid #999999;
	padding:3px;
	/*border-color: #666666;*/
	/* { background:#FFFFFF url("/images/td.jpg") top repeat-y;*/

 } /* background colour */

.noticeboard th
 { background:#FF6600;
 }

.noticeboard td {
 border:1px;
 border-style:solid;
 border-color:#660066;
 padding:2px;
 }
 
.aquatics th
 { background:#CCEBF7;
 }

.aquatics td {
 background: #CCEBF7;
 padding:2px;
 }
 
.gym th
{ background:#E8D0E8;
}

.gym td {
 background: #E8D0E8;
 padding:2px;
 cellspacing:0px;
}

.sport th
{ background:#CEDEFF;
}

.sport td {
 background: #CEDEFF;
 padding:2px;
 cellspacing:0px;
 }
 
.spotlight th
{ background:#FFEEA8;
}

.spotlight td {
 background: #FFEEA8;
 padding:2px;
 cellspacing:0px;
}
 
.quicklinks th
{ background:#663366;
 padding:0px;
 cellspacing:0px;

}

.quicklinks td {
 background: #EFE2EF;
 padding:5px;
 cellspacing:0px;
 }

