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;
   /*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: #003366;
   /*margin-top: 0.5em;*/
   /*margin-bottom: 0em;*/
   background-image: url(images/version4/h1_bg.jpg);
   background-repeat: repeat-x;
}

H2 {
   font-family: Arial, sans-serif;
   font-size: 11pt;
   font-weight: bolder;
   color: #6699CC;
}



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



#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;
}


/* SMOOTHGALLERY MODULE */
/* MODULE MANUAL: http://typo3.org/documentation/document-library/extension-manuals/rgsmoothgallery/1.5.1/view/toc/0/
*/

.tx-rgsmoothgallery-pi1 {
  float:left;
}
#externalthumbs {
  float:left;
/*  width: 205px;*/
} 
#externalthumbs .label {
  display:none;
}
/* The "carousel" is the thumbnail listing */
.carouselInner {
width:700;
/* width:205px;*/
} 
/* I have no idea why this is separate from the listing.
Anyway, left float means the edge of the list */
.carouselInner .thumbnail {
  float: left;
/*  padding-bottom:10px;*/
  padding-top:30px;
}
.jdGallery .slideInfoZone h2
{
    padding: 0;
    font-size: 100%;
    margin: 0;
    margin: 2px 5px;
    font-weight: bold;
    color: red;
}

.jdGallery .slideInfoZone p
{
    padding: 0;
    font-size: 90%;
    margin: 2px 5px;
    color: red;
}



/* 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;
left: 400px;
/*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;
}

