p.tx-mininews-pi1-fp_listrowField-datetime { color:#999999; }
p.tx-mininews-pi1-fp_listrowField-title { color: white; font-weight:bold; }
p.tx-mininews-pi1-fp_listrowField-title A { color: #99CCFF; }
p.tx-mininews-pi1-fp_listrowField-teaser { color:white; margin-top:0px; margin-bottom:10px;}
p.tx-mininews-pi1-fp_listrowField-teaser A { color: white; }

P.tx-mininews-pi1-listrowField-title { font-weight:bold; }
P.tx-mininews-pi1-listrowField-teaser { margin-bottom:15px; }
P.tx-mininews-pi1-listrowField-teaser A { color:white; text-decoration:none; }
P.tx-mininews-pi1-listrowField-teaser A:hover { color:white; text-decoration:none; }

P.tx-mininews-pi1-singleViewField-teaser { color:white; font-style:italic; margin-top:5px; margin-bottom:10px; }
P.tx-mininews-pi1-singleViewField-datetime { color:white; }

P SPAN.tx-mininews-pi1-browsebox-strong { font-weight:bold; }




P {
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: black;
   font-style: normal;
   margin-left: 25px;
   /*line-height: 100%;*/
   /*z-index: 1000;*/
} 


BODY,OL,UL{
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: black;
   font-style: normal;

   /*line-height: 100%;*/
   /* margin statement: top right bottom left */
   /*margin: 0.25em 0.5em;*/
}

FORM, TABLE{
font-family: Arial, sans-serif;
   font-size: 12px;
   color: black;
   font-style: normal;
   /*line-height: 100%;*/
   /*margin: 0.25em 0.5em;*/
}


H1 {
   font-family: Arial, sans-serif;
   font-size: 14pt;
   font-weight: bolder;
   height: 25px;
   color: #336699;
   margin-top: 0em;
   margin-bottom: -0.5em;
   margin-left: 25px;
   #background-image: url(images/version4/h1_bg.jpg);
   #background-repeat: repeat-x;
}

H2 {
   font-family: Arial, sans-serif;
   font-size: 12pt;
   font-weight: bolder;
   color: #6699CC;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 25px;
}

H3 {
   font-family: Arial, sans-serif;
   font-size: 14px;
   font-weight: bolder;
   color: #black;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 25px;
}



HR {
   color: black; 
}

IMG {
   border: 0px;
}

a:link {color: black}     /* unvisited link */
a:visited {color: blue}  /* visited link */
a:hover {color: #FF9900}   /* mouse over link */
a:active {color: #FFFF66}   /* selected link */

#rightform {
margin-left: 285px;
}



#loginbox
{
background-repeat: no-repeat;
background-position: 100%;
}


#content_right
{
	background-image: url(images/content_right_bg.jpg);
	background-repeat: no-repeat; 
	background-position: 100% 0%;
}


#content_left
{
	background-image: url(images/content_left_bg.jpg);
	background-repeat: no-repeat;
}


#content_spacer
{
	background-image: url(images/content_spacer_bg.jpg);
	background-repeat: repeat-x;
}


/* FORM MODULE */
/*
THE ULTIMATE REFERENCE: http://www.sitepoint.com/article/fancy-form-design-css
*/

.csc-header
{
margin-left: 260px;
}

/* GET RID OF THAT DAMN BORDER AROUND THE ENTIRE FORM */
.csc-mailform 
{
border: 0px;
float: left;  
clear: left;  
width: 100%;  
/*margin: 0 0 1.5em 285px;*/
margin-left: 285px;
margin-bottom: 0.5em;
padding: 0;
align:center;
}

/* THIS IS CRITICAL FOR SPACING IN BETWEEN FIELDS! */
.csc-mailform-field
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.25em;
}

/* THIS IS THE LABEL THAT GOES BEFORE THE FORM ELEMENT (EX INPUT BOX) */
.csc-mailform-field label
{
float: left;  
width: 200px;  
margin-right: 1em;
}

/* THIS IS THE BUNCH OF TEXT (CALLED A LABEL .. I DUNNO WHY) */
.csc-mailform-label
{
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.5em;
padding-top: 0.25em;
}

form legend { display: none; }
form fieldset 
{ 
margin-left: -5px; 
padding-left: 0px; 
border: 0px; 
}

.csc-mailform-radio { float: left; }

/* THE SUBMIT BUTTON */
.csc-mailform-submit 
{  
float: none;  
position:absolute;
left: 480px;
/*right:20%;*/
/*width: 100px;  */
/*border: 0 none #FFF;  */
/*padding-left: 2em; */
} 

/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext
{

}


