/*CSS Document*/

/* container.ascx */
#juna_container
{
	clear: both;
	width: 100%;
}
#juna_container_title
{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
.juna_containerTitleContent
{
}
#juna_container_actions
{
	float: left;
	width: 15px;	
}
.juna_containerActionsContent
{
	padding-left: 25px;
	padding-top: 1px;
}
#juna_container_content
{
	clear: both;
}
.juna_containerContent
{
}
/* END container.ascx */

/* leftpane.ascx */
#juna_container_leftpane_title
{
	float: left;	
}
.juna_containerLeftpaneTitleContent
{
	padding-left: 10px;
}
#juna_container_leftpane_actions
{
	float: left;
	width: 15px;
}
.juna_containerLeftpaneActionsContent
{
	padding-left: 25px;
	padding-top: 1px;	
}
#juna_container_leftpane_content
{
	clear: both;
}
.juna_containerLeftpaneContent
{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
}
/* END leftpane.ascx */

/* title.ascx */
#juna_container_header
{ 
    width: 100%;
    clear: both;
}
#juna_container_header_actions
{
	width: 15px;
}
.juna_containerHeaderActionsContent
{
	padding-left: 20px;
}
#juna_container_header_content
{
	padding-top: 40px;
}
.juna_containerHeaderContent
{
	
}
.juna_containerHeaderContent p
{
	margin: 0px;
	padding: 0px;
}
/* END title.ascx */

/* notitle.ascx */
#juna_container_notitle_actions
{
	width: 15px;
}
#juna_container_notitle_content
{
	
}
/* END notitle.ascx */