/******************************************************************************
 *
 * CodeMeter License Central WebDepot / Gateway
 * designGwTest.css
 * (c) 2012-2020: WIBU-SYSTEMS AG
 * info@wibu.com
 *
 *****************************************************************************/

select.gwt_select
{
	border:					1px solid #CCCCCC;
	height:					24px;
	margin: 				0px;
	padding: 				0px;
	vertical-align:			top;
	width:					280px;
	margin-top:				0px;
	left:					0px;
	top:					0px;
}

input.gwt_button
{
	background:				#ED7100;
	border: 				1px solid #ED7100;
	color: 					#FFFFFF;
	cursor: 				pointer;
	margin-top:				20px;
	padding: 				6px 30px 6px 30px;
	text-align: 			center;
}

input.gwt_button:hover
{
	background:				#FDE5D0;
	color: 					#ED7100;
}

input.gwt_button:disabled
{
	background:				#DDDDDD;
	border: 				1px solid #DDDDDD;
	color: 					#999999;
}

table.gwt_paramtable
{
	border-spacing:			0px;
	width:					100%;
}

table.gwt_paramtable td, table.gwt_paramtable th
{
	border-bottom:			1px solid #E8ECEB;
	border-top:				1px solid #E8ECEB;
	padding:				8px 10px 8px 10px;
	position:				relative;
}

table.gwt_paramtable th
{
	background:		 		#009BA3;
	color:					#FFFFFF;
	text-align:				left;
}

table.gwt_paramtable .gwt_row1
{	
	background:				#C3E3E7;
}

table.gwt_paramtable .gwt_row2
{	
	background:				#D3ECEF;
}

table.gwt_paramtable .gwt_optional
{
	font-style:				italic;
}

div.gwt_details
{
	display:				none;
	padding-left:			20px;
	margin-bottom:			20px;
}

div.gwt_folded
{
	background:				url(plus.png) no-repeat 0px center;
	display:				block;
	margin-top:				5px;
}

div.gwt_folded a
{
	display:				block;
	padding-left:			20px;
}

div.gwt_folded:hover
{
	background:				url(plusHover.png) no-repeat 0px center;
}

div.gwt_unfolded
{
	background:				url(minus.png) no-repeat 0px center;
	display:				block;
	margin-top:				5px;
}

div.gwt_unfolded a
{
	display:				block;
	padding-left:			20px;
}

div.gwt_unfolded:hover
{
	background:				url(minusHover.png) no-repeat 0px center;
}
