/* =======================================
    CSS STYLES FOR Module DNNFusion_MyProfile
   =======================================
*/

/* Normal Text */

.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
{
	border-right: #BDC2CB 1px solid;
	padding-right: 2px;
	border-top: #BDC2CB 1px solid;
	margin-top: 3px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #BDC2CB 1px solid;
	padding-top: 3px;
	border-bottom: #DCDFE5 1px solid;
	background-color: #aaa;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
}
.dnnfusion_mp_moduletoolbar
{
	border-right: #BDC2CB 1px solid;
	padding-right: 2px;
	border-top: #BDC2CB 1px solid;
	margin-top: 1px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #BDC2CB 1px solid;
	padding-top: 1px;
	border-bottom: #DCDFE5 1px solid;
	background-color: #aaa;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
}

.hand
{
	cursor: hand;
}

.crosshair
{
	cursor: crosshair;
}

.zoom
{
	cursor: url('./media/magnify.cur'); /*hand; */
}

