<STYLE TYPE="text/css">
/*
**	THEME SETTINGS ARE AS FOLLOWS:
**
**	highlight: 		#B0E54E (pastel blue) 
**	highlightborder:	#222284 (dark blue)
**	
**	menubar:		#D6D3CE (off-white)
**	toolbar: 		#EEFFC1 (cream)
**	
*/
/**************************************************************/
/*                                                            */
/*  STANDARD Convea PAGE STYLES                             */
/*                                                            */		
/**************************************************************/
    
    HTML
	{
		font-size: 9pt;
		font-family: verdana;
		overflow: auto;
	}

    BODY
	{
		font-size: 9pt;
		font-family: verdana;
		scrollbar-face-color: #D6D3CE; 
		scrollbar-shadow-color: #848284; 
		scrollbar-highlight-color: #FFFFFF; 
		scrollbar-3dlight-color: #red; 
		scrollbar-darkshadow-color: #424142; 
		scrollbar-track-color: #EAE9E6; 
		scrollbar-arrow-color: #000000;
		overflow: auto;
		background-color: #D6D3CE;
	}

    TD
	{
		font-size: 9pt;
		font-family: verdana;
	}

    TEXTAREA
	{
		font-size: 9pt;
		font-family: verdana;
	}
    LABEL
	{
		position: relative;
		top: -2;
		left: 1;
	}
    INPUT
	{
		font-size: 9pt;
		font-family: verdana;
	}

    SELECT
	{
		font-size: 9pt;
		font-family: verdana;
	}    

    A
	{  
		color: black;
		text-decoration: none;
	}

    A:HOVER  
	{ 
		color: black;
		text-decoration: underline;
	}

    /* this style just fixes the pointer for text in button & tabs */
	.linehighlight
	{
		background-color: #B0E54E;
	}
    .cursortext
	{
		cursor: Default;
	}
    .tabrunner
	{
		display: none;
		visibility: hidden;
	}

    .emailinput
	{
		/* plain background in the toolbar colours */
		background: #D6D3CE;
		border-top: 8px #D6D3CE solid;
		border-bottom: 8px #D6D3CE solid;
		border-left: 8px #D6D3CE solid;
		border-right: 8px #D6D3CE solid;
	}


.tabbox
	{
		background: #D6D3CE;
		border-left: 2px #EEEEEE solid;
		border-right: 2px gray solid;
		border-bottom: 2px gray solid;
	}
FIELDSET
{
	margin-bottom: 6px;	
}
.plainbox
	{
		background: #D6D3CE;
	}
.controlbox
	{
		border-left: 9px #D6D3CE solid;
		border-right: 9px #D6D3CE solid;
		border-top: 6px #D6D3CE solid;
		border-bottom: 9px #D6D3CE solid;
	}

.fieldbox
	{
		border-left: 9px #D6D3CE solid;
		border-right: 9px #D6D3CE solid;
		border-top: 6px #D6D3CE solid;
		border-bottom: 9px #D6D3CE solid;		

	}
.navtabbox
	{
		background: white;
		border-left: 0pt gray solid;
		border-right: 0pt gray solid;
		border-bottom: 1pt gray solid;
	}
.columnbar
	{
		background: #D6D3CE;
		border-top: 1px #EEEEEE solid;
		border-bottom: 1px #848284 solid;
	}
/**************************************************************/
/*                                                            */
/*  LIST VIEW STYLES                                          */
/*                                                            */		
/**************************************************************/

	.tblHeader
	{
	    	TABLE-LAYOUT: fixed;
		WIDTH: 90%;
		HEIGHT: 20px;
		Margin: 0px;
	}

	.tblHeader TD
	{
		background:#D6D3CE;
		border-top: 1px #EEEEEE solid;
		border-left: 1px #EEEEEE solid;
		border-bottom: 1px #848284 solid;
		border-right: 1px #848284 solid;
		padding-left: 4px;
		padding-right: 4px;
		table-layout:fixed;
	}
	#divList
	{
	    	OVERFLOW-x: auto;
	    	OVERFLOW-y: scroll;
	}
	.List
	{
		table-layout=fixed;
	}
	.List TD
	{
		padding-left: 5px;
		padding-right: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		valign: middle;
	}
	#tdSpc
	{
		width:0px;
	}
	.GroupByBar
	{
		border-left:1px solid white;
		border-top:1px solid white;
		border-bottom:1px solid #aaaaaa;
		border-right:1px solid #aaaaaa;
		background: #e1e1e1; 
		cursor: hand;
		Height: 22px;
	}

/**************************************************************/
/*                                                            */
/*  BASIC COLOUR STYLES                                       */
/*                                                            */		
/**************************************************************/

	.infotab
	{
		background: #349C64;
	}

	.infobox
	{
		border-left: 1px #349C64 solid; 
		border-right: 1px #349C64 solid; 
		border-top: 1px #349C64 solid; 
		border-bottom: 1px #349C64 solid;
	}



/**************************************************************/
/*                                                            */
/*  MENU BAR STYLES                                           */
/*                                                            */		
/**************************************************************/

    /* bar behind the top menu */
    #menuback
	{
		background: #D6D3CE; 
		border-bottom: 1px #848284 solid; 
		border-top: 1px gray solid; 
	}

    /* the menu bar */
    #menubar 
	{
		position: relative; 
		font: menu; 
		cursor: default; 
		background: #D6D3CE; 
		z-index:1		
	}
    
    /* the top-level menu items */
    #menubar .root 
	{
		border-left: 1px #D6D3CE solid; 
		border-right: 1px #D6D3CE solid; 
		border-bottom: 1px #D6D3CE solid; 
		border-top: 1px #D6D3CE solid;  		
		padding-left: 4pt; 
		padding-right: 4pt;
		padding-bottom: 2pt;
		padding-top: 2pt;
	}
    #menubar .rootraised 
	{	
		border-left: 1px white solid; 
		border-right: 1px gray solid; 
		border-bottom: 1px gray solid;
		border-top: 1px white solid; 		
		padding-left: 4pt; 
		padding-right: 4pt;
		padding-bottom: 2pt;
		padding-top: 2pt;
		background: #D6D3CE
	}
    #menubar .rootsunk
	{
		border-left: 1px gray solid; 
		border-right: 1px white solid; 
		border-bottom: 1px white solid;
		border-top: 1px gray solid;		
		padding-left: 4pt; 
		padding-right: 4pt;
		padding-bottom: 2pt;
		padding-top: 2pt;
		background: #FFFBF7;
	}

    	
    /* nested menus */
    #menubar TABLE 
	{
		margin: 0pt; 
		padding: 0pt; 
		background: #FFFBF7; 
		border-left: 1px gray solid; 
		border-right: 1px gray solid; 
		border-bottom: 1px gray solid; 
		border-top: 1px gray solid; 
		display: none; 
		position: absolute;
		font-family: menu;
		/* filter: alpha(opacity=90); */
	}
	
    #menubar TABLE TD 
	{		
		margin: 0pt; 
	}
    
    /* Style for highlighted elements */
    #menubar .highlight 
	{
		color: black; 
		background: #7491DC		
	}    

    /* Style for disabled and break elements */
    #menubar #break, #menubar .disabled 
	{
		color: gray
	}
	
    /* Style for more arrow*/
    #menubar .more 
	{
		width: 9px;		
		left: 0pt; 
		float: right; 
		top: -6px; 		
		position:relative;
	}

    /* Style for grey box icon */
	#menubar .sideicon
	{
		width: 9px;		
		left: 0pt; 
		float: left; 
		top: 0pt; 		
		position:relative;
	}

    /* Style for actual menu item text */
	#menubar .menutext
	{
		left: 4pt; 
		top: 3pt; 		
		position:relative;
	}

    /* Style for actual menu item text */
    	#menubar .left 
	{
		margin-left: -11pt;
	}

/**************************************************************/
/*                                                            */
/*  TOOLBAR BAR STYLES                                        */
/*                                                            */		
/**************************************************************/

    /* the toolbar bar */
    #toolbar 
	{
		width: 90%;
		background: #D6D3CE; 
		cellspacing: 0;
		z-index:0;
		
		border-top: 1px #EEEEEE solid;
		border-bottom: 1px #848284 solid;	
	}

/**************************************************************/
/*                                                            */
/*  TOOLBAR BUTTON STYLES                                        */
/*                                                            */		
/**************************************************************/

.toolBarButton,
.toolBarButtonHover,
.toolBarButtonActiveHover,
.toolBarButtonActive,
.toolBarButtonActiveDisabled,
.toolBarButtonDisabled,
.toolBarButtonUpDisabled {
	cursor: 		Default;
	font: 			Icon;
	font-weight: 		normal;
	padding:		2px 5px 2px 5px;
	border:			0px solid #F7F3E7;
	white-space:		nowrap;
	vertical-align:		middle;
	background-color:	#D6D3CE;

}

.toolBarButton img {
	filter:				gray();
}

.toolBarButtonHover {
	border-width:		1px;
	border-left-color:	white;
	border-right-color:	gray;
	border-top-color:	white;
	border-bottom-color:	gray;
	padding:			1px 4px 1px 4px;
	background-color:	#D6D3CE;		
}

.toolBarButtonActiveHover {
	border-width:		1px;
	border-left-color:	gray;
	border-right-color:	#EEEEEE;
	border-top-color:	gray;
	border-bottom-color:	#EEEEEE;
	padding:		2px 3px 0px 5px;
	background-color:	#eeeeee;		
}

.toolBarButtonActive {
	border-width:		1px;
	border-left-color:	ButtonShadow;
	border-right-color:	ButtonHighlight;
	border-top-color:	ButtonShadow;
	border-bottom-color:ButtonHighlight;
	padding:			2px 3px 0px 5px;
	background-color:	#eeeeee;
}

.toolBarButtonUpDisabled,
.toolBarButtonActiveDisabled,
.toolBarButtonDisabled {
	padding:			2px 5px 2px 5px;
	color:				GrayText;
	border-width: 		0px;
}

.toolBarButtonActiveDisabled {
	border-width:		1px;
	border-left-color:	ButtonShadow;
	border-right-color:	ButtonHighlight;
	border-top-color:	ButtonShadow;
	border-bottom-color:ButtonHighlight;
	padding:			2px 3px 0px 5px;
}

.toolBarButtonUpDisabled {
	border-width:		1px;
	border-left-color:	ButtonHighlight;
	border-right-color:	ButtonShadow;
	border-top-color:	ButtonHighlight;
	border-bottom-color:ButtonShadow;
}

/* My latest build of mozilla crashed with the opacity */
.toolBarButtonUpDisabled img,
.toolBarButtonActiveDisabled img,
.toolBarButtonDisabled img 
{
	-moz-opacity:		0.5;
}

/* IE specific
 * When the button becomes disbabled the innerHTML is enclosed by two spans
 * This is done so that the image will look disabled using filters
 */
.toolBarButtonUpDisabled .toolBarButtonDisabledContainer,
.toolBarButtonActiveDisabled .toolBarButtonDisabledContainer,
.toolBarButtonDisabled .toolBarButtonDisabledContainer {
	display:			block;
	background:			GrayText;
	filter:				chroma(color=#0991) dropshadow(color=ButtonHighlight, offx=1, offy=1);
	width:				90%;
	height: 90%;
	
	vertical-align:		center;
}

.toolBarButtonUpDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer,
.toolBarButtonActiveDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer,
.toolBarButtonDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer {
	background:			;
	filter:				gray()
						/* Remove all bright shades of gray */
						chroma(color=#ffffff) chroma(color=#fefefe) chroma(color=#fdfdfd)
						chroma(color=#fcfcfc) chroma(color=#fbfbfb) chroma(color=#fafafa)
						chroma(color=#f9f9f9) chroma(color=#f8f8f8) chroma(color=#EEEEEE)
						chroma(color=#f6f6f6) chroma(color=#f5f5f5) chroma(color=#f4f4f4)
						chroma(color=#f3f3f3) 
						mask(color=#0991)
}





</STYLE>