/*
/===========================================================
/ Project: 1590 CORIS 2.
/ DotNetNuke container - standard styles.
/ MiKa 11.07.2007.
/ Tested with IE 6, IE 7, Firefox 2.0.
/===========================================================
/ There are extra styles for using the container in right pane
/ (see section "right pane styles), i. e. if the portal admin
/ moves a container from content pane to right pane, it will look different!
/===========================================================
*/



table.containermaster,
table.containermaster_hilight
 {
	width: 100%;
	background-color: transparent;
	margin-bottom: 1em;
}

hr.ContainerHeader
{
	color: #7491AD;
	height: 0px;
	display: none;
}
hr.ContainerFooter
{
	color: #7491AD;
	height: 0px;
	margin-top: 0.5em;
}

.ContainerHeader
{
	background-image: none;
	padding: 0 0 7px 0;
}

.ContainerContent
{
	padding: 0 0 7px 0;
}

.ContainerFooter
{
	background-color: transparent;
}

.ContainerFooter .ActionButtons
{
}

.ContainerFooter .ActionButtons span
{
	position: relative;
	top: -17px;
}



/* Right pane styles : */

.rightpane .containermaster
{
}

.rightpane .ContainerHeader
{
	vertical-align: top;
	padding: 0 5px;
}

.rightpane .ContainerHeader .Head
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold !important;
	font-size: x-small;
	color: white;
	margin: 0;
	padding: 0;
	height: 1px;
}

.rightpane hr.ContainerHeader,
.rightpane hr.ContainerFooter
{
	display: none;
}

.rightpane .ContainerContent
{
	background-color: transparent;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

.rightpane .ContainerFooter
{
	background-color: transparent;
	padding: 2px 0 0 0;
}

.rightpane .ContainerFooter .ActionButtons span
{
	position: static;
	top: 0;
}



/* Colors for standard container in right pane: */

.rightpane .ContainerHeader
{
	background-color: #7491AD;
}

.rightpane .ContainerContent
{
	border-color: #7491AD;
}



/* Colors for hilight container in right pane: */

.rightpane .containermaster_hilight .ContainerHeader
{
	background-color: #EB611D;
}

.rightpane .containermaster_hilight .ContainerContent
{
	border-color: #EB611D;
}
