/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*-- Container1 --*/
.container1_master {
	width: 100%;
}
.container1_row1 {
	PADDING-BOTTOM: 1px;
	MARGIN: 0px 0px 15px;
	COLOR: #333333;
	BORDER-BOTTOM: #cccccc 1px dotted;
	TEXT-ALIGN: left;
	white-space: normal;
}
.container1_head
{
	FONT-SIZE: 24px;
	FONT-FAMILY: georgia, times, serif;
}
.container1_row2 {
}
/*-- Container1 --*/


/*-- Container2 --*/
.container2_master {
	width: 100%;
}
.container2_row1 {
	PADDING-BOTTOM: 1px;
	MARGIN: 0px 0px 15px;
	COLOR: #333333;
	TEXT-ALIGN: left;
	white-space: normal;
}
.container2_head
{
	FONT-SIZE: 13px;
	COLOR: #cc0033;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.container2_row2 {
}
/*-- Container2 --*/

/*-- Container3 --*/
.container3_master {
	width: 100%;
}
.container3_row1 
{
	white-space: normal;
}
.container3_head
{
}
/*-- Container3 --*/

.tlac
{
	border: solid 1px #999;
	padding: 2px 5px 2px 20px;
	color: #333 !important;
	background-image: url(tlac.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	font-weight: bold;
	text-decoration:none;
}
.tlac:hover
{ 
	border-color:#333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}