/*- Put your own CSS in this file

    Uncomment any of the styles below that you wish to use and change the # value
    which is the color. In the examples below I have changed the default blue to
    green, using different shades for active and inactive tabs, hover colours etc.
*/


/* Change tab border to green */
/*
.yui-navset-top .yui-nav {
	border-color:#688800;
}
*/



/* Change active tab background to green */
/*
.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	background:#688800;
	color:#FFFFFF;
}
*/



/* Change colour of inactive tab hover to light green  */
/*
.yui-skin-sam .yui-navset .yui-nav a:hover, 
.yui-skin-sam .yui-navset .yui-nav a:focus {
	background:#CCD3A3;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
*/



/* Change bar under tab to green */
/*
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	border-color:#688800;
	border-style:solid;
	border-width:0 0 5px;
}
*/



/* Change table column headers to a shade of light green */
/*
td.listtablecolumnheaders {
	background:#CCD3A3 none repeat scroll 0 0;
	color:#688800;
}
*/


/* Change colour of links in table column headers to a shade of light green */
/*
td.listtablebackground a {
	color:#688800;
	text-decoration:underline;
}
*/

/* Add underline when hovering over links in table column headers */
/*
td.listtablebackground a:hover {
	color:#688800;
	text-decoration:underline;
}
*/

/* Add underline for visited links */
/*
td.listtablebackground a:visited {
	color:#688800;
	text-decoration:underline;
}
*/

/* Change list table background to green - it actually creates a border effect as there is a table inside a table */
/*
td.listtablebackground {
	background:#688800 none repeat scroll 0 0;
}
*/



/* Change the background of the table within the table to green */
/*
td.listtablebackground table {
	background:#CCD3A3 none repeat scroll 0 0;
}
*/



/* Change header text on forms to green */
/*
.form_info h2 {
	clear:left;
	color:#688800;
	font-size:160%;
	font-weight:normal;
	margin:0 0 3px;
}
*/



/* Change legend text on forms to green */
/*
legend {
	color:#688800;
}
*/



/* Change colour of button on hover */
/*
.yui-skin-sam .yui-button-hover {
	background:#CCD3A3;
}
*/



/* Change menu backgrounds to green */
/*
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	background:#CCD3A3;
}
.yui-skin-sam .yuimenuitem-selected {
	background:#CCD3A3;
}
.yui-skin-sam .yuimenuitemlabel-selected {
	background:#CCD3A3;
}
*/

