/* workgroup main layout element styles */
	#wg-window
	{
		width:767px;
		overflow:hidden;
		margin:-5px 0px 5px -15px;
		padding:0px;
		border:solid #8EB988 3px;
		font-family:Arial, Helvetica, Sans-Serif;
		font-size:13px;
	}
	
	#wg-header
	{
/*		height:21px; */
		margin:0px;
		padding:0px 0px 2px 0px;
		background-color:#8EB988;
		color:#FFFFFF;
		font-family:Arial, Helvetica, Sans-Serif;
	}

	#wg-header-bottom
	{
		clear:left;
		margin:0px;
		padding:0px;
	}

	#wg-title
	{
		float:left;
		width:315px;
		padding:2px 5px 5px 5px;
		background-color:#8EB988;
		color:#FFFFFF;
		font-style:italic;
		font-weight:bold;
		font-size:14px;
	}
	
	#wg-title a
	{
		color:#FFFFFF;
		font-style:italic;
		font-weight:bold;
		font-size:14px;
	}
	
	#wg-header-extra
	{
		float:right;
		padding:2px 5px 5px 5px;
		background-color:#8EB988;
		text-align:right;
	}
	
	#wg-header-extra a
	{
		color:#FFFFFF;
		font-size:12px;
		margin-left:5px;
		background-color:#5c8f55;
		padding:2px 3px 3px 3px;
	}
	
	#wg-features
	{
		clear:left;
		height:25px;
		padding:0px;
		margin:0px 0px 10px 0px;
	}
	
	.wg-icon
	{
		display:block;
		float:left;
		padding:4px 4px 4px 3px;
		background-color:#DDDDDD;
	}
	
	#wg-features a
	{
		padding:default;
		margin:default;
	}

	#wg-content-title
	{
		clear:left;
		padding:5px 10px 0px 15px;
		color:#666666;
		font-size:17px;
		font-weight:bold;
	}
	
	#wg-content
	{
		clear:both;
		padding:5px 10px 10px 15px;
	}
	
/* workgroup form, form button styles */
	.wg-confirmation
	{
		width:95%;
		margin:5px 0px 5px 0px;
		padding:10px 10px 0px 10px;
		background-color:#8EB988;
		color:#FFFFFF;
		font-size: 14px;
	}
	
	div.wg-form-submit
	{
		padding:10px 25px 10px 25px;
		direction: ltr;
		text-align: left;
	}
	
	div.wg-form-submit-reversed
	{
		padding:10px 25px 10px 25px;
		direction: rtl;
		text-align: left;
	}
	
	div.wg-form-button
	{
		padding:0px 5px 0px 5px;
	}

/* workgroup table styles */
	table.wg-grid
	{
		clear:left;
	
		margin:8px 0px 4px 0px;
	
		width:550px;
	
		border-collapse:collapse;
		border-spacing:0px;
		border-width:0px;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	table.wg-grid A:link
	{
		text-decoration: none;
	}
	
	table.wg-grid A:visited
	{
		text-decoration: none;
	}
	
	table.wg-grid A:hover
	{
		text-decoration: underline;
	}
	
	table.wg-grid A:active
	{
		text-decoration: underline;
	}
	
	th.wg-cell
	{
		margin:0px;
		padding:4px;
	
		border-top: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
		border-left: 1px solid #EEEEEE;
	
		text-align: center;
		vertical-align: middle;
	
		background-color: #DDDDDD;
		color: #666666;
	}
	
	th.wg-cell-last
	{
		margin:0px;
		padding:4px;
	
		border-top: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
		border-left: 1px solid #EEEEEE;
		border-right: 1px solid #EEEEEE;
	
		text-align: center;
		vertical-align: middle;
	
		background-color: #DDDDDD;
		color: #666666;
	}
	
	tr.wg-row-0 { background-color: #f0f0f0; }
	tr.wg-row-1 { background-color: #ffffff; }
	
	td.wg-cell
	{
		margin:0px;
		padding:4px;
	
		border-bottom: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
	
		vertical-align: middle;
	}
	
	td.wg-cell-last
	{
		margin:0px;
		padding:4px;
	
		vertical-align: middle;
	
		border-bottom: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
	}

/* workgroup miscellaneous styles */
	.workgroup-listing-small {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	.tool-group {
		margin-left: 10px;
		margin-right: 5px;
	}
	
	.tool-header {
		font-size: 17px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 10px;
	}

	.tool-header a {
		color: #666666;
	}

	.tool-header img {
		margin-right:10px;
	}
	
	.tool-header-sub {
		font-weight: bold; 
		color: #666666;
		margin-bottom: 5px;
	}
	
	.tool-header-sub-sub {
		font-weight: bold; 
		color: #666666;
		margin-bottom: 3px;
	}
	
	.tool-control {
		font-size: 13px;
		font-weight: bold; 
		color: #666666;
	}
	
	.tool-message {
		color:green;
		font-weight:bold;
	}
	
	.tool-error {
		color:red;
		font-weight:bold;
	}
	
	.tool-inactive {
		color:#999999;
	}
	
	.tool-text-selected {
		font-style:italic
	}

