/* ==================================================
    CSS STYLES FOR DotNetNuke - The Downs 18/01/08
   ==================================================
*/   
/* text style used for most text rendered by modules */
.Normal
{color: black;
}

/* GENERIC */
TD {
font-size:0.7em;
}
P {
color: black;
}
H1  {
color: #1A4273;
font-size: 1.2em
}

H2  {
color: #5276A8;
font-size: 1em
}

H3  {
color: #1A4273;
font-weight: bold;
margin-bottom: 5px;
}

/* Downs Special Formats */
.caption {
font: 900 normal .9em Arial, Helvetica, sans-serif;
color: #483D8B;
clear: both;
margin-bottom: 5px;
}
.TableHead{
color: white;
font-weight: bold;
background: #008080;
}
.SlightlySmaller {
font-size: 110%;
}
.clear {
clear: both;
}
.imgLHS {
margin: 5px 15px 5px 0px;
}
.imgRHS {
margin: 5px 0px 5px 15px;
}


/* Form Specific CSS Styles */

.frmReport
{
border: darkgray 1px solid;
width: 500px;
/* The PADDING attribute makes each individual IE box have this attribute 
and not the overall box as may be thought!! - so use it sparingly.
It does not have any effect on the Firefox appearance.*/
padding: 3px;
margin: 10px;
}

.frmTextBox {
/* Setting the MARGIN-TOP attribute controls the spacing between label and text box.  
 The MARGIN-LEFT should equal the .frmLabel MARGIN-LEFT to align the two items */ 
	margin: 3px 0px 10px 0px;
        
}
.frmLabel {
    margin-left: 0px;
    font-weight: bold;
    font-size: .9em;
}
.frmSeparator 
{
border-bottom:1px black solid;
height:10px;
}
.frmPadding
{
padding: 3px 3px 3px 3px;
}













