/* CSS Document */

.DashboardContainer_Large 
{
    width: 98%;
    max-height: 100%;
    margin: 10px;
    border: 1px solid #fff;
    /*background-color: #CCC;*/
	background-color:#E1E1E1;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	float:left;
}

.ContainerHeader
{
	font-size:12px;
	line-height:30px;
	width:100%;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	
}

.ContainerBody
{
	background-color:#E1E1E1;
}

.DashboardContainer_Medium
{
    width: 49%;
    max-height: 500px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #E1E1E1;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	clear:both;
	float:left;
}

.Dashboard_EasyContainers
{
    width: 98%;
    max-height: 100%;
    margin: 10px;
    border: 1px solid #fff;
	background-color:#FFFFF;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
	float:left;
	padding-bottom:5px;
}

.EasyContainersHeader
{
	font-size:12px;
	line-height:30px;
	width:100%;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	
}

.EasyContainersBody
{
	background-color:#E1E1E1;
}



#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#selectable li { margin: 3px; padding: 0.4em; font-size: 1em; height: 18px; }