﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_gray
{
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	margin-top: 6px;
}

.containermaster_padless
{
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	border: solid 0px black;
}

.containerrow2_gray
{
	background-color: transparent;
	padding: 10px;
}

.containerrow2_normal
{
	background-color: transparent;
	padding: 10px;
}


.containerrow2_bottom-border
{
	padding: 10px;
	background: transparent url(images/container-1-bottom-repeater.gif) repeat-x bottom left;
}

.containerrow2_blueblock
{
	background-color: #eef1f6;
	padding: 20px;
}

.greyedge
{
	background: #858585 url(images/grey_block_topborder.jpg) no-repeat bottom right;
	padding: 0 0 0 0;
	height: 3px;
	line-height: 1px;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}

.Underline
{
    text-decoration: underline;
}

.Uppercase
{
    text-transform: uppercase;
}

.container-bullet
{
    background: transparent url(images/container-bullet.gif) no-repeat left;
    width:15px;
}

.White
{
    color: #FFF;
}

.title-background
{
    height: 31px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.blue-bg
{
    background-color: #019cec;
}

.dark-bg
{
    background-color: #3e3e3e;
}

.No-bold
{
    font-weight: normal;
}

#Blue-Block label,#Blue-Block .normal,#Blue-Block .Normal
{
	font-size: 11px;
	line-height: normal;
	font-family: verdana, Tahoma, arial, helvetica, Sans-Serif;
	color: #000000;
}
