p.tx-mininews-pi1-fp_listrowField-datetime { color:white; }
p.tx-mininews-pi1-fp_listrowField-title { color:red; }
p.tx-mininews-pi1-fp_listrowField-teaser { color:white; }
P.tx-mininews-pi1-listrowField-title { font-weight:bold; }
P.tx-mininews-pi1-listrowField-teaser { margin-bottom:15px; }
P.tx-mininews-pi1-fp_listrowField-title { font-weight:bold; }
P.tx-mininews-pi1-fp_listrowField-teaser { margin-top:0px; margin-bottom:10px; }
P.tx-mininews-pi1-singleViewField-teaser { font-style:italic; margin-top:5px; margin-bottom:10px; }
P SPAN.tx-mininews-pi1-browsebox-strong { font-weight:bold; }
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-datetime { color:white; }
P.tx-mininews-pi1-singleViewField-teaser { color:white; }
H2 { color:white; line-height: 100%;}


P {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: black;
   line-height: 100%;
z-index: 1000;
} 


BODY,OL,UL{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: black;
   /*font-style: normal;  */
	background-color: white;
   line-height: 100%;
   /*margin: 0.25em 0.5em;*/
}

FORM,TABLE{
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: black;
   /*font-style: normal;  */
   line-height: 100%;
   /*margin: 0.25em 0.5em;*/

}

H1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: black;
}

HR {
   color: black; 
}

IMG {
   border: 0px;
}

a:link {color: #0066FF}     /* unvisited link */
a:visited {color: #006666}  /* visited link */
a:hover {color: #66CCFF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


#white
{
   color: white;
}

#repeater
{
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#top
{
position: absolute;
	z-index: 9;
}


#normal_table
{
	width: 100%; 
	height: 100%; 
}


#loginbox
{
background-repeat: no-repeat;
background-position: 100%;
}


#news 
{
  border: 0px;
  padding: 2px;
/*overflow: auto;*/
  width: 100px;
}



#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
*/


/* 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 0;
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: 10em;  
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;
}

/* THE SUBMIT BUTTON */
.csc-mailform-submit 
{  
float: none;  
position:absolute;
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
{

}


#leftmargin
{
margin-left: 1cm;
}


