
.w640		{ width: 640px; }
.w600		{ width: 600px; }
.w480		{ width: 480px; }
.w400		{ width: 400px; }
.w330		{ width: 330px; }
.w320		{ width: 320px; }
.w280		{ width: 280px; }
.w160		{ width: 160px; }
.w150		{ width: 150px; }
.wfull		{ width: 100%; }

.marginL10	{ margin-left: 10px }
.marginR10	{ margin-right: 10px }

/* Adds spacing between the containers */
.content-transparent {
   margin-bottom: 15px;
}
.content-transparent.nopadding {
   padding: 0;
   margin: 15px 0 5px 0;
}

/* ======================
== Style for module title 
==========================*/
.container-title-imageheader
{
    font: bold 110% Arial, Helvetica, Sans-Serif;
    color: #62005d;
}

/* ====================
== Styles for layout of container
============================= */

.content-floatright		{ float: right; }

.content-floatleft		{ float: left; }
.content-floatleft h2	{ color: #62005d; font-size: 1.2em; }

.content-nofloat h2	{ color: #62005d; font-size: 1.2em; }

.container-colour.gray.w150 a {
	float: right;
}

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.containerholder-transparentbox, .containerholder-colourbackground
{
    border: solid 1px #62005d;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.containerholder-transparentbox
{
    background-color: Transparent;
}

.containerholder-colorbackground
{
    background-color: #eaeaea;
}

/* ================
== title section 
===================*/
.container-actions-image
{
    background-color: #62005d;
    border-bottom: solid 1px #62005d;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.container-image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.container-footer-image
{
}











