/* 
================================
 Container Styles for MyProfile Container
================================
*/   

.MySkin_LTS
{
}

.MySkin_LTS_ContainerTitle
{
    PADDING-LEFT: 4px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
    COLOR: Black;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: transparent;
}

.MySkin_LTS_BlueContentBackground
{
    BACKGROUND-COLOR: #d1e2fe
}
.MySkin_LTS_WhiteContentBackground
{
    BACKGROUND-COLOR: white
}

.MySkin_LTS_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: transparent;
}

.MySkin_LTS_dnnfusion_mp_searchbtn
{
	border-bottom: gray 1px solid;
	padding-bottom: 0px;
}

.MySkin_LTS_dnnfusion_mp_searchnoresults
{
	color: Red;
}

.MySkin_LTS_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: transparent;
}

.dnnfusion_mp_moduletoolbar
{
	border-right: #BDC2CB 1px solid;
	padding-right: 2px;
	border-top: #BDC2CB 1px solid;
	margin-top: 1px;
	padding-left: 14px;
	padding-bottom: 2px;
	border-left: #BDC2CB 1px solid;
	padding-top: 1px;
	border-bottom: #DCDFE5 1px solid;
	background-color: transparent;
}
table.dnnfusion_mp_moduletoolbar
{
	background-color: transparent;
}

.normal .dnnfusion_mp_moduletoolbar
{
	border-right: #BDC2CB 1px solid;
	padding-right: 2px;
	border-top: #BDC2CB 1px solid;
	margin-top: 1px;
	padding-left: 14px;
	padding-bottom: 2px;
	border-left: #BDC2CB 1px solid;
	padding-top: 1px;
	border-bottom: #DCDFE5 1px solid;
	background-color: transparent;
}

/*
.dnnfusion_mp_leftpane
{
	width: 250px;
}

.dnnfusion_mp_rightpane
{
	width: 250px;
}

.dnnfusion_mp_contentpane
{
	width: 300px;
}

*/

