/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 250px;
	background-color: transparent;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermasterSide {
	width: 208px;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image:none;
	background-repeat:no-repeat;
	background-color:transparent;
}
.SideGrad
{
   background-image:url(images/bg_sidegrad.gif);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:Transparent;
    width:208px; 
}
.SideBack
{
    background-image:url(images/bg_sideback.gif);
    background-repeat:repeat-y;
    background-color:Transparent;
    width:208px;
    margin-bottom:5px;
}
.SideBottom
{
    background:transparent url(images/bg_sidebttm.gif) no-repeat bottom left;
    
}
.containermasterGray {
	width: 100%;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:#999 url(images/bg_grayC.gif) repeat-x Top Left;
}
.containermasterOrange {
	width: 100%;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:#e0930c url(images/bg_orangeC.gif) repeat-x Top Left;
}
.containermasterTitle {
	width: 100%;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:transparent none norepeat;
}
.containerrow_Side 
{
	background-color:transparent;
	background-image:none;
	padding-top:13px;
}
.containerrow_Gray 
{
	background-color:transparent;
	background-image:none;
	padding-top:13px;
}

.containerrow_Title
{
	background-color:transparent;
	background-image:none;
	padding-top:13px;
}
.containerrow_Orange 
{
	background-color:transparent;
	background-image:none;
	padding-top:13px;
}
.Title_Title
{
    color:#333;
    font-family:Tahoma, Arial;
    font-size: 14px;
    font-style:normal;
    font-weight:Bold;
    letter-spacing: 0em;
    text-align:center;
    padding-left:0px;
    padding-bottom:2px;
}
.Gray_Title
{
    color:#fff;
    font-family:Tahoma, Arial;
    font-size: 14px;
    font-style:normal;
    font-weight:Bold;
    letter-spacing: 0em;
    text-align:Left;
    padding-left:0px;
    padding-bottom:2px;
}
.Side_Title
{
    color:#fff;
    font-family:Tahoma, Arial;
    font-size: 14px;
    font-style:normal;
    font-weight:Bold;
    letter-spacing: 0em;
    text-align:Left;
    padding-left:40px;
    padding-bottom:2px;
}
.Orange_Title
{
    color:#fff;
    font-family:Tahoma, Arial;
    font-size: 14px;
    font-style:normal;
    font-weight:bold;
    letter-spacing: 0em;
    text-align:Left;
    padding-left:0px;
    padding-bottom:2px;
 }
.ESSContent
{
    color:#333333;
    font-family: Tahoma, Arial;
    font-size:12px;
    font-style:normal;
    text-align:left;
    padding-left:5px;
    padding-right:7px;
}
.TRCContent a:link
{
    color:White;
    text-decoration:none;
}

.TRCContent a:visited
{
    color:White;
    text-decoration:underline;
}
.TRCContent a:active
{
    color:White;
    text-decoration:underline;
}
.TRCContent a:hover
{
    color:White;
    text-decoration:underline;
}
