/* =========================================== Container Styles for DotNetNuke ========================================== */

/* Overall container style */
.ContainerBlankOuter
{
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* For lines separating content from header or footer */
.ContainerBlankLine
{
}

/* For header (containing title and menu */
.ContainerBlankHeader
{
}

/* For help link over editable content */
.ContainerBlankHeader a
{
   padding-left: 5px;
   padding-right: 5px;
}

/* Content area */
.ContainerBlankContent
{
}

/* Footer containing print, extra actions */
.ContainerBlankFooter
{
}

/* For action icon/menu over editable content */
.ContainerBlankActions
{
}

.ContainerLightBorder
{
	margin-bottom: 10px;
	/*
	border-right: solid 2px Gray;
	border-bottom: solid 2px Gray;
	border-left: solid 1px #EBEBEB;
	border-top: solid 1px #F5F5F5;
	*/
	padding: 5px 5px;
	margin-right: 10px;
	width: 100%;
	/*background-color: White;*/
}

.ContainerLightTitle
{
	color: white;
    background-color: #779DE0;
    /*background-image: url(./images/tablogin_blue.gif);*/
    /*background-repeat: repeat-x;*/
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	/*font-weight: bold;*/
    padding: 10px 10px 7px 10px;
    margin-top: 5px;
    /*margin-bottom: 0px;*/
}

.ContainerSubTitle
{
	color: Black;
	background-color: #F6F6F6;
	font-family: Arial, Sans-Serif;
	padding: 10px 10px 7px 10px;
}

.ContainerGrayTitle
{
	color: white;
    background-color: #CCCCCC;
    background-image: url(./images/sidemodule_bkgd.gif);
    background-repeat: repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ContainerLightBody
{
	padding: 5px 10px 5px 10px;
}

.sidebarBorderLight
{
	border: solid 1px #E2E1E1;
	background-color: White;
	margin-bottom: 10px;
}

.sidebarBorderHeavy
{
	border: solid 2px #EBCA2E;
	background-color: White;
	margin-bottom: 10px;
}

.sidebarLightTitle
{
	color: #767474;
    background-color: #FFFFFF;
    /*background-image: url(./images/tablogin_blue.gif);*/
    /*background-repeat: repeat-x;*/
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	/*font-weight: bold;*/
    padding: 8px 10px 7px 10px;
    border-bottom: solid 1px #EEEEEE;
    /*margin-bottom: 5px;*/
}







