/* 
================================
 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:#4C3928;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }

.Head2{ font-size:13px; font-weight:bold; color:#fff;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }

.Head3{ font-size:13px; font-weight:bold; color:#008481;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
/*--------------------------------------------------------------------------------------*/
.row1{ text-align:left; vertical-align:top; height:20px; padding-left:5px; padding-right:5px;}
.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; }
.w{ width:100%}
.h{ height:100%;}
.wh{ width:100%; height:100%;}
.row4{ height:10px;}
/*---------------------------------------------------------*/

.h26{ height:26px;}
.padding_l_10{ padding-left:10px;}
.now{ white-space:nowrap;}
.h20{ height:20px;}
.padding_l_5{ padding-left:5px;}
.p3{ padding:3px;}
.p5{ padding:5px;}

.c1-t-h{ height:19px;}
.c1-lt{ height:19px; width:13px;}
.c1-t{
    height:19px;
	background-image: url(images/c1-t-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.c1-l{
	background-image: url(images/c1-l-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width:13px;
}
.c1-r{
	background-image: url(images/c1-r-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width:13px;
}
.c1-lb{ height:14px; width:13px;}
.c1-b{
	background-image: url(images/c1-b-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.c1bh{ height:14px;}

.c2th{ height:27px;}
.c2tl{ height:27px; width:34px;}

td.c1td-link a,
td.c1td-link a:link,
td.c1td-link a:visited,
td.c1td-link a:active

{
	color:#977651;
	text-decoration: none;
}
td.c1td-link a:hover {
	color:#CE5C00;
	text-decoration: underline;
}
td.c1td-link .Normal  {color:#4C3928;}


/*---------------------------------------------------------*/



















