body 
{
/*	text-align: left;*/
}
table
{
	margin-bottom: 0;
}

#selected_providers_container
{
	height: 24px;
}

#providers
{
	padding: 10px;
}
#options
{
	margin: 5px;
	padding: 5px;
}

#yui-history-iframe {
	position: absolute;
	top:0; left:0;
	width:1px; height:1px;
	visibility: hidden;
}

.provider_button
{
	border: 1px solid white;
	cursor: pointer;
}
.disabled .provider_button
{
	border: 1px solid white;
	cursor: default;
}
.selected_provider
{
	/*border-bottom: 1px solid black;*/
	clear: left;
}

.provider_button:hover
{
	border: 1px solid #1A3DC1;
}
.disabled .provider_button:hover
{
	border: 1px solid white;
}

#search_form {
	margin:auto;
	text-align:left; 
	width:60%;
}
#search_result {
	text-align:left; 
}

.yui-skin-sam .yui-ac-content ul{ 
	width:300px; 
}
.yui-skin-sam .yui-ac-content{ 
	width:300px; 
}

.provider_icon
{
	margin: 3px;
}
.provider_label
{
	font-size: 11px;
	margin: 3px;
	color: #1A3DC1;
	text-decoration: underline;
}
.disabled .provider_label
{
	color: gray;
}
/* .provider_label_disabled
{
	margin: 3px;
}*/
.group
{
	margin-bottom: 25px;
	padding: 7px;
	/*border: 1px solid green;*/
	
}
.group_name
{
	text-decoration: underline;
}

label
{
	font-weight: bold;
}
.disabled
{
	color: gray;
}
.disabled div
{
	color: gray;
}
.hints
{
	color:#999999;
	font-size:11px;
}

.provider_shortcut
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: green;
}
.disabled .provider_shortcut
{
	color: gray;
}

/*

*/
.more_less
{
	font-size: 11px;
	margin: 3px;
	color: #1A3DC1;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}