@charset "UTF-8";
#header {
	margin: 0;
	padding: 0;
	}

/* -------------------- scrolling news items -------------------- */

#pscroller1 {
	margin: 28px 0px 2px 0px;
	width: 155px;
	height: 115px;
	height: 60px;
	padding: 0px 5px 3px 3px;
	font-size:0.8em;
	text-align:left;
	vertical-align:top;
	overflow:auto;
}

#pscroller2 {
	margin: 3px 0px 2px 0px;
	width: 155px;
	height: 40px;
	padding: 0px 5px 3px 3px;
	font-size:0.8em;
	text-align:left;
	vertical-align:top;
	overflow:auto;
	top:70px;
}
.someclass{}

#pscroller1 a #newsImg, #pscroller2 a #newsImg {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
	margin-bottom:-2px;

}
/* -------------------- home page video -------------------- */

#mediaspace {
	margin:2px 0px 0px 0px;
	border-color:#000;
	border-color:#F99B21; /*yellow*/
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	width:164px;
	height:92px;
	/***************/
	margin:0px;
	border-width:0px 0px 10px 0px;
	border-color:#FFF;
	width:170px;
	/*background-color: #FFF;*/  /* USE IF VIDEO STILL IS WHITE */
}

#mediaspace2 {
	margin:0px;
	border-color:#000;
	border-width:1px;
	border-style:solid;
	width:721px;
	height:405px;
}

/* -------------ID for the main content to enforce the left margin-------------------------- */

#mainContent
{
	margin-top: 0x;
	position:relative;
}

/*
#ButtonLayer{
	float:left;
	margin: 5px 10px 10px 10px;
	width:140 px;
	height:110 px;
	z-index:1;
	top: 4 px;
}


div.loginbutton img
{
	z-index:1;
	position:relative;
	left:2px;
	top:2px;
}

div.QuickBook img
{
	z-index:1;
	position:relative;
	left:2px;
	top:4px;
}

div.basketlabel img
{
	z-index:1;
	position:relative;
	left:2px;
	top:6px;
}

div.basketlabel a
{
	font-weight:bold;
	color:#000000;
}

div.basketlabel a:visited
{
	font-weight:bold;
	color:#000000;
}

#linktable
{
    border-color: #32A18B;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
#linktable th
{
    border-color: #32A18B;
	color: #FFFFFF; 
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #32A18B;
}

#linktable td
{
    border-color: #32A18B;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
	background-color: #F0FFFF;
}

*/

/*------------------------------------------------------------------------------------*/	

/*
** BASE ELEMENTS FOR THE PAGE
Use IDs when there is only one occurence per page. Use classes when there are one or more occurences per page.
# is a ID
.<name> is a class
This part describes the "basic" styles of the body and img elements, further down parts of the element descriptors may be overwritten
*/


/*----------------  page body -------------- */
body
{
	margin: 0px 0px 0px 0px;
	width:980px; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	padding:5px; 
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:  Arial, Verdana, Helvetica, sans-serif;*/
	font-size:small; /* reoughly equal to 13px; */
	font-weight:normal;
	/*letter-spacing:-0.03em;*/
}
/*------------------------------------------ */

@media screen {
div.MainArea 
{
	position:absolute;
	top:113px;
	left:154px;
	width:821px;
	overflow:auto;
	padding:8px 5px 0px 5px;
}
}

@media print {
div.MainArea 
{
	position:absolute;
	top:116px;
	left:154px;
	width:831px;
	overflow:visible;
	background-color:#FFF;
}
}

.MainArea ul {	
	list-style:disc;
	margin-left:20px;	
}

/* ============ VIEWING AREA ============ */
#viewingArea #LayerHelp {
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:180px;
	z-index:99;
	background-color: #F0FFFF;
	border: 1px solid #000000;
	padding:15px;
	visibility: hidden;
}

#viewingArea #RecordForm #Layer1 {
	position:fixed;
	top:120px;
	left:165px;
	width:790px;
	padding:10px;
	z-index:999;
	border: 1px solid #32A18B;
	background-color: #F0FFFF;
	visibility: hidden;
}

#viewingArea table tr #cellTop {
	margin-left:20px;
	vertical-align: top;
}

#viewingArea .contentTable tr #cellTop img {
	padding:10px 10px 10px 0px;
	float:left;
}/* ============ END VIEWING AREA ============ */

/* ============ WAITING AREA (page loading div) ============ */
.waitingArea {
	position:fixed;
	top:116px;
	width:790px;
	padding:10px;
	z-index:999;
	border: 1px solid #32A18B;
	background-color: #F0FFFF;
}/* ============ END WAITING AREA ============ */

/*
div.HomeArea 
{
	width:85%;
	position:absolute;
	top:130px;
	left:20px;
}
*/
img {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: italic;
	}
/*
td.locate {
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
	}
*/
/*#viewingArea td {
	padding:2px;
}

#dropdown H1 Form Select img  {
background-color: #000000;
}
	
	
a:hover {
	color: #3333ff;
	text-decoration: underline;
	}
a.anchor{
	color:#000000;
	text-decoration:none;
	font-size:0.9em;
	float: right;
	font-weight:bold;
	}
a.anchor:visited{
	color:#000000;
	}
a.anchor:hover{
	color:#000000;
	}
*/

/*----------------------------------------------------------------------------------------*/
/*
.clean, 
.cleanright, 
.cleanleft {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding:  0;
	background: transparent; 
	width: 98%;
	border: none;
	}
*/
/*
.cleanright
{
	/* the difference for a "right" element*//*
	clear: right;
}
.cleanleft
{
	/* the difference for a "left" element*//*
	clear: left;
}
*/

/*--------------------------------Headings-----------------------------------------------*/
/*
.head1 {
	font-size: 	1.3em;
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
	list-style-image: url(/images/title_bullet.gif);
	list-style-position: outside;
	text-align: left;
}
.head1cyan {
	color: #0066cc;
	font-weight: bold;
	list-style-image: url(/images/title_bullet.gif);
	list-style-position: outside;
	text-align: left;
}
.head2cyan {
	font-size: 	1.17em;
	color: #0066cc;
	font-weight: bold;
	list-style-image: url(/images/title_bullet.gif);
	list-style-position: outside;
	text-align: left;
}
.head3cyan {
	font-size: 	1.3em;
	color: #0066cc;
	font-weight: bold;
	list-style-position: outside;
	text-align: left;
}
.head4cyan {
	font-size: 	1.5em;
	color: #0066cc;
	font-weight: bold;
	list-style-position: outside;
	text-align: left;

}

.head2 {
	font-size: 	1.17em;
	color: #990000;
	font-weight: normal;
}

.head3 {
	color: #0066cc;
	font-weight: bold;
}

.head4 {
	font-size: 	1.17em;
	color: #990000;
	font-weight: bold;
}

.head5 {
	font-size: 	1.5em;
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
	list-style-image: url(/images/title_bullet.gif);
	list-style-position: outside;
	text-align: center;
}
.head6 {
	font-size: 	1.67em;
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
	list-style-image: url(/images/title_bullet.gif);
	list-style-position: outside;
	text-align: left;
}
*/

H1, H2, H3, H4, H5, H6
{
    /* COLOR: #0066CC; /* original lighter blue - changed meeting 15/02/2010 */
	color:#00468c; /* cppe logo blue changed meeting 15/02/2010 */
}
H1	{	
	font-size:	1.4em;
	}	
	
H2	{	
	font-size:	1.2em;
	}
		
H3	{	
	font-size:	1em;
	}
H4	{	
	font-size:	1.4em;
	}	
	
H5	{	
	font-size:	1.2em;
	}
		
H6	{	
	font-size:	1em;
	}

	
H1:first-letter, H2:first-letter, H3:first-letter {
	text-transform:capitalize;
	}

H4:first-letter, H5:first-letter, H6:first-letter {
	text-transform:lowercase;
	}
/*
H4	{	
	font-size:	1.32em;
	}	
		
H5	{	
	font-size:	1em;
	}	
		
H6	{	
	font-size:	.8em;
	}	


.HeaderTextBlueBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333366;
	font-weight: bold;
}
.HeaderTextBlueBlackMed{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333366;
	font-weight: bold;
}
.BoldHeaderPurpleItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #7402BF;
}
*/

/*---------------------------BODYTEXTS----------------------------------------------------------*/

.bodytxt {
/*font-family:  arial;
font-size: 	12px;*/
color:      	#000000;
}

.bodytextbold {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #000000;
}

/*.bodytxt2 {
	font-size: 12px;
	color: #000000;
}*/

.bodytxtSmall {
	font-size: 	0.8em;
	color: #000000;
}

.bodytxtp9 {
	font-size: 	0.9em;
	color: #000000;
}

.bodytxtlrge {
/*	font-family:  arial;*/
	font-size: 	1.2em;
	color: #000000;
}

.bodytxtred {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;*/
	color: #FF0000;
}

.bodytxtredsmall {
/*	font-family:  Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.8em;
/*	font-weight: normal;*/
	color: #FF0000;
}


.bodytxtB {
/*	font-size: 12px;*/
	color: #0000FF;
}


.bodytxtBsmall {
	font-size: 0.8em;
	color: #0000FF;
}



.BodyTextGreyBack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;*/
	background-color: #CCCCCC;
}


.BodyTextBoldGreyBack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;*/
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
}

.BodyTextSmallGreyBack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;*/
	font-size: 0.8em;
	background-color: #CCCCCC;
	color: #000000;
}


.BodyTextPurpleItalic {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	font-style: italic;
	color: #5807BA;
}

.BodyTextVeryLargeBlackItalic {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}

.BodyTextLargeBlack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;*/
	font-size: 1.3em;
	font-weight: bold;
}
.BodyTextLargeBlackUnderline {
/*	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;*/
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

.BodyTextMediumLargeBlack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; */
	font-size: 1.2em;
	font-weight: bold;
}
.BodyTextMediumLargeBlackItalic {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.BodyTextLargeBlackItalic {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

.BodyTextBlackItalic {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	font-style: italic;
}

.bodytxtLink {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:      	#0000FF;
	text-decoration: underline;

}
.bodytxtUnderLine {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:      	#5807BA;
	text-decoration: underline;

}

.bodytxtUnderLineBlack {
/*	font-family:  arial;
	font-size: 	12px;*/
	color: #000000;
	text-decoration: underline;

}

.bodytxtUnderLineBold {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:      	#5807BA;
	text-decoration: underline;
	font-weight: bold;
}

.bodytxtUnderLineBoldBlack {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:  #000000;
	text-decoration: underline;
	font-weight: bold;
}

.SmallItalics {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	font-style: italic;
	color: #FFFFFF;
	background-color: #A096D3;
	border: #A096D3;
}

.BodyTextBlack {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;*/
	color: #000000;
}
.BodyTextBlackBold {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;*/
	font-weight: bold;
	color: #000000;
}

.BodyTextSmallBlack {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;*/
	font-size: 0.8em;
	color: #000000;
}

.BodyTextSmallBlackItalic {
/*	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;*/
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
}


/*------------------------------------------------Banners------------------------------------*/

.psbanner {  
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	line-height: normal; */
	font-size: 1.5em; 
	color: #333366; 
}
.psbannerItalic {

font-size: 1.4em; 
font-style: italic; 
font-weight: bold; 
color: #9B9980; 
line-height: normal; 
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

/*.psbannerItalicS1 {

font-size: 16px; 
font-style: italic; 
font-weight: bold; 
color: #9B9980; 
line-height: normal; 
font-family: Arial, Helvetica, sans-serif
}*/

.psbannerN {  
font-size: 1.9em; 
/*font-style: normal; 
font-weight: normal; */
color: #9B9980; 
/*line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

.psbannerItalicBlack {

font-size: 1.4em; 
font-style: italic; 
font-weight: bold; 
color: #000000; 
/*line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

.psbanner2 {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;*/
	font-size: 1.9em;
	color: #333366;
	font-weight: bold;
	padding-bottom: 5px;
}
.psbanner2a {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;*/
	font-size: 2.2em;
	color: #333366;
	font-weight: bold;

}
.psbanner3 {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;*/
	font-size: 2.8em;
	color: #333366;
	font-weight: bold;
}

.psbanner3Italic {

/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	line-height: normal; */
	font-size: 2.8em;
	color: #333366;
	font-style: italic; 

}


/*------------------------------------------------------------------------------------------*/


.label {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:		#E6E6FA;
}  
    
.tabhead {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:      	#990000;
	font-weight: bold;
}

.anshead {
/*	font-family:  arial;*/
	font-size: 	1.1em;
	color:      #8B8682;
}

.greytext {
/*	font-family:  arial;*/
	font-size: 	1.1em;
	color:      #CCCCCC;
}

.answer {
/*	font-family:  arial;
	font-size: 	12px;*/
	color:   #990000;
	font-weight: bold;
}

.imglogo {
	left: 12px; clip:  rect(   )
}

.pp {  
	font-size: 1.1em; 
	font-style: italic; 
	font-weight: bold;
	color: #990000
}

.instruction {   
/*	font-size: 12px; */
	font-weight: bold;
	color: #191970
}


.copy {  
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.8px; 
	color: #9B9980
}

.border1 {
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
}

.vert { 
width:1px; 
}

/*   DUPLICATE !!!!!
.label {
font-family:  arial;
font-size: 	12px;
color:		#E6E6FA;
}  */
    
.tabhead {
/*font-family:  arial;
font-size: 	12px;*/
color:      	#990000;
font-weight: bold;
}

.anshead {
/*font-family:  arial;*/
font-size: 	1.1em;
color:      	#8B8682;
font-weight: bold;
}

.answer {
/*font-family:  arial;
font-size: 	12px;*/
color:      	#990000;
font-weight: bold;
}

.imglogo {
	left: 12px;
	clip:  rect(   )
}

.pp {  
/*font-family: Arial, Helvetica, sans-serif; */
font-size: 1.1em; 
font-style: italic; 
font-weight: bold; 
color: #990000
}
.instruction {  
/*font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; */
font-weight: bold; 
color: #191970
}





/*-----------------------------------------------------------------------------------------------*/


#newsScrollBar a {
color:#FFFFFF
}

#newsScrollBar a:hover {
color:#FFFFFF
}

#newsScrollBar a:visited {
color:#FFFFFF
}



/*---------------------------------------------------------------------------------------*/
/* ------------------FOOTER------------------------------  */


@media screen {
.footer {
	position:relative;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	color:#000000;
	font-weight:bold;
	font-size:0.7em;
	width:980px;
}
}

@media print {
.footer {
	display:none;
}
}

.footer#fp {
	border-top: 0px none;
	padding:0px;
}

#footer a{
color:#0000FF;	
}

.share{
	vertical-align:middle;
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	border-color:#BBB;
	background-color:#EEE;
	padding:1px 1px 2px 4px;
	height:14px;
}

.share a img{
	padding-left:1px;
}

/*================================ END OF FOOTER ================================*/

.content {
	padding:5px 5px 0px 0px;
/*	font-size:1em;*/
}

.Headerparagraph {
	font-size: 1.1em;
	color: #666666; /* grey from old website */
	color:#000;
}

.content ul {	
	list-style:disc;
	font-size:0.9em;
	margin-left:100px;	
}
	 	
.content p{
	margin:2px 0px 2px 80px;
	}

.contentHolder {
	/*border:dashed thick #F00;*/
	min-height:200px;
	padding-bottom:10px;
	}

.contentHead {
	/*border:dashed thick #0FA;*/
	position:relative;
	display:block;
	}
	
.contentImg {
	position:absolute;
	top:3px;
	left:5px;
	height:200px;
	}

.content img {
	border:0;
	margin: 5px;
/*	padding: 0px 0px 23px 0px; */ /* commented out by GC to eliminate large gap under small images on SP4 - replaced by following line if problems...*/
	padding: 0px 0px 5px 0px;
	float: left;
	}

.content h1 a, 
.content h2 a, 
.content h3 a, 
.content h4 a, 
.content h5 a, 
.content h6 a , 
a.smallred
{
	/* background: url("/images/small_red_arrow_topspace.gif") no-repeat top left;
	padding-left:7px;
	font-weight:bold; */
	font-size:	.9em;
	}
a.smallred:link {
/* 	color:#cc3333;  red */
/*	color:#00468c;  cppe logo blue */
}
a.smallred:visited {
/*	color:#cc3333;  red */
/*	color:#00468c;  cppe logo blue */
}
a.smallred:focus {
/*	color:#760104;  red */
/*	color:#00468c;  cppe logo blue */
}
a.smallred:hover {
/*	color:#760104;  red */
/*	color:#00468c;  cppe logo blue */
}
a.smallred:active {
/*	color:#cc3333;  red */
/*	color:#00468c;  cppe logo blue */
}


/* ============ WHITE TABLE ============ */
.whiteTable
{
	border:none;
	background-color:#FFF;
}

.whiteTable td
{
    margin: 0px;
    padding: 1px;
	background-color:#FFF;
	border:none; 
}


/* ============ GREEN TABLE ============ */
.greenTable
{
    border-color: #32A18B;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.greenTable th
{
    border-color: #32A18B;
	color: #FFFFFF; 
    border-width: 0px 1px 2px 1px;
    border-style: solid;
    margin: 0px;
    padding: 2px;
/* 	background:url(../menu09/images/greenMenuGradient.png) ; 
	background-repeat:repeat-x; */
	background-color:#2E9883;
}

.greenTable th:first-letter
	{
	text-transform:capitalize;
	}

.greenTable td
{
    border-color: #32A18B;
    border-width: 0px 1px 1px 0px;
    border-style: solid dotted;
    margin: 0px;
    padding: 2px;
	background-color: #F0FFFF;
}

.greenTable th h1 {
    color:#FFF;
	font-size:1.4em;
	padding:5px 0px;
}

.greenTable th h2 {
    color:#FFF;
	font-size:1.2em;
	padding:4px 0px;
}

.greenTable th h3 {
    color:#FFF;
	font-size:1em;
	padding:3px 0px;
}

.greenTable th h1:first-letter, .greenTable th h2:first-letter, .greenTable th h3:first-letter {
	text-transform:capitalize;
	}

/* ============ END GREEN TABLE ============ */
/* ============ PROG TABLE ============ */

.progTable
{
    border-color: #FFFFFF;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
}

.progTable th
{
	color: #000000; 
    padding: 3px;
	background-color:#CCCCCC;
	text-align:center;
}

.progTable td
{
	color: #000000; 
    padding: 5px 10px;
}

/* ============ END PROG TABLE ============ */

.addressLabel
{
	text-align:left;
	display:block;
	border: #000 solid 1px;
	background-color:#FFF;
	padding:10px;
	min-height:100px;
	margin:5px 0px 10px 0px;
/*	FILTER: progid:DXImageTransform.Microsoft.dropShadow(direction=135,color=#555,strength=8);*/
	FILTER: progid:DXImageTransform.Microsoft.Shadow (Color=#333333, Direction=135,strength=4);
	-moz-border-radius: 8px;
	-moz-box-shadow: 5px 5px 9px #555; /* drop shadow on menus - safari & firefox only */
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 5px 5px 9px #555; /* drop shadow on menus - safari & firefox only */
}


.textBoxOutline
{
	border-color: #999; 
	border-style:solid; 
	border-width:thin;
	background-color:#FFF;
	padding:0;
	margin-bottom:2px;
}



/* ==========================  Buttons ========================*/
.button {
	font-weight:bold;
	background-color:#06416D;
	background:url(/menu09/images/blueMenuGradient.png);
	background-repeat:repeat-x;
	border: 1px solid #32A18B;
	-moz-border-radius: 1em 1em;
	-webkit-border-radius: 1em 1em;
	border-radius: 1em 1em;
 /*   background: #eef;  */
	padding: 2px 6px 3px 6px;
	border: 0px;
	color:#FFF;
	FILTER: progid:DXImageTransform.Microsoft.Shadow (Color=#555555, Direction=135,strength=2);		/* drop shadow on buttons - IE only */
	-moz-box-shadow: 2px 2px 3px #555; 																/* drop shadow on buttons - safari & firefox only */
	-webkit-box-shadow: 2px 2px 3px #555; 															/* drop shadow on buttons - safari & firefox only */
	margin-top:0px;
	margin-left:0px;
}

.redButton {
	font-weight:bold;
	background-color:#982E43;
	background:url(/menu09/images/redMenuGradient.png);
	background-repeat:repeat-x;
	border: 1px solid #32A18B;
	-moz-border-radius: 1em 1em;
	-webkit-border-radius: 1em 1em;
	border-radius: 1em 1em;
	padding: 2px 6px 3px 6px;
	border: 0px;
	color:#FFFFFF;
	FILTER: progid:DXImageTransform.Microsoft.Shadow (Color=#555555, Direction=135,strength=2);		/* drop shadow on buttons - IE only */
	-moz-box-shadow: 2px 2px 3px #555; 																/* drop shadow on buttons - safari & firefox only */
	-webkit-box-shadow: 2px 2px 3px #555; 															/* drop shadow on buttons - safari & firefox only */
	margin:0px;
}

.button:hover {
	background-color:#2E9883;	
	background-image:url(/menu09/images/greenMenuGradient.png);
	background-repeat:repeat-x;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.redButton:hover {
	background-color:#FF0000;
	background:url(/menu09/images/pinkMenuGradient.png);
	background-repeat:repeat-x;
	color:#FFF;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.button[disabled], .button:hover[disabled] {
	background-color:#CCCCCC;
	background-image:none;
	border-style:ridge;
	border-width:1px;
	cursor:not-allowed;
	padding: 1px 5px 2px 5px;
}

/*-------------------------------------------------------------*/

#layerCompetencies {
	position:fixed;
	width:790px;
	padding:10px;
	top:116px;
	border: solid 1px;
}

#layerCompetencies td{
	padding:1px 5px;
}

@media screen {
.coverSheet{
	display:none;
}
}

@media print {
.coverSheet{
	page-break-after:always;
/*	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-image:url(../Tutors/images/confidential.png);*/
}
}

.verticalSpacer400 {
/*	height:400px; */ /* original spacing to make each FQAQ look like a seperate page */
	height:50px;
}
