﻿/* Main style sheet */
body {
     margin: 0;
     font-family: "Arial","Tahoma";
     font-size: 10pt; 
     color: #000000; 
     }
.themecolor {
    background-color: #336699
    }     
.gradient1   { background-image: url('file:///P:/1_websites/Conring/pub_conring/images/Gradient.jpg'); 
background-repeat: repeat-x; 
               background-position: left center
}
.maincell    { 
    background-image: url('file:///P:/1_websites/Conring/pub_conring/images/upper_left_corner.gif'); 
    background-repeat: no-repeat; 
    background-position: left top
}
.headercell  { 
    color: #FFFFFF; 
    padding-left: 8px; 
    background-color: #336699; padding-right:2px; padding-top:2px
    }
.bannerercell  { 
    background-position: left center; color: #FFFFFF; 
    background-color: #336699; 
    background-repeat:no-repeat
    }    
.summary_cell { font-family: Arial; font-size: 10pt }
.summary_cell p { margin-top: 0; margin-bottom: 0 }
.maintable   { 
    font-family: Verdana; 
    font-size: 10pt; 
    line-height: 150% 
    }
.righttable   { 
    font-family: Verdana; 
    font-size: 8pt; 
    color:#000000; 
    background-color:#FFFFCC 
    }    
.righttable td   { 
    padding-left: 4px; padding-top: 2px; padding-bottom: 2px}
.rightheadercell { 
    background-color: #996600; 
    font-family:Arial; 
    font-size:8pt; 
    font-weight:bold; 
    color:#FFFFFF; 
    margin:0;  
    }
.rightheadercell p { 
    margin-top: 0; 
    margin-bottom: 0
    }    
/* Define standard hyperlink behavior */
.newstitlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	word-spacing: .1em;
}
a:link       {
     text-decoration:underline; 
     color:#0000FF;  
     }
a:active     { 
    text-decoration:underline;
    color:#0000FF;
    }
a:visited    { 
    text-decoration:underline; 
    color:#800080;  
    }
a:hover      { 
    text-decoration:underline;
    color:#FF0000     
    }
/* ----------------------------- */  
/* Define Navigation section and hyperlink behavior */       
.nav         { 
    background-color: #336699; 
    color:#FFFFFF; 
    font-size:12pt
    }
.navheader   { 
    color: #FFFFFF; 
    background-color: #333333; 
    text-align:right; 
    padding-right:6px; 
    font-weight:bold; 
    font-size:12pt 
    }
.nav hr      { 
    color: #E5E5E5 
    } 
.nav a:link    {
    color: #FFFFFF; 
    text-decoration:none; 
    font-size:12pt; 
    font-family:"Arial"; 
    font-weight:bold   
    }
.nav a:visited    {
    color: #FFFFFF; 
    text-decoration:none; 
    font-size:12pt; 
    font-family:"Arial"; 
    font-weight:bold 
    }
.nav a:hover    {
    color: #FFFF66; 
    text-decoration:none; 
    font-size:12pt; 
    font-family:"Arial"; 
    font-weight:bold; 
    font-style:italic;
    text-transform: uppercase; /* force text to uppercase */ 
    }
/* ----------------------------- */    
table        {
	font-family: Verdana;
	font-size: 10pt;
	border-collapse: collapse;
}
/* Define Form Fields behavior */    
.formtable   {
    border: 2px solid #C0C0C0}
.formtable td { 
    padding-left: 4px; 
    padding-right: 4px; padding-top:2px; padding-bottom:2px 
    }
.formfield   { 
    border:1px solid #C0C0C0; font-family: Arial; 
    font-size: 10pt; 
    font-weight: bold 
    }
.formbutton  { 
    border:2px solid #CC9900; font-family: Arial; 
    font-size: 10pt; 
    font-weight: bold; 
    color: #CC9900;
    background-color: #000000
	 
    }
.formtable button { color: #FFFFFF; background-color: #000000 }
input        { 
    border: 1px solid #000000; color:#000080; font-style:italic
 
    }
textarea     { 
    border: 1px solid #000000; color:#000080; font-style:italic
 
    }
select       { 
    border: 1px solid #000000
 
    }
/* ------------------------------ */    
ul           { 
    margin-bottom: 0 
    }
h1           { color: #000080; font-size:10pt; font-weight:bold }
h4           { font-family: Arial; font-size: 14pt; color: #FF0000; font-weight: bold }button       { background-color: #000000
 }
/* -------Black Cameo Table ----- */
.cameo       { 
    font-family: Arial; 
    font-size: 12pt; 
    font-weight:bold 
    }
.cameo a:link { 
    color: #FF0000; 
    text-decoration:none; 
    font-weight:bold 
    }
.cameo a:visited { 
    color: #FF0000; 
    text-decoration:none; 
    font-weight:bold 
    }
.cameo a:hover { 
    color: #FFFFFF; 
    text-decoration:none; 
    font-weight:bold; 
    background-color:#FF0000 
    } 
.cameo a:active { 
    color: #FF0000; 
    text-decoration:none; 
    font-weight:bold 
    }
strong {
text-transform: lowercase; /* force text to lowercase */
text-transform: uppercase; /* force text to uppercase */
text-transform: capitalize; /* force text to proper case */
}
/* ------------------------------ */
.summarytext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
}
