/* 
================================
 Container Styles for DotNetNuke - C
 opyright Nina Meiers - dnn3@xd.com.au - Part of the XDMedia Series
 Updated August 06 06  - Checked in DNN 3 & 4
================================
*/   

/* XDMediaBlue */

.containermaster_blue {
width: 100%;
background-color: transparent;
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: 0px;
padding-top: 0px;
padding-bottom: 2px;
}

.XMediaBlueTL {

width: 0px;
height: 0px;
background-repeat: no-repeat;
}
.containerrow1_blue {

background-repeat: repeat-x;
padding-bottom: 0px;
}
.XMediaBlueTR {

width: 0px;
height: 0px;
background-repeat: no-repeat;
}

.containerrow2_Blue {
background-color: #ffffff
}

.XDMBlue {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color: white; /* this is the colour of the title's of each module */
}

/* End  MediaBlue container */

HR {
 height: 0px;
 color: #eaeaea;
}


.containerrow2_orange {
background-color: #ffffff
}


