/* 
================================
 Container Styles for DotNetNuke
================================
*/

.lt{ text-align:left;vertical-align:top; }
.rt{ text-align:right;vertical-align:top; }
.lb{ text-align:left; vertical-align:bottom;}
.rb{ text-align:right; vertical-align:bottom;}
.rm{ text-align:right; vertical-align:middle;}
.lm{ text-align:left;vertical-align:middle;}
.cm{ text-align:center;vertical-align:middle;}

.bg-x{ background-repeat:repeat-x;}
.bg-y{ background-repeat:repeat-y;}
.bg-no{ background-repeat:no-repeat;}

.bg-p-lt{ background-position: left top;}
.bg-p-rt{ background-position: right top;} 
.bg-p-lb{ background-position: left bottom;} 
.bg-p-rb{ background-position: right bottom;}

/*-------------------------------------------------------------------------------*/

.Head1{ font-size:13px; font-weight: bold; color:#000;FONT-FAMILY: Arial, Helvetica, sans-serif}

.Head2{ font-size:18px; font-weight: normal; color:#fff;FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif}

.Head3{ font-size:18px; font-weight: normal; color:#000;FONT-FAMILY:Tahoma, Arial, Helvetica, sans-serif}

/*--------------------------------------------------------------------------------------*/
.row1{ padding-left:10px; padding-right:10px; text-align:left; vertical-align:middle;}
.row2{ padding-left:10px; padding-right:10px; text-align:left; vertical-align:top;}
.row3{ padding-left:10px; padding-right:10px; text-align:left; vertical-align:middle;height:25px; }
.row4{ height:10px;}
.row1-5{ padding-left:10px; padding-right:10px; text-align:left; vertical-align:middle; height:25px;}

/*---------------------------------------------------------*/
.side001{
border:1px solid #401A03;
}

.side003{
border:6px solid #C4C4C4; 
}

.borderbottom
{
border-bottom:#808080 solid 1px;
}
.n{ white-space:nowrap}
.h{ height:100%}
.ch{ height:30px;}
.ch1{ height:12px;}
.ch2{ height:13px;}
.ch3{ height:38px;}
.ch4{ height:60px;}
.ch6{ height:14px;}
/*CONTAINER-1*/
.c1bg{ background:#fff}
.c1t{ background: url(images/container-1-t2.png) left top repeat-x}
.c1l{ background:url(images/container-1-l.png) left top repeat-y}
.c1r{ background:url(images/container-1-r.png) right top repeat-y}
.c1b{ background: url(images/container-1-d2.png) left bottom repeat-x}
.c2tl{ background: url(images/container-3-t2-1.png) left bottom repeat-x; padding-top:13px;}
.c2tr{ background: url(images/container-3-t2.png) left bottom repeat-x; padding-top:13px;}
.c2r{ background:url(images/container-3-r2.png) 0 165px repeat-y}
.c2l{ background:url(images/container-3-l2.png) left top repeat-y}
.c2m{ background:#B6E7F6 url(images/container-3-m.png) left bottom repeat-x}
.c2b{ background:url(images/container-3-d2.png) left bottom repeat-x}

.cp1{ padding-top:3px;}

td.c1 a,
td.c1 a:link,
td.c1 a:visited,
td.c1 a:active
{
	color:#0075A9;
	text-decoration: none;
}
td.c1 a:hover {
	color:#013C68;
	text-decoration: underline;
}
td.c1 .Normal {color:#535353} 
td.c1 td{ color:#535353}

td.c2 a,
td.c2 a:link,
td.c2 a:visited,
td.c2 a:active
{
	color:#013C68;
	text-decoration: none;
}
td.c2 a:hover {
	color:#fff;
	text-decoration: underline;
}
td.c2 .Normal {color:#000} 
td.c2 td{ color:#000}










