table {
    border-collapse:collapse;
	width: 100%;
	height: 100%
}
td {
    font-family:verdana;
    color:black;
    font-size:16px
}
.styled-select select select option.service-small {
    font-family:verdana;
    font-size: 14px;
    color:black;
    padding: 2px;
    width:300px;
}
optgroup { 
    font-size:14px; 
    width:300px
}
p.SidebarText:hover, li.SidebarText:hover, div.SidebarText:hover
	{color: #00FF78;}
a.SidebarText 
	{font-family:"verdana";
	font-weight:normal;
	text-decoration:none;
	color:black;
	cursor: pointer;}
a.SidebarText:hover
	{color: #00FF78;}
p.ContentText
	{font-family:"helvetica";
	font-weight:normal;
	text-decoration:none;
	color:#666666;
	cursor: pointer;}
a.ContentText 
	{font-family:"helvetica";
	font-weight:normal;
	text-decoration:none;
	color:#AAAAAA;
	cursor: pointer;}
a.ContentText:hover
	{color: #00FF78;}

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }

#country-list{float:left;list-style:none;margin:0;padding:0;width:380px;}
#country-list li{padding: 1px; background:#FAFAFA;border-bottom:#F0F0F0 1px solid;}
#country-list li:hover{background:#F0F0F0;}
#search-box{padding: 5px;border: #F0F0F0 1px solid;}
