/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #FFFFFF
}
.Normal TD.container-white P TD TR TABLE{
	color: #000000;
}
.Normal{ font-size:12px; color:#000000; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#FF7900; text-decoration:none; }
A.CommandButton:hover{ color:#FF7900; text-decoration:underline;}
TH,TD,DIV{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333; }
A,A:link,A:visited,A:active{ color:navy; text-decoration:underline; } //#BDBEBF
A:hover{ color:#FF7900; text-decoration:none; }
.user,a.user:link,a.user:active,a.user:visited,.user{ color:#FFF; text-decoration:none; }
a.user:hover{ color:#FFF; text-decoration:underline; }
a.bottomlinks:link,a.bottomlinks:active,a.bottomlinks:visited{ color:#333; text-decoration:none; }
a.bottomlinks:hover{ color:#333; text-decoration:underline; }
.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:10px; color:#ffffff; text-decoration:none; }
a.footer:hover{	color:#777; text-decoration:underline; }


.cBanner{
	background-image: url(images/travel5_r1_c4.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 4px 4px 4px 4px;

}
.cBanner-blue{
	background-image: url(images/blue-travel5_r1_c4.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
}

.cBody{
	background-image: url(images/travel5_r3_c7-a.png);
	background-repeat: repeat-y;
	background-position: bottom right;
}

.cBody-Blue{
	background-image: url(images/blue-travel5_r3_c7-a.png);
	background-repeat: repeat-y;
	background-position: bottom right;
}





