/* =======================================
    CSS STYLES FOR Module DNNFusion_MyProfile
   =======================================
*/

/* Normal Text */

.mp_search_container
{
	border: #3333ff 1px solid;
	background-color: #66ccff;
}

.mp_sel_searchbox
{
	background-color: #4790b4;
}

.dnnfusion_mp_searchbox
{
	width: 400px;
	border-right: #3333ff 1px solid;
	border-top: #3333ff 1px solid;
	border-left: #3333ff 1px solid;
	border-bottom: #3333ff 1px solid;
	background-color: #66ccff;
}

.dnnfusion_mp_searchbtn
{
	border-bottom: gray 1px solid;
	padding-bottom: 0px;
}

.dnnfusion_mp_searchnoresults
{
	color: Red;
}

.dnnfusion_mp_searchresults
{
	border: solid 1px #E0E0E0;
}

.dnnfusion_mp_controlpanel
{
	background-color: #eeeeee;
}

.hand
{
	cursor: hand;
}

.crosshair
{
	cursor: crosshair;
}

.zoom
{
	cursor: url('./media/magnify.cur'); /*hand; */
}

