.UserLocator_ModulePanel
{
	width: 600px;
	height: 530px;
 
 	border: 1px solid #666666;

	font-size: 10px;
	font-weight: bold;
	color: #666666;

}


/* ************************
    Region Selector Styles
   ************************ */

.UserLocator_TopPanel
{
	height: 30px;
	background: #FFFFFF;
}

.UserLocator_MapPanel
{
	height: 500px;
}

.UserLocator_Label
{
	font-size: 10px;
}

.UserLocator_DropDownList
{
	font-size: 10px;
	width: 200px;
}


/* **********************
    User Selector Styles
   ********************** */

.UserLocator_LeftPanel
{
	width: 400px;
	text-align: center;
	align: center;
}

.UserLocator_RightPanel
{
	width: 200px;
	text-align: center;
	align: center;
}

.UserLocator_TextPanel
{
	width: 100%;
	height: 300px;
	
	background-color: #FFFFFF;
 	border: 1px solid #666666;
}

.UserLocator_Head
{
	font-size: 17px;
	font-weight: bold;
    color: #666666;
}

.UserLocator_SubHead
{
	font-size: 11px;
	font-weight: bold;
    color: #666666;
}

.UserLocator_SubSubHead
{
	font-size: 10px;
	font-weight: bold;
    color: #666666;
}

/* ***************************
    Platinium Reseller Styles
   *************************** */

.PlatiniumReseller 
{
	font-size: 10px;
    color: #666666;

	width: 200px;

	background-color: #DDDDDD;
 	border: 1px solid #000000;
}

.PlatiniumReseller_HeaderStyle
{
	font-size: 10px;
	font-weight: bold;
    color: #000000;
}

.PlatiniumReseller_ItemStyle
{
	font-size: 10px;
	padding-left: 20px;
}

.PlatiniumReseller_ItemStyle A,
.PlatiniumReseller_ItemStyle A:link,
.PlatiniumReseller_ItemStyle A:visited,
.PlatiniumReseller_ItemStyle A:hover,
.PlatiniumReseller_ItemStyle A:active
{
	font-size: 10px;
    text-decoration: none;
    color: #666666;
}

.PlatiniumReseller_ItemStyle A:hover
{
    text-decoration: underline;
}


/* **********************
    Gold Reseller Styles
   ********************** */

.GoldReseller 
{
	font-size: 10px;
    color: #666666;
    
	width: 200px;

	background-color: #FFFFFF;
 	border: 1px solid #CC9933;
}

.GoldReseller_HeaderStyle
{
	font-size: 10px;
	font-weight: bold;
    color: #CC9933;
}

.GoldReseller_ItemStyle
{
	font-size: 10px;
	padding-left: 20px;
	background: url(Images/Delete.gif) no-repeat left middle;
}

.GoldReseller_ItemStyle A,
.GoldReseller_ItemStyle A:link,
.GoldReseller_ItemStyle A:visited,
.GoldReseller_ItemStyle A:hover,
.GoldReseller_ItemStyle A:active
{
	font-size: 10px;
    text-decoration: none;
    color: #666666;
}

.GoldReseller_ItemStyle A:hover
{
    text-decoration: underline;
}


/* ************************
    Silver Reseller Styles
   ************************ */

.SilverReseller 
{
	font-size: 10px;
    color: #666666;
    
	width: 200px;

	background-color: #FFFFFF;
 	border: 1px solid #CCCCCC;
}

.SilverReseller_HeaderStyle
{
	font-size: 10px;
	font-weight: bold;
    color: #CCCCCC;
}

.SilverReseller_ItemStyle
{
	font-size: 10px;
	padding-left: 20px;
	background: url(Images/Delete.gif) no-repeat left middle;
}

.SilverReseller_ItemStyle A,
.SilverReseller_ItemStyle A:link,
.SilverReseller_ItemStyle A:visited,
.SilverReseller_ItemStyle A:hover,
.SilverReseller_ItemStyle A:active
{
	font-size: 10px;
    text-decoration: none;
    color: #666666;
}

.SilverReseller_ItemStyle A:hover
{
    text-decoration: underline;
}


/* ************************
        Reseller Styles
   ************************ */

.Reseller 
{
	font-size: 10px;
    color: #666666;
    
	width: 200px;

	background-color: #FFFFFF;
 	border: 1px solid #666666;
}

.Reseller_HeaderStyle
{
	font-size: 10px;
	font-weight: bold;
    color: #666666;
}

.Reseller_ItemStyle
{
	font-size: 10px;
	padding-left: 20px;
	background: url(Images/Delete.gif) no-repeat left middle;
}

.Reseller_ItemStyle A,
.Reseller_ItemStyle A:link,
.Reseller_ItemStyle A:visited,
.Reseller_ItemStyle A:hover,
.Reseller_ItemStyle A:active
{
	font-size: 10px;
    text-decoration: none;
    color: #666666;
}

.Reseller_ItemStyle A:hover
{
    text-decoration: underline;
}

