/* 
================================
 Container Styles for DotNetNuke - Copyright Victorian Mountian Tramping Club. Created by Colin Briggs 9-Sep-2005
================================
*/   

/* VMTCGray */

.containermaster_Gray {
	width: 100%;
	background-color: white;
	BORDER-RIGHT: #A3C8ED 0px solid; 
	BORDER-TOP: #A3C8ED 0px solid; 
	BORDER-LEFT: #A3C8ED 0px solid; 
	BORDER-BOTTOM: #A3C8ED 0px solid; 
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VMTCGrayTL {
	BACKGROUND-IMAGE: url(VMTCGrayTL.gif);
	width: 12px;
	height: 21px;
	background-repeat: no-repeat;
}
.containerrow1_Gray {
	BACKGROUND-IMAGE: url(VMTCGrayBG.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
.VMTCGrayTR {
	BACKGROUND-IMAGE: url(VMTCGrayTR.gif);
	width: 12px;
	height: 21px;
	background-repeat: no-repeat;
}

.containerrow2_Gray {
	background-color: #FFFFFF
}

.XVMTCGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* End  MediaGray container */

HR {
 height: 1px;
 color: #EAEAEA;
}


/*  Container Title Text */

.VMTCmaster {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #5C93C9 1px solid; 
	BORDER-TOP: #5C93C9 1px solid; 
	BORDER-LEFT: #5C93C9 1px solid; 
	BORDER-BOTTOM: #5C93C9 1px solid; 

}


.VMTCGrayBR {
	BACKGROUND-IMAGE: url(VMTCGrayBR.gif);
	width: 77px;
	height: 27px;
	background-repeat: no-repeat;
}

/*  No Repeat Curve Next to Title Text */
.VMTCGrayTRepeat {
	BACKGROUND-IMAGE: url(VMTCGrayTRepeat.gif);
	background-repeat: repeat-x;
	padding-left: 3px;

}
.VMTCGrayTR{
	BACKGROUND-IMAGE: url(VMTCGrayTR.gif);
	width: 77px;
	height: 27px;
	background-repeat: no-repeat;
}

/*  Repeat Background for Top */
.VMTCGrayTRRepeat {
	BACKGROUND-IMAGE: url(VMTCGrayTRRepeat.gif);
	background-repeat: repeat-x;
}

/*Menu Repeat - Bottom of Container */
.VMTCGrayBRepeat {
	BACKGROUND-IMAGE: url(VMTCGrayBRepeat.gif);
	background-repeat: repeat-x;
	height: 27px;
}



